.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.91rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.105rem + (1.3 - 1.105) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ffc700 !important;
}
.bg-success {
  background-color: #bcc11c !important;
}
.bg-info {
  background-color: #4a9343 !important;
}
.bg-warning {
  background-color: #2f760c !important;
}
.bg-danger {
  background-color: #ef5f49 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc700 !important;
  border-color: #ffc700 !important;
  color: #000000 !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: #a88300 !important;
  border-color: #a88300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88300 !important;
  border-color: #a88300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec2203 !important;
  border-color: #ec2203 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #961602 !important;
  border-color: #961602 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #961602 !important;
  border-color: #961602 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4a9343 !important;
  border-color: #4a9343 !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: #2c5728 !important;
  border-color: #2c5728 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c5728 !important;
  border-color: #2c5728 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bcc11c !important;
  border-color: #bcc11c !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: #727511 !important;
  border-color: #727511 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #727511 !important;
  border-color: #727511 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2f760c !important;
  border-color: #2f760c !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #102704 !important;
  border-color: #102704 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #102704 !important;
  border-color: #102704 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef5f49 !important;
  border-color: #ef5f49 !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: #cf2b12 !important;
  border-color: #cf2b12 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cf2b12 !important;
  border-color: #cf2b12 !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: #ffc700;
  color: #ffc700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88300 !important;
  background-color: transparent!important;
  border-color: #a88300 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffc700 !important;
  border-color: #ffc700 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec2203;
  color: #ec2203;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #961602 !important;
  background-color: transparent!important;
  border-color: #961602 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2203 !important;
  border-color: #ec2203 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4a9343;
  color: #4a9343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c5728 !important;
  background-color: transparent!important;
  border-color: #2c5728 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4a9343 !important;
  border-color: #4a9343 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bcc11c;
  color: #bcc11c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #727511 !important;
  background-color: transparent!important;
  border-color: #727511 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bcc11c !important;
  border-color: #bcc11c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2f760c;
  color: #2f760c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #102704 !important;
  background-color: transparent!important;
  border-color: #102704 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2f760c !important;
  border-color: #2f760c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ef5f49;
  color: #ef5f49;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf2b12 !important;
  background-color: transparent!important;
  border-color: #cf2b12 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef5f49 !important;
  border-color: #ef5f49 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffc700 !important;
}
.text-secondary {
  color: #ec2203 !important;
}
.text-success {
  color: #bcc11c !important;
}
.text-info {
  color: #4a9343 !important;
}
.text-warning {
  color: #2f760c !important;
}
.text-danger {
  color: #ef5f49 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #871302 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #65680f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #274d23 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a1903 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c12811 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffc700;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4a9343;
}
.alert-warning {
  background-color: #2f760c;
}
.alert-danger {
  background-color: #ef5f49;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc700;
  border-color: #ffc700;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffc700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7eb72;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #91ca8b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5ee81a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffc700 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffc700;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc700;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffc700;
}
.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: #ffc700;
  border-bottom-color: #ffc700;
}
.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: #000000 !important;
  background-color: #ffc700 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ec2203 !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='%23ffc700' %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-v8JN0pN1xu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v8JN0pN1xu .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v8JN0pN1xu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v8JN0pN1xu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.show,
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8JN0pN1xu .navbar {
    flex-wrap: nowrap;
  }
  .cid-v8JN0pN1xu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v8JN0pN1xu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.show,
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v8JN0pN1xu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v8JN0pN1xu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v8JN0pN1xu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v8JN0pN1xu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8JN0pN1xu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v8JN0pN1xu .dropdown-item.active,
.cid-v8JN0pN1xu .dropdown-item:active {
  background-color: transparent;
}
.cid-v8JN0pN1xu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8JN0pN1xu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8JN0pN1xu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8JN0pN1xu .navbar-buttons {
  text-align: center;
}
.cid-v8JN0pN1xu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v8JN0pN1xu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v8JN0pN1xu a.nav-link:focus {
  outline: none;
}
.cid-v8JN0pN1xu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8JN0pN1xu .nav-link:hover,
.cid-v8JN0pN1xu .dropdown-item:hover {
  color: #ffd400 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v34HPFdrqN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v34HPFdrqN .carousel {
  height: 800px;
}
.cid-v34HPFdrqN .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v34HPFdrqN .carousel-item,
.cid-v34HPFdrqN .carousel-inner {
  height: 100%;
}
.cid-v34HPFdrqN .carousel-caption {
  bottom: 40px;
}
.cid-v34HPFdrqN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v34HPFdrqN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v34HPFdrqN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v34HPFdrqN .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v34HPFdrqN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v34HPFdrqN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v34HPFdrqN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v34HPFdrqN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v34HPFdrqN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v34HPFdrqN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v34HPFdrqN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v34HPFdrqN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v34HPFdrqN .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-v34HPFdrqN .carousel-indicators li.active,
.cid-v34HPFdrqN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v34HPFdrqN .carousel-indicators li::after,
.cid-v34HPFdrqN .carousel-indicators li::before {
  content: none;
}
.cid-v34HPFdrqN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v34HPFdrqN .carousel-indicators {
    display: none !important;
  }
}
.cid-v34HPFdrqN H5 {
  color: #aecc0b;
}
.cid-v34HPFdrqN .highlight-title {
  display: inline-block;
  background: #0e3d2f;
  color: #d8f040;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  padding: 6px 12px;
}
.cid-teWoHZmzIp {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/group-42-1920x777.png");
}
.cid-teWoHZmzIp .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-teWoHZmzIp .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-teWoHZmzIp .mbr-section-title {
  margin: 0;
  color: #065341;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.cid-teWoHZmzIp .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-teWoHZmzIp .mbr-section-text {
  line-height: 1.5;
  color: #414042;
  font-weight: 400;
}
.cid-teWoHZmzIp .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-teWoHZmzIp .display-2 {
  font-size: 38px;
}
.cid-teWoHZmzIp .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-teWoHZmzIp .wrapper .img {
  margin-bottom: 20px;
}
.cid-teWoHZmzIp .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-teWoHZmzIp .wrapper .mbr-card-title {
  color: #065341;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-teWoHZmzIp .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-teWoHZmzIp .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-teWoHZmzIp .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-teWoHZmzIp * {
    text-align: left;
  }
}
.cid-teWoHZmzIp .mbr-card-title,
.cid-teWoHZmzIp .img {
  color: #065341;
}
.cid-teWoHZmzIp .wrapper .mbr-text,
.cid-teWoHZmzIp .img {
  color: #414042;
}
.cid-tW7Dq7y9YX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group-38-1920x673.png");
}
.cid-tW7Dq7y9YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7Dq7y9YX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7Dq7y9YX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tW7Dq7y9YX .container {
    padding: 0 15px;
  }
}
.cid-tW7Dq7y9YX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tW7Dq7y9YX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tW7Dq7y9YX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tW7Dq7y9YX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tW7Dq7y9YX .mbr-section-btn {
  margin-top: 40px;
}
.cid-tW7Dq7y9YX .mbr-section-title {
  color: #ffffff;
}
.cid-tW7Dq7y9YX .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tW7Dq7y9YX .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-tW7Dq7y9YX .mbr-section-title,
.cid-tW7Dq7y9YX .mbr-section-btn {
  text-align: center;
  color: #becd30;
}
.cid-tW7PPhBXve {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-tW7PPhBXve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7PPhBXve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7PPhBXve .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tW7PPhBXve .team-card:hover {
  transform: translateY(-10px);
}
.cid-tW7PPhBXve .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tW7PPhBXve .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tW7PPhBXve .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tW7PPhBXve .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tW7PPhBXve .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tW7PPhBXve .social-row {
  text-align: center;
}
.cid-tW7PPhBXve .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tW7PPhBXve .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tW7PPhBXve .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tW7PPhBXve .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tW7PPhBXve .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tW7PPhBXve .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tW7PPhBXve .embla__button--next,
.cid-tW7PPhBXve .embla__button--prev {
  display: flex;
}
.cid-tW7PPhBXve .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tW7PPhBXve .embla__button {
    display: none;
  }
}
.cid-tW7PPhBXve .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tW7PPhBXve .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tW7PPhBXve .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW7PPhBXve .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tW7PPhBXve .embla__button {
    top: auto;
  }
}
.cid-tW7PPhBXve .embla {
  position: relative;
  width: 100%;
}
.cid-tW7PPhBXve .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tW7PPhBXve .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tW7PPhBXve .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tW7PPhBXve .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tW7PPhBXve .mbr-section-title {
  color: #0d5341;
}
.cid-tWdwGZGQQJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWdwGZGQQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdwGZGQQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdwGZGQQJ .col-title {
  margin-bottom: 32px;
}
.cid-tWdwGZGQQJ .mbr-section-title {
  color: #24262b;
}
.cid-tWdwGZGQQJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-tWdwGZGQQJ .cars-row {
  row-gap: 32px;
}
.cid-tWdwGZGQQJ .card {
  border-radius: 0;
}
.cid-tWdwGZGQQJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tWdwGZGQQJ .text-wrap {
  flex-grow: 1;
}
.cid-tWdwGZGQQJ .card-title {
  color: #24262b;
}
.cid-tWdwGZGQQJ .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tWdwGZGQQJ .mbr-section-btn {
  margin-top: 12px;
}
.cid-tWdwGZGQQJ .card-title,
.cid-tWdwGZGQQJ .card-wrapper {
  color: #0d5341;
}
.cid-tWdwGZGQQJ .card-text,
.cid-tWdwGZGQQJ .mbr-section-btn {
  color: #becd30;
}
.cid-tW85dW487C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group-40-1920x673.png");
}
@media (max-width: 991px) {
  .cid-tW85dW487C .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tW85dW487C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tW85dW487C .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tW85dW487C .mbr-section-title {
  color: #becd30;
}
.cid-tW85dW487C .mbr-text {
  color: #d0caca;
}
.cid-tW85dW487C .mbr-description {
  color: #6c7577;
}
.cid-tW85dW487C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW85dW487C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8bpXlUXw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tW8bpXlUXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8bpXlUXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tW8bpXlUXw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tW8bpXlUXw .row {
  flex-direction: row-reverse;
}
.cid-tW8bpXlUXw img {
  width: 100%;
}
.cid-tW8elFpQ8e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/group-56-1372x109.png");
}
.cid-tW8elFpQ8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8elFpQ8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdvPblJSz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWdvPblJSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdvPblJSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdvPblJSz .col-title {
  margin-bottom: 32px;
}
.cid-tWdvPblJSz .mbr-section-title {
  color: #24262b;
}
.cid-tWdvPblJSz .mbr-section-subtitle {
  color: #24262b;
}
.cid-tWdvPblJSz .cars-row {
  row-gap: 32px;
}
.cid-tWdvPblJSz .card {
  border-radius: 0;
}
.cid-tWdvPblJSz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tWdvPblJSz .text-wrap {
  flex-grow: 1;
}
.cid-tWdvPblJSz .card-title {
  color: #24262b;
}
.cid-tWdvPblJSz .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tWdvPblJSz .mbr-section-btn {
  margin-top: 12px;
}
.cid-tWdvPblJSz .card-title,
.cid-tWdvPblJSz .card-wrapper {
  color: #becd30;
}
.cid-tWdvPblJSz .card-text,
.cid-tWdvPblJSz .mbr-section-btn {
  color: #065341;
}
.cid-tW8WNar1TF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/group-23-1920x477.png");
}
.cid-tW8WNar1TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8WNar1TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8WNar1TF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tW8WNar1TF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tW8WNar1TF .container {
    padding: 0;
  }
}
.cid-tW8WNar1TF .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tW8WNar1TF .row {
    min-height: 450px;
  }
}
.cid-tW8UWg1CQ3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0d5341;
}
.cid-tW8UWg1CQ3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tW8UWg1CQ3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tW91C6wQyi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tW91C6wQyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW91C6wQyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW91C6wQyi .col-title {
  margin-bottom: 2.5rem;
}
.cid-tW91C6wQyi .mbr-section-title {
  color: #065341;
}
.cid-tW91C6wQyi .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tW91C6wQyi .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tW91C6wQyi .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tW91C6wQyi .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tW91C6wQyi .mbr-section-btn {
  margin-top: 46px;
}
.cid-tW91C6wQyi .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tW92Tao1Wi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tW92Tao1Wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW92Tao1Wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW92Tao1Wi .col-title {
  margin-bottom: 2.5rem;
}
.cid-tW92Tao1Wi .mbr-section-title {
  color: #065341;
}
.cid-tW92Tao1Wi .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tW92Tao1Wi .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tW92Tao1Wi .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tW92Tao1Wi .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tW92Tao1Wi .mbr-section-btn {
  margin-top: 46px;
}
.cid-tW92Tao1Wi .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tehRhBDLqJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tehRhBDLqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tehRhBDLqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tehRhBDLqJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tehRhBDLqJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tehRhBDLqJ .row {
    text-align: center;
  }
  .cid-tehRhBDLqJ .row > div {
    margin: auto;
  }
  .cid-tehRhBDLqJ .social-row {
    justify-content: center;
  }
}
.cid-tehRhBDLqJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tehRhBDLqJ .list {
  list-style: none;
  padding-left: 0;
  color: #aecc0b;
}
@media (max-width: 991px) {
  .cid-tehRhBDLqJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tehRhBDLqJ .list {
    margin-bottom: 0rem;
  }
}
.cid-tehRhBDLqJ .mbr-text {
  color: #ffffff;
}
.cid-tehRhBDLqJ .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-tehRhBDLqJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tehRhBDLqJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-teiuL2DFY2 {
  background-image: url("../../../assets/images/website-photo-2000x1187.jpg");
}
.cid-teiuL2DFY2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teiuL2DFY2 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-teiuL2DFY2 .mbr-section-title {
  color: #000000;
}
.cid-teiuL2DFY2 .mbr-text,
.cid-teiuL2DFY2 .mbr-section-btn {
  color: #414042;
}
.cid-tmuMqjhiSp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmuMqjhiSp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmuMqjhiSp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmuMqjhiSp .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tmuMqjhiSp .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmuMqjhiSp .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tmuMqjhiSp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tmuMqjhiSp .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tmuMqjhiSp .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tmuMqjhiSp .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tmuMqjhiSp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tmuMqjhiSp .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tmuMqjhiSp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tmuMqjhiSp .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tmuMqjhiSp .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-teW7eADtE2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teW7eADtE2 .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7eADtE2 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7eADtE2 .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7eADtE2 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7eADtE2 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7eADtE2 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7eADtE2 .mbr-section-subtitle,
.cid-teW7eADtE2 .mbr-text,
.cid-teW7eADtE2 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7eADtE2 .mbr-text,
.cid-teW7eADtE2 .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-teW7eADtE2 .card-title {
  color: #065341;
}
.cid-teW7hJMBnU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teW7hJMBnU .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7hJMBnU .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7hJMBnU .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7hJMBnU .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7hJMBnU .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7hJMBnU .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7hJMBnU .mbr-section-subtitle,
.cid-teW7hJMBnU .mbr-text,
.cid-teW7hJMBnU .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7hJMBnU .mbr-text,
.cid-teW7hJMBnU .social-links .mbr-iconfont {
  text-align: center;
  color: #232323;
}
.cid-teW7hJMBnU .card-title {
  color: #065341;
}
.cid-teW7llmv74 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teW7llmv74 .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7llmv74 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7llmv74 .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7llmv74 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7llmv74 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7llmv74 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7llmv74 .mbr-section-subtitle,
.cid-teW7llmv74 .mbr-text,
.cid-teW7llmv74 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7llmv74 .mbr-text,
.cid-teW7llmv74 .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-teW7llmv74 .card-title {
  color: #065341;
}
.cid-teW7fQpEka {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teW7fQpEka .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7fQpEka .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7fQpEka .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7fQpEka .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7fQpEka .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7fQpEka .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7fQpEka .mbr-section-subtitle,
.cid-teW7fQpEka .mbr-text,
.cid-teW7fQpEka .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7fQpEka .mbr-text,
.cid-teW7fQpEka .social-links .mbr-iconfont {
  text-align: center;
  color: #232323;
}
.cid-tgOxs3yUom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgOxs3yUom .mbr-iconfont {
  color: #2f760c;
}
.cid-tgOxs3yUom .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tgOxs3yUom .mbr-text {
  margin: 1.5rem 0;
}
.cid-tgOxs3yUom .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tgOxs3yUom .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tgOxs3yUom .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tgOxs3yUom .mbr-section-subtitle,
.cid-tgOxs3yUom .mbr-text,
.cid-tgOxs3yUom .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tgOxs3yUom .mbr-text,
.cid-tgOxs3yUom .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tgOxs3yUom .card-title {
  color: #065341;
}
.cid-tfv3e3VJFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfv3e3VJFH .mbr-iconfont {
  color: #2f760c;
}
.cid-tfv3e3VJFH .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tfv3e3VJFH .mbr-text {
  margin: 1.5rem 0;
}
.cid-tfv3e3VJFH .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tfv3e3VJFH .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tfv3e3VJFH .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tfv3e3VJFH .mbr-section-subtitle,
.cid-tfv3e3VJFH .mbr-text,
.cid-tfv3e3VJFH .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tfv3e3VJFH .mbr-text,
.cid-tfv3e3VJFH .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tfv3e3VJFH .card-title {
  color: #065341;
}
.cid-tfNMMF0OTa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfNMMF0OTa .mbr-iconfont {
  color: #2f760c;
}
.cid-tfNMMF0OTa .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tfNMMF0OTa .mbr-text {
  margin: 1.5rem 0;
}
.cid-tfNMMF0OTa .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tfNMMF0OTa .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tfNMMF0OTa .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tfNMMF0OTa .mbr-section-subtitle,
.cid-tfNMMF0OTa .mbr-text,
.cid-tfNMMF0OTa .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tfNMMF0OTa .mbr-text,
.cid-tfNMMF0OTa .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tfNMMF0OTa .card-title {
  color: #065341;
}
.cid-thjq0btuew {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thjq0btuew .mbr-iconfont {
  color: #2f760c;
}
.cid-thjq0btuew .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-thjq0btuew .mbr-text {
  margin: 1.5rem 0;
}
.cid-thjq0btuew .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-thjq0btuew .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-thjq0btuew .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-thjq0btuew .mbr-section-subtitle,
.cid-thjq0btuew .mbr-text,
.cid-thjq0btuew .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-thjq0btuew .mbr-text,
.cid-thjq0btuew .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-thjq0btuew .card-title {
  color: #065341;
}
.cid-thQqteeACc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thQqteeACc .mbr-iconfont {
  color: #2f760c;
}
.cid-thQqteeACc .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-thQqteeACc .mbr-text {
  margin: 1.5rem 0;
}
.cid-thQqteeACc .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-thQqteeACc .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-thQqteeACc .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-thQqteeACc .mbr-section-subtitle,
.cid-thQqteeACc .mbr-text,
.cid-thQqteeACc .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-thQqteeACc .mbr-text,
.cid-thQqteeACc .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-thQqteeACc .card-title {
  color: #065341;
}
.cid-tjQpmv8X0W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjQpmv8X0W .mbr-iconfont {
  color: #2f760c;
}
.cid-tjQpmv8X0W .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tjQpmv8X0W .mbr-text {
  margin: 1.5rem 0;
}
.cid-tjQpmv8X0W .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tjQpmv8X0W .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tjQpmv8X0W .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tjQpmv8X0W .mbr-section-subtitle,
.cid-tjQpmv8X0W .mbr-text,
.cid-tjQpmv8X0W .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tjQpmv8X0W .mbr-text,
.cid-tjQpmv8X0W .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tjQpmv8X0W .card-title {
  color: #065341;
}
.cid-tjQpC5qu45 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjQpC5qu45 .mbr-iconfont {
  color: #2f760c;
}
.cid-tjQpC5qu45 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tjQpC5qu45 .mbr-text {
  margin: 1.5rem 0;
}
.cid-tjQpC5qu45 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tjQpC5qu45 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tjQpC5qu45 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tjQpC5qu45 .mbr-section-subtitle,
.cid-tjQpC5qu45 .mbr-text,
.cid-tjQpC5qu45 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tjQpC5qu45 .mbr-text,
.cid-tjQpC5qu45 .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tjQpC5qu45 .card-title {
  color: #065341;
}
.cid-tk6WbtzAGn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tk6WbtzAGn .mbr-iconfont {
  color: #2f760c;
}
.cid-tk6WbtzAGn .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tk6WbtzAGn .mbr-text {
  margin: 1.5rem 0;
}
.cid-tk6WbtzAGn .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tk6WbtzAGn .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tk6WbtzAGn .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tk6WbtzAGn .mbr-section-subtitle,
.cid-tk6WbtzAGn .mbr-text,
.cid-tk6WbtzAGn .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tk6WbtzAGn .mbr-text,
.cid-tk6WbtzAGn .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tk6WbtzAGn .card-title {
  color: #065341;
}
.cid-tkojkXp3gF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkojkXp3gF .mbr-iconfont {
  color: #2f760c;
}
.cid-tkojkXp3gF .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tkojkXp3gF .mbr-text {
  margin: 1.5rem 0;
}
.cid-tkojkXp3gF .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tkojkXp3gF .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tkojkXp3gF .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tkojkXp3gF .mbr-section-subtitle,
.cid-tkojkXp3gF .mbr-text,
.cid-tkojkXp3gF .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tkojkXp3gF .mbr-text,
.cid-tkojkXp3gF .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tkojkXp3gF .card-title {
  color: #065341;
}
.cid-tkB5aze5nS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkB5aze5nS .mbr-iconfont {
  color: #2f760c;
}
.cid-tkB5aze5nS .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tkB5aze5nS .mbr-text {
  margin: 1.5rem 0;
}
.cid-tkB5aze5nS .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tkB5aze5nS .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tkB5aze5nS .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tkB5aze5nS .mbr-section-subtitle,
.cid-tkB5aze5nS .mbr-text,
.cid-tkB5aze5nS .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tkB5aze5nS .mbr-text,
.cid-tkB5aze5nS .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tkB5aze5nS .card-title {
  color: #065341;
}
.cid-teW7jBuVK3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teW7jBuVK3 .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7jBuVK3 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7jBuVK3 .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7jBuVK3 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7jBuVK3 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7jBuVK3 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7jBuVK3 .mbr-section-subtitle,
.cid-teW7jBuVK3 .mbr-text,
.cid-teW7jBuVK3 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7jBuVK3 .mbr-text,
.cid-teW7jBuVK3 .social-links .mbr-iconfont {
  color: #414042;
}
.cid-teW7jBuVK3 .card-title {
  color: #065341;
}
.cid-teW7qm9Aov {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teW7qm9Aov .mbr-iconfont {
  color: #2f760c;
}
.cid-teW7qm9Aov .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-teW7qm9Aov .mbr-text {
  margin: 1.5rem 0;
}
.cid-teW7qm9Aov .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-teW7qm9Aov .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-teW7qm9Aov .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-teW7qm9Aov .mbr-section-subtitle,
.cid-teW7qm9Aov .mbr-text,
.cid-teW7qm9Aov .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-teW7qm9Aov .mbr-text,
.cid-teW7qm9Aov .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-teW7qm9Aov .card-title {
  color: #065341;
}
.cid-tghTFDkuN9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tghTFDkuN9 .mbr-iconfont {
  color: #2f760c;
}
.cid-tghTFDkuN9 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tghTFDkuN9 .mbr-text {
  margin: 1.5rem 0;
}
.cid-tghTFDkuN9 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tghTFDkuN9 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tghTFDkuN9 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tghTFDkuN9 .mbr-section-subtitle,
.cid-tghTFDkuN9 .mbr-text,
.cid-tghTFDkuN9 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tghTFDkuN9 .mbr-text,
.cid-tghTFDkuN9 .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tghTFDkuN9 .card-title {
  color: #065341;
}
.cid-teWsq15ahX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWsq15ahX .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWsq15ahX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWsq15ahX .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWsq15ahX .mbr-section-title {
  color: #065341;
}
.cid-teWsq15ahX .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWsq15ahX .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWsq15ahX .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWsq15ahX .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWsq15ahX .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWsq15ahX .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWsJL7Ple {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWsJL7Ple .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWsJL7Ple .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWsJL7Ple .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWsJL7Ple .mbr-section-title {
  color: #065341;
}
.cid-teWsJL7Ple .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWsJL7Ple .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWsJL7Ple .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWsJL7Ple .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWsJL7Ple .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWsJL7Ple .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWsTf25Ll {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWsTf25Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWsTf25Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWsTf25Ll .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWsTf25Ll .mbr-section-title {
  color: #065341;
}
.cid-teWsTf25Ll .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWsTf25Ll .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWsTf25Ll .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWsTf25Ll .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWsTf25Ll .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWsTf25Ll .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWtER4zUP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWtER4zUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWtER4zUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWtER4zUP .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWtER4zUP .mbr-section-title {
  color: #065341;
}
.cid-teWtER4zUP .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWtER4zUP .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWtER4zUP .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWtER4zUP .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWtER4zUP .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWtER4zUP .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWtXYn6gs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWtXYn6gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWtXYn6gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWtXYn6gs .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWtXYn6gs .mbr-section-title {
  color: #065341;
}
.cid-teWtXYn6gs .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWtXYn6gs .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWtXYn6gs .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWtXYn6gs .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWtXYn6gs .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWtXYn6gs .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWuaNtzjG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWuaNtzjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWuaNtzjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWuaNtzjG .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWuaNtzjG .mbr-section-title {
  color: #065341;
}
.cid-teWuaNtzjG .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWuaNtzjG .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWuaNtzjG .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWuaNtzjG .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWuaNtzjG .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWuaNtzjG .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teWuTxdsuD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-teWuTxdsuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWuTxdsuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWuTxdsuD .col-title {
  margin-bottom: 2.5rem;
}
.cid-teWuTxdsuD .mbr-section-title {
  color: #065341;
}
.cid-teWuTxdsuD .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-teWuTxdsuD .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-teWuTxdsuD .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-teWuTxdsuD .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-teWuTxdsuD .mbr-section-btn {
  margin-top: 46px;
}
.cid-teWuTxdsuD .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tk6WQhzYTN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tk6WQhzYTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk6WQhzYTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk6WQhzYTN .col-title {
  margin-bottom: 2.5rem;
}
.cid-tk6WQhzYTN .mbr-section-title {
  color: #065341;
}
.cid-tk6WQhzYTN .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tk6WQhzYTN .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tk6WQhzYTN .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tk6WQhzYTN .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tk6WQhzYTN .mbr-section-btn {
  margin-top: 46px;
}
.cid-tk6WQhzYTN .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-teiuL88EMT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-teiuL88EMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-teiuL88EMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teiuL88EMT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-teiuL88EMT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teiuL88EMT .row {
    text-align: center;
  }
  .cid-teiuL88EMT .row > div {
    margin: auto;
  }
  .cid-teiuL88EMT .social-row {
    justify-content: center;
  }
}
.cid-teiuL88EMT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-teiuL88EMT .list {
  list-style: none;
  padding-left: 0;
  color: #aecc0b;
}
@media (max-width: 991px) {
  .cid-teiuL88EMT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teiuL88EMT .list {
    margin-bottom: 0rem;
  }
}
.cid-teiuL88EMT .mbr-text {
  color: #ffffff;
}
.cid-teiuL88EMT .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-teiuL88EMT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-teiuL88EMT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8JN0pN1xu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v8JN0pN1xu .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v8JN0pN1xu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v8JN0pN1xu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.show,
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8JN0pN1xu .navbar {
    flex-wrap: nowrap;
  }
  .cid-v8JN0pN1xu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v8JN0pN1xu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.show,
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v8JN0pN1xu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v8JN0pN1xu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v8JN0pN1xu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v8JN0pN1xu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8JN0pN1xu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v8JN0pN1xu .dropdown-item.active,
.cid-v8JN0pN1xu .dropdown-item:active {
  background-color: transparent;
}
.cid-v8JN0pN1xu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8JN0pN1xu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8JN0pN1xu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8JN0pN1xu .navbar-buttons {
  text-align: center;
}
.cid-v8JN0pN1xu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v8JN0pN1xu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v8JN0pN1xu a.nav-link:focus {
  outline: none;
}
.cid-v8JN0pN1xu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8JN0pN1xu .nav-link:hover,
.cid-v8JN0pN1xu .dropdown-item:hover {
  color: #ffd400 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tDKym3R6om {
  background-image: url("../../../assets/images/group-2-1920x1080.png");
}
.cid-tDKym3R6om .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDKym3R6om .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tDKym3R6om .mbr-section-title {
  color: #ffffff;
}
.cid-tDKym3R6om .mbr-text,
.cid-tDKym3R6om .mbr-section-btn {
  color: #414042;
}
.cid-tDKym4kY6o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDKym4kY6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKym4kY6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKym4kY6o .mbr-section-title {
  color: #065341;
}
.cid-tDKym4kY6o .mbr-section-subtitle {
  color: #000000;
}
.cid-tDKym4kY6o .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tGyp5cA1K4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGyp5cA1K4 .video-wrapper iframe {
  width: 100%;
}
.cid-tGyp5cA1K4 .mbr-section-title,
.cid-tGyp5cA1K4 .mbr-section-subtitle,
.cid-tGyp5cA1K4 .mbr-text {
  text-align: center;
}
.cid-tGyp5cA1K4 .mbr-section-title {
  color: #065341;
}
.cid-tGyp9O4xtk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGyp9O4xtk .video-wrapper iframe {
  width: 100%;
}
.cid-tGyp9O4xtk .mbr-section-title,
.cid-tGyp9O4xtk .mbr-section-subtitle,
.cid-tGyp9O4xtk .mbr-text {
  text-align: center;
}
.cid-tGyp9O4xtk .mbr-section-title {
  color: #065341;
}
.cid-tDKym5MzKW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDKym5MzKW .mbr-iconfont {
  color: #2f760c;
}
.cid-tDKym5MzKW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tDKym5MzKW .mbr-text {
  margin: 1.5rem 0;
}
.cid-tDKym5MzKW .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tDKym5MzKW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tDKym5MzKW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tDKym5MzKW .mbr-section-subtitle,
.cid-tDKym5MzKW .mbr-text,
.cid-tDKym5MzKW .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tDKym5MzKW .mbr-text,
.cid-tDKym5MzKW .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tDKym5MzKW .card-title {
  color: #065341;
}
.cid-tDKym5MzKW .mbr-section-title {
  color: #065341;
}
.cid-tFycwcU5wB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFycwcU5wB .mbr-iconfont {
  color: #2f760c;
}
.cid-tFycwcU5wB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tFycwcU5wB .mbr-text {
  margin: 1.5rem 0;
}
.cid-tFycwcU5wB .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tFycwcU5wB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tFycwcU5wB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tFycwcU5wB .mbr-section-subtitle,
.cid-tFycwcU5wB .mbr-text,
.cid-tFycwcU5wB .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tFycwcU5wB .mbr-text,
.cid-tFycwcU5wB .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tFycwcU5wB .card-title {
  color: #065341;
}
.cid-tFOXWKhRUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFOXWKhRUp .mbr-iconfont {
  color: #2f760c;
}
.cid-tFOXWKhRUp .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tFOXWKhRUp .mbr-text {
  margin: 1.5rem 0;
}
.cid-tFOXWKhRUp .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tFOXWKhRUp .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tFOXWKhRUp .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tFOXWKhRUp .mbr-section-subtitle,
.cid-tFOXWKhRUp .mbr-text,
.cid-tFOXWKhRUp .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tFOXWKhRUp .mbr-text,
.cid-tFOXWKhRUp .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tFOXWKhRUp .card-title {
  color: #065341;
}
.cid-tGc6CKN4jl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGc6CKN4jl .mbr-iconfont {
  color: #2f760c;
}
.cid-tGc6CKN4jl .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tGc6CKN4jl .mbr-text {
  margin: 1.5rem 0;
}
.cid-tGc6CKN4jl .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tGc6CKN4jl .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tGc6CKN4jl .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tGc6CKN4jl .mbr-section-subtitle,
.cid-tGc6CKN4jl .mbr-text,
.cid-tGc6CKN4jl .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tGc6CKN4jl .mbr-text,
.cid-tGc6CKN4jl .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tGc6CKN4jl .card-title {
  color: #065341;
}
.cid-tQsPifr2jR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQsPifr2jR .mbr-iconfont {
  color: #2f760c;
}
.cid-tQsPifr2jR .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tQsPifr2jR .mbr-text {
  margin: 1.5rem 0;
}
.cid-tQsPifr2jR .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tQsPifr2jR .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tQsPifr2jR .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tQsPifr2jR .mbr-section-subtitle,
.cid-tQsPifr2jR .mbr-text,
.cid-tQsPifr2jR .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tQsPifr2jR .mbr-text,
.cid-tQsPifr2jR .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tQsPifr2jR .card-title {
  color: #065341;
}
.cid-tR1BI09PKW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tR1BI09PKW .mbr-iconfont {
  color: #2f760c;
}
.cid-tR1BI09PKW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tR1BI09PKW .mbr-text {
  margin: 1.5rem 0;
}
.cid-tR1BI09PKW .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tR1BI09PKW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tR1BI09PKW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tR1BI09PKW .mbr-section-subtitle,
.cid-tR1BI09PKW .mbr-text,
.cid-tR1BI09PKW .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tR1BI09PKW .mbr-text,
.cid-tR1BI09PKW .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tR1BI09PKW .card-title {
  color: #065341;
}
.cid-tR1Dk1kh9F {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tR1Dk1kh9F .mbr-iconfont {
  color: #2f760c;
}
.cid-tR1Dk1kh9F .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tR1Dk1kh9F .mbr-text {
  margin: 1.5rem 0;
}
.cid-tR1Dk1kh9F .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tR1Dk1kh9F .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tR1Dk1kh9F .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tR1Dk1kh9F .mbr-section-subtitle,
.cid-tR1Dk1kh9F .mbr-text,
.cid-tR1Dk1kh9F .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tR1Dk1kh9F .mbr-text,
.cid-tR1Dk1kh9F .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tR1Dk1kh9F .card-title {
  color: #065341;
}
.cid-tQsZ6YqulK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tQsZ6YqulK .mbr-iconfont {
  color: #2f760c;
}
.cid-tQsZ6YqulK .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tQsZ6YqulK .mbr-text {
  margin: 1.5rem 0;
}
.cid-tQsZ6YqulK .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tQsZ6YqulK .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tQsZ6YqulK .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tQsZ6YqulK .mbr-section-subtitle,
.cid-tQsZ6YqulK .mbr-text,
.cid-tQsZ6YqulK .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tQsZ6YqulK .mbr-text,
.cid-tQsZ6YqulK .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tQsZ6YqulK .card-title {
  color: #065341;
}
.cid-tRaKFIMUrt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRaKFIMUrt .mbr-iconfont {
  color: #2f760c;
}
.cid-tRaKFIMUrt .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tRaKFIMUrt .mbr-text {
  margin: 1.5rem 0;
}
.cid-tRaKFIMUrt .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tRaKFIMUrt .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tRaKFIMUrt .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tRaKFIMUrt .mbr-section-subtitle,
.cid-tRaKFIMUrt .mbr-text,
.cid-tRaKFIMUrt .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tRaKFIMUrt .mbr-text,
.cid-tRaKFIMUrt .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tRaKFIMUrt .card-title {
  color: #065341;
}
.cid-tRPYVAaO5h {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRPYVAaO5h .mbr-iconfont {
  color: #2f760c;
}
.cid-tRPYVAaO5h .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-tRPYVAaO5h .mbr-text {
  margin: 1.5rem 0;
}
.cid-tRPYVAaO5h .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tRPYVAaO5h .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tRPYVAaO5h .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tRPYVAaO5h .mbr-section-subtitle,
.cid-tRPYVAaO5h .mbr-text,
.cid-tRPYVAaO5h .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-tRPYVAaO5h .mbr-text,
.cid-tRPYVAaO5h .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-tRPYVAaO5h .card-title {
  color: #065341;
}
.cid-tJuDEIUZfV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #154332;
}
.cid-tJuDEIUZfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuDEIUZfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuDEIUZfV .mbr-text {
  color: #767676;
}
.cid-tJuDEIUZfV .mbr-section-subtitle {
  color: #767676;
}
.cid-tJuDEIUZfV .title .num {
  width: 100%;
  display: block;
}
.cid-tJuDEIUZfV .title .card-title {
  z-index: 1;
}
.cid-tJuDEIUZfV .num {
  color: #ffd400;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tJuDEIUZfV * {
    text-align: center !important;
  }
  .cid-tJuDEIUZfV .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tJuDEIUZfV .mbr-section-title,
.cid-tJuDEIUZfV .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tJuDEIUZfV .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tJvaX0RI8E {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #154332;
}
.cid-tJvaX0RI8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJvaX0RI8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJvaX0RI8E .mbr-text {
  color: #767676;
}
.cid-tJvaX0RI8E .mbr-section-subtitle {
  color: #767676;
}
.cid-tJvaX0RI8E .title .num {
  width: 100%;
  display: block;
}
.cid-tJvaX0RI8E .title .card-title {
  z-index: 1;
}
.cid-tJvaX0RI8E .num {
  color: #ffd400;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tJvaX0RI8E * {
    text-align: center !important;
  }
  .cid-tJvaX0RI8E .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tJvaX0RI8E .mbr-section-title,
.cid-tJvaX0RI8E .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tJvaX0RI8E .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tEjj0wQMJU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEjj0wQMJU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tEjj0wQMJU [class^="socicon-"]:before,
.cid-tEjj0wQMJU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tEjj0wQMJU .mbr-section-title,
.cid-tEjj0wQMJU .social-list {
  color: #065341;
}
.cid-tEiUhnDAFZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEiUhnDAFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiUhnDAFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiUhnDAFZ .row {
  justify-content: space-between;
}
.cid-tEiUhnDAFZ .card-wrapper {
  margin-bottom: 70px;
}
.cid-tEiUhnDAFZ .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tEiUhnDAFZ .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tEiUhnDAFZ .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tEiUhnDAFZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-tEiUhnDAFZ .mbr-text {
  color: #747474;
}
.cid-tEj0ufmaee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group-41-1920x623.png");
}
.cid-tEj0ufmaee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEj0ufmaee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEj0ufmaee .title-col {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tEj0ufmaee .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tEj0ufmaee .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tEj0ufmaee .lists-col {
  width: 100%;
}
.cid-tEj0ufmaee .col-list {
  width: 100%;
}
.cid-tEj0ufmaee .list-title {
  color: #ffc900;
  width: 100%;
  margin-bottom: 10px;
}
.cid-tEj0ufmaee .list {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 24px;
  color: #ffffff;
}
.cid-tEj0ufmaee li {
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: 0;
}
.cid-tEj0ufmaee ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.2rem;
}
.cid-tEjjNJVeKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEjjNJVeKy .mbr-section-subtitle {
  text-align: center;
  color: #065341;
}
.cid-tEjjNJVeKy .mbr-text {
  text-align: left;
}
.cid-tEoFrTAKWh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #154332;
}
.cid-tEoFrTAKWh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tEoFrTAKWh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEoFrTAKWh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-tEoFrTAKWh .panel-body,
.cid-tEoFrTAKWh .card-header {
  padding: 1rem 0;
}
.cid-tEoFrTAKWh .panel-title-edit {
  color: #ffffff;
}
.cid-tEoFrTAKWh H3 {
  color: #bdc21a;
}
.cid-tEoFrTAKWh .panel-text {
  color: #ffffff;
}
.cid-tEoGbcDpJ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #154332;
}
.cid-tEoGbcDpJ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tEoGbcDpJ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEoGbcDpJ2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-tEoGbcDpJ2 .panel-body,
.cid-tEoGbcDpJ2 .card-header {
  padding: 1rem 0;
}
.cid-tEoGbcDpJ2 .panel-title-edit {
  color: #ffffff;
}
.cid-tEoGbcDpJ2 H3 {
  color: #bdc21a;
}
.cid-tEoGbcDpJ2 .panel-text {
  color: #ffffff;
}
.cid-tEoK0KpzvS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #154332;
}
.cid-tEoK0KpzvS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tEoK0KpzvS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tEoK0KpzvS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-tEoK0KpzvS .panel-body,
.cid-tEoK0KpzvS .card-header {
  padding: 1rem 0;
}
.cid-tEoK0KpzvS .panel-title-edit {
  color: #ffffff;
}
.cid-tEoK0KpzvS H3 {
  color: #bdc21a;
}
.cid-tEoK0KpzvS .panel-text {
  color: #ffffff;
}
.cid-tDKyms8xeg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tDKyms8xeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKyms8xeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKyms8xeg .col-title {
  margin-bottom: 2.5rem;
}
.cid-tDKyms8xeg .mbr-section-title {
  color: #065341;
}
.cid-tDKyms8xeg .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tDKyms8xeg .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tDKyms8xeg .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tDKyms8xeg .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tDKyms8xeg .mbr-section-btn {
  margin-top: 46px;
}
.cid-tDKyms8xeg .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tPw7xp8WQO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tPw7xp8WQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPw7xp8WQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPw7xp8WQO .col-title {
  margin-bottom: 2.5rem;
}
.cid-tPw7xp8WQO .mbr-section-title {
  color: #065341;
}
.cid-tPw7xp8WQO .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tPw7xp8WQO .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tPw7xp8WQO .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tPw7xp8WQO .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tPw7xp8WQO .mbr-section-btn {
  margin-top: 46px;
}
.cid-tPw7xp8WQO .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tR4O3GGaft {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tR4O3GGaft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4O3GGaft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4O3GGaft .col-title {
  margin-bottom: 2.5rem;
}
.cid-tR4O3GGaft .mbr-section-title {
  color: #065341;
}
.cid-tR4O3GGaft .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tR4O3GGaft .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tR4O3GGaft .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tR4O3GGaft .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tR4O3GGaft .mbr-section-btn {
  margin-top: 46px;
}
.cid-tR4O3GGaft .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tJuzyX5xLv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tJuzyX5xLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJuzyX5xLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJuzyX5xLv .col-title {
  margin-bottom: 2.5rem;
}
.cid-tJuzyX5xLv .mbr-section-title {
  color: #065341;
}
.cid-tJuzyX5xLv .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tJuzyX5xLv .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tJuzyX5xLv .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tJuzyX5xLv .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tJuzyX5xLv .mbr-section-btn {
  margin-top: 46px;
}
.cid-tJuzyX5xLv .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tJ7Z15Qgwl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tJ7Z15Qgwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7Z15Qgwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7Z15Qgwl .col-title {
  margin-bottom: 2.5rem;
}
.cid-tJ7Z15Qgwl .mbr-section-title {
  color: #065341;
}
.cid-tJ7Z15Qgwl .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tJ7Z15Qgwl .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tJ7Z15Qgwl .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tJ7Z15Qgwl .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tJ7Z15Qgwl .mbr-section-btn {
  margin-top: 46px;
}
.cid-tJ7Z15Qgwl .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tR38Ql3bAN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tR38Ql3bAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR38Ql3bAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR38Ql3bAN .col-title {
  margin-bottom: 2.5rem;
}
.cid-tR38Ql3bAN .mbr-section-title {
  color: #065341;
}
.cid-tR38Ql3bAN .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-tR38Ql3bAN .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tR38Ql3bAN .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-tR38Ql3bAN .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tR38Ql3bAN .mbr-section-btn {
  margin-top: 46px;
}
.cid-tR38Ql3bAN .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tDKymyUNKB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDKymyUNKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDKymyUNKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDKymyUNKB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDKymyUNKB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tDKymyUNKB .row {
    text-align: center;
  }
  .cid-tDKymyUNKB .row > div {
    margin: auto;
  }
  .cid-tDKymyUNKB .social-row {
    justify-content: center;
  }
}
.cid-tDKymyUNKB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDKymyUNKB .list {
  list-style: none;
  padding-left: 0;
  color: #aecc0b;
}
@media (max-width: 991px) {
  .cid-tDKymyUNKB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDKymyUNKB .list {
    margin-bottom: 0rem;
  }
}
.cid-tDKymyUNKB .mbr-text {
  color: #ffffff;
}
.cid-tDKymyUNKB .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-tDKymyUNKB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tDKymyUNKB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8JN0pN1xu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v8JN0pN1xu .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v8JN0pN1xu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v8JN0pN1xu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.show,
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8JN0pN1xu .navbar {
    flex-wrap: nowrap;
  }
  .cid-v8JN0pN1xu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v8JN0pN1xu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.show,
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v8JN0pN1xu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v8JN0pN1xu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v8JN0pN1xu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v8JN0pN1xu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8JN0pN1xu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v8JN0pN1xu .dropdown-item.active,
.cid-v8JN0pN1xu .dropdown-item:active {
  background-color: transparent;
}
.cid-v8JN0pN1xu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8JN0pN1xu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8JN0pN1xu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8JN0pN1xu .navbar-buttons {
  text-align: center;
}
.cid-v8JN0pN1xu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v8JN0pN1xu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v8JN0pN1xu a.nav-link:focus {
  outline: none;
}
.cid-v8JN0pN1xu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8JN0pN1xu .nav-link:hover,
.cid-v8JN0pN1xu .dropdown-item:hover {
  color: #ffd400 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uqG67zWTZa {
  background-image: url("../../../assets/images/image-5-1920x1080.png");
}
.cid-uqG67zWTZa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqG67zWTZa .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uqG67zWTZa .mbr-section-title {
  color: #ffffff;
}
.cid-uqG67zWTZa .mbr-text,
.cid-uqG67zWTZa .mbr-section-btn {
  color: #414042;
}
.cid-uqG67zWTZa .mybuttom {
  margin-top: 430px;
}
.cid-uqG67ACndM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqG67ACndM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67ACndM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67ACndM .mbr-section-title {
  color: #065341;
}
.cid-uqG67ACndM .mbr-section-subtitle {
  color: #000000;
}
.cid-uqG67ACndM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uqG67BDtRh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqG67BDtRh .video-wrapper iframe {
  width: 100%;
}
.cid-uqG67BDtRh .mbr-section-title,
.cid-uqG67BDtRh .mbr-section-subtitle,
.cid-uqG67BDtRh .mbr-text {
  text-align: center;
}
.cid-uqG67BDtRh .mbr-section-title {
  color: #065341;
}
.cid-uqGjjK4Nya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rectangle-52-400x268.png");
}
.cid-uqGjjK4Nya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGjjK4Nya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGjjK4Nya .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uqGjjK4Nya .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uqGjjK4Nya .container {
    padding: 0 20px;
  }
}
.cid-uqGjjK4Nya .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqGjjK4Nya .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uqGjjK4Nya .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqGjjK4Nya .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uqGjjK4Nya .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqGjjK4Nya .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-uqGjjK4Nya .mbr-section-title {
  color: #c2b299;
}
.cid-uqGjjK4Nya .mbr-text {
  color: #e4dfd4;
}
.cid-uqG67C4z4U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqG67C4z4U .mbr-iconfont {
  color: #2f760c;
}
.cid-uqG67C4z4U .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqG67C4z4U .mbr-text {
  margin: 1.5rem 0;
}
.cid-uqG67C4z4U .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uqG67C4z4U .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uqG67C4z4U .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqG67C4z4U .mbr-section-subtitle,
.cid-uqG67C4z4U .mbr-text,
.cid-uqG67C4z4U .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqG67C4z4U .mbr-text,
.cid-uqG67C4z4U .social-links .mbr-iconfont {
  text-align: center;
  color: #414042;
}
.cid-uqG67C4z4U .card-title {
  color: #065341;
}
.cid-uqG67C4z4U .mbr-section-title {
  color: #065341;
}
.cid-uqG67LPGup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqG67LPGup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67LPGup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67LPGup .row {
  justify-content: space-between;
}
.cid-uqG67LPGup .card-wrapper {
  margin-bottom: 70px;
}
.cid-uqG67LPGup .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-uqG67LPGup .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uqG67LPGup .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uqG67LPGup .mbr-section-title {
  color: #E0BDB6;
}
.cid-uqG67LPGup .mbr-text {
  color: #747474;
}
.cid-uqG67Jwq98 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #154332;
}
.cid-uqG67Jwq98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67Jwq98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67Jwq98 .mbr-text {
  color: #767676;
}
.cid-uqG67Jwq98 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqG67Jwq98 .title .num {
  width: 100%;
  display: block;
}
.cid-uqG67Jwq98 .title .card-title {
  z-index: 1;
}
.cid-uqG67Jwq98 .num {
  color: #ffd400;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqG67Jwq98 * {
    text-align: center !important;
  }
  .cid-uqG67Jwq98 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uqG67Jwq98 .mbr-section-title,
.cid-uqG67Jwq98 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqG67Jwq98 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uqG67Kk5PG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #154332;
}
.cid-uqG67Kk5PG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67Kk5PG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67Kk5PG .mbr-text {
  color: #767676;
}
.cid-uqG67Kk5PG .mbr-section-subtitle {
  color: #767676;
}
.cid-uqG67Kk5PG .title .num {
  width: 100%;
  display: block;
}
.cid-uqG67Kk5PG .title .card-title {
  z-index: 1;
}
.cid-uqG67Kk5PG .num {
  color: #ffd400;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqG67Kk5PG * {
    text-align: center !important;
  }
  .cid-uqG67Kk5PG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uqG67Kk5PG .mbr-section-title,
.cid-uqG67Kk5PG .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqG67Kk5PG .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uqG67L8Prx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqG67L8Prx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uqG67L8Prx [class^="socicon-"]:before,
.cid-uqG67L8Prx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uqG67L8Prx .mbr-section-title,
.cid-uqG67L8Prx .social-list {
  color: #065341;
}
.cid-uqG67MxAH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group-41-1920x623.png");
}
.cid-uqG67MxAH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67MxAH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67MxAH6 .title-col {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uqG67MxAH6 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uqG67MxAH6 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uqG67MxAH6 .lists-col {
  width: 100%;
}
.cid-uqG67MxAH6 .col-list {
  width: 100%;
}
.cid-uqG67MxAH6 .list-title {
  color: #ffc900;
  width: 100%;
  margin-bottom: 10px;
}
.cid-uqG67MxAH6 .list {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 24px;
  color: #ffffff;
}
.cid-uqG67MxAH6 li {
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: 0;
}
.cid-uqG67MxAH6 ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.2rem;
}
.cid-uqG67NdI5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqG67NdI5G .mbr-section-subtitle {
  text-align: center;
  color: #065341;
}
.cid-uqG67NdI5G .mbr-text {
  text-align: left;
}
.cid-uqG67NNof7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #154332;
}
.cid-uqG67NNof7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqG67NNof7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqG67NNof7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-uqG67NNof7 .panel-body,
.cid-uqG67NNof7 .card-header {
  padding: 1rem 0;
}
.cid-uqG67NNof7 .panel-title-edit {
  color: #ffffff;
}
.cid-uqG67NNof7 H3 {
  color: #bdc21a;
}
.cid-uqG67NNof7 .panel-text {
  color: #ffffff;
}
.cid-uqG67OwqrC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #154332;
}
.cid-uqG67OwqrC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqG67OwqrC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqG67OwqrC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-uqG67OwqrC .panel-body,
.cid-uqG67OwqrC .card-header {
  padding: 1rem 0;
}
.cid-uqG67OwqrC .panel-title-edit {
  color: #ffffff;
}
.cid-uqG67OwqrC H3 {
  color: #bdc21a;
}
.cid-uqG67OwqrC .panel-text {
  color: #ffffff;
}
.cid-uqG67PgIwc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/group-1920x480.png");
}
.cid-uqG67PgIwc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqG67PgIwc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqG67PgIwc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffc700;
}
.cid-uqG67PgIwc .panel-body,
.cid-uqG67PgIwc .card-header {
  padding: 1rem 0;
}
.cid-uqG67PgIwc .panel-title-edit {
  color: #ffffff;
}
.cid-uqG67PgIwc H3 {
  color: #bdc21a;
}
.cid-uqG67PgIwc .panel-text {
  color: #ffffff;
}
.cid-uqG67PZfxr {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67PZfxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67PZfxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67PZfxr .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67PZfxr .mbr-section-title {
  color: #065341;
}
.cid-uqG67PZfxr .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67PZfxr .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67PZfxr .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67PZfxr .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67PZfxr .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67PZfxr .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67QNmnL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67QNmnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67QNmnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67QNmnL .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67QNmnL .mbr-section-title {
  color: #065341;
}
.cid-uqG67QNmnL .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67QNmnL .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67QNmnL .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67QNmnL .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67QNmnL .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67QNmnL .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67RwNVj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67RwNVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67RwNVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67RwNVj .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67RwNVj .mbr-section-title {
  color: #065341;
}
.cid-uqG67RwNVj .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67RwNVj .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67RwNVj .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67RwNVj .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67RwNVj .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67RwNVj .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67Sh2Ud {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67Sh2Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67Sh2Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67Sh2Ud .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67Sh2Ud .mbr-section-title {
  color: #065341;
}
.cid-uqG67Sh2Ud .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67Sh2Ud .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67Sh2Ud .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67Sh2Ud .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67Sh2Ud .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67Sh2Ud .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67T0Qh9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67T0Qh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67T0Qh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67T0Qh9 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67T0Qh9 .mbr-section-title {
  color: #065341;
}
.cid-uqG67T0Qh9 .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67T0Qh9 .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67T0Qh9 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67T0Qh9 .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67T0Qh9 .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67T0Qh9 .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67TMBvO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqG67TMBvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67TMBvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67TMBvO .col-title {
  margin-bottom: 2.5rem;
}
.cid-uqG67TMBvO .mbr-section-title {
  color: #065341;
}
.cid-uqG67TMBvO .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uqG67TMBvO .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uqG67TMBvO .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 108px;
}
.cid-uqG67TMBvO .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uqG67TMBvO .mbr-section-btn {
  margin-top: 46px;
}
.cid-uqG67TMBvO .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uqG67UwQ5D {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uqG67UwQ5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqG67UwQ5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqG67UwQ5D .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqG67UwQ5D .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG67UwQ5D .row {
    text-align: center;
  }
  .cid-uqG67UwQ5D .row > div {
    margin: auto;
  }
  .cid-uqG67UwQ5D .social-row {
    justify-content: center;
  }
}
.cid-uqG67UwQ5D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqG67UwQ5D .list {
  list-style: none;
  padding-left: 0;
  color: #aecc0b;
}
@media (max-width: 991px) {
  .cid-uqG67UwQ5D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqG67UwQ5D .list {
    margin-bottom: 0rem;
  }
}
.cid-uqG67UwQ5D .mbr-text {
  color: #ffffff;
}
.cid-uqG67UwQ5D .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-uqG67UwQ5D .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqG67UwQ5D div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8JN0pN1xu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v8JN0pN1xu .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v8JN0pN1xu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v8JN0pN1xu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.show,
.cid-v8JN0pN1xu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-v8JN0pN1xu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8JN0pN1xu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8JN0pN1xu .navbar {
    flex-wrap: nowrap;
  }
  .cid-v8JN0pN1xu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v8JN0pN1xu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.show,
  .cid-v8JN0pN1xu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v8JN0pN1xu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8JN0pN1xu .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-v8JN0pN1xu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v8JN0pN1xu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8JN0pN1xu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v8JN0pN1xu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v8JN0pN1xu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v8JN0pN1xu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8JN0pN1xu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8JN0pN1xu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v8JN0pN1xu .dropdown-item.active,
.cid-v8JN0pN1xu .dropdown-item:active {
  background-color: transparent;
}
.cid-v8JN0pN1xu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8JN0pN1xu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8JN0pN1xu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8JN0pN1xu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8JN0pN1xu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8JN0pN1xu .navbar-buttons {
  text-align: center;
}
.cid-v8JN0pN1xu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JN0pN1xu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8JN0pN1xu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JN0pN1xu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v8JN0pN1xu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v8JN0pN1xu a.nav-link:focus {
  outline: none;
}
.cid-v8JN0pN1xu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8JN0pN1xu .nav-link:hover,
.cid-v8JN0pN1xu .dropdown-item:hover {
  color: #ffd400 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v8JN0pN1xu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
