.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Laila', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Laila', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Laila', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Laila', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Laila', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d5356 !important;
  border-color: #1d5356 !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: #071415 !important;
  border-color: #071415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #d5c409 !important;
  border-color: #d5c409 !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: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent !important;
  border-color: #2150a5 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d5356;
  color: #1d5356;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071415 !important;
  background-color: transparent !important;
  border-color: #071415 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d5c409;
  color: #d5c409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #4479d9 !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #03090a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #736a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf5ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Laila', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Laila', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4479d9 !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: #1d5356 !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='%234479d9' %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-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ecede8 !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7G7EHUkf {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medicare20agent1-1500x1000.jpg");
}
.cid-tV7G7EHUkf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tV7G7EHUkf .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tV7G7EHUkf {
    align-items: center;
  }
  .cid-tV7G7EHUkf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tV7G7EHUkf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tV7G7EHUkf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tV7G7EHUkf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tV7G7EHUkf .content-wrap {
    width: 100%;
  }
}
.cid-tV7G7EHUkf .mbr-section-title {
  text-align: center;
}
.cid-tV7G7EHUkf .mbr-text,
.cid-tV7G7EHUkf .mbr-section-btn {
  text-align: center;
}
.cid-tV58Im2626 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #58e6de;
}
.cid-tV58Im2626 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV58Im2626 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV58Im2626 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tV58Im2626 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tV58Im2626 .row {
  flex-direction: row-reverse;
}
.cid-tV58Im2626 .row {
  align-items: center;
}
.cid-tV58Im2626 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV58Im2626 .mbr-text,
.cid-tV58Im2626 .mbr-section-btn {
  color: #000000;
}
.cid-tV598vpYrQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV598vpYrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV598vpYrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV598vpYrQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .container {
    padding: 0 24px;
  }
}
.cid-tV598vpYrQ .row {
  justify-content: center;
}
.cid-tV598vpYrQ .content-wrapper {
  border-radius: 40px;
  background-color: #58e6de;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tV598vpYrQ .content-wrapper {
    padding: 32px;
  }
}
.cid-tV598vpYrQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV598vpYrQ .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tV598vpYrQ .mbr-section-title {
  color: #FF3399;
}
.cid-tV598vpYrQ .mbr-text {
  color: #000000;
}
.cid-tV5chMOUEo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-tV5chMOUEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5chMOUEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5chMOUEo .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .container {
    padding: 0 6px;
  }
}
.cid-tV5chMOUEo .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tV5chMOUEo .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tV5chMOUEo .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tV5chMOUEo .row {
    padding: 70px 30px;
  }
}
.cid-tV5chMOUEo .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tV5chMOUEo .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .desc-wrapper {
    padding: 0;
  }
}
.cid-tV5chMOUEo .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tV5chMOUEo .title-wrapper {
  margin-bottom: 64px;
}
.cid-tV5chMOUEo .title-wrapper span {
  color: #009472;
}
.cid-tV5chMOUEo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV5chMOUEo .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tV5chMOUEo .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper {
    display: block;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tV5chMOUEo .cards-wrapper .item:hover,
.cid-tV5chMOUEo .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tV5chMOUEo .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #58e6de;
}
.cid-tV5chMOUEo .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #58e6de;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #58e6de;
  border-radius: 16px 16px 0 0;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #58e6de;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tV5chMOUEo .mbr-desc {
  color: #262626;
}
.cid-tV5chMOUEo .mbr-section-title {
  color: #131313;
}
.cid-tV5chMOUEo .card-title {
  color: #ffffff;
}
.cid-tV5chMOUEo .card-text {
  color: #131313;
}
.cid-tV5chMOUEo .card-title,
.cid-tV5chMOUEo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tV7IszIsWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-tV7IszIsWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7IszIsWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7IszIsWc .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-tV7IszIsWc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tV7IszIsWc .container {
    padding: 0 25px;
  }
}
.cid-tV7IszIsWc .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV7IszIsWc .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tV7IszIsWc .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-tV7IszIsWc .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tV7IszIsWc .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-tV7IszIsWc .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tV7IszIsWc .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-tV7IszIsWc .title-wrapper {
    padding: 0;
  }
}
.cid-tV7IszIsWc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tV7IszIsWc .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tV7IszIsWc .mbr-section-title {
  color: #000000;
}
.cid-tV7IszIsWc .mbr-text {
  color: #000000;
}
.cid-toEmQsMKBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-toEmQsMKBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmQsMKBu .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-toEmQsMKBu .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-toEmQsMKBu .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-toEmQsMKBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmQsMKBu img {
  border-radius: 3rem;
}
.cid-toEmQsMKBu .row {
  flex-direction: row-reverse;
}
.cid-toEmQsMKBu .mbr-text,
.cid-toEmQsMKBu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tV5hbQZX7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-tV5hbQZX7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5hbQZX7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5hbQZX7H .mbr-section-subtitle {
  color: #000000;
}
.cid-tV5hbQZX7H .mbr-section-title {
  color: #000000;
}
.cid-tV5FdhuqoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tV5FdhuqoK .container {
    padding: 0 25px;
  }
}
.cid-tV5FdhuqoK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV5FdhuqoK .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV5FdhuqoK .panel-group {
  border-bottom: 2px solid #58e6de;
}
.cid-tV5FdhuqoK .panel-group .card {
  border-top: 2px solid #58e6de;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tV5FdhuqoK .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #58e6de;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV5FdhuqoK .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tV5FdhuqoK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV5FdhuqoK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV5FdhuqoK .panel-title-edit {
  color: #000000;
}
.cid-tV5FdhuqoK .panel-text {
  color: #000000;
}
.cid-tV5kIQyWkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-tV5kIQyWkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5kIQyWkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5kIQyWkS .mbr-section-subtitle {
  color: #000000;
}
.cid-tV5kIQyWkS .mbr-section-title {
  color: #000000;
}
.cid-u8ePCqoUyJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8ePCqoUyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ePCqoUyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ePCqoUyJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .container {
    padding: 0 30px;
  }
}
.cid-u8ePCqoUyJ .card {
  justify-content: center;
}
.cid-u8ePCqoUyJ .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u8ePCqoUyJ .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u8ePCqoUyJ .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-u8ePCqoUyJ .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u8ePCqoUyJ .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #58e6de;
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #58e6de;
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #58e6de;
}
.cid-u8ePCqoUyJ .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-u8ePCqoUyJ .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #58e6de;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #58e6de;
  transition: all 0.3s ease-in-out;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u8ePCqoUyJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-u8ePCqoUyJ .mbr-desc {
  color: #bee0d6;
}
.cid-u8ePCqoUyJ .item-title {
  color: #bee0d6;
}
.cid-u8ePCqoUyJ .item-text {
  color: #bee0d6;
}
.cid-u8ePCqoUyJ .list {
  color: #bee0d6;
}
.cid-u8ePCqoUyJ .mbr-desc,
.cid-u8ePCqoUyJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u8ePCqoUyJ .item-text,
.cid-u8ePCqoUyJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-toEniKl7D8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-toEniKl7D8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEniKl7D8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEniKl7D8 .mbr-section-subtitle {
  text-align: center;
}
.cid-toEniKl7D8 .mbr-section-subtitle,
.cid-toEniKl7D8 .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-toEniKl7D8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-toEniKl7D8 .mbr-section-maintitle,
.cid-toEniKl7D8 .iconfont-wrapper {
  color: #1d5356;
}
.cid-toEniKl7D8 .mbr-section-title,
.cid-toEniKl7D8 .iconfont-wrapper {
  color: #1d5356;
}
.cid-toEniKl7D8 .mbr-section-maintitle {
  color: #000000;
}
.cid-toEniKl7D8 .mbr-section-title {
  color: #000000;
}
.cid-tV7NWoXt8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tV7NWoXt8e .container {
    padding: 0 24px;
  }
}
.cid-tV7NWoXt8e .card {
  justify-content: center;
}
.cid-tV7NWoXt8e .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tV7NWoXt8e .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tV7NWoXt8e .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV7NWoXt8e .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tV7NWoXt8e .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tV7NWoXt8e .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tV7NWoXt8e .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV7NWoXt8e .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tV7NWoXt8e .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tV7NWoXt8e .mbr-section-title {
  color: #F9F6E0;
}
.cid-tV7NWoXt8e .mbr-desc {
  color: #F9F6E0;
}
.cid-tV7NWoXt8e .mbr-text {
  color: #000000;
}
.cid-tV7NWoXt8e .mbr-section-btn {
  text-align: right;
}
.cid-tV7NWoXt8e .mbr-section-title,
.cid-tV7NWoXt8e .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN3ffr5QMZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/medicare20agent3-1200x767.jpg");
}
.cid-uN3ffr5QMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ffr5QMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN3ffr5QMZ .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uN3ffr5QMZ .col {
    width: 40%;
  }
}
.cid-uN3ffr5QMZ .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uN3ffr5QMZ .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uN3ffr5QMZ .card-wrapper h1,
.cid-uN3ffr5QMZ .card-wrapper h2,
.cid-uN3ffr5QMZ .card-wrapper p,
.cid-uN3ffr5QMZ .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uN3ffr5QMZ .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uN3ffr5QMZ .mbr-section-title {
  color: #000000;
}
.cid-uN3ffr5QMZ .mbr-section-subtitle {
  color: #491414;
}
.cid-uN3ffr5QMZ .mbr-text,
.cid-uN3ffr5QMZ .mbr-section-btn {
  color: #000000;
}
.cid-toEmYvXKk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-toEmYvXKk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmYvXKk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmYvXKk0 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toEmYvXKk0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toEmYvXKk0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toEmYvXKk0 .mbr-section-title {
  color: #000000;
}
.cid-tV5tVrMx3N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tV5tVrMx3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5tVrMx3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5tVrMx3N .container {
  max-width: 1600px;
}
.cid-tV5tVrMx3N .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 30px 0;
  }
}
.cid-tV5tVrMx3N .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5tVrMx3N .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 7%;
  }
}
.cid-tV5tVrMx3N .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5tVrMx3N .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5tVrMx3N .footer-item {
  height: 100%;
}
.cid-tV5tVrMx3N .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5tVrMx3N .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5tVrMx3N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5tVrMx3N .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5tVrMx3N .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5tVrMx3N .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5tVrMx3N .list li:hover {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5tVrMx3N .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5tVrMx3N .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5tVrMx3N .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5tVrMx3N .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5tVrMx3N .mbr-text,
.cid-tV5tVrMx3N .mbr-section-btn {
  color: #000000;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ecede8 !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7FEhe9BY {
  background-image: url("../../../assets/images/medicare20agent4-1800x1200.png");
}
.cid-tV7FEhe9BY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7FEhe9BY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV7FEhe9BY .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV7FEhe9BY .col {
    width: 40%;
  }
}
.cid-tV7FEhe9BY .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV7FEhe9BY .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV7FEhe9BY .card-wrapper h1,
.cid-tV7FEhe9BY .card-wrapper h2,
.cid-tV7FEhe9BY .card-wrapper p,
.cid-tV7FEhe9BY .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV7FEhe9BY .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-tV7FEhe9BY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV7FEhe9BY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV7FEhe9BY .mbr-text,
.cid-tV7FEhe9BY .mbr-section-btn {
  color: #ffffff;
}
.cid-tV5zBdLa9c {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tV5zBdLa9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5zBdLa9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5zBdLa9c .mbr-text,
.cid-tV5zBdLa9c .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tV5zBdLa9c .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-tV5zBdLa9c .mbr-section-subtitle {
  text-align: center;
}
.cid-tV5zNRxZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-tV5zNRxZ5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5zNRxZ5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5zNRxZ5s .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV5zNRxZ5s .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV5zNRxZ5s .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tV5zNRxZ5s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV5zNRxZ5s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV5zNRxZ5s .mbr-section-title {
  color: #262626;
}
.cid-tV5tVrMx3N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tV5tVrMx3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5tVrMx3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5tVrMx3N .container {
  max-width: 1600px;
}
.cid-tV5tVrMx3N .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 30px 0;
  }
}
.cid-tV5tVrMx3N .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5tVrMx3N .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 7%;
  }
}
.cid-tV5tVrMx3N .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5tVrMx3N .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5tVrMx3N .footer-item {
  height: 100%;
}
.cid-tV5tVrMx3N .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5tVrMx3N .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5tVrMx3N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5tVrMx3N .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5tVrMx3N .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5tVrMx3N .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5tVrMx3N .list li:hover {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5tVrMx3N .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5tVrMx3N .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5tVrMx3N .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-tV5tVrMx3N .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5tVrMx3N .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5tVrMx3N .mbr-text,
.cid-tV5tVrMx3N .mbr-section-btn {
  color: #000000;
}
.cid-tV5ArdQnNZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tV5ArdQnNZ nav.navbar {
  position: fixed;
}
.cid-tV5ArdQnNZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV5ArdQnNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV5ArdQnNZ .dropdown-item:hover,
.cid-tV5ArdQnNZ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tV5ArdQnNZ .dropdown-item:hover span {
  color: white;
}
.cid-tV5ArdQnNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV5ArdQnNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV5ArdQnNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV5ArdQnNZ .nav-link {
  position: relative;
}
.cid-tV5ArdQnNZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV5ArdQnNZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tV5ArdQnNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV5ArdQnNZ .dropdown-menu,
.cid-tV5ArdQnNZ .navbar.opened {
  background: #ecede8 !important;
}
.cid-tV5ArdQnNZ .nav-item:focus,
.cid-tV5ArdQnNZ .nav-link:focus {
  outline: none;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV5ArdQnNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV5ArdQnNZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-tV5ArdQnNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tV5ArdQnNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV5ArdQnNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tV5ArdQnNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV5ArdQnNZ .navbar.collapsed {
  justify-content: center;
}
.cid-tV5ArdQnNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV5ArdQnNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV5ArdQnNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tV5ArdQnNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV5ArdQnNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV5ArdQnNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV5ArdQnNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tV5ArdQnNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV5ArdQnNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV5ArdQnNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV5ArdQnNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV5ArdQnNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV5ArdQnNZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV5ArdQnNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV5ArdQnNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV5ArdQnNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV5ArdQnNZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV5ArdQnNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV5ArdQnNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV5ArdQnNZ .dropdown-item.active,
.cid-tV5ArdQnNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tV5ArdQnNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV5ArdQnNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-tV5ArdQnNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV5ArdQnNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV5ArdQnNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV5ArdQnNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV5ArdQnNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV5ArdQnNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV5ArdQnNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV5ArdQnNZ .navbar {
    height: 70px;
  }
  .cid-tV5ArdQnNZ .navbar.opened {
    height: auto;
  }
  .cid-tV5ArdQnNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7FML5PNw {
  background-image: url("../../../assets/images/medicare20agent5-1200x767.jpg");
}
.cid-tV7FML5PNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7FML5PNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV7FML5PNw .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV7FML5PNw .col {
    width: 40%;
  }
}
.cid-tV7FML5PNw .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV7FML5PNw .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV7FML5PNw .card-wrapper h1,
.cid-tV7FML5PNw .card-wrapper h2,
.cid-tV7FML5PNw .card-wrapper p,
.cid-tV7FML5PNw .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV7FML5PNw .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-tV7FML5PNw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV7FML5PNw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV7FML5PNw .mbr-text,
.cid-tV7FML5PNw .mbr-section-btn {
  color: #ffffff;
}
.cid-tV5ArfQY0Y {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV5ArfQY0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5ArfQY0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5ArfQY0Y .mbr-text,
.cid-tV5ArfQY0Y .mbr-section-btn {
  text-align: left;
  color: #262626;
}
.cid-tV5ArfQY0Y .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-tV5ArfQY0Y .mbr-section-subtitle {
  text-align: center;
}
.cid-tV5ArgGP8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-tV5ArgGP8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5ArgGP8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5ArgGP8U .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV5ArgGP8U .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV5ArgGP8U .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tV5ArgGP8U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV5ArgGP8U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV5ArgGP8U .mbr-section-title {
  color: #000000;
}
.cid-tV5Ari88fC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tV5Ari88fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5Ari88fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5Ari88fC .container {
  max-width: 1600px;
}
.cid-tV5Ari88fC .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .border-container {
    padding: 30px 0;
  }
}
.cid-tV5Ari88fC .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5Ari88fC .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5Ari88fC .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5Ari88fC .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5Ari88fC .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5Ari88fC .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .border-frame {
    width: 7%;
  }
}
.cid-tV5Ari88fC .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5Ari88fC .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5Ari88fC .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5Ari88fC .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5Ari88fC .footer-item {
  height: 100%;
}
.cid-tV5Ari88fC .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5Ari88fC .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5Ari88fC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5Ari88fC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5Ari88fC .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5Ari88fC .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5Ari88fC .list li:hover {
  color: #4479d9 !important;
}
.cid-tV5Ari88fC .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5Ari88fC .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5Ari88fC .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5Ari88fC .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5Ari88fC .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5Ari88fC .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-tV5Ari88fC .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-tV5Ari88fC .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5Ari88fC .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV5Ari88fC .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5Ari88fC .mbr-text,
.cid-tV5Ari88fC .mbr-section-btn {
  color: #000000;
}
.cid-uN3ovmN4nd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uN3ovmN4nd nav.navbar {
  position: fixed;
}
.cid-uN3ovmN4nd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN3ovmN4nd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN3ovmN4nd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN3ovmN4nd .dropdown-item:hover,
.cid-uN3ovmN4nd .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-uN3ovmN4nd .dropdown-item:hover span {
  color: white;
}
.cid-uN3ovmN4nd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN3ovmN4nd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN3ovmN4nd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN3ovmN4nd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN3ovmN4nd .nav-link {
  position: relative;
}
.cid-uN3ovmN4nd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN3ovmN4nd .container {
    flex-wrap: nowrap;
  }
}
.cid-uN3ovmN4nd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN3ovmN4nd .dropdown-menu,
.cid-uN3ovmN4nd .navbar.opened {
  background: #ecede8 !important;
}
.cid-uN3ovmN4nd .nav-item:focus,
.cid-uN3ovmN4nd .nav-link:focus {
  outline: none;
}
.cid-uN3ovmN4nd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN3ovmN4nd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN3ovmN4nd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN3ovmN4nd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN3ovmN4nd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN3ovmN4nd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN3ovmN4nd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-uN3ovmN4nd .navbar.opened {
  transition: all 0.3s;
}
.cid-uN3ovmN4nd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN3ovmN4nd .navbar .navbar-logo img {
  width: auto;
}
.cid-uN3ovmN4nd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN3ovmN4nd .navbar.collapsed {
  justify-content: center;
}
.cid-uN3ovmN4nd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN3ovmN4nd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN3ovmN4nd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uN3ovmN4nd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN3ovmN4nd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN3ovmN4nd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN3ovmN4nd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN3ovmN4nd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN3ovmN4nd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN3ovmN4nd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN3ovmN4nd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN3ovmN4nd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN3ovmN4nd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN3ovmN4nd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN3ovmN4nd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN3ovmN4nd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN3ovmN4nd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN3ovmN4nd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN3ovmN4nd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN3ovmN4nd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN3ovmN4nd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN3ovmN4nd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN3ovmN4nd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN3ovmN4nd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN3ovmN4nd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN3ovmN4nd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN3ovmN4nd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN3ovmN4nd .dropdown-item.active,
.cid-uN3ovmN4nd .dropdown-item:active {
  background-color: transparent;
}
.cid-uN3ovmN4nd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN3ovmN4nd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN3ovmN4nd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN3ovmN4nd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-uN3ovmN4nd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN3ovmN4nd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN3ovmN4nd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN3ovmN4nd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN3ovmN4nd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN3ovmN4nd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uN3ovmN4nd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN3ovmN4nd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN3ovmN4nd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN3ovmN4nd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN3ovmN4nd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN3ovmN4nd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN3ovmN4nd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN3ovmN4nd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN3ovmN4nd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN3ovmN4nd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN3ovmN4nd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN3ovmN4nd .navbar {
    height: 70px;
  }
  .cid-uN3ovmN4nd .navbar.opened {
    height: auto;
  }
  .cid-uN3ovmN4nd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN3ovnMTZl {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medicare20agent7-1800x1200.jpg");
}
.cid-uN3ovnMTZl .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uN3ovnMTZl .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uN3ovnMTZl {
    align-items: center;
  }
  .cid-uN3ovnMTZl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uN3ovnMTZl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uN3ovnMTZl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uN3ovnMTZl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uN3ovnMTZl .content-wrap {
    width: 100%;
  }
}
.cid-uN3ovnMTZl .mbr-section-title {
  text-align: center;
}
.cid-uN3ovnMTZl .mbr-text,
.cid-uN3ovnMTZl .mbr-section-btn {
  text-align: center;
}
.cid-uN3ovoGCfT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #58e6de;
}
.cid-uN3ovoGCfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovoGCfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovoGCfT img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uN3ovoGCfT img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uN3ovoGCfT .row {
  flex-direction: row-reverse;
}
.cid-uN3ovoGCfT .row {
  align-items: center;
}
.cid-uN3ovoGCfT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN3ovoGCfT .mbr-text,
.cid-uN3ovoGCfT .mbr-section-btn {
  color: #000000;
}
.cid-uN3ovpxtFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN3ovpxtFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovpxtFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovpxtFx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uN3ovpxtFx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uN3ovpxtFx .container {
    padding: 0 24px;
  }
}
.cid-uN3ovpxtFx .row {
  justify-content: center;
}
.cid-uN3ovpxtFx .content-wrapper {
  border-radius: 40px;
  background-color: #58e6de;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uN3ovpxtFx .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uN3ovpxtFx .content-wrapper {
    padding: 32px;
  }
}
.cid-uN3ovpxtFx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3ovpxtFx .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uN3ovpxtFx .mbr-section-title {
  color: #FF3399;
}
.cid-uN3ovpxtFx .mbr-text {
  color: #000000;
}
.cid-uN3ovqfIxh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-uN3ovqfIxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovqfIxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovqfIxh .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .container {
    padding: 0 6px;
  }
}
.cid-uN3ovqfIxh .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uN3ovqfIxh .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uN3ovqfIxh .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uN3ovqfIxh .row {
    padding: 70px 30px;
  }
}
.cid-uN3ovqfIxh .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uN3ovqfIxh .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .desc-wrapper {
    padding: 0;
  }
}
.cid-uN3ovqfIxh .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uN3ovqfIxh .title-wrapper {
  margin-bottom: 64px;
}
.cid-uN3ovqfIxh .title-wrapper span {
  color: #009472;
}
.cid-uN3ovqfIxh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN3ovqfIxh .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uN3ovqfIxh .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .cards-wrapper {
    display: block;
  }
}
.cid-uN3ovqfIxh .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uN3ovqfIxh .cards-wrapper .item:hover,
.cid-uN3ovqfIxh .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uN3ovqfIxh .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #58e6de;
}
.cid-uN3ovqfIxh .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #58e6de;
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #58e6de;
  border-radius: 16px 16px 0 0;
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #58e6de;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uN3ovqfIxh .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uN3ovqfIxh .mbr-desc {
  color: #262626;
}
.cid-uN3ovqfIxh .mbr-section-title {
  color: #131313;
}
.cid-uN3ovqfIxh .card-title {
  color: #ffffff;
}
.cid-uN3ovqfIxh .card-text {
  color: #131313;
}
.cid-uN3ovqfIxh .card-title,
.cid-uN3ovqfIxh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN3ovraZV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN3ovraZV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovraZV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovraZV2 .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uN3ovraZV2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uN3ovraZV2 .container {
    padding: 0 25px;
  }
}
.cid-uN3ovraZV2 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uN3ovraZV2 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uN3ovraZV2 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uN3ovraZV2 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uN3ovraZV2 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uN3ovraZV2 .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uN3ovraZV2 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uN3ovraZV2 .title-wrapper {
    padding: 0;
  }
}
.cid-uN3ovraZV2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uN3ovraZV2 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uN3ovraZV2 .mbr-section-title {
  color: #000000;
}
.cid-uN3ovraZV2 .mbr-text {
  color: #000000;
}
.cid-uN3ovs4CsL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uN3ovs4CsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovs4CsL .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uN3ovs4CsL .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uN3ovs4CsL .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-uN3ovs4CsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovs4CsL img {
  border-radius: 3rem;
}
.cid-uN3ovs4CsL .row {
  flex-direction: row-reverse;
}
.cid-uN3ovs4CsL .mbr-text,
.cid-uN3ovs4CsL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uN3ovsSjK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN3ovsSjK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovsSjK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovsSjK2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uN3ovsSjK2 .mbr-section-title {
  color: #000000;
}
.cid-uN3ovtCYdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uN3ovtCYdu .container {
    padding: 0 25px;
  }
}
.cid-uN3ovtCYdu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3ovtCYdu .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uN3ovtCYdu .panel-group {
  border-bottom: 2px solid #58e6de;
}
.cid-uN3ovtCYdu .panel-group .card {
  border-top: 2px solid #58e6de;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uN3ovtCYdu .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uN3ovtCYdu .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN3ovtCYdu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN3ovtCYdu .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN3ovtCYdu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN3ovtCYdu .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #58e6de;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uN3ovtCYdu .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uN3ovtCYdu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uN3ovtCYdu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN3ovtCYdu .panel-title-edit {
  color: #000000;
}
.cid-uN3ovtCYdu .panel-text {
  color: #000000;
}
.cid-uN3ovuAErz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN3ovuAErz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovuAErz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovuAErz .mbr-section-subtitle {
  color: #000000;
}
.cid-uN3ovuAErz .mbr-section-title {
  color: #000000;
}
.cid-uN3ovvxbUx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uN3ovvxbUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovvxbUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovvxbUx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .container {
    padding: 0 30px;
  }
}
.cid-uN3ovvxbUx .card {
  justify-content: center;
}
.cid-uN3ovvxbUx .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uN3ovvxbUx .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uN3ovvxbUx .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uN3ovvxbUx .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uN3ovvxbUx .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #58e6de;
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #58e6de;
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #58e6de;
}
.cid-uN3ovvxbUx .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-uN3ovvxbUx .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #58e6de;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #58e6de;
  transition: all 0.3s ease-in-out;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uN3ovvxbUx .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-uN3ovvxbUx .mbr-desc {
  color: #bee0d6;
}
.cid-uN3ovvxbUx .item-title {
  color: #bee0d6;
}
.cid-uN3ovvxbUx .item-text {
  color: #bee0d6;
}
.cid-uN3ovvxbUx .list {
  color: #bee0d6;
}
.cid-uN3ovvxbUx .mbr-desc,
.cid-uN3ovvxbUx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN3ovvxbUx .item-text,
.cid-uN3ovvxbUx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN3ovwPi62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN3ovwPi62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovwPi62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovwPi62 .mbr-section-subtitle {
  text-align: center;
}
.cid-uN3ovwPi62 .mbr-section-subtitle,
.cid-uN3ovwPi62 .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-uN3ovwPi62 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-uN3ovwPi62 .mbr-section-maintitle,
.cid-uN3ovwPi62 .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN3ovwPi62 .mbr-section-title,
.cid-uN3ovwPi62 .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN3ovwPi62 .mbr-section-maintitle {
  color: #000000;
}
.cid-uN3ovwPi62 .mbr-section-title {
  color: #000000;
}
.cid-uN3UTfsPg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uN3UTfsPg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3UTfsPg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uN3UTfsPg5 .container {
    padding: 0 30px;
  }
}
.cid-uN3UTfsPg5 .row {
  justify-content: center;
}
.cid-uN3UTfsPg5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uN3UTfsPg5 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN3UTfsPg5 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uN3UTfsPg5 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uN3UTfsPg5 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN3UTfsPg5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uN3UTfsPg5 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uN3ovxGIGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uN3ovxGIGI .container {
    padding: 0 24px;
  }
}
.cid-uN3ovxGIGI .card {
  justify-content: center;
}
.cid-uN3ovxGIGI .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uN3ovxGIGI .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uN3ovxGIGI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN3ovxGIGI .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uN3ovxGIGI .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uN3ovxGIGI .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uN3ovxGIGI .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uN3ovxGIGI .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uN3ovxGIGI .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uN3ovxGIGI .mbr-section-title {
  color: #F9F6E0;
}
.cid-uN3ovxGIGI .mbr-desc {
  color: #F9F6E0;
}
.cid-uN3ovxGIGI .mbr-text {
  color: #000000;
}
.cid-uN3ovxGIGI .mbr-section-btn {
  text-align: right;
}
.cid-uN3ovxGIGI .mbr-section-title,
.cid-uN3ovxGIGI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN3ovyu3J8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/medicare20agent8-1440x605.jpg");
}
.cid-uN3ovyu3J8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovyu3J8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN3ovyu3J8 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uN3ovyu3J8 .col {
    width: 40%;
  }
}
.cid-uN3ovyu3J8 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uN3ovyu3J8 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uN3ovyu3J8 .card-wrapper h1,
.cid-uN3ovyu3J8 .card-wrapper h2,
.cid-uN3ovyu3J8 .card-wrapper p,
.cid-uN3ovyu3J8 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uN3ovyu3J8 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uN3ovyu3J8 .mbr-section-title {
  color: #000000;
}
.cid-uN3ovyu3J8 .mbr-section-subtitle {
  color: #491414;
}
.cid-uN3ovyu3J8 .mbr-text,
.cid-uN3ovyu3J8 .mbr-section-btn {
  color: #000000;
}
.cid-uN3VMJcuS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN3VMJcuS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3VMJcuS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3VMJcuS2 .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uN3VMJcuS2 .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uN3VMJcuS2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #58e6de;
}
.cid-uN3VMJcuS2 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uN3VMJcuS2 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uN3VMJcuS2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #58e6de;
  color: #000000;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #58e6de;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN3VMJcuS2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN3VMJcuS2 .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uN3VMJcuS2 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3VMJcuS2 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uN3VMJcuS2 .mbr-label {
  color: #000000;
}
.cid-uN3VMJcuS2 .mbr-section-title {
  color: #000000;
}
.cid-uN3VMJcuS2 .panel-title-edit {
  color: #000000;
}
.cid-uN3VMJcuS2 .panel-text {
  color: #000000;
}
.cid-uN3VMJcuS2 .mbr-label,
.cid-uN3VMJcuS2 .label-wrapper {
  text-align: center;
}
.cid-uN3ovzgSYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-uN3ovzgSYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovzgSYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovzgSYi .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uN3ovzgSYi .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uN3ovzgSYi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uN3ovzgSYi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uN3ovzgSYi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uN3ovzgSYi .mbr-section-title {
  color: #000000;
}
.cid-uN3ovA2qag {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uN3ovA2qag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ovA2qag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ovA2qag .container {
  max-width: 1600px;
}
.cid-uN3ovA2qag .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN3ovA2qag .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-uN3ovA2qag .border-container {
    padding: 30px 0;
  }
}
.cid-uN3ovA2qag .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uN3ovA2qag .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uN3ovA2qag .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uN3ovA2qag .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uN3ovA2qag .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-uN3ovA2qag .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uN3ovA2qag .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uN3ovA2qag .border-frame {
    width: 7%;
  }
}
.cid-uN3ovA2qag .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uN3ovA2qag .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-uN3ovA2qag .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN3ovA2qag .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-uN3ovA2qag .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-uN3ovA2qag .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-uN3ovA2qag .footer-item {
  height: 100%;
}
.cid-uN3ovA2qag .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN3ovA2qag .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uN3ovA2qag .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uN3ovA2qag .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uN3ovA2qag .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN3ovA2qag .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-uN3ovA2qag .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-uN3ovA2qag .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-uN3ovA2qag .list li:hover {
  color: #4479d9 !important;
}
.cid-uN3ovA2qag .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN3ovA2qag .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN3ovA2qag .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN3ovA2qag .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN3ovA2qag .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-uN3ovA2qag .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-uN3ovA2qag .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-uN3ovA2qag .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-uN3ovA2qag .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-uN3ovA2qag .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-uN3ovA2qag .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-uN3ovA2qag .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-uN3ovA2qag .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-uN3ovA2qag .copyright-container {
    margin-top: 30px;
  }
}
.cid-uN3ovA2qag .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uN3ovA2qag .copyright-text {
    text-align: center !important;
  }
}
.cid-uN3ovA2qag .mbr-text,
.cid-uN3ovA2qag .mbr-section-btn {
  color: #000000;
}
.cid-uN41nndB6e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uN41nndB6e nav.navbar {
  position: fixed;
}
.cid-uN41nndB6e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN41nndB6e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN41nndB6e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN41nndB6e .dropdown-item:hover,
.cid-uN41nndB6e .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-uN41nndB6e .dropdown-item:hover span {
  color: white;
}
.cid-uN41nndB6e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN41nndB6e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN41nndB6e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN41nndB6e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN41nndB6e .nav-link {
  position: relative;
}
.cid-uN41nndB6e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN41nndB6e .container {
    flex-wrap: nowrap;
  }
}
.cid-uN41nndB6e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN41nndB6e .dropdown-menu,
.cid-uN41nndB6e .navbar.opened {
  background: #ecede8 !important;
}
.cid-uN41nndB6e .nav-item:focus,
.cid-uN41nndB6e .nav-link:focus {
  outline: none;
}
.cid-uN41nndB6e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN41nndB6e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN41nndB6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN41nndB6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN41nndB6e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN41nndB6e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN41nndB6e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-uN41nndB6e .navbar.opened {
  transition: all 0.3s;
}
.cid-uN41nndB6e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN41nndB6e .navbar .navbar-logo img {
  width: auto;
}
.cid-uN41nndB6e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN41nndB6e .navbar.collapsed {
  justify-content: center;
}
.cid-uN41nndB6e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN41nndB6e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN41nndB6e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uN41nndB6e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN41nndB6e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN41nndB6e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN41nndB6e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN41nndB6e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN41nndB6e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN41nndB6e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN41nndB6e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN41nndB6e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN41nndB6e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN41nndB6e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN41nndB6e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN41nndB6e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN41nndB6e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN41nndB6e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN41nndB6e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN41nndB6e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN41nndB6e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN41nndB6e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN41nndB6e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN41nndB6e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN41nndB6e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN41nndB6e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN41nndB6e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN41nndB6e .dropdown-item.active,
.cid-uN41nndB6e .dropdown-item:active {
  background-color: transparent;
}
.cid-uN41nndB6e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN41nndB6e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN41nndB6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN41nndB6e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-uN41nndB6e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN41nndB6e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN41nndB6e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN41nndB6e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN41nndB6e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN41nndB6e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uN41nndB6e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN41nndB6e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN41nndB6e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN41nndB6e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN41nndB6e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN41nndB6e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN41nndB6e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN41nndB6e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN41nndB6e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN41nndB6e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN41nndB6e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN41nndB6e .navbar {
    height: 70px;
  }
  .cid-uN41nndB6e .navbar.opened {
    height: auto;
  }
  .cid-uN41nndB6e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN41nosY9R {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medicare20agent9-2000x1333.jpg");
}
.cid-uN41nosY9R .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uN41nosY9R .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uN41nosY9R {
    align-items: center;
  }
  .cid-uN41nosY9R .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uN41nosY9R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uN41nosY9R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uN41nosY9R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uN41nosY9R .content-wrap {
    width: 100%;
  }
}
.cid-uN41nosY9R .mbr-section-title {
  text-align: center;
}
.cid-uN41nosY9R .mbr-text,
.cid-uN41nosY9R .mbr-section-btn {
  text-align: center;
}
.cid-uN41npmCvH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #58e6de;
}
.cid-uN41npmCvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41npmCvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41npmCvH img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uN41npmCvH img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uN41npmCvH .row {
  flex-direction: row-reverse;
}
.cid-uN41npmCvH .row {
  align-items: center;
}
.cid-uN41npmCvH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN41npmCvH .mbr-text,
.cid-uN41npmCvH .mbr-section-btn {
  color: #000000;
}
.cid-uN41nqsn4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN41nqsn4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nqsn4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nqsn4C .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uN41nqsn4C .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uN41nqsn4C .container {
    padding: 0 24px;
  }
}
.cid-uN41nqsn4C .row {
  justify-content: center;
}
.cid-uN41nqsn4C .content-wrapper {
  border-radius: 40px;
  background-color: #58e6de;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uN41nqsn4C .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uN41nqsn4C .content-wrapper {
    padding: 32px;
  }
}
.cid-uN41nqsn4C .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN41nqsn4C .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uN41nqsn4C .mbr-section-title {
  color: #FF3399;
}
.cid-uN41nqsn4C .mbr-text {
  color: #000000;
}
.cid-uN41nrgjkt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-uN41nrgjkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nrgjkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nrgjkt .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .container {
    padding: 0 6px;
  }
}
.cid-uN41nrgjkt .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uN41nrgjkt .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uN41nrgjkt .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uN41nrgjkt .row {
    padding: 70px 30px;
  }
}
.cid-uN41nrgjkt .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uN41nrgjkt .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .desc-wrapper {
    padding: 0;
  }
}
.cid-uN41nrgjkt .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uN41nrgjkt .title-wrapper {
  margin-bottom: 64px;
}
.cid-uN41nrgjkt .title-wrapper span {
  color: #009472;
}
.cid-uN41nrgjkt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN41nrgjkt .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uN41nrgjkt .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .cards-wrapper {
    display: block;
  }
}
.cid-uN41nrgjkt .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uN41nrgjkt .cards-wrapper .item:hover,
.cid-uN41nrgjkt .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uN41nrgjkt .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #58e6de;
}
.cid-uN41nrgjkt .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #58e6de;
}
.cid-uN41nrgjkt .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #58e6de;
  border-radius: 16px 16px 0 0;
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #58e6de;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uN41nrgjkt .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uN41nrgjkt .mbr-desc {
  color: #262626;
}
.cid-uN41nrgjkt .mbr-section-title {
  color: #131313;
}
.cid-uN41nrgjkt .card-title {
  color: #ffffff;
}
.cid-uN41nrgjkt .card-text {
  color: #131313;
}
.cid-uN41nrgjkt .card-title,
.cid-uN41nrgjkt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN41nsJgNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN41nsJgNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nsJgNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nsJgNa .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uN41nsJgNa .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uN41nsJgNa .container {
    padding: 0 25px;
  }
}
.cid-uN41nsJgNa .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uN41nsJgNa .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uN41nsJgNa .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uN41nsJgNa .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uN41nsJgNa .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uN41nsJgNa .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uN41nsJgNa .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uN41nsJgNa .title-wrapper {
    padding: 0;
  }
}
.cid-uN41nsJgNa .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uN41nsJgNa .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uN41nsJgNa .mbr-section-title {
  color: #000000;
}
.cid-uN41nsJgNa .mbr-text {
  color: #000000;
}
.cid-uN41ntDQbQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uN41ntDQbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41ntDQbQ .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uN41ntDQbQ .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uN41ntDQbQ .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-uN41ntDQbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41ntDQbQ img {
  border-radius: 3rem;
}
.cid-uN41ntDQbQ .row {
  flex-direction: row-reverse;
}
.cid-uN41ntDQbQ .mbr-text,
.cid-uN41ntDQbQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uN41nuCrfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN41nuCrfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nuCrfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nuCrfq .mbr-section-subtitle {
  color: #000000;
}
.cid-uN41nuCrfq .mbr-section-title {
  color: #000000;
}
.cid-uN41nvy5Kp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uN41nvy5Kp .container {
    padding: 0 25px;
  }
}
.cid-uN41nvy5Kp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN41nvy5Kp .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uN41nvy5Kp .panel-group {
  border-bottom: 2px solid #58e6de;
}
.cid-uN41nvy5Kp .panel-group .card {
  border-top: 2px solid #58e6de;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uN41nvy5Kp .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uN41nvy5Kp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN41nvy5Kp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN41nvy5Kp .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN41nvy5Kp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN41nvy5Kp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #58e6de;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nvy5Kp .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uN41nvy5Kp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uN41nvy5Kp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN41nvy5Kp .panel-title-edit {
  color: #000000;
}
.cid-uN41nvy5Kp .panel-text {
  color: #000000;
}
.cid-uN41nwQrYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN41nwQrYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nwQrYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nwQrYg .mbr-section-subtitle {
  color: #000000;
}
.cid-uN41nwQrYg .mbr-section-title {
  color: #000000;
}
.cid-uN41nxOUXU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uN41nxOUXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nxOUXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nxOUXU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .container {
    padding: 0 30px;
  }
}
.cid-uN41nxOUXU .card {
  justify-content: center;
}
.cid-uN41nxOUXU .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uN41nxOUXU .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uN41nxOUXU .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uN41nxOUXU .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uN41nxOUXU .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #58e6de;
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #58e6de;
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #58e6de;
}
.cid-uN41nxOUXU .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-uN41nxOUXU .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #58e6de;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #58e6de;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uN41nxOUXU .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-uN41nxOUXU .mbr-desc {
  color: #bee0d6;
}
.cid-uN41nxOUXU .item-title {
  color: #bee0d6;
}
.cid-uN41nxOUXU .item-text {
  color: #bee0d6;
}
.cid-uN41nxOUXU .list {
  color: #bee0d6;
}
.cid-uN41nxOUXU .mbr-desc,
.cid-uN41nxOUXU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN41nxOUXU .item-text,
.cid-uN41nxOUXU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN41nyY8xJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN41nyY8xJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nyY8xJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nyY8xJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uN41nyY8xJ .mbr-section-subtitle,
.cid-uN41nyY8xJ .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-uN41nyY8xJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-uN41nyY8xJ .mbr-section-maintitle,
.cid-uN41nyY8xJ .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN41nyY8xJ .mbr-section-title,
.cid-uN41nyY8xJ .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN41nyY8xJ .mbr-section-maintitle {
  color: #000000;
}
.cid-uN41nyY8xJ .mbr-section-title {
  color: #000000;
}
.cid-uN41nAZlOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uN41nAZlOl .container {
    padding: 0 24px;
  }
}
.cid-uN41nAZlOl .card {
  justify-content: center;
}
.cid-uN41nAZlOl .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uN41nAZlOl .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uN41nAZlOl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN41nAZlOl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uN41nAZlOl .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uN41nAZlOl .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uN41nAZlOl .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uN41nAZlOl .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uN41nAZlOl .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uN41nAZlOl .mbr-section-title {
  color: #F9F6E0;
}
.cid-uN41nAZlOl .mbr-desc {
  color: #F9F6E0;
}
.cid-uN41nAZlOl .mbr-text {
  color: #000000;
}
.cid-uN41nAZlOl .mbr-section-btn {
  text-align: right;
}
.cid-uN41nAZlOl .mbr-section-title,
.cid-uN41nAZlOl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN41nC0kfS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/medicare20agent11-1200x767.jpg");
}
.cid-uN41nC0kfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nC0kfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN41nC0kfS .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uN41nC0kfS .col {
    width: 40%;
  }
}
.cid-uN41nC0kfS .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uN41nC0kfS .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uN41nC0kfS .card-wrapper h1,
.cid-uN41nC0kfS .card-wrapper h2,
.cid-uN41nC0kfS .card-wrapper p,
.cid-uN41nC0kfS .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uN41nC0kfS .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uN41nC0kfS .mbr-section-title {
  color: #000000;
}
.cid-uN41nC0kfS .mbr-section-subtitle {
  color: #491414;
}
.cid-uN41nC0kfS .mbr-text,
.cid-uN41nC0kfS .mbr-section-btn {
  color: #000000;
}
.cid-uN41nD0hJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN41nD0hJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nD0hJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nD0hJC .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uN41nD0hJC .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uN41nD0hJC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #58e6de;
}
.cid-uN41nD0hJC .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uN41nD0hJC .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uN41nD0hJC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #58e6de;
  color: #000000;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #58e6de;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN41nD0hJC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN41nD0hJC .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uN41nD0hJC .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN41nD0hJC .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uN41nD0hJC .mbr-label {
  color: #000000;
}
.cid-uN41nD0hJC .mbr-section-title {
  color: #000000;
}
.cid-uN41nD0hJC .panel-title-edit {
  color: #000000;
}
.cid-uN41nD0hJC .panel-text {
  color: #000000;
}
.cid-uN41nD0hJC .mbr-label,
.cid-uN41nD0hJC .label-wrapper {
  text-align: center;
}
.cid-uN41nEiIx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-uN41nEiIx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nEiIx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nEiIx6 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uN41nEiIx6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uN41nEiIx6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uN41nEiIx6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uN41nEiIx6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uN41nEiIx6 .mbr-section-title {
  color: #000000;
}
.cid-uN41nFy4PL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uN41nFy4PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN41nFy4PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN41nFy4PL .container {
  max-width: 1600px;
}
.cid-uN41nFy4PL .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN41nFy4PL .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-uN41nFy4PL .border-container {
    padding: 30px 0;
  }
}
.cid-uN41nFy4PL .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uN41nFy4PL .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uN41nFy4PL .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uN41nFy4PL .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uN41nFy4PL .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-uN41nFy4PL .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uN41nFy4PL .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uN41nFy4PL .border-frame {
    width: 7%;
  }
}
.cid-uN41nFy4PL .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uN41nFy4PL .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-uN41nFy4PL .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN41nFy4PL .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-uN41nFy4PL .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-uN41nFy4PL .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-uN41nFy4PL .footer-item {
  height: 100%;
}
.cid-uN41nFy4PL .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN41nFy4PL .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uN41nFy4PL .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uN41nFy4PL .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uN41nFy4PL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN41nFy4PL .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-uN41nFy4PL .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-uN41nFy4PL .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-uN41nFy4PL .list li:hover {
  color: #4479d9 !important;
}
.cid-uN41nFy4PL .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN41nFy4PL .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN41nFy4PL .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN41nFy4PL .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN41nFy4PL .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-uN41nFy4PL .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-uN41nFy4PL .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-uN41nFy4PL .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-uN41nFy4PL .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-uN41nFy4PL .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-uN41nFy4PL .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-uN41nFy4PL .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-uN41nFy4PL .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-uN41nFy4PL .copyright-container {
    margin-top: 30px;
  }
}
.cid-uN41nFy4PL .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uN41nFy4PL .copyright-text {
    text-align: center !important;
  }
}
.cid-uN41nFy4PL .mbr-text,
.cid-uN41nFy4PL .mbr-section-btn {
  color: #000000;
}
.cid-uN49iqwTQO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uN49iqwTQO nav.navbar {
  position: fixed;
}
.cid-uN49iqwTQO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN49iqwTQO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN49iqwTQO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN49iqwTQO .dropdown-item:hover,
.cid-uN49iqwTQO .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-uN49iqwTQO .dropdown-item:hover span {
  color: white;
}
.cid-uN49iqwTQO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN49iqwTQO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN49iqwTQO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN49iqwTQO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN49iqwTQO .nav-link {
  position: relative;
}
.cid-uN49iqwTQO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN49iqwTQO .container {
    flex-wrap: nowrap;
  }
}
.cid-uN49iqwTQO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN49iqwTQO .dropdown-menu,
.cid-uN49iqwTQO .navbar.opened {
  background: #ecede8 !important;
}
.cid-uN49iqwTQO .nav-item:focus,
.cid-uN49iqwTQO .nav-link:focus {
  outline: none;
}
.cid-uN49iqwTQO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN49iqwTQO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN49iqwTQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN49iqwTQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN49iqwTQO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN49iqwTQO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN49iqwTQO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ecede8;
}
.cid-uN49iqwTQO .navbar.opened {
  transition: all 0.3s;
}
.cid-uN49iqwTQO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN49iqwTQO .navbar .navbar-logo img {
  width: auto;
}
.cid-uN49iqwTQO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN49iqwTQO .navbar.collapsed {
  justify-content: center;
}
.cid-uN49iqwTQO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN49iqwTQO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN49iqwTQO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uN49iqwTQO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN49iqwTQO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN49iqwTQO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN49iqwTQO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN49iqwTQO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN49iqwTQO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN49iqwTQO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN49iqwTQO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN49iqwTQO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN49iqwTQO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN49iqwTQO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN49iqwTQO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN49iqwTQO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN49iqwTQO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN49iqwTQO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN49iqwTQO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN49iqwTQO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN49iqwTQO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN49iqwTQO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN49iqwTQO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN49iqwTQO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN49iqwTQO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN49iqwTQO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN49iqwTQO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN49iqwTQO .dropdown-item.active,
.cid-uN49iqwTQO .dropdown-item:active {
  background-color: transparent;
}
.cid-uN49iqwTQO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN49iqwTQO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN49iqwTQO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN49iqwTQO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-uN49iqwTQO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN49iqwTQO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN49iqwTQO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN49iqwTQO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN49iqwTQO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN49iqwTQO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uN49iqwTQO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN49iqwTQO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN49iqwTQO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN49iqwTQO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN49iqwTQO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN49iqwTQO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN49iqwTQO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN49iqwTQO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN49iqwTQO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN49iqwTQO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN49iqwTQO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN49iqwTQO .navbar {
    height: 70px;
  }
  .cid-uN49iqwTQO .navbar.opened {
    height: auto;
  }
  .cid-uN49iqwTQO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN49irK4Ua {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medicare20agent12-1254x837.jpg");
}
.cid-uN49irK4Ua .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uN49irK4Ua .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uN49irK4Ua {
    align-items: center;
  }
  .cid-uN49irK4Ua .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uN49irK4Ua .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uN49irK4Ua {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uN49irK4Ua .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uN49irK4Ua .content-wrap {
    width: 100%;
  }
}
.cid-uN49irK4Ua .mbr-section-title {
  text-align: center;
}
.cid-uN49irK4Ua .mbr-text,
.cid-uN49irK4Ua .mbr-section-btn {
  text-align: center;
}
.cid-uN49iszqpX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #58e6de;
}
.cid-uN49iszqpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iszqpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iszqpX img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uN49iszqpX img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uN49iszqpX .row {
  flex-direction: row-reverse;
}
.cid-uN49iszqpX .row {
  align-items: center;
}
.cid-uN49iszqpX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN49iszqpX .mbr-text,
.cid-uN49iszqpX .mbr-section-btn {
  color: #000000;
}
.cid-uN49itnO63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN49itnO63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49itnO63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49itnO63 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uN49itnO63 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uN49itnO63 .container {
    padding: 0 24px;
  }
}
.cid-uN49itnO63 .row {
  justify-content: center;
}
.cid-uN49itnO63 .content-wrapper {
  border-radius: 40px;
  background-color: #58e6de;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uN49itnO63 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uN49itnO63 .content-wrapper {
    padding: 32px;
  }
}
.cid-uN49itnO63 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN49itnO63 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uN49itnO63 .mbr-section-title {
  color: #FF3399;
}
.cid-uN49itnO63 .mbr-text {
  color: #000000;
}
.cid-uN49iuhB4s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #262626;
}
.cid-uN49iuhB4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iuhB4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iuhB4s .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .container {
    padding: 0 6px;
  }
}
.cid-uN49iuhB4s .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uN49iuhB4s .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uN49iuhB4s .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uN49iuhB4s .row {
    padding: 70px 30px;
  }
}
.cid-uN49iuhB4s .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uN49iuhB4s .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .desc-wrapper {
    padding: 0;
  }
}
.cid-uN49iuhB4s .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uN49iuhB4s .title-wrapper {
  margin-bottom: 64px;
}
.cid-uN49iuhB4s .title-wrapper span {
  color: #009472;
}
.cid-uN49iuhB4s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN49iuhB4s .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uN49iuhB4s .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .cards-wrapper {
    display: block;
  }
}
.cid-uN49iuhB4s .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uN49iuhB4s .cards-wrapper .item:hover,
.cid-uN49iuhB4s .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uN49iuhB4s .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #58e6de;
}
.cid-uN49iuhB4s .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #58e6de;
}
.cid-uN49iuhB4s .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #58e6de;
  border-radius: 16px 16px 0 0;
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #58e6de;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uN49iuhB4s .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uN49iuhB4s .mbr-desc {
  color: #262626;
}
.cid-uN49iuhB4s .mbr-section-title {
  color: #131313;
}
.cid-uN49iuhB4s .card-title {
  color: #ffffff;
}
.cid-uN49iuhB4s .card-text {
  color: #131313;
}
.cid-uN49iuhB4s .card-title,
.cid-uN49iuhB4s .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN49ivqd9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN49ivqd9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49ivqd9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49ivqd9a .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uN49ivqd9a .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uN49ivqd9a .container {
    padding: 0 25px;
  }
}
.cid-uN49ivqd9a .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uN49ivqd9a .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uN49ivqd9a .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uN49ivqd9a .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uN49ivqd9a .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uN49ivqd9a .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uN49ivqd9a .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uN49ivqd9a .title-wrapper {
    padding: 0;
  }
}
.cid-uN49ivqd9a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uN49ivqd9a .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uN49ivqd9a .mbr-section-title {
  color: #000000;
}
.cid-uN49ivqd9a .mbr-text {
  color: #000000;
}
.cid-uN49iwhVIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uN49iwhVIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iwhVIh .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uN49iwhVIh .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uN49iwhVIh .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-uN49iwhVIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iwhVIh img {
  border-radius: 3rem;
}
.cid-uN49iwhVIh .row {
  flex-direction: row-reverse;
}
.cid-uN49iwhVIh .mbr-text,
.cid-uN49iwhVIh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uN49ixeHyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN49ixeHyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49ixeHyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49ixeHyl .mbr-section-subtitle {
  color: #000000;
}
.cid-uN49ixeHyl .mbr-section-title {
  color: #000000;
}
.cid-uN49iyv2p5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uN49iyv2p5 .container {
    padding: 0 25px;
  }
}
.cid-uN49iyv2p5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN49iyv2p5 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uN49iyv2p5 .panel-group {
  border-bottom: 2px solid #58e6de;
}
.cid-uN49iyv2p5 .panel-group .card {
  border-top: 2px solid #58e6de;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uN49iyv2p5 .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uN49iyv2p5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN49iyv2p5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN49iyv2p5 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #58e6de;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uN49iyv2p5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN49iyv2p5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #58e6de;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iyv2p5 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uN49iyv2p5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uN49iyv2p5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uN49iyv2p5 .panel-title-edit {
  color: #000000;
}
.cid-uN49iyv2p5 .panel-text {
  color: #000000;
}
.cid-uN49izVhTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN49izVhTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49izVhTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49izVhTn .mbr-section-subtitle {
  color: #000000;
}
.cid-uN49izVhTn .mbr-section-title {
  color: #000000;
}
.cid-uN49iAVLo3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uN49iAVLo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iAVLo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iAVLo3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .container {
    padding: 0 30px;
  }
}
.cid-uN49iAVLo3 .card {
  justify-content: center;
}
.cid-uN49iAVLo3 .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uN49iAVLo3 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uN49iAVLo3 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uN49iAVLo3 .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uN49iAVLo3 .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #58e6de;
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #58e6de;
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #58e6de;
}
.cid-uN49iAVLo3 .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-uN49iAVLo3 .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #58e6de;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #58e6de;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uN49iAVLo3 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-uN49iAVLo3 .mbr-desc {
  color: #bee0d6;
}
.cid-uN49iAVLo3 .item-title {
  color: #bee0d6;
}
.cid-uN49iAVLo3 .item-text {
  color: #bee0d6;
}
.cid-uN49iAVLo3 .list {
  color: #bee0d6;
}
.cid-uN49iAVLo3 .mbr-desc,
.cid-uN49iAVLo3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN49iAVLo3 .item-text,
.cid-uN49iAVLo3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN49iC1aye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58e6de;
}
.cid-uN49iC1aye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iC1aye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iC1aye .mbr-section-subtitle {
  text-align: center;
}
.cid-uN49iC1aye .mbr-section-subtitle,
.cid-uN49iC1aye .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-uN49iC1aye .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-uN49iC1aye .mbr-section-maintitle,
.cid-uN49iC1aye .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN49iC1aye .mbr-section-title,
.cid-uN49iC1aye .iconfont-wrapper {
  color: #1d5356;
}
.cid-uN49iC1aye .mbr-section-maintitle {
  color: #000000;
}
.cid-uN49iC1aye .mbr-section-title {
  color: #000000;
}
.cid-uN49iCZ5WU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uN49iCZ5WU .container {
    padding: 0 24px;
  }
}
.cid-uN49iCZ5WU .card {
  justify-content: center;
}
.cid-uN49iCZ5WU .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uN49iCZ5WU .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uN49iCZ5WU .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN49iCZ5WU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uN49iCZ5WU .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uN49iCZ5WU .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uN49iCZ5WU .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uN49iCZ5WU .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uN49iCZ5WU .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uN49iCZ5WU .mbr-section-title {
  color: #F9F6E0;
}
.cid-uN49iCZ5WU .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-uN49iCZ5WU .mbr-text {
  color: #000000;
}
.cid-uN49iCZ5WU .mbr-section-btn {
  text-align: right;
}
.cid-uN49iCZ5WU .mbr-section-title,
.cid-uN49iCZ5WU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN49iDTp59 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/medicare20agent14-1920x1282.jpg");
}
.cid-uN49iDTp59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iDTp59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN49iDTp59 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uN49iDTp59 .col {
    width: 40%;
  }
}
.cid-uN49iDTp59 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uN49iDTp59 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uN49iDTp59 .card-wrapper h1,
.cid-uN49iDTp59 .card-wrapper h2,
.cid-uN49iDTp59 .card-wrapper p,
.cid-uN49iDTp59 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uN49iDTp59 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uN49iDTp59 .mbr-section-title {
  color: #000000;
}
.cid-uN49iDTp59 .mbr-section-subtitle {
  color: #491414;
}
.cid-uN49iDTp59 .mbr-text,
.cid-uN49iDTp59 .mbr-section-btn {
  color: #000000;
}
.cid-uN49iERl7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN49iERl7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iERl7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iERl7H .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uN49iERl7H .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uN49iERl7H .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #58e6de;
}
.cid-uN49iERl7H .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uN49iERl7H .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uN49iERl7H .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #58e6de;
  color: #000000;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #58e6de;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uN49iERl7H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uN49iERl7H .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uN49iERl7H .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN49iERl7H .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uN49iERl7H .mbr-label {
  color: #000000;
}
.cid-uN49iERl7H .mbr-section-title {
  color: #000000;
}
.cid-uN49iERl7H .panel-title-edit {
  color: #000000;
}
.cid-uN49iERl7H .panel-text {
  color: #000000;
}
.cid-uN49iERl7H .mbr-label,
.cid-uN49iERl7H .label-wrapper {
  text-align: center;
}
.cid-uN49iG8yAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #58e6de;
}
.cid-uN49iG8yAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iG8yAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iG8yAy .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uN49iG8yAy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uN49iG8yAy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uN49iG8yAy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uN49iG8yAy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uN49iG8yAy .mbr-section-title {
  color: #000000;
}
.cid-uN49iHbhwX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uN49iHbhwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN49iHbhwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN49iHbhwX .container {
  max-width: 1600px;
}
.cid-uN49iHbhwX .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN49iHbhwX .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-uN49iHbhwX .border-container {
    padding: 30px 0;
  }
}
.cid-uN49iHbhwX .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uN49iHbhwX .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uN49iHbhwX .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uN49iHbhwX .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uN49iHbhwX .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-color: #58e6de;
}
@media (max-width: 991px) {
  .cid-uN49iHbhwX .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uN49iHbhwX .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uN49iHbhwX .border-frame {
    width: 7%;
  }
}
.cid-uN49iHbhwX .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uN49iHbhwX .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-uN49iHbhwX .footer-item-container:not(:first-child) {
  border-left: 1px solid #58e6de;
}
@media (max-width: 991px) {
  .cid-uN49iHbhwX .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-uN49iHbhwX .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #58e6de;
  }
}
@media (max-width: 575px) {
  .cid-uN49iHbhwX .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-uN49iHbhwX .footer-item {
  height: 100%;
}
.cid-uN49iHbhwX .mbr-section-subtitle {
  color: #58e6de;
  width: 100%;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN49iHbhwX .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uN49iHbhwX .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uN49iHbhwX .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uN49iHbhwX .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN49iHbhwX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-uN49iHbhwX .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-uN49iHbhwX .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-uN49iHbhwX .list li:hover {
  color: #4479d9 !important;
}
.cid-uN49iHbhwX .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN49iHbhwX .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN49iHbhwX .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN49iHbhwX .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uN49iHbhwX .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-uN49iHbhwX .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-uN49iHbhwX .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-uN49iHbhwX .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-uN49iHbhwX .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-uN49iHbhwX .soc-item:hover .mbr-iconfont {
  color: #4479d9 !important;
}
.cid-uN49iHbhwX .soc-item:hover .social-text {
  color: #4479d9 !important;
}
.cid-uN49iHbhwX .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-uN49iHbhwX .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-uN49iHbhwX .copyright-container {
    margin-top: 30px;
  }
}
.cid-uN49iHbhwX .copyright-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uN49iHbhwX .copyright-text {
    text-align: center !important;
  }
}
.cid-uN49iHbhwX .mbr-text,
.cid-uN49iHbhwX .mbr-section-btn {
  color: #000000;
}
