body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d5c9f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d5c9f !important;
  border-color: #1d5c9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #103256 !important;
  border-color: #103256 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #103256 !important;
  border-color: #103256 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #1046a8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1046a8 !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d5c9f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #103256 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5c9f !important;
  border-color: #1d5c9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bed3f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6f9df2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d5c9f !important;
}
.text-secondary {
  color: #bed3f9 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d2a49 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6194f0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d5c9f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d5c9f;
  border-color: #1d5c9f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d5c9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5b9ce1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d5c9f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #1d5c9f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d5c9f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d5c9f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d5c9f;
  border-bottom-color: #1d5c9f;
}
.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: #1d5c9f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bed3f9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231d5c9f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uG0pXt6h6j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0pXt6h6j .nav-item:focus,
.cid-uG0pXt6h6j .nav-link:focus {
  outline: none;
}
.cid-uG0pXt6h6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0pXt6h6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0pXt6h6j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uG0pXt6h6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG0pXt6h6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0pXt6h6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0pXt6h6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0pXt6h6j .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uG0pXt6h6j .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uG0pXt6h6j .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uG0pXt6h6j .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uG0pXt6h6j .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uG0pXt6h6j .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uG0pXt6h6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG0pXt6h6j .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG0pXt6h6j .navbar.collapsed .navbar-collapse.show,
.cid-uG0pXt6h6j .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0pXt6h6j .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uG0pXt6h6j .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uG0pXt6h6j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG0pXt6h6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0pXt6h6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0pXt6h6j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG0pXt6h6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0pXt6h6j .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0pXt6h6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0pXt6h6j .navbar.collapsed .right-menu,
.cid-uG0pXt6h6j .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uG0pXt6h6j .navbar .navbar-collapse.show,
  .cid-uG0pXt6h6j .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0pXt6h6j .navbar .navbar-collapse.show .brand-container,
  .cid-uG0pXt6h6j .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uG0pXt6h6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0pXt6h6j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG0pXt6h6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0pXt6h6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0pXt6h6j .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG0pXt6h6j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG0pXt6h6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0pXt6h6j .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0pXt6h6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uG0pXt6h6j .navbar .right-menu,
  .cid-uG0pXt6h6j .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uG0pXt6h6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG0pXt6h6j .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uG0pXt6h6j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG0pXt6h6j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG0pXt6h6j .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG0pXt6h6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG0pXt6h6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0pXt6h6j .dropdown-item.active,
.cid-uG0pXt6h6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0pXt6h6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0pXt6h6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0pXt6h6j .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0pXt6h6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uG0pXt6h6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0pXt6h6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0pXt6h6j ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG0pXt6h6j ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uG0pXt6h6j .navbar-buttons {
  margin-left: auto;
}
.cid-uG0pXt6h6j button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG0pXt6h6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG0pXt6h6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0pXt6h6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0pXt6h6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0pXt6h6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0pXt6h6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0pXt6h6j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uG0pXt6h6j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uG0pXt6h6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0pXt6h6j a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG0pXt6h6j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG0pXt6h6j .right-menu,
.cid-uG0pXt6h6j .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uG0pXt6h6j .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0pXt6h6j .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0pXt6h6j .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG0pXt6h6j .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uG0pXt6h6j .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uG0pXt6h6j .card-wrapper {
  z-index: 3;
}
.cid-uG0pXt6h6j .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uG0pXt6h6j .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0pXt6h6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0qSJuOIb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG0qSJuOIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0qSJuOIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0qSJuOIb .mbr-section-title {
  color: #ffffff;
}
.cid-uG0qNIfY7g {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #fafafa;
}
.cid-uG0qNIfY7g .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
}
.cid-uG0qNIfY7g .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uG0qNIfY7g .btn-col {
    justify-content: center;
  }
}
.cid-uG0qNIfY7g .mbr-text,
.cid-uG0qNIfY7g .mbr-section-btn {
  color: #000000;
}
.cid-uG0qNIfY7g p {
  margin: 0;
}
.cid-uG0y4Ki57R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-uG0y4Ki57R .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
}
.cid-uG0y4Ki57R .mbr-text,
.cid-uG0y4Ki57R .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uG0y4Ki57R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uG0y4Ki57R img {
    width: 96%;
  }
}
.cid-uG0y4Ki57R .mbr-section-title,
.cid-uG0y4Ki57R .title-wrapper {
  color: #ffffff;
}
.cid-uG0xLX0Swi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uG0xLX0Swi .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0xLX0Swi .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uG0xLX0Swi .card-wrapper {
    padding: 0;
  }
}
.cid-uG0xLX0Swi .card-text {
  color: #000000;
}
.cid-uG0xLX0Swi .main-title {
  color: #010255;
}
.cid-uG0NZTrlqi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uG0u2WsSgv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uG0u2WsSgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0u2WsSgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0u2WsSgv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG0u2WsSgv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0u2WsSgv .row {
    text-align: center;
  }
  .cid-uG0u2WsSgv .row > div {
    margin: auto;
  }
  .cid-uG0u2WsSgv .social-row {
    justify-content: center;
  }
}
.cid-uG0u2WsSgv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0u2WsSgv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uG0u2WsSgv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0u2WsSgv .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0u2WsSgv .mbr-text {
  color: #fafafa;
}
.cid-uG0u2WsSgv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG0u2WsSgv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uG0u2WsSgv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG0u2WsSgv H5 {
  color: #ffe161;
}
.cid-uG0CiLSiDF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0CiLSiDF .nav-item:focus,
.cid-uG0CiLSiDF .nav-link:focus {
  outline: none;
}
.cid-uG0CiLSiDF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0CiLSiDF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0CiLSiDF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uG0CiLSiDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG0CiLSiDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0CiLSiDF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0CiLSiDF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0CiLSiDF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uG0CiLSiDF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uG0CiLSiDF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uG0CiLSiDF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uG0CiLSiDF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uG0CiLSiDF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uG0CiLSiDF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG0CiLSiDF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG0CiLSiDF .navbar.collapsed .navbar-collapse.show,
.cid-uG0CiLSiDF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0CiLSiDF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uG0CiLSiDF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uG0CiLSiDF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG0CiLSiDF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0CiLSiDF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0CiLSiDF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG0CiLSiDF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0CiLSiDF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0CiLSiDF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0CiLSiDF .navbar.collapsed .right-menu,
.cid-uG0CiLSiDF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uG0CiLSiDF .navbar .navbar-collapse.show,
  .cid-uG0CiLSiDF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0CiLSiDF .navbar .navbar-collapse.show .brand-container,
  .cid-uG0CiLSiDF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uG0CiLSiDF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0CiLSiDF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG0CiLSiDF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0CiLSiDF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0CiLSiDF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG0CiLSiDF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG0CiLSiDF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0CiLSiDF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0CiLSiDF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uG0CiLSiDF .navbar .right-menu,
  .cid-uG0CiLSiDF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uG0CiLSiDF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG0CiLSiDF .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uG0CiLSiDF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG0CiLSiDF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG0CiLSiDF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG0CiLSiDF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG0CiLSiDF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0CiLSiDF .dropdown-item.active,
.cid-uG0CiLSiDF .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0CiLSiDF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0CiLSiDF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0CiLSiDF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0CiLSiDF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uG0CiLSiDF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0CiLSiDF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0CiLSiDF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG0CiLSiDF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uG0CiLSiDF .navbar-buttons {
  margin-left: auto;
}
.cid-uG0CiLSiDF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG0CiLSiDF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG0CiLSiDF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0CiLSiDF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0CiLSiDF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0CiLSiDF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0CiLSiDF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0CiLSiDF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uG0CiLSiDF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uG0CiLSiDF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0CiLSiDF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG0CiLSiDF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG0CiLSiDF .right-menu,
.cid-uG0CiLSiDF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uG0CiLSiDF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0CiLSiDF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0CiLSiDF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG0CiLSiDF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uG0CiLSiDF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uG0CiLSiDF .card-wrapper {
  z-index: 3;
}
.cid-uG0CiLSiDF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uG0CiLSiDF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0CiLSiDF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0CiN9ex0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG0CiN9ex0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0CiN9ex0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0CiN9ex0 .mbr-section-title {
  color: #ffffff;
}
.cid-uG0FFdEFoj {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-20-at-11.22.15-am.jpeg");
}
.cid-uG0FFdEFoj H1 {
  color: #ffffff;
}
.cid-uG0FFdEFoj h1 {
  background: linear-gradient(to left, #bed3f9, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGzqhdiWd9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uGzqhdiWd9 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uGzqhdiWd9 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uGzqhdiWd9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGzqhdiWd9 .first:hover:before {
  content: none;
}
.cid-uGzqhdiWd9 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  content: "";
}
.cid-uGzqhdiWd9 .last:hover:after {
  content: none;
}
.cid-uGzqhdiWd9 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  content: "";
}
.cid-uGzqhdiWd9 .mbr-section-text {
  color: #999999;
}
.cid-uGzqhdiWd9 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uGzqhdiWd9 .card .img-wrapper {
  overflow: hidden;
}
.cid-uGzqhdiWd9 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uGzqhdiWd9 .card:hover .card-wrapper {
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  color: #ffffff !important;
}
.cid-uGzqhdiWd9 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uGzrc6UZwm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uGzrc6UZwm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uGzrc6UZwm .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uGzrc6UZwm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGzrc6UZwm .first:hover:before {
  content: none;
}
.cid-uGzrc6UZwm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  content: "";
}
.cid-uGzrc6UZwm .last:hover:after {
  content: none;
}
.cid-uGzrc6UZwm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  content: "";
}
.cid-uGzrc6UZwm .mbr-section-text {
  color: #999999;
}
.cid-uGzrc6UZwm .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uGzrc6UZwm .card .img-wrapper {
  overflow: hidden;
}
.cid-uGzrc6UZwm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uGzrc6UZwm .card:hover .card-wrapper {
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  color: #ffffff !important;
}
.cid-uGzrc6UZwm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uGo9mWJBto {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uGo9mWJBto .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uGo9mWJBto .card-wrapper {
    padding: 0;
  }
}
.cid-uGo9mWJBto img {
  width: 100%;
}
.cid-uGo9mWJBto .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGo9mWJBto .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
}
.cid-uGo9mWJBto .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uGo9mWJBto h4 {
  margin: 0;
}
.cid-uGo9mWJBto .card-text {
  color: #999999;
}
.cid-uGo9mWJBto .mbr-text {
  color: #000000;
}
.cid-uGo9mWJBto .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uGo9mWJBto .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uGo9mWJBto .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uGo9mWJBto .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGo9mWJBto .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uGo9mWJBto H3 {
  color: #787324;
}
.cid-uGo9mWJBto .mbr-section-title,
.cid-uGo9mWJBto .title-wrapper {
  color: #000000;
}
.cid-uGo9mWJBto .mbr-text,
.cid-uGo9mWJBto .mbr-section-btn {
  color: #000000;
}
.cid-uG0CiOy387 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uG0CiOy387 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
}
.cid-uG0CiOy387 .mbr-text,
.cid-uG0CiOy387 .mbr-section-btn {
  color: #fafafa;
}
.cid-uG0CiOy387 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uG0CiOy387 img {
    width: 96%;
  }
}
.cid-uG0CiOy387 .mbr-section-title,
.cid-uG0CiOy387 .title-wrapper {
  color: #ffffff;
}
.cid-uG0OhhaqzC {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uG0CiQ0hq3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uG0CiQ0hq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0CiQ0hq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0CiQ0hq3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG0CiQ0hq3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0CiQ0hq3 .row {
    text-align: center;
  }
  .cid-uG0CiQ0hq3 .row > div {
    margin: auto;
  }
  .cid-uG0CiQ0hq3 .social-row {
    justify-content: center;
  }
}
.cid-uG0CiQ0hq3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0CiQ0hq3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uG0CiQ0hq3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0CiQ0hq3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0CiQ0hq3 .mbr-text {
  color: #fafafa;
}
.cid-uG0CiQ0hq3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG0CiQ0hq3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uG0CiQ0hq3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG0CiQ0hq3 H5 {
  color: #ffe161;
}
.cid-uG0HTrbX6y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0HTrbX6y .nav-item:focus,
.cid-uG0HTrbX6y .nav-link:focus {
  outline: none;
}
.cid-uG0HTrbX6y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0HTrbX6y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0HTrbX6y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uG0HTrbX6y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG0HTrbX6y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0HTrbX6y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0HTrbX6y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0HTrbX6y .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uG0HTrbX6y .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uG0HTrbX6y .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uG0HTrbX6y .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uG0HTrbX6y .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uG0HTrbX6y .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uG0HTrbX6y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG0HTrbX6y .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG0HTrbX6y .navbar.collapsed .navbar-collapse.show,
.cid-uG0HTrbX6y .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0HTrbX6y .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uG0HTrbX6y .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uG0HTrbX6y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG0HTrbX6y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0HTrbX6y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0HTrbX6y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG0HTrbX6y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0HTrbX6y .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0HTrbX6y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0HTrbX6y .navbar.collapsed .right-menu,
.cid-uG0HTrbX6y .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uG0HTrbX6y .navbar .navbar-collapse.show,
  .cid-uG0HTrbX6y .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0HTrbX6y .navbar .navbar-collapse.show .brand-container,
  .cid-uG0HTrbX6y .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uG0HTrbX6y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0HTrbX6y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG0HTrbX6y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0HTrbX6y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0HTrbX6y .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG0HTrbX6y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG0HTrbX6y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0HTrbX6y .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0HTrbX6y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uG0HTrbX6y .navbar .right-menu,
  .cid-uG0HTrbX6y .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uG0HTrbX6y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG0HTrbX6y .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uG0HTrbX6y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG0HTrbX6y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG0HTrbX6y .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG0HTrbX6y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG0HTrbX6y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0HTrbX6y .dropdown-item.active,
.cid-uG0HTrbX6y .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0HTrbX6y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0HTrbX6y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0HTrbX6y .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0HTrbX6y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uG0HTrbX6y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0HTrbX6y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0HTrbX6y ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG0HTrbX6y ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uG0HTrbX6y .navbar-buttons {
  margin-left: auto;
}
.cid-uG0HTrbX6y button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG0HTrbX6y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG0HTrbX6y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0HTrbX6y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0HTrbX6y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0HTrbX6y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0HTrbX6y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0HTrbX6y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uG0HTrbX6y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uG0HTrbX6y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0HTrbX6y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG0HTrbX6y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG0HTrbX6y .right-menu,
.cid-uG0HTrbX6y .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uG0HTrbX6y .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0HTrbX6y .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0HTrbX6y .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG0HTrbX6y .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uG0HTrbX6y .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uG0HTrbX6y .card-wrapper {
  z-index: 3;
}
.cid-uG0HTrbX6y .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uG0HTrbX6y .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0HTrbX6y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0HTsfAAC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG0HTsfAAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0HTsfAAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0HTsfAAC .mbr-section-title {
  color: #ffffff;
}
.cid-uG0HTsOijt {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-20-at-11.22.26-am.jpeg");
}
.cid-uG0HTsOijt H1 {
  color: #ffffff;
}
.cid-uG0HTsOijt h1 {
  background: linear-gradient(to left, #bed3f9, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0HTtY27w {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #fafafa;
}
.cid-uG0HTtY27w .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0HTtY27w .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uG0HTtY27w .card-wrapper {
    padding: 0;
  }
}
.cid-uG0HTtY27w .card-text {
  color: #000000;
}
.cid-uG0HTtY27w .main-title {
  color: #010255;
}
.cid-uG0HTtY27w .card-title {
  color: #003c7b;
}
.cid-uG0K0boCXU {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uG0HTuxoog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uG0HTuxoog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0HTuxoog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0HTuxoog .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG0HTuxoog .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0HTuxoog .row {
    text-align: center;
  }
  .cid-uG0HTuxoog .row > div {
    margin: auto;
  }
  .cid-uG0HTuxoog .social-row {
    justify-content: center;
  }
}
.cid-uG0HTuxoog .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HTuxoog .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uG0HTuxoog .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HTuxoog .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HTuxoog .mbr-text {
  color: #fafafa;
}
.cid-uG0HTuxoog .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG0HTuxoog .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uG0HTuxoog div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG0HTuxoog H5 {
  color: #ffe161;
}
.cid-uG0K7cpQWe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0K7cpQWe .nav-item:focus,
.cid-uG0K7cpQWe .nav-link:focus {
  outline: none;
}
.cid-uG0K7cpQWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0K7cpQWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0K7cpQWe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uG0K7cpQWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG0K7cpQWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0K7cpQWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0K7cpQWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0K7cpQWe .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uG0K7cpQWe .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uG0K7cpQWe .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uG0K7cpQWe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uG0K7cpQWe .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uG0K7cpQWe .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uG0K7cpQWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG0K7cpQWe .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG0K7cpQWe .navbar.collapsed .navbar-collapse.show,
.cid-uG0K7cpQWe .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0K7cpQWe .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uG0K7cpQWe .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uG0K7cpQWe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG0K7cpQWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0K7cpQWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0K7cpQWe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG0K7cpQWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0K7cpQWe .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0K7cpQWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0K7cpQWe .navbar.collapsed .right-menu,
.cid-uG0K7cpQWe .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uG0K7cpQWe .navbar .navbar-collapse.show,
  .cid-uG0K7cpQWe .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0K7cpQWe .navbar .navbar-collapse.show .brand-container,
  .cid-uG0K7cpQWe .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uG0K7cpQWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0K7cpQWe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG0K7cpQWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0K7cpQWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0K7cpQWe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG0K7cpQWe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG0K7cpQWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0K7cpQWe .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0K7cpQWe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uG0K7cpQWe .navbar .right-menu,
  .cid-uG0K7cpQWe .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uG0K7cpQWe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG0K7cpQWe .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uG0K7cpQWe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG0K7cpQWe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG0K7cpQWe .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG0K7cpQWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG0K7cpQWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0K7cpQWe .dropdown-item.active,
.cid-uG0K7cpQWe .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0K7cpQWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0K7cpQWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0K7cpQWe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0K7cpQWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uG0K7cpQWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0K7cpQWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0K7cpQWe ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG0K7cpQWe ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uG0K7cpQWe .navbar-buttons {
  margin-left: auto;
}
.cid-uG0K7cpQWe button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG0K7cpQWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG0K7cpQWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0K7cpQWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0K7cpQWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0K7cpQWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0K7cpQWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0K7cpQWe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uG0K7cpQWe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uG0K7cpQWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0K7cpQWe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG0K7cpQWe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG0K7cpQWe .right-menu,
.cid-uG0K7cpQWe .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uG0K7cpQWe .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0K7cpQWe .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0K7cpQWe .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG0K7cpQWe .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uG0K7cpQWe .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uG0K7cpQWe .card-wrapper {
  z-index: 3;
}
.cid-uG0K7cpQWe .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uG0K7cpQWe .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0K7cpQWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0K7da4bn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG0K7da4bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0K7da4bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0K7da4bn .mbr-section-title {
  color: #ffffff;
}
.cid-uG0K7dVPpE {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-20-at-11.22.27-am.jpeg");
}
.cid-uG0K7dVPpE H1 {
  color: #ffffff;
}
.cid-uG0K7dVPpE h1 {
  background: linear-gradient(to left, #bed3f9, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0KgWI6AV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uG0KgWI6AV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0KgWI6AV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0LdlqgRM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uG0LdlqgRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0LdlqgRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0LdlqgRM .item {
  padding-bottom: 2rem;
}
.cid-uG0LdlqgRM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uG0LdlqgRM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uG0LdlqgRM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uG0LdlqgRM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uG0LdlqgRM .carousel-control,
.cid-uG0LdlqgRM .close {
  background: #1b1b1b;
}
.cid-uG0LdlqgRM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG0LdlqgRM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG0LdlqgRM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG0LdlqgRM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG0LdlqgRM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG0LdlqgRM .close::before {
  content: '\e91a';
}
.cid-uG0LdlqgRM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG0LdlqgRM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uG0LdlqgRM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG0LdlqgRM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG0LdlqgRM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG0LdlqgRM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG0LdlqgRM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uG0LdlqgRM .carousel-indicators li.active,
.cid-uG0LdlqgRM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG0LdlqgRM .carousel-indicators li::after,
.cid-uG0LdlqgRM .carousel-indicators li::before {
  content: none;
}
.cid-uG0LdlqgRM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG0LdlqgRM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG0LdlqgRM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0LdlqgRM .carousel-indicators {
    display: none;
  }
}
.cid-uG0LdlqgRM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG0LdlqgRM .carousel-inner > .active {
  display: block;
}
.cid-uG0LdlqgRM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG0LdlqgRM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG0LdlqgRM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG0LdlqgRM .carousel-control,
  .cid-uG0LdlqgRM .carousel-indicators,
  .cid-uG0LdlqgRM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG0LdlqgRM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG0LdlqgRM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG0LdlqgRM .carousel-indicators .active,
.cid-uG0LdlqgRM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG0LdlqgRM .carousel-indicators .active {
  background: #fff;
}
.cid-uG0LdlqgRM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG0LdlqgRM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG0LdlqgRM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG0LdlqgRM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG0LdlqgRM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG0LdlqgRM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG0LdlqgRM .carousel {
  width: 100%;
}
.cid-uG0LdlqgRM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG0LdlqgRM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG0LdlqgRM .modal.fade .modal-dialog,
.cid-uG0LdlqgRM .modal.in .modal-dialog {
  transform: none;
}
.cid-uG0LdlqgRM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG0LdlqgRM H6 {
  text-align: center;
}
.cid-uG0K7ePu0C {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uG0K7fgni3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uG0K7fgni3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0K7fgni3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0K7fgni3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG0K7fgni3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0K7fgni3 .row {
    text-align: center;
  }
  .cid-uG0K7fgni3 .row > div {
    margin: auto;
  }
  .cid-uG0K7fgni3 .social-row {
    justify-content: center;
  }
}
.cid-uG0K7fgni3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0K7fgni3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uG0K7fgni3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0K7fgni3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0K7fgni3 .mbr-text {
  color: #fafafa;
}
.cid-uG0K7fgni3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG0K7fgni3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uG0K7fgni3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG0K7fgni3 H5 {
  color: #ffe161;
}
.cid-uG0MkcWQza .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0MkcWQza .nav-item:focus,
.cid-uG0MkcWQza .nav-link:focus {
  outline: none;
}
.cid-uG0MkcWQza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0MkcWQza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG0MkcWQza .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uG0MkcWQza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG0MkcWQza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uG0MkcWQza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG0MkcWQza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG0MkcWQza .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uG0MkcWQza .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uG0MkcWQza .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uG0MkcWQza .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uG0MkcWQza .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uG0MkcWQza .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uG0MkcWQza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG0MkcWQza .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG0MkcWQza .navbar.collapsed .navbar-collapse.show,
.cid-uG0MkcWQza .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0MkcWQza .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uG0MkcWQza .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uG0MkcWQza .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG0MkcWQza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG0MkcWQza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG0MkcWQza .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG0MkcWQza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG0MkcWQza .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uG0MkcWQza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG0MkcWQza .navbar.collapsed .right-menu,
.cid-uG0MkcWQza .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uG0MkcWQza .navbar .navbar-collapse.show,
  .cid-uG0MkcWQza .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0MkcWQza .navbar .navbar-collapse.show .brand-container,
  .cid-uG0MkcWQza .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uG0MkcWQza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG0MkcWQza .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG0MkcWQza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG0MkcWQza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG0MkcWQza .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG0MkcWQza .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG0MkcWQza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG0MkcWQza .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uG0MkcWQza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uG0MkcWQza .navbar .right-menu,
  .cid-uG0MkcWQza .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uG0MkcWQza .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG0MkcWQza .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uG0MkcWQza .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG0MkcWQza .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG0MkcWQza .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG0MkcWQza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG0MkcWQza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG0MkcWQza .dropdown-item.active,
.cid-uG0MkcWQza .dropdown-item:active {
  background-color: transparent;
}
.cid-uG0MkcWQza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG0MkcWQza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG0MkcWQza .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG0MkcWQza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uG0MkcWQza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG0MkcWQza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG0MkcWQza ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG0MkcWQza ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uG0MkcWQza .navbar-buttons {
  margin-left: auto;
}
.cid-uG0MkcWQza button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG0MkcWQza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG0MkcWQza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG0MkcWQza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0MkcWQza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG0MkcWQza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG0MkcWQza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0MkcWQza nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uG0MkcWQza nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uG0MkcWQza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG0MkcWQza a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG0MkcWQza .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG0MkcWQza .right-menu,
.cid-uG0MkcWQza .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uG0MkcWQza .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0MkcWQza .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG0MkcWQza .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG0MkcWQza .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uG0MkcWQza .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uG0MkcWQza .card-wrapper {
  z-index: 3;
}
.cid-uG0MkcWQza .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uG0MkcWQza .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG0MkcWQza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0MkdJOfD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG0MkdJOfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0MkdJOfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0MkdJOfD .mbr-section-title {
  color: #ffffff;
}
.cid-uG0MkemlRJ {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-20-at-11.22.15-am-1.jpeg");
}
.cid-uG0MkemlRJ H1 {
  color: #ffffff;
}
.cid-uG0MkemlRJ h1 {
  background: linear-gradient(to left, #bed3f9, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGzsBs1fNG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uGzsBs1fNG img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uGzsBs1fNG .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uGzsBs1fNG .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uGzsBs1fNG .card-wrapper:hover {
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
}
.cid-uGzsBs1fNG .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uGzsBs1fNG .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uGzsBs1fNG .card-box {
  padding-top: 2rem;
}
.cid-uGzsBs1fNG .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #bed3f9, #1d5c9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGzsBs1fNG .card-title {
  color: #ffffff;
}
.cid-uGzsBs1fNG .mbr-subtitle {
  color: #ffffff;
}
.cid-uGzsBs1fNG .main-title {
  color: #ffffff;
}
.cid-uGzsBs1fNG .main-subtitle {
  color: #999999;
}
.cid-uGzsBs1fNG .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uGzsBs1fNG .card:hover {
  transform: translateY(-10px);
}
.cid-uGzsBs1fNG .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uGzsBs1fNG .card:hover .card-title,
.cid-uGzsBs1fNG .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uGzsBs1fNG .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uGzsBs1fNG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uG0MkgLxRx {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uG0MkhbeTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uG0MkhbeTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0MkhbeTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0MkhbeTm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG0MkhbeTm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0MkhbeTm .row {
    text-align: center;
  }
  .cid-uG0MkhbeTm .row > div {
    margin: auto;
  }
  .cid-uG0MkhbeTm .social-row {
    justify-content: center;
  }
}
.cid-uG0MkhbeTm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0MkhbeTm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uG0MkhbeTm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0MkhbeTm .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0MkhbeTm .mbr-text {
  color: #fafafa;
}
.cid-uG0MkhbeTm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uG0MkhbeTm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uG0MkhbeTm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uG0MkhbeTm H5 {
  color: #ffe161;
}
.cid-uGo44SNjs0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGo44SNjs0 .nav-item:focus,
.cid-uGo44SNjs0 .nav-link:focus {
  outline: none;
}
.cid-uGo44SNjs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGo44SNjs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGo44SNjs0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGo44SNjs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGo44SNjs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGo44SNjs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGo44SNjs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGo44SNjs0 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGo44SNjs0 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #232323;
}
.cid-uGo44SNjs0 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uGo44SNjs0 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uGo44SNjs0 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uGo44SNjs0 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uGo44SNjs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGo44SNjs0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGo44SNjs0 .navbar.collapsed .navbar-collapse.show,
.cid-uGo44SNjs0 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGo44SNjs0 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uGo44SNjs0 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uGo44SNjs0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGo44SNjs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGo44SNjs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGo44SNjs0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGo44SNjs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGo44SNjs0 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGo44SNjs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGo44SNjs0 .navbar.collapsed .right-menu,
.cid-uGo44SNjs0 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uGo44SNjs0 .navbar .navbar-collapse.show,
  .cid-uGo44SNjs0 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGo44SNjs0 .navbar .navbar-collapse.show .brand-container,
  .cid-uGo44SNjs0 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uGo44SNjs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGo44SNjs0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGo44SNjs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGo44SNjs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGo44SNjs0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGo44SNjs0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGo44SNjs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGo44SNjs0 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGo44SNjs0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uGo44SNjs0 .navbar .right-menu,
  .cid-uGo44SNjs0 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uGo44SNjs0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGo44SNjs0 .navbar.navbar-short .mbr-overlay {
  background: #232323 !important;
}
.cid-uGo44SNjs0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGo44SNjs0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGo44SNjs0 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGo44SNjs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGo44SNjs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGo44SNjs0 .dropdown-item.active,
.cid-uGo44SNjs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGo44SNjs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGo44SNjs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGo44SNjs0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGo44SNjs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGo44SNjs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGo44SNjs0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGo44SNjs0 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uGo44SNjs0 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uGo44SNjs0 .navbar-buttons {
  margin-left: auto;
}
.cid-uGo44SNjs0 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGo44SNjs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGo44SNjs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGo44SNjs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGo44SNjs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGo44SNjs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGo44SNjs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGo44SNjs0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uGo44SNjs0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uGo44SNjs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGo44SNjs0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGo44SNjs0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGo44SNjs0 .right-menu,
.cid-uGo44SNjs0 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uGo44SNjs0 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGo44SNjs0 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGo44SNjs0 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGo44SNjs0 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #1d5c9f;
  padding: 0.5rem 0;
}
.cid-uGo44SNjs0 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uGo44SNjs0 .card-wrapper {
  z-index: 3;
}
.cid-uGo44SNjs0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uGo44SNjs0 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGo44SNjs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGo44TlAXs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGo44TlAXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGo44TlAXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGo44TlAXs .mbr-section-title {
  color: #ffffff;
}
.cid-uGo44TPMgs {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-21-at-4.58.01-pm-2000x1500.jpg");
}
.cid-uGo44TPMgs H1 {
  color: #ffffff;
}
.cid-uGo44TPMgs h1 {
  background: linear-gradient(to left, #bed3f9, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGo582frfu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGo582frfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGo582frfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGo582frfu .item {
  padding-bottom: 2rem;
}
.cid-uGo582frfu .item-wrapper {
  position: relative;
}
.cid-uGo582frfu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGo582frfu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGo582frfu .carousel-control,
.cid-uGo582frfu .close {
  background: #1b1b1b;
}
.cid-uGo582frfu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGo582frfu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGo582frfu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGo582frfu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGo582frfu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGo582frfu .close::before {
  content: '\e91a';
}
.cid-uGo582frfu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGo582frfu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGo582frfu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGo582frfu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGo582frfu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGo582frfu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGo582frfu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGo582frfu .carousel-indicators li.active,
.cid-uGo582frfu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGo582frfu .carousel-indicators li::after,
.cid-uGo582frfu .carousel-indicators li::before {
  content: none;
}
.cid-uGo582frfu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGo582frfu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGo582frfu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGo582frfu .carousel-indicators {
    display: none;
  }
}
.cid-uGo582frfu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGo582frfu .carousel-inner > .active {
  display: block;
}
.cid-uGo582frfu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGo582frfu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGo582frfu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGo582frfu .carousel-control,
  .cid-uGo582frfu .carousel-indicators,
  .cid-uGo582frfu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGo582frfu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGo582frfu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGo582frfu .carousel-indicators .active,
.cid-uGo582frfu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGo582frfu .carousel-indicators .active {
  background: #fff;
}
.cid-uGo582frfu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGo582frfu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGo582frfu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGo582frfu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGo582frfu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGo582frfu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGo582frfu .carousel {
  width: 100%;
}
.cid-uGo582frfu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGo582frfu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGo582frfu .modal.fade .modal-dialog,
.cid-uGo582frfu .modal.in .modal-dialog {
  transform: none;
}
.cid-uGo582frfu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGo582frfu H6 {
  text-align: center;
}
.cid-uGzm1uGX6r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uGzm1uGX6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzm1uGX6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzm1uGX6r .video-wrapper iframe {
  width: 100%;
}
.cid-uGzm1uGX6r .mbr-section-title,
.cid-uGzm1uGX6r .mbr-section-subtitle,
.cid-uGzm1uGX6r .mbr-text {
  text-align: center;
}
.cid-uGzm1uGX6r .mbr-section-title {
  color: #003c7b;
}
.cid-uGzmImf0y7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uGzmImf0y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzmImf0y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzmImf0y7 .video-wrapper iframe {
  width: 100%;
}
.cid-uGzmImf0y7 .mbr-section-title,
.cid-uGzmImf0y7 .mbr-section-subtitle,
.cid-uGzmImf0y7 .mbr-text {
  text-align: center;
}
.cid-uGo44UShCv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #003c7b;
}
.cid-uGo44Vgmxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uGo44Vgmxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGo44Vgmxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGo44Vgmxc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGo44Vgmxc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGo44Vgmxc .row {
    text-align: center;
  }
  .cid-uGo44Vgmxc .row > div {
    margin: auto;
  }
  .cid-uGo44Vgmxc .social-row {
    justify-content: center;
  }
}
.cid-uGo44Vgmxc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGo44Vgmxc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uGo44Vgmxc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGo44Vgmxc .list {
    margin-bottom: 0rem;
  }
}
.cid-uGo44Vgmxc .mbr-text {
  color: #fafafa;
}
.cid-uGo44Vgmxc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGo44Vgmxc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGo44Vgmxc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGo44Vgmxc H5 {
  color: #ffe161;
}
