@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #fcff02 !important;
}
.bg-info {
  background-color: #ff6a11 !important;
}
.bg-warning {
  background-color: #000887 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000de2 !important;
  border-color: #000de2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000995 !important;
  border-color: #000995 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000995 !important;
  border-color: #000995 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6a11 !important;
  border-color: #ff6a11 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c34900 !important;
  border-color: #c34900 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c34900 !important;
  border-color: #c34900 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcff02 !important;
  border-color: #fcff02 !important;
  color: #020200 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #020200 !important;
  background-color: #b2b400 !important;
  border-color: #b2b400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #020200 !important;
  background-color: #b2b400 !important;
  border-color: #b2b400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000887 !important;
  border-color: #000887 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #00033b !important;
  border-color: #00033b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00033b !important;
  border-color: #00033b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #00077c;
  color: #00077c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000de2;
  border-color: #000de2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000de2 !important;
  border-color: #000de2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #aa4000;
  color: #aa4000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff6a11;
  border-color: #ff6a11;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a11 !important;
  border-color: #ff6a11 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #999b00;
  color: #999b00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020200;
  background-color: #fcff02;
  border-color: #fcff02;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #020200 !important;
  background-color: #fcff02 !important;
  border-color: #fcff02 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000221;
  color: #000221;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000887;
  border-color: #000887;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000887 !important;
  border-color: #000887 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #000de2 !important;
}
.text-success {
  color: #fcff02 !important;
}
.text-info {
  color: #ff6a11 !important;
}
.text-warning {
  color: #000887 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00077c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #999b00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aa4000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000221 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff6a11;
}
.alert-warning {
  background-color: #000887;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffeadd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0716ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000de2 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tcFObfi7Ab .modal-body .close {
  background: #1b1b1b;
}
.cid-tcFObfi7Ab .modal-body .close span {
  font-style: normal;
}
.cid-tcFObfi7Ab .carousel-inner > .active,
.cid-tcFObfi7Ab .carousel-inner > .next,
.cid-tcFObfi7Ab .carousel-inner > .prev {
  display: table;
}
.cid-tcFObfi7Ab .carousel-control .icon-next,
.cid-tcFObfi7Ab .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tcFObfi7Ab .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcFObfi7Ab .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcFObfi7Ab .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tcFObfi7Ab .boxed-slider > div {
  position: relative;
}
.cid-tcFObfi7Ab .container img {
  width: 100%;
}
.cid-tcFObfi7Ab .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tcFObfi7Ab .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcFObfi7Ab .mbr-table-cell {
  padding: 0;
}
.cid-tcFObfi7Ab .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcFObfi7Ab .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tcFObfi7Ab .mbr-overlay {
  z-index: 1;
}
.cid-tcFObfi7Ab .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcFObfi7Ab .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tcFObfi7Ab .carousel-item .container {
    width: 100%;
  }
}
.cid-tcFObfi7Ab .carousel-item-next.carousel-item-left,
.cid-tcFObfi7Ab .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tcFObfi7Ab .active.carousel-item-right,
.cid-tcFObfi7Ab .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tcFObfi7Ab .active.carousel-item-left,
.cid-tcFObfi7Ab .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tcFObfi7Ab .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tcFObfi7Ab .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators li.active,
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators li::after,
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tcFObfi7Ab .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tcFObfi7Ab .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tcFObfi7Ab .mbr-slider > .container img {
  width: 100%;
}
.cid-tcFObfi7Ab .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tcFObfi7Ab .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tcFObfi7Ab .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcFObfi7Ab .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcFObfi7Ab .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tcFObfi7Ab .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tcFObfi7Ab .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tcFObfi7Ab .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tcFObfi7Ab .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tcFObfi7Ab .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcFObfi7Ab .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tcFObfi7Ab .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tcFObfi7Ab .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tcFObfi7Ab H2 {
  color: #fcff02;
}
.cid-tcFObfi7Ab P {
  color: #ffffff;
}
.cid-t9UckddrcJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-t9UckddrcJ .mbr-section-subtitle {
  color: #767676;
}
.cid-t9UckddrcJ H2 {
  color: #ffffff;
}
.cid-t9UbyJrZ6V {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000887;
}
.cid-t9UbyJrZ6V .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t9UbyJrZ6V .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t9UbyJrZ6V .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t9UbyJrZ6V .mbr-text {
    text-align: center;
  }
}
.cid-t9UbyJrZ6V H1 {
  color: #fcff02;
  text-align: center;
}
.cid-t9UbyJrZ6V .mbr-text,
.cid-t9UbyJrZ6V .mbr-section-btn {
  text-align: center;
}
.cid-t9UfTyBrfN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fcff02;
}
.cid-t9UfTyBrfN h3 {
  text-align: center;
}
.cid-t9UfTyBrfN .mbr-section-subtitle {
  color: #000887;
  font-weight: 300;
}
.cid-t9UfTyBrfN .mbr-content-text {
  color: #767676;
}
.cid-t9UfTyBrfN .panel-item {
  background: #000887;
}
.cid-t9UfTyBrfN .card {
  word-wrap: break-word;
}
.cid-t9UfTyBrfN .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-t9UfTyBrfN H3 {
  color: #fcff02;
}
.cid-t9UfTyBrfN .mbr-section-title {
  color: #000887;
}
.cid-t9UfTyBrfN H4 {
  color: #ffffff;
}
.cid-tahXMIrOZN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/uniform-3-1915x838.png");
}
.cid-tahXMIrOZN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tahXMIrOZN .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tahXMIrOZN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tahXMIrOZN .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tahXMIrOZN ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tahXMIrOZN path {
  stroke: #fcff02;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tahXMIrOZN .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tahXMIrOZN P {
  color: #fcff02;
}
.cid-tahXMIrOZN .mbr-section-title {
  color: #fcff02;
}
.cid-tahXMIrOZN H4 {
  color: #fcff02;
}
.cid-tahPz6XJjl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fcff02;
}
.cid-tahPz6XJjl .mbr-section-subtitle {
  color: #000887;
}
.cid-tahPz6XJjl H2 {
  color: #000887;
}
.cid-tahQxPfWPE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcff02;
}
.cid-tahQxPfWPE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tahQxPfWPE p {
  color: #767676;
  text-align: left;
}
.cid-tahQxPfWPE .card-box {
  padding-top: 2rem;
}
.cid-tahQxPfWPE .card-wrapper {
  height: 100%;
}
.cid-tahQxPfWPE .card-title {
  color: #000887;
  text-align: center;
}
.cid-ujldYrST9C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/gwqkhb-1920x1080.jpg");
}
.cid-tahRDHMEiS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000887;
  background: linear-gradient(45deg, #000887, #fcff02);
}
.cid-tahRDHMEiS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tahRDHMEiS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tahRDHMEiS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tahRDHMEiS .mbr-text {
    text-align: center;
  }
}
.cid-tahRDHMEiS H1 {
  color: #fcff02;
  text-align: center;
}
.cid-tahRDHMEiS .mbr-text,
.cid-tahRDHMEiS .mbr-section-btn {
  text-align: center;
}
.cid-t9UiEtoSCW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-t9UiEtoSCW .mbr-text {
  color: #767676;
}
.cid-t9UiEtoSCW h4 {
  text-align: center;
}
.cid-t9UiEtoSCW p {
  text-align: center;
}
.cid-t9UiEtoSCW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t9UiEtoSCW .card-title,
.cid-t9UiEtoSCW .card-img {
  color: #ffffff;
}
.cid-t9Ui25iLmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-t9Ui25iLmY .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t9Ui25iLmY .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #fcff02;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #fcff02;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-t9Ui25iLmY .nav-tabs .nav-link:hover {
  background-color: #fcff02;
}
.cid-t9Ui25iLmY .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #fcff02;
}
.cid-t9Ui25iLmY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border: none;
  background: #fcff02;
}
.cid-t9Ui25iLmY .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-t9Ui25iLmY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t9Ui25iLmY p {
  color: #767676;
}
.cid-t9Ui25iLmY .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-t9Ui25iLmY .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-t9Ui25iLmY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t9Ui25iLmY H2 {
  color: #fcff02;
}
.cid-t9Ui25iLmY P {
  color: #ffffff;
  text-align: center;
}
.cid-tlIjhDx8uw {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #000887, #fcff02);
}
.cid-tlIjhDx8uw .btn {
  margin: 0 0 .5rem 0;
}
.cid-tazMdhrr6A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000887;
}
.cid-tazMdhrr6A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tazMdhrr6A .container-table {
  margin: 0 auto;
}
.cid-tazMdhrr6A .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tazMdhrr6A .dataTables_wrapper {
  display: block;
}
.cid-tazMdhrr6A .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tazMdhrr6A .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tazMdhrr6A table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #000887;
  margin-bottom: 0;
}
.cid-tazMdhrr6A table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tazMdhrr6A table th:hover {
  background: #000887;
  color: #ffffff;
}
.cid-tazMdhrr6A table td {
  border-top: 1px solid #000887;
}
.cid-tazMdhrr6A table.table {
  background: #fcff02;
}
.cid-tazMdhrr6A .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tazMdhrr6A .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tazMdhrr6A .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tazMdhrr6A .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tazMdhrr6A .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tazMdhrr6A .dataTables_filter {
    text-align: center;
  }
  .cid-tazMdhrr6A .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tazMdhrr6A .mbr-section-title {
  color: #fcff02;
}
.cid-tazMdhrr6A .body-item {
  color: #000de2;
}
.cid-tazQ08ySpJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fcff02;
}
.cid-tazQ08ySpJ .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-tazQ08ySpJ .number-wrap {
  color: #000887;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tazQ08ySpJ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000887;
}
.cid-tazQ08ySpJ .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tazQ08ySpJ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000887;
}
.cid-tazQ08ySpJ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tazQ08ySpJ .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tazQ08ySpJ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tazQ08ySpJ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tazQ08ySpJ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tazQ08ySpJ .number,
  .cid-tazQ08ySpJ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tazQ08ySpJ .period {
    font-size: 0.8rem;
  }
}
.cid-tazQ08ySpJ H2 {
  color: #000887;
}
.cid-tco8YY8Y5S {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fcff02;
}
.cid-tezDqaLTpQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000887, #000887);
}
.cid-tezDqaLTpQ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-tezDqaLTpQ .social-list a:focus {
  text-decoration: none;
}
.cid-tezDqaLTpQ H2 {
  color: #fcff02;
}
.cid-tai2fafJyB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garden-2000x924.png");
}
.cid-tai2fafJyB .btn {
  margin: 0 0 .5rem 0;
}
.cid-tai2fafJyB H2 {
  color: #000887;
}
.cid-tai2fafJyB H3 {
  color: #fcff02;
}
.cid-tai35snqwn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-tai35snqwn .mbr-text {
  color: #fcff02;
}
.cid-tai35snqwn h4 {
  text-align: center;
}
.cid-tai35snqwn p {
  text-align: center;
}
.cid-tai35snqwn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tai35snqwn .card-title,
.cid-tai35snqwn .card-img {
  color: #ffffff;
}
.cid-t9UeBu5TMA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcff02;
}
.cid-t9UeBu5TMA [class^="socicon-"]:before,
.cid-t9UeBu5TMA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-t9UeBu5TMA .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #000887;
}
.cid-t9UeBu5TMA .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-t9UeBu5TMA .btn-social:hover {
  color: #fff;
  background: #000887;
}
.cid-t9UeBu5TMA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-t9UeBu5TMA .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-t9UeBu5TMA .btn {
    font-size: 20px !important;
  }
}
.cid-t9UeBu5TMA .btn-social,
.cid-t9UeBu5TMA .mbr-section-title {
  color: #000887;
}
.cid-tcXNg7zt8s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-tcXNg7zt8s .content {
    text-align: center;
  }
  .cid-tcXNg7zt8s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcXNg7zt8s .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcXNg7zt8s .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcXNg7zt8s .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tcXNg7zt8s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcXNg7zt8s .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tcXNg7zt8s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcXNg7zt8s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tcXNg7zt8s .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcXNg7zt8s .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcXNg7zt8s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcXNg7zt8s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcXNg7zt8s P {
  color: #fcff02;
}
.cid-tcXNg7zt8s H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tcGg1Xna1o {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fcff02;
}
.cid-tcGg1Xna1o .mbr-section-subtitle {
  color: #000887;
}
.cid-tcGg1Xna1o H2 {
  color: #000887;
}
.cid-ujmfUmcgLA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmfUmcgLA .content {
    text-align: center;
  }
  .cid-ujmfUmcgLA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmfUmcgLA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmfUmcgLA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmfUmcgLA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmfUmcgLA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmfUmcgLA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmfUmcgLA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmfUmcgLA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmfUmcgLA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmfUmcgLA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmfUmcgLA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmfUmcgLA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmfUmcgLA P {
  color: #fcff02;
}
.cid-ujmfUmcgLA H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tdEwj1B5Fe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-tdEwj1B5Fe .mbr-section-subtitle {
  color: #767676;
}
.cid-tdEwj1B5Fe H2 {
  color: #ffffff;
}
.cid-tdEwYkHexD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcff02;
  overflow: hidden;
}
.cid-tdEwYkHexD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdEwYkHexD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdEwYkHexD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdEwYkHexD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdEwYkHexD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #55b4d4) !important;
}
.cid-tdEwYkHexD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdEwYkHexD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tdEwYkHexD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdEwYkHexD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #55b4d4) !important;
}
.cid-tdEwjDWeNV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-tdEwjDWeNV .mbr-section-subtitle {
  color: #767676;
}
.cid-tdEwjDWeNV H2 {
  color: #fcff02;
}
.cid-tdEwZUzqNh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcff02;
  overflow: hidden;
}
.cid-tdEwZUzqNh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdEwZUzqNh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdEwZUzqNh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdEwZUzqNh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdEwZUzqNh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fcff02;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #fcff02, #fcff02) !important;
}
.cid-tdEwZUzqNh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdEwZUzqNh .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tdEwZUzqNh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdEwZUzqNh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fcff02 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #fcff02, #fcff02) !important;
}
.cid-tei7SuI0xU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-tei7SuI0xU .mbr-section-subtitle {
  color: #767676;
}
.cid-tei7SuI0xU H2 {
  color: #fcff02;
}
.cid-tei7O73kHK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcff02;
  overflow: hidden;
}
.cid-tei7O73kHK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tei7O73kHK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tei7O73kHK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tei7O73kHK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tei7O73kHK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #55b4d4) !important;
}
.cid-tei7O73kHK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tei7O73kHK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tei7O73kHK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tei7O73kHK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #55b4d4) !important;
}
.cid-ujmg5mwo67 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmg5mwo67 .content {
    text-align: center;
  }
  .cid-ujmg5mwo67 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmg5mwo67 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmg5mwo67 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmg5mwo67 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmg5mwo67 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmg5mwo67 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmg5mwo67 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmg5mwo67 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmg5mwo67 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmg5mwo67 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmg5mwo67 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmg5mwo67 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmg5mwo67 P {
  color: #fcff02;
}
.cid-ujmg5mwo67 H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tdqU61gZty {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000887;
}
.cid-tdqU61gZty .mbr-section-subtitle {
  color: #767676;
}
.cid-tdqU61gZty H2 {
  color: #fcff02;
}
.cid-tdwC708IZc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tdwC708IZc h2 {
  text-align: left;
}
.cid-tdwC708IZc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tdwC708IZc p {
  color: #767676;
  text-align: left;
}
.cid-tdwC708IZc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tdwC708IZc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tdwC708IZc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tdwC708IZc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tdwC708IZc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tdwC708IZc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tdwC708IZc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tdwC708IZc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tdwC708IZc .card-img span {
    font-size: 40px !important;
  }
}
.cid-tdwC708IZc .mbr-text {
  color: #000887;
  text-align: center;
}
.cid-tdwC708IZc P {
  color: #000887;
  text-align: center;
}
.cid-tdwC708IZc H4 {
  text-align: left;
}
.cid-tdwC708IZc H2 {
  text-align: center;
  color: #000887;
}
.cid-ujmfLyK1c4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmfLyK1c4 .content {
    text-align: center;
  }
  .cid-ujmfLyK1c4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmfLyK1c4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmfLyK1c4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmfLyK1c4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmfLyK1c4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmfLyK1c4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmfLyK1c4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmfLyK1c4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmfLyK1c4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmfLyK1c4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmfLyK1c4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmfLyK1c4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmfLyK1c4 P {
  color: #fcff02;
}
.cid-ujmfLyK1c4 H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-teL8iU6hEL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000887;
}
.cid-teL8iU6hEL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-teL8iU6hEL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teL8iU6hEL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-teL8iU6hEL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-teL8iU6hEL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-teL8iU6hEL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-teL8iU6hEL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-teL8iU6hEL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-teL8iU6hEL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ujmfv2v4UZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmfv2v4UZ .content {
    text-align: center;
  }
  .cid-ujmfv2v4UZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmfv2v4UZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmfv2v4UZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmfv2v4UZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmfv2v4UZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmfv2v4UZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmfv2v4UZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmfv2v4UZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmfv2v4UZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmfv2v4UZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmfv2v4UZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmfv2v4UZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmfv2v4UZ P {
  color: #fcff02;
}
.cid-ujmfv2v4UZ H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-teLkX7BnyJ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f9f295;
  overflow: hidden;
}
.cid-teLkX7BnyJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-teLkX7BnyJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teLkX7BnyJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-teLkX7BnyJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-teLkX7BnyJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-teLkX7BnyJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-teLkX7BnyJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-teLkX7BnyJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-teLkX7BnyJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ujmfmciWRN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmfmciWRN .content {
    text-align: center;
  }
  .cid-ujmfmciWRN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmfmciWRN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmfmciWRN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmfmciWRN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmfmciWRN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmfmciWRN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmfmciWRN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmfmciWRN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmfmciWRN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmfmciWRN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmfmciWRN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmfmciWRN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmfmciWRN P {
  color: #fcff02;
}
.cid-ujmfmciWRN H5 {
  color: #fcff02;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tfvcvbJH00 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000887;
}
.cid-tfvcvbJH00 .mbr-section-subtitle {
  color: #fcff02;
}
.cid-tfvcvbJH00 H2 {
  color: #ffffff;
}
.cid-tfw8UFB0aT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000887;
}
.cid-tfw8UFB0aT .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.cid-tfw8UFB0aT .mbr-author-name {
  font-weight: bold;
  text-align: center;
}
.cid-tfw8UFB0aT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tfw8UFB0aT .mbr-figure,
  .cid-tfw8UFB0aT img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tfw8UFB0aT .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tfw8UFB0aT .mbr-author-desc {
  text-align: center;
}
.cid-tfveeC9bZe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fcff02;
}
.cid-tfveeC9bZe .title {
  padding-bottom: 2.5rem;
}
.cid-tfveeC9bZe .mbr-text {
  color: #000887;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tfveeC9bZe .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-tfveeC9bZe .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-tfveeC9bZe .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-tfveeC9bZe .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tfveeC9bZe .iconfont-wrapper {
    display: none;
  }
}
.cid-tfveeC9bZe H5 {
  color: #000de2;
}
.cid-tfveeC9bZe H2 {
  color: #000de2;
  text-align: center;
}
.cid-ta08Qez7fI {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/uniform-3-2000x924.png");
}
.cid-ta08Qez7fI H1 {
  color: #fcff02;
}
.cid-t9VdSZEtaj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fcff02;
}
.cid-t9VdSZEtaj .mbr-section-subtitle {
  color: #fcff02;
}
.cid-t9VdSZEtaj H2 {
  color: #000887;
}
.cid-t9U9e9LScY .navbar {
  padding: .5rem 0;
  background: #fcff02;
  transition: none;
  min-height: 77px;
}
.cid-t9U9e9LScY .navbar-dropdown.bg-color.transparent.opened {
  background: #fcff02;
}
.cid-t9U9e9LScY a {
  font-style: normal;
}
.cid-t9U9e9LScY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9U9e9LScY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9U9e9LScY .nav-item:focus,
.cid-t9U9e9LScY .nav-link:focus {
  outline: none;
}
.cid-t9U9e9LScY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9U9e9LScY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9U9e9LScY .menu-logo {
  margin-right: auto;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9U9e9LScY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu {
  background: #fcff02;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9U9e9LScY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t9U9e9LScY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9U9e9LScY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9U9e9LScY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9U9e9LScY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9U9e9LScY button.navbar-toggler:focus {
  outline: none;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000887;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9U9e9LScY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9U9e9LScY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9U9e9LScY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9U9e9LScY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9U9e9LScY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t9U9e9LScY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9U9e9LScY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9U9e9LScY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t9U9e9LScY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9U9e9LScY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9U9e9LScY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t9U9e9LScY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY img {
    height: 3.8rem !important;
  }
  .cid-t9U9e9LScY .btn {
    display: -webkit-flex;
  }
  .cid-t9U9e9LScY button.navbar-toggler {
    display: block;
  }
  .cid-t9U9e9LScY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t9U9e9LScY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9U9e9LScY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing,
  .cid-t9U9e9LScY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9U9e9LScY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9U9e9LScY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9U9e9LScY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9U9e9LScY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t9U9e9LScY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9U9e9LScY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9U9e9LScY .nav-link:hover,
.cid-t9U9e9LScY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t9Vevv5pon {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fcff02;
}
.cid-t9Vevv5pon .mbr-text,
.cid-t9Vevv5pon blockquote {
  color: #767676;
}
.cid-t9Vevv5pon .mbr-text {
  color: #000887;
}
.cid-t9Vevv5pon .mbr-text P {
  text-align: center;
}
.cid-t9Vezjldvi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-t9Vezjldvi .mbr-section-subtitle {
  color: #fcff02;
}
.cid-t9Vezjldvi H2 {
  color: #fcff02;
}
.cid-t9VeYcC5jR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000887;
}
.cid-t9VeYcC5jR .mbr-text,
.cid-t9VeYcC5jR blockquote {
  color: #767676;
}
.cid-t9VeYcC5jR .mbr-text {
  color: #ffffff;
}
.cid-t9VeYcC5jR .mbr-text P {
  text-align: center;
}
.cid-tai7AlxV9N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcff02;
}
.cid-tai7AlxV9N .mbr-section-subtitle {
  color: #000887;
}
.cid-tai7AlxV9N H2 {
  color: #000887;
}
.cid-t9Vk4YwFcu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fcff02;
}
.cid-t9Vk4YwFcu .mbr-text,
.cid-t9Vk4YwFcu blockquote {
  color: #767676;
}
.cid-t9Vk4YwFcu .mbr-text {
  color: #000887;
}
.cid-t9Vk4YwFcu .mbr-text P {
  text-align: center;
}
.cid-tahLRxDhQd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000887;
}
.cid-tahLRxDhQd .mbr-section-subtitle {
  color: #000887;
}
.cid-tahLRxDhQd H2 {
  color: #fcff02;
}
.cid-tahLLezUQS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000887;
}
.cid-tahLLezUQS .card-img {
  background-color: #fff;
}
.cid-tahLLezUQS .card {
  align-self: stretch;
}
.cid-tahLLezUQS .card-box {
  padding: 2rem;
  background-color: #fcff02;
}
.cid-tahLLezUQS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tahLLezUQS p {
  text-align: left;
}
.cid-tahLLezUQS .mbr-text {
  color: #000887;
}
.cid-tahLLezUQS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tahLLezUQS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tahLLezUQS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tahLLezUQS .card-title {
  color: #000887;
}
.cid-tcGuLDfJdc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fcff02;
}
.cid-tcGuLDfJdc .testimonials-container {
  margin: 0 auto;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item .user {
  background: #000887;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tcGuLDfJdc .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tcGuLDfJdc .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tcGuLDfJdc .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tcGuLDfJdc H2 {
  color: #000887;
}
.cid-tcGuLDfJdc .user_text {
  color: #fcff02;
}
.cid-tcGuLDfJdc .user_name {
  color: #ffffff;
}
.cid-tcGuLDfJdc .user_desk {
  color: #fcff02;
}
.cid-tdg9j0MWHO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fcff02;
}
.cid-tdg9j0MWHO .testimonials-container {
  margin: 0 auto;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item .user {
  background: #000887;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tdg9j0MWHO .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tdg9j0MWHO .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tdg9j0MWHO .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tdg9j0MWHO H2 {
  color: #000887;
}
.cid-tdg9j0MWHO .user_text {
  color: #fcff02;
}
.cid-tdg9j0MWHO .user_name {
  color: #ffffff;
}
.cid-tdg9j0MWHO .user_desk {
  color: #fcff02;
}
.cid-tcLK9e5tLc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20220726-102004-1-2000x1125.jpeg");
}
.cid-tcLK9e5tLc .testimonials-container {
  margin: 0 auto;
}
.cid-tcLK9e5tLc .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-tcLK9e5tLc .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tcLK9e5tLc .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-tcLK9e5tLc .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tcLK9e5tLc .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-tcLK9e5tLc .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tcLK9e5tLc H2 {
  color: #ffffff;
}
.cid-tcLK9e5tLc .user_text {
  color: #fcff02;
  text-align: center;
}
.cid-tcLK9e5tLc .user_name {
  color: #ffffff;
}
.cid-tcLK9e5tLc .user_desk {
  color: #fcff02;
}
.cid-ujmelFe5Gr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000887;
}
@media (max-width: 767px) {
  .cid-ujmelFe5Gr .content {
    text-align: center;
  }
  .cid-ujmelFe5Gr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmelFe5Gr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujmelFe5Gr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujmelFe5Gr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ujmelFe5Gr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujmelFe5Gr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ujmelFe5Gr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujmelFe5Gr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujmelFe5Gr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujmelFe5Gr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujmelFe5Gr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujmelFe5Gr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujmelFe5Gr P {
  color: #fcff02;
}
.cid-ujmelFe5Gr H5 {
  color: #fcff02;
}
