.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Exo', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Exo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Exo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Exo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003f63 !important;
}
.bg-success {
  background-color: #d9d9d9 !important;
}
.bg-info {
  background-color: #a1a5a6 !important;
}
.bg-warning {
  background-color: #f2b138 !important;
}
.bg-danger {
  background-color: #003f63 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003f63 !important;
  border-color: #003f63 !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: #00080c !important;
  border-color: #00080c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00080c !important;
  border-color: #00080c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353d40 !important;
  border-color: #353d40 !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: #0e1011 !important;
  border-color: #0e1011 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0e1011 !important;
  border-color: #0e1011 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a1a5a6 !important;
  border-color: #a1a5a6 !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: #757a7b !important;
  border-color: #757a7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #757a7b !important;
  border-color: #757a7b !important;
}
.btn-success,
.btn-success:active {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  color: #5a5a5a !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: #aeaeae !important;
  border-color: #aeaeae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5a5a5a !important;
  background-color: #aeaeae !important;
  border-color: #aeaeae !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2b138 !important;
  border-color: #f2b138 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c6860d !important;
  border-color: #c6860d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c6860d !important;
  border-color: #c6860d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #003f63 !important;
  border-color: #003f63 !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: #00080c !important;
  border-color: #00080c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00080c !important;
  border-color: #00080c !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: #003f63;
  color: #003f63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00080c !important;
  background-color: transparent!important;
  border-color: #00080c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003f63 !important;
  border-color: #003f63 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #353d40;
  color: #353d40;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e1011 !important;
  background-color: transparent!important;
  border-color: #0e1011 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353d40 !important;
  border-color: #353d40 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a1a5a6;
  color: #a1a5a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #757a7b !important;
  background-color: transparent!important;
  border-color: #757a7b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a1a5a6 !important;
  border-color: #a1a5a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #aeaeae !important;
  background-color: transparent!important;
  border-color: #aeaeae !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5a5a5a !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2b138;
  color: #f2b138;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c6860d !important;
  background-color: transparent!important;
  border-color: #c6860d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b138 !important;
  border-color: #f2b138 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #003f63;
  color: #003f63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00080c !important;
  background-color: transparent!important;
  border-color: #00080c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #003f63 !important;
  border-color: #003f63 !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: #003f63 !important;
}
.text-secondary {
  color: #353d40 !important;
}
.text-success {
  color: #d9d9d9 !important;
}
.text-info {
  color: #a1a5a6 !important;
}
.text-warning {
  color: #f2b138 !important;
}
.text-danger {
  color: #003f63 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #070808 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a6a6a6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6d7274 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b87c0c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003f63;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a1a5a6;
}
.alert-warning {
  background-color: #f2b138;
}
.alert-danger {
  background-color: #003f63;
}
.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: #003f63;
  border-color: #003f63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003f63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0090e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2e4e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0090e3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003f63 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #003f63;
}
/* 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: #003f63;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003f63;
}
.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: #003f63;
  border-bottom-color: #003f63;
}
.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: #003f63 !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: #353d40 !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='%23003f63' %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-sTG8e73SIw {
  background-image: url("../../../assets/images/mbr-19-1920x1280.jpg");
}
.cid-sTG8e73SIw .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-sTG8e73SIw .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sTG8e73SIw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sTG8e73SIw .mbr-section-title {
  text-align: left;
  color: #f2b138;
}
.cid-sTG8e73SIw .mbr-text,
.cid-sTG8e73SIw .mbr-section-btn {
  text-align: left;
}
.cid-sYQowNsb0J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-sTFvIr4KVL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-tNcRkBLT3M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d9d9d9;
}
.cid-tNcRkBLT3M .row {
  flex-direction: row-reverse;
}
.cid-tNcRkBLT3M .image-wrapper {
  padding: 0 2rem;
}
.cid-tNcRkBLT3M .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tNcRkBLT3M .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tNcRkBLT3M .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tNcRkBLT3M .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tNcRkBLT3M .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tNcRkBLT3M .text-wrapper,
  .cid-tNcRkBLT3M .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tNcRkBLT3M .text-wrapper,
  .cid-tNcRkBLT3M .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tNcRkBLT3M .text-wrapper,
  .cid-tNcRkBLT3M .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tNcRkBLT3M .text-wrapper,
  .cid-tNcRkBLT3M .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tNcRkBLT3M .text-wrapper,
  .cid-tNcRkBLT3M .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .content {
    text-align: center;
  }
}
.cid-tNcRkBLT3M .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .mbr-card-title {
    text-align: start;
  }
}
.cid-tNcRkBLT3M .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tNcRkBLT3M .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tNcRkBLT3M .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tNcRkBLT3M .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tNcRkBLT3M .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tNcRkBLT3M .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tNcRkBLT3M .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tNcRkBLT3M .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tNcRkBLT3M .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tNcRkBLT3M .nutrition-wrap {
    width: 100%;
  }
}
.cid-tNcRkBLT3M .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tNcRkBLT3M .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tNcRkBLT3M .tile-text-wrap {
  display: flex;
}
.cid-tNcRkBLT3M svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tNcRkBLT3M svg path {
  fill: #cd8ad1;
}
.cid-tNcRkBLT3M .numbers {
  display: flex;
  align-self: center;
}
.cid-tNcRkBLT3M .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tNcRkBLT3M .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tNcRkBLT3M .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .mbr-tile-text {
    text-align: start;
  }
}
.cid-tNcRkBLT3M .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tNcRkBLT3M .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tNcRkBLT3M .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tNcRkBLT3M .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tNcRkBLT3M .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNcRkBLT3M .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNcRkBLT3M .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNcRkBLT3M .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tNcRkBLT3M div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sTFBLEAyGT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-sYLUsKhtvm {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #d9d9d9;
}
.cid-sYLUsKhtvm .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sYLUsKhtvm .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.cid-sYLUsKhtvm .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sYLUsKhtvm .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sYLUsKhtvm .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sYLUsKhtvm .shadow:hover .mbr-iconfont,
.cid-sYLUsKhtvm .shadow:hover .number,
.cid-sYLUsKhtvm .shadow:hover .card-title {
  color: #a1a5a6 !important;
}
.cid-sYLUsKhtvm .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sYLUsKhtvm .card-title {
  margin-bottom: 20px;
  color: #1a449a;
}
.cid-sYLUsKhtvm .title-block {
  margin-bottom: 56px;
}
.cid-sYLUsKhtvm .card-text {
  margin-bottom: 42px;
  color: #232323;
}
.cid-sYLUsKhtvm H3 {
  color: #14142b;
  text-align: center;
}
.cid-sYLUsKhtvm .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sYLUsKhtvm .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-sYLUsKhtvm .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sYLUsKhtvm .link-title {
  display: inline-block;
}
.cid-sYLUsKhtvm .episode {
  color: #ffffff;
}
.cid-sYLUsKhtvm .img-title {
  color: #ffffff;
}
.cid-sYLUsKhtvm .margin {
  margin-right: 14px;
}
.cid-sYLUsKhtvm .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sYLUsKhtvm .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  color: #e43f3f;
}
.cid-sYLUsKhtvm .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-sYLUsKhtvm .link-row,
.cid-sYLUsKhtvm .title-block {
  align-items: center;
}
.cid-sYLUsKhtvm .line {
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
  margin-bottom: 35px;
}
.cid-sYLUsKhtvm .mbr-section-title {
  color: #36187d;
  text-align: left;
}
@media (max-width: 900px) {
  .cid-sYLUsKhtvm .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-sYLUsKhtvm .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-sYLUsKhtvm .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-sYLUsKhtvm .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-sYLUsKhtvm .title-block {
    flex-direction: column;
  }
  .cid-sYLUsKhtvm .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-sYLUsKhtvm .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-sYLUsKhtvm .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sYLUsKhtvm .card-title,
.cid-sYLUsKhtvm span {
  transition: 0.35s;
}
.cid-sYLUveUuQo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d9d9d9;
}
.cid-sYLUveUuQo span {
  color: #c1c1c1;
}
.cid-sYLUveUuQo .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYLUveUuQo .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sYLUveUuQo .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sYLUveUuQo .block-quote {
  color: #003f63;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 10px 0;
  color: #734700;
  background: #d9d9d9;
  text-align: center;
}
#custom-html-bs {
  /* Type valid CSS here */
}
#custom-html-bs div {
  padding: 80px 0;
  background-color: #d9d9d9;
  color: #777;
  text-align: center;
}
#custom-html-bs p {
  font-size: 60px;
  color: #777;
}
.cid-sTFuKwMCTW {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f2b138;
}
.cid-sTFuKwMCTW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003f63;
}
.cid-sTFuKwMCTW .svg-top .st0 {
  fill: #f2b138;
}
@media (max-width: 992px) {
  .cid-sTFuKwMCTW .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-sTFuKwMCTW .text-content {
    max-width: none;
  }
}
.cid-sTFuKwMCTW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sTFuKwMCTW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sTFuKwMCTW .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sTFuKwMCTW .icons {
    justify-content: center !important;
  }
  .cid-sTFuKwMCTW .text-content * {
    text-align: center;
  }
}
.cid-sTFuKwMCTW P {
  color: #003f63;
}
.cid-sTFuKwMCTW .mbr-section-title {
  color: #ffffff;
}
.cid-sXqd6A5z63 {
  background-image: url("../../../assets/images/imageedit-21.webp");
}
.cid-sXqd6A5z63 .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-sXqd6A5z63 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sXqd6A5z63 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sXqd6A5z63 .mbr-section-title {
  text-align: left;
  color: #f2b138;
}
.cid-sXqd6A5z63 .mbr-text,
.cid-sXqd6A5z63 .mbr-section-btn {
  text-align: left;
}
.cid-sYKCkVcieL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-sXqretn5rx {
  background-color: #d9d9d9;
}
.cid-sXqretn5rx .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sXqretn5rx .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sXqretn5rx .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sXqretn5rx img {
  width: 100%;
  border-radius: 30px;
}
.cid-sXqretn5rx .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sXqretn5rx .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sXqretn5rx .wrapp {
    padding: 3rem;
  }
}
.cid-sYKALkkZAI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2b138;
}
.cid-sYKALkkZAI svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sYKALkkZAI svg .st0 {
  fill: #f2b138;
}
@media (max-width: 992px) {
  .cid-sYKALkkZAI svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sYKALkkZAI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYKALkkZAI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYKALkkZAI .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sYKALkkZAI .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sYKALkkZAI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sYKALkkZAI .copyright {
  color: #ffffff;
}
.cid-tSzMrvBBTc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-tSzMrvBBTc .mbr-section-title {
  color: #ffe161;
}
.cid-tSzMrvBBTc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSA0rbFx2U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-tSzMskmJ7p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-tSzMskmJ7p .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tSzMskmJ7p .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSzMt7sQCE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
@media (max-width: 991px) {
  .cid-tSzMt7sQCE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSzMt7sQCE .row {
  flex-direction: row-reverse;
}
.cid-tSzMt7sQCE img {
  width: 100%;
}
.cid-tSzMt7sQCE .mbr-description {
  color: #353535;
}
.cid-uKkcCxzLPg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-uKkcCxzLPg .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uKkcCxzLPg .mbr-text {
  color: #edefeb;
}
.cid-uKkcAolzpW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-uKkcAolzpW .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uKkcAolzpW .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKkcAolzpW .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uKkcAolzpW .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #bb6c2d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uKkcAolzpW .mbr-text {
  color: #ffffff;
}
.cid-tSzMtNcHeW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2299aa;
}
.cid-tSzMtNcHeW .mbr-section-subtitle {
  color: #007131;
  text-align: center;
}
.cid-tSzMtNcHeW H2 {
  color: #c39152;
}
.cid-uKkcEbcq9i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-uKkcEbcq9i .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uKkcEbcq9i .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKkcEbcq9i .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uKkcEbcq9i .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #bb6c2d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uKkcEbcq9i .mbr-section-title {
  color: #ffe161;
}
.cid-uKkcEbcq9i .mbr-text {
  color: #ffffff;
}
.cid-tSzMuadomu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2299aa;
}
.cid-tSzMuadomu .mbr-section-subtitle {
  color: #4f8a92;
  text-align: center;
}
.cid-tSzMuadomu H2 {
  color: #c39152;
}
.cid-uKkcEN50UX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-uKkcEN50UX .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uKkcEN50UX .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKkcEN50UX .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uKkcEN50UX .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #bb6c2d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uKkcEN50UX .mbr-section-title {
  color: #ffe885;
}
.cid-uKkcEN50UX .mbr-text {
  color: #ffffff;
}
.cid-uKkcHEc0VF {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #2299aa;
}
.cid-uKkcHEc0VF .mbr-section-subtitle {
  color: #4f8a92;
  text-align: center;
}
.cid-uKkcHEc0VF H2 {
  color: #c39152;
}
.cid-tSzMva9qNx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2299aa;
}
.cid-tSzMva9qNx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tSzMva9qNx H4 {
  color: #ffe161;
}
.cid-sYKAZYOGVS {
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sYKAZYOGVS .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-sYKAZYOGVS .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sYKAZYOGVS .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sYKAZYOGVS .mbr-section-title {
  text-align: left;
  color: #f2b138;
}
.cid-sYKAZYOGVS .mbr-text,
.cid-sYKAZYOGVS .mbr-section-btn {
  text-align: left;
}
.cid-sYL7ShTnkc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYKB02ftKB {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sYKB02ftKB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYKB02ftKB .row {
    flex-direction: column-reverse;
  }
  .cid-sYKB02ftKB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sYKB02ftKB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYKB02ftKB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sYKB02ftKB .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sYKB02ftKB .card-title {
  color: #003f63;
}
.cid-sYKB02ftKB .mbr-text,
.cid-sYKB02ftKB .mbr-section-btn {
  color: #353d40;
}
.cid-sYKB033Fbs {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sYKB033Fbs .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-sYKB033Fbs .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYKB033Fbs .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sYKB033Fbs .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sYKB033Fbs .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sYKB033Fbs .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-sYKB04c5aq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sYKB04c5aq .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYKB04c5aq .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sYKB04c5aq img,
.cid-sYKB04c5aq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sYKB04c5aq .item:focus,
.cid-sYKB04c5aq span:focus {
  outline: none;
}
.cid-sYKB04c5aq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYKB04c5aq .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sYKB04c5aq img {
  border-radius: 30px;
}
.cid-sYL8FSVK3m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2b138;
}
.cid-sYL8FSVK3m svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sYL8FSVK3m svg .st0 {
  fill: #f2b138;
}
@media (max-width: 992px) {
  .cid-sYL8FSVK3m svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sYL8FSVK3m .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYL8FSVK3m .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYL8FSVK3m .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sYL8FSVK3m .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sYL8FSVK3m div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sYL8FSVK3m .copyright {
  color: #ffffff;
}
.cid-sZr4iZMpuQ {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sZr4iZMpuQ .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-sZr4iZMpuQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sZr4iZMpuQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sZr4iZMpuQ .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-sZr4iZMpuQ .mbr-text,
.cid-sZr4iZMpuQ .mbr-section-btn {
  text-align: left;
  color: #353d40;
}
.cid-sZr5xlbqvf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ts54nndGJx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-23-1920x1280.webp");
}
@media (min-width: 1500px) {
  .cid-ts54nndGJx .container {
    max-width: 1400px;
  }
}
.cid-ts54nndGJx .mbr-text,
.cid-ts54nndGJx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ts54nndGJx .quote {
  color: #ffffff;
}
.cid-ts54nndGJx .mbr-text {
  color: #ffffff;
}
#custom-html-au {
  /* Type valid CSS here */
}
#custom-html-au div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-au p {
  font-size: 60px;
  color: #777;
}
.cid-tovLiq7kG3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-22-1920x1280-1.webp");
}
@media (min-width: 1500px) {
  .cid-tovLiq7kG3 .container {
    max-width: 1400px;
  }
}
.cid-tovLiq7kG3 .mbr-text,
.cid-tovLiq7kG3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tovLiq7kG3 .quote {
  color: #ffffff;
}
.cid-tovLiq7kG3 .mbr-text {
  color: #ffffff;
}
#custom-html-as {
  /* Type valid CSS here */
}
#custom-html-as div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-as p {
  font-size: 60px;
  color: #777;
}
.cid-tnPKnBd1RK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x960.webp");
}
@media (min-width: 1500px) {
  .cid-tnPKnBd1RK .container {
    max-width: 1400px;
  }
}
.cid-tnPKnBd1RK .mbr-text,
.cid-tnPKnBd1RK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tnPKnBd1RK .quote {
  color: #ffffff;
}
.cid-tnPKnBd1RK .mbr-text {
  color: #ffffff;
}
#custom-html-aq {
  /* Type valid CSS here */
}
#custom-html-aq div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-aq p {
  font-size: 60px;
  color: #777;
}
.cid-tm2raog5GW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-21-1920x1280-1.webp");
}
@media (min-width: 1500px) {
  .cid-tm2raog5GW .container {
    max-width: 1400px;
  }
}
.cid-tm2raog5GW .mbr-text,
.cid-tm2raog5GW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tm2raog5GW .quote {
  color: #ffffff;
}
.cid-tm2raog5GW .mbr-text {
  color: #ffffff;
}
#custom-html-ao {
  /* Type valid CSS here */
}
#custom-html-ao div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-ao p {
  font-size: 60px;
  color: #777;
}
.cid-tlthJyD15L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pumpkin-g53ae7837f-1280.webp");
}
@media (min-width: 1500px) {
  .cid-tlthJyD15L .container {
    max-width: 1400px;
  }
}
.cid-tlthJyD15L .mbr-text,
.cid-tlthJyD15L .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tlthJyD15L .quote {
  color: #ffffff;
}
.cid-tlthJyD15L .mbr-text {
  color: #ffffff;
}
#custom-html-am {
  /* Type valid CSS here */
}
#custom-html-am div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-am p {
  font-size: 60px;
  color: #777;
}
.cid-tkHUHw3xuK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-20-1920x1280.webp");
}
@media (min-width: 1500px) {
  .cid-tkHUHw3xuK .container {
    max-width: 1400px;
  }
}
.cid-tkHUHw3xuK .mbr-text,
.cid-tkHUHw3xuK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tkHUHw3xuK .quote {
  color: #ffffff;
}
.cid-tkHUHw3xuK .mbr-text {
  color: #ffffff;
}
#custom-html-9x {
  /* Type valid CSS here */
}
#custom-html-9x div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-9x p {
  font-size: 60px;
  color: #777;
}
.cid-tjSmZSa3HI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x603-1.webp");
}
@media (min-width: 1500px) {
  .cid-tjSmZSa3HI .container {
    max-width: 1400px;
  }
}
.cid-tjSmZSa3HI .mbr-text,
.cid-tjSmZSa3HI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tjSmZSa3HI .quote {
  color: #ffffff;
}
.cid-tjSmZSa3HI .mbr-text {
  color: #ffffff;
}
#custom-html-8x {
  /* Type valid CSS here */
}
#custom-html-8x div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-8x p {
  font-size: 60px;
  color: #777;
}
.cid-tiFlVr1haG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
@media (min-width: 1500px) {
  .cid-tiFlVr1haG .container {
    max-width: 1400px;
  }
}
.cid-tiFlVr1haG .mbr-text,
.cid-tiFlVr1haG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tiFlVr1haG .quote {
  color: #ffffff;
}
.cid-tiFlVr1haG .mbr-text {
  color: #ffffff;
}
#custom-html-6d {
  /* Type valid CSS here */
}
#custom-html-6d div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-6d p {
  font-size: 60px;
  color: #777;
}
.cid-tgG1QeNr2Q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-57.webp");
}
@media (min-width: 1500px) {
  .cid-tgG1QeNr2Q .container {
    max-width: 1400px;
  }
}
.cid-tgG1QeNr2Q .mbr-text,
.cid-tgG1QeNr2Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tgG1QeNr2Q .quote {
  color: #ffffff;
}
.cid-tgG1QeNr2Q .mbr-text {
  color: #ffffff;
}
#custom-html-5g {
  /* Type valid CSS here */
}
#custom-html-5g div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-5g p {
  font-size: 60px;
  color: #777;
}
.cid-t5rG1It9qa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-54.webp");
}
@media (min-width: 1500px) {
  .cid-t5rG1It9qa .container {
    max-width: 1400px;
  }
}
.cid-t5rG1It9qa .mbr-text,
.cid-t5rG1It9qa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t5rG1It9qa .quote {
  color: #ffffff;
}
.cid-t5rG1It9qa .mbr-text {
  color: #ffffff;
}
#custom-html-53 {
  /* Type valid CSS here */
}
#custom-html-53 div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-53 p {
  font-size: 60px;
  color: #777;
}
.cid-t4HtDzOaGe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-51.webp");
}
@media (min-width: 1500px) {
  .cid-t4HtDzOaGe .container {
    max-width: 1400px;
  }
}
.cid-t4HtDzOaGe .mbr-text,
.cid-t4HtDzOaGe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t4HtDzOaGe .quote {
  color: #ffffff;
}
.cid-t4HtDzOaGe .mbr-text {
  color: #ffffff;
}
#custom-html-51 {
  /* Type valid CSS here */
}
#custom-html-51 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-t42CyEt0a1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-50.webp");
}
@media (min-width: 1500px) {
  .cid-t42CyEt0a1 .container {
    max-width: 1400px;
  }
}
.cid-t42CyEt0a1 .mbr-text,
.cid-t42CyEt0a1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t42CyEt0a1 .quote {
  color: #ffffff;
}
.cid-t42CyEt0a1 .mbr-text {
  color: #ffffff;
}
#custom-html-4z {
  /* Type valid CSS here */
}
#custom-html-4z div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4z p {
  font-size: 60px;
  color: #777;
}
.cid-t3sOdF3xnj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-49.webp");
}
@media (min-width: 1500px) {
  .cid-t3sOdF3xnj .container {
    max-width: 1400px;
  }
}
.cid-t3sOdF3xnj .mbr-text,
.cid-t3sOdF3xnj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t3sOdF3xnj .quote {
  color: #ffffff;
}
.cid-t3sOdF3xnj .mbr-text {
  color: #ffffff;
}
#custom-html-4x {
  /* Type valid CSS here */
}
#custom-html-4x div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4x p {
  font-size: 60px;
  color: #777;
}
.cid-t2NGn7BD8P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-47.webp");
}
@media (min-width: 1500px) {
  .cid-t2NGn7BD8P .container {
    max-width: 1400px;
  }
}
.cid-t2NGn7BD8P .mbr-text,
.cid-t2NGn7BD8P .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t2NGn7BD8P .quote {
  color: #ffffff;
}
.cid-t2NGn7BD8P .mbr-text {
  color: #ffffff;
}
#custom-html-4v {
  /* Type valid CSS here */
}
#custom-html-4v div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4v p {
  font-size: 60px;
  color: #777;
}
.cid-t23KDQAt0M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-45.webp");
}
@media (min-width: 1500px) {
  .cid-t23KDQAt0M .container {
    max-width: 1400px;
  }
}
.cid-t23KDQAt0M .mbr-text,
.cid-t23KDQAt0M .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t23KDQAt0M .quote {
  color: #ffffff;
}
.cid-t23KDQAt0M .mbr-text {
  color: #ffffff;
}
#custom-html-4t {
  /* Type valid CSS here */
}
#custom-html-4t div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4t p {
  font-size: 60px;
  color: #777;
}
.cid-t1nUWjhYcZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-44.webp");
}
@media (min-width: 1500px) {
  .cid-t1nUWjhYcZ .container {
    max-width: 1400px;
  }
}
.cid-t1nUWjhYcZ .mbr-text,
.cid-t1nUWjhYcZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t1nUWjhYcZ .quote {
  color: #ffffff;
}
.cid-t1nUWjhYcZ .mbr-text {
  color: #ffffff;
}
#custom-html-4r {
  /* Type valid CSS here */
}
#custom-html-4r div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4r p {
  font-size: 60px;
  color: #777;
}
.cid-t0L9oqexq2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-42.webp");
}
@media (min-width: 1500px) {
  .cid-t0L9oqexq2 .container {
    max-width: 1400px;
  }
}
.cid-t0L9oqexq2 .mbr-text,
.cid-t0L9oqexq2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t0L9oqexq2 .quote {
  color: #ffffff;
}
.cid-t0L9oqexq2 .mbr-text {
  color: #ffffff;
}
#custom-html-4p {
  /* Type valid CSS here */
}
#custom-html-4p div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-4p p {
  font-size: 60px;
  color: #777;
}
.cid-t03RYi4zOO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imageedit-41.webp");
}
@media (min-width: 1500px) {
  .cid-t03RYi4zOO .container {
    max-width: 1400px;
  }
}
.cid-t03RYi4zOO .mbr-text,
.cid-t03RYi4zOO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t03RYi4zOO .quote {
  color: #ffffff;
}
.cid-t03RYi4zOO .mbr-text {
  color: #ffffff;
}
#custom-html-4o {
  /* Type valid CSS here */
}
#custom-html-4o div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4LfcBRu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/imageedit-40.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4LfcBRu .container {
    max-width: 1400px;
  }
}
.cid-sZr4LfcBRu .mbr-text,
.cid-sZr4LfcBRu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4LfcBRu .quote {
  color: #ffffff;
}
.cid-sZr4LfcBRu .mbr-text {
  color: #ffffff;
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4LHq7eU {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-37.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4LHq7eU .container {
    max-width: 1400px;
  }
}
.cid-sZr4LHq7eU .mbr-text,
.cid-sZr4LHq7eU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4LHq7eU .quote {
  color: #ffffff;
}
.cid-sZr4LHq7eU .mbr-text {
  color: #ffffff;
}
#custom-html-43 {
  /* Type valid CSS here */
}
#custom-html-43 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4M655WZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/imageedit-35.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4M655WZ .container {
    max-width: 1400px;
  }
}
.cid-sZr4M655WZ .mbr-text,
.cid-sZr4M655WZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4M655WZ .quote {
  color: #ffffff;
}
.cid-sZr4M655WZ .mbr-text {
  color: #ffffff;
}
#custom-html-44 {
  /* Type valid CSS here */
}
#custom-html-44 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4MxC5eV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-34.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4MxC5eV .container {
    max-width: 1400px;
  }
}
.cid-sZr4MxC5eV .mbr-text,
.cid-sZr4MxC5eV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4MxC5eV .quote {
  color: #ffffff;
}
.cid-sZr4MxC5eV .mbr-text {
  color: #ffffff;
}
#custom-html-45 {
  /* Type valid CSS here */
}
#custom-html-45 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4N3N0IW {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-20.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4N3N0IW .container {
    max-width: 1400px;
  }
}
.cid-sZr4N3N0IW .mbr-text,
.cid-sZr4N3N0IW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4N3N0IW .quote {
  color: #ffffff;
}
.cid-sZr4N3N0IW .mbr-text {
  color: #ffffff;
}
#custom-html-46 {
  /* Type valid CSS here */
}
#custom-html-46 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4NpZExd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/imageedit-19.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4NpZExd .container {
    max-width: 1400px;
  }
}
.cid-sZr4NpZExd .mbr-text,
.cid-sZr4NpZExd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4NpZExd .quote {
  color: #ffffff;
}
.cid-sZr4NpZExd .mbr-text {
  color: #ffffff;
}
#custom-html-47 {
  /* Type valid CSS here */
}
#custom-html-47 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4NO7qHw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/imageedit-16.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4NO7qHw .container {
    max-width: 1400px;
  }
}
.cid-sZr4NO7qHw .mbr-text,
.cid-sZr4NO7qHw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4NO7qHw .quote {
  color: #ffffff;
}
.cid-sZr4NO7qHw .mbr-text {
  color: #ffffff;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4OjvqFe {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-17.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4OjvqFe .container {
    max-width: 1400px;
  }
}
.cid-sZr4OjvqFe .mbr-text,
.cid-sZr4OjvqFe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4OjvqFe .quote {
  color: #ffffff;
}
.cid-sZr4OjvqFe .mbr-text {
  color: #ffffff;
}
#custom-html-49 {
  /* Type valid CSS here */
}
#custom-html-49 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4SxI3Ec {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-12.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4SxI3Ec .container {
    max-width: 1400px;
  }
}
.cid-sZr4SxI3Ec .mbr-text,
.cid-sZr4SxI3Ec .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sZr4SxI3Ec .quote {
  color: #ffffff;
}
.cid-sZr4SxI3Ec .mbr-text {
  color: #ffffff;
}
#custom-html-4a {
  /* Type valid CSS here */
}
#custom-html-4a div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
.cid-sZr4T3A6Zz {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imageedit-13.webp");
}
@media (min-width: 1500px) {
  .cid-sZr4T3A6Zz .container {
    max-width: 1400px;
  }
}
.cid-sZr4T3A6Zz .mbr-text,
.cid-sZr4T3A6Zz .mbr-section-btn {
  color: #263d5a;
  text-align: left;
}
.cid-sZr4T3A6Zz .quote {
  color: #e43f3f;
}
.cid-sZr4T3A6Zz .mbr-text {
  color: #ffffff;
}
.cid-sZr6Hxrldt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2b138;
}
.cid-sZr6Hxrldt svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-sZr6Hxrldt svg .st0 {
  fill: #f2b138;
}
@media (max-width: 992px) {
  .cid-sZr6Hxrldt svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-sZr6Hxrldt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZr6Hxrldt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZr6Hxrldt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sZr6Hxrldt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sZr6Hxrldt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sZr6Hxrldt .copyright {
  color: #ffffff;
}
.cid-tgJRuNVwYG {
  background-image: url("../../../assets/images/eg-1-1200x900.jpg");
}
.cid-tgJRuNVwYG .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tgJRuNVwYG .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tgJRuNVwYG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tgJRuNVwYG .mbr-section-title {
  text-align: center;
  color: #f2b138;
}
.cid-tgJRuNVwYG .mbr-text,
.cid-tgJRuNVwYG .mbr-section-btn {
  text-align: left;
}
.cid-tgQzqdiBes {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgMyjEwXQK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgMyjEwXQK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgJXikdFpW {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tgJXikdFpW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgJXikdFpW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgJXikdFpW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgJXikdFpW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tgJXikdFpW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tgJXikdFpW .icon-focus,
.cid-tgJXikdFpW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tgJXikdFpW .icon-focus:before,
.cid-tgJXikdFpW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgJXikdFpW .icon-video {
  font-size: 1.5rem !important;
}
.cid-tgJXikdFpW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tgJXikdFpW ul {
  font-size: 0;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #4479d9 !important;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tgJXikdFpW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #4479d9;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li:first-child,
.cid-tgJXikdFpW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tgJXikdFpW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tgJXikdFpW .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tgJXikdFpW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tgJXikdFpW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tgJXikdFpW .mbr-section-title b:last-child,
.cid-tgJXikdFpW .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgJXikdFpW .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tgJXikdFpW .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tgJXikdFpW .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tgJXikdFpW .mbr-section-title,
.cid-tgJXikdFpW .mbr-gallery-filter ul {
  color: #f2b138;
}
.cid-tiyUbJIpSA {
  background-image: url("../../../assets/images/imageedit-65.webp");
}
.cid-tiyUbJIpSA .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tiyUbJIpSA .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tiyUbJIpSA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tiyUbJIpSA .mbr-section-title {
  text-align: right;
  color: #f2b138;
}
.cid-tiyUbJIpSA .mbr-text,
.cid-tiyUbJIpSA .mbr-section-btn {
  text-align: right;
  color: #354463;
}
.cid-tiyXI3Dh9G {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
@media (max-width: 991px) {
  .cid-tiyXI3Dh9G .image-wrapper {
    padding: 1rem;
  }
}
.cid-tiyXI3Dh9G img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tiyXI3Dh9G img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tiyXI3Dh9G .mbr-text,
.cid-tiyXI3Dh9G .mbr-section-btn {
  color: #696969;
}
.cid-tiyXI3Dh9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiyXI3Dh9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiyXI3Dh9G .mbr-section-title {
  color: #2e6b75;
}
.cid-tiz45Tj0vn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #fef8f5;
}
.cid-tiz45Tj0vn .row {
  position: relative;
}
.cid-tiz45Tj0vn .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tiz45Tj0vn .row {
    margin: 0 2rem;
  }
}
.cid-tiz45Tj0vn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tiz45Tj0vn .content-wrapper {
  max-width: 600px;
}
.cid-tiz45Tj0vn H1 {
  color: #2e6b75;
}
.cid-tiz45Tj0vn .mbr-text,
.cid-tiz45Tj0vn .mbr-section-btn {
  color: #333333;
}
.cid-tiz45Tj0vn H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-tiz45Tj0vn h4 {
    left: 3rem;
  }
}
.cid-tiz45Tj0vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiz45Tj0vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiz0qJB2w8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef8f5;
}
.cid-tiz0qJB2w8 .item-img,
.cid-tiz0qJB2w8 img {
  width: auto;
  object-fit: cover;
}
.cid-tiz0qJB2w8 .item:focus,
.cid-tiz0qJB2w8 span:focus {
  outline: none;
}
.cid-tiz0qJB2w8 .item {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.cid-tiz0qJB2w8 .element-wrapper {
  position: relative;
  border-radius: 45px;
  background: #49858f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 4rem;
}
@media (min-width: 1201px) {
  .cid-tiz0qJB2w8 .element-wrapper .item-content {
    padding-top: 2rem;
  }
  .cid-tiz0qJB2w8 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-tiz0qJB2w8 .element-wrapper {
    padding: 2.5rem;
  }
  .cid-tiz0qJB2w8 .element-wrapper .item-content {
    padding-top: 1rem;
  }
  .cid-tiz0qJB2w8 .element-wrapper .item-footer {
    padding-top: 1rem;
  }
}
.cid-tiz0qJB2w8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tiz0qJB2w8 .mbr-section-title {
  color: #2e6b75;
}
.cid-tiz0qJB2w8 .mbr-text,
.cid-tiz0qJB2w8 .mbr-section-btn {
  text-align: left;
  color: #b9cdd0;
}
.cid-tiz0qJB2w8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tiz0qJB2w8 .item-subtitle {
  text-align: left;
}
.cid-tiz0qJB2w8 .btn-success {
  border: 0 !important;
}
.cid-tiz2gvThfh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-tiz2gvThfh .mbr-section-subtitle,
.cid-tiz2gvThfh .item-subtitle,
.cid-tiz2gvThfh .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tiz2gvThfh .main_title {
    padding-right: 1rem;
  }
}
.cid-tiz2gvThfh .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tiz2gvThfh .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tiz2gvThfh .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tiz2gvThfh .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tiz2gvThfh .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tiz2gvThfh .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #353d40;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tiz2gvThfh .card_wrapper:hover .item-title a {
  color: #353d40 !important;
}
.cid-tiz2gvThfh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiz2gvThfh .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiz2gvThfh .mbr-section-btn .btn-secondary-outline .active,
.cid-tiz2gvThfh .mbr-section-btn .btn-secondary-outline:focus {
  color: #003f63 !important;
}
@media (max-width: 991px) {
  .cid-tiz2gvThfh .main_title {
    margin-bottom: 50px;
  }
  .cid-tiz2gvThfh .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tiz2gvThfh .card_wrapper {
    padding-left: 20px;
  }
  .cid-tiz2gvThfh .card_item {
    margin-bottom: 30px;
  }
}
.cid-tiz5cV5v2d {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-tiz5cV5v2d .mbr-section-subtitle,
.cid-tiz5cV5v2d .item-subtitle,
.cid-tiz5cV5v2d .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tiz5cV5v2d .main_title {
    padding-right: 1rem;
  }
}
.cid-tiz5cV5v2d .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tiz5cV5v2d .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tiz5cV5v2d .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tiz5cV5v2d .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tiz5cV5v2d .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tiz5cV5v2d .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #353d40;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tiz5cV5v2d .card_wrapper:hover .item-title a {
  color: #353d40 !important;
}
.cid-tiz5cV5v2d .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiz5cV5v2d .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiz5cV5v2d .mbr-section-btn .btn-secondary-outline .active,
.cid-tiz5cV5v2d .mbr-section-btn .btn-secondary-outline:focus {
  color: #003f63 !important;
}
@media (max-width: 991px) {
  .cid-tiz5cV5v2d .main_title {
    margin-bottom: 50px;
  }
  .cid-tiz5cV5v2d .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tiz5cV5v2d .card_wrapper {
    padding-left: 20px;
  }
  .cid-tiz5cV5v2d .card_item {
    margin-bottom: 30px;
  }
}
.cid-tiz6Cfu9My {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fef8f5;
}
.cid-tiz6Cfu9My .mbr-section-subtitle,
.cid-tiz6Cfu9My .item-subtitle,
.cid-tiz6Cfu9My .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tiz6Cfu9My .main_title {
    padding-right: 1rem;
  }
}
.cid-tiz6Cfu9My .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tiz6Cfu9My .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tiz6Cfu9My .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tiz6Cfu9My .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tiz6Cfu9My .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tiz6Cfu9My .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #353d40;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tiz6Cfu9My .card_wrapper:hover .item-title a {
  color: #353d40 !important;
}
.cid-tiz6Cfu9My .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiz6Cfu9My .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiz6Cfu9My .mbr-section-btn .btn-secondary-outline .active,
.cid-tiz6Cfu9My .mbr-section-btn .btn-secondary-outline:focus {
  color: #003f63 !important;
}
@media (max-width: 991px) {
  .cid-tiz6Cfu9My .main_title {
    margin-bottom: 50px;
  }
  .cid-tiz6Cfu9My .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tiz6Cfu9My .card_wrapper {
    padding-left: 20px;
  }
  .cid-tiz6Cfu9My .card_item {
    margin-bottom: 30px;
  }
}
.cid-tiz75LOoqn {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-tiz75LOoqn .mbr-section-subtitle,
.cid-tiz75LOoqn .item-subtitle,
.cid-tiz75LOoqn .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tiz75LOoqn .main_title {
    padding-right: 1rem;
  }
}
.cid-tiz75LOoqn .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tiz75LOoqn .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tiz75LOoqn .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tiz75LOoqn .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tiz75LOoqn .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tiz75LOoqn .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #353d40;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tiz75LOoqn .card_wrapper:hover .item-title a {
  color: #353d40 !important;
}
.cid-tiz75LOoqn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiz75LOoqn .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiz75LOoqn .mbr-section-btn .btn-secondary-outline .active,
.cid-tiz75LOoqn .mbr-section-btn .btn-secondary-outline:focus {
  color: #003f63 !important;
}
@media (max-width: 991px) {
  .cid-tiz75LOoqn .main_title {
    margin-bottom: 50px;
  }
  .cid-tiz75LOoqn .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tiz75LOoqn .card_wrapper {
    padding-left: 20px;
  }
  .cid-tiz75LOoqn .card_item {
    margin-bottom: 30px;
  }
}
.cid-tiz7yMWF9X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-tiz7yMWF9X .mbr-section-subtitle,
.cid-tiz7yMWF9X .item-subtitle,
.cid-tiz7yMWF9X .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-tiz7yMWF9X .main_title {
    padding-right: 1rem;
  }
}
.cid-tiz7yMWF9X .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-tiz7yMWF9X .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-tiz7yMWF9X .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-tiz7yMWF9X .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-tiz7yMWF9X .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-tiz7yMWF9X .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #353d40;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tiz7yMWF9X .card_wrapper:hover .item-title a {
  color: #353d40 !important;
}
.cid-tiz7yMWF9X .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiz7yMWF9X .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiz7yMWF9X .mbr-section-btn .btn-secondary-outline .active,
.cid-tiz7yMWF9X .mbr-section-btn .btn-secondary-outline:focus {
  color: #003f63 !important;
}
@media (max-width: 991px) {
  .cid-tiz7yMWF9X .main_title {
    margin-bottom: 50px;
  }
  .cid-tiz7yMWF9X .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tiz7yMWF9X .card_wrapper {
    padding-left: 20px;
  }
  .cid-tiz7yMWF9X .card_item {
    margin-bottom: 30px;
  }
}
.cid-tiz8lf7Mme {
  background-color: #fef8f5;
}
.cid-tiz8lf7Mme .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-tiz8lf7Mme .mbr-text {
  line-height: 1.15;
}
.cid-tiz8lf7Mme .bottom_box {
  margin-top: 4rem;
}
.cid-tiz8lf7Mme .title {
  position: relative;
  z-index: 1;
}
.cid-tiz8lf7Mme .name {
  margin-bottom: 1rem;
}
.cid-tiz8lf7Mme b,
.cid-tiz8lf7Mme strong {
  font-weight: 500;
  color: #353d40;
}
.cid-tiz8lf7Mme .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #e6ca69;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.cid-tiz8lf7Mme .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tiz8lf7Mme .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-tiz8lf7Mme .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-tiz8lf7Mme .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-tiz8lf7Mme .name {
    margin-bottom: .5rem;
  }
}
.cid-tjG2U2ZbHE {
  background-image: url("../../../assets/images/imageedit-68.webp");
}
.cid-tjG2U2ZbHE .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tjG2U2ZbHE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tjG2U2ZbHE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tjG2U2ZbHE .mbr-section-title {
  text-align: right;
  color: #ff9966;
}
.cid-tjG2U2ZbHE .mbr-text,
.cid-tjG2U2ZbHE .mbr-section-btn {
  text-align: right;
  color: #4479d9;
}
.cid-tkIHQLxDkS {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tkIHQLxDkS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkIHQLxDkS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkIHQLxDkS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkIHQLxDkS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkIHQLxDkS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tkIHQLxDkS .icon-focus,
.cid-tkIHQLxDkS .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tkIHQLxDkS .icon-focus:before,
.cid-tkIHQLxDkS .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkIHQLxDkS .icon-video {
  font-size: 1.5rem !important;
}
.cid-tkIHQLxDkS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tkIHQLxDkS ul {
  font-size: 0;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #4479d9 !important;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tkIHQLxDkS .mbr-gallery-filter ul li.active .btn:after {
  border-color: #4479d9;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li:first-child,
.cid-tkIHQLxDkS .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tkIHQLxDkS .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tkIHQLxDkS .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tkIHQLxDkS .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tkIHQLxDkS .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tkIHQLxDkS .mbr-section-title b:last-child,
.cid-tkIHQLxDkS .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tkIHQLxDkS .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkIHQLxDkS .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tkIHQLxDkS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tkIHQLxDkS .mbr-section-title,
.cid-tkIHQLxDkS .mbr-gallery-filter ul {
  color: #f2b138;
}
.cid-tjGeHEylEB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGeHEylEB .mbr-section-title {
  color: #ff9966;
}
.cid-tjGeHEylEB .mbr-section-subtitle {
  color: #4479d9;
}
#custom-html-9y {
  /* Type valid CSS here */
}
#custom-html-9y div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjGtkCa2sO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGtkCa2sO .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tjGtkCa2sO .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tjGtkCa2sO .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-tjGtkCa2sO .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-tjGtkCa2sO .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-tjGtkCa2sO .step-number {
  color: #91c2be;
}
@media (max-width: 991px) {
  .cid-tjGtkCa2sO .card {
    margin-bottom: 2rem;
  }
  .cid-tjGtkCa2sO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjGtkCa2sO .card-title {
  color: #2e6b75;
}
.cid-tjGtkCa2sO .icon-text {
  color: #6c7577;
}
.cid-tjGtkCa2sO .icon-title {
  color: #2e6b75;
}
.cid-tjGtkCa2sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjGtkCa2sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjGtkCa2sO .card-title,
.cid-tjGtkCa2sO .card-box {
  color: #2e6b75;
}
.cid-tjGhAASYBm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjGhAASYBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjGhAASYBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjGhAASYBm .mbr-section-title {
  color: #ff9966;
}
.cid-tjGnmGREgi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGnmGREgi .mbr-section-title {
  color: #708fb4;
}
.cid-tjGnmGREgi .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tjGu9kpRkZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjGu9kpRkZ .mbr-section-title {
  color: #354463;
}
.cid-tjGu9kpRkZ .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tjGviMXq0U {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tjGviMXq0U .images-container.container-fluid {
  padding: 0;
}
.cid-tjGviMXq0U .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tjGviMXq0U .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tjGviMXq0U .media-container-row .img-item img {
  width: 100%;
}
.cid-tjGviMXq0U .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-tjGviMXq0U .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tjGviMXq0U .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-tjGviMXq0U .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-tjGviMXq0U .img-item {
    width: 100% !important;
  }
  .cid-tjGviMXq0U .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjGviMXq0U .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-tjGmTG9hzs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tjGmTG9hzs .wrapper {
    padding: 0 28px;
  }
}
.cid-tjGmTG9hzs .mbr-text {
  text-align: right;
}
.cid-tkgPr9kNI2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkgPr9kNI2 .mbr-section-title {
  color: #354463;
}
.cid-tkgPr9kNI2 .mbr-section-subtitle {
  color: #4479d9;
}
#custom-html-a0 {
  /* Type valid CSS here */
}
#custom-html-a0 div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjGoOFMnRH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGoOFMnRH .mbr-section-title {
  color: #354463;
}
.cid-tjGoOFMnRH .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tjGrnWPrje {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tjGrnWPrje .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjGrnWPrje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjGrnWPrje .mbr-section-title {
  color: #708fb4;
}
.cid-tjGrnWPrje .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-tjGqKmm6V3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGqKmm6V3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjGqKmm6V3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjGqKmm6V3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #708fb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
#custom-html-ad {
  /* Type valid CSS here */
}
#custom-html-ad div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjGBdtC0oi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjGBdtC0oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjGBdtC0oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjGBdtC0oi .mbr-section-title {
  color: #ff9966;
}
.cid-tjGzePtwqC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGzePtwqC .mbr-section-title {
  color: #708fb4;
}
.cid-tjGzePtwqC .mbr-section-subtitle {
  color: #4479d9;
}
#custom-html-ae {
  /* Type valid CSS here */
}
#custom-html-ae div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjGzya2qFU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tjGzya2qFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjGzya2qFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjGzya2qFU .mbr-section-title {
  color: #708fb4;
}
.cid-tjGzya2qFU .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-tjGzA6s7X6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGzA6s7X6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjGzA6s7X6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjGzA6s7X6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #708fb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tjGAgkvL5z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjGAgkvL5z .mbr-section-title {
  color: #708fb4;
}
.cid-tjGAgkvL5z .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tjLXUGNDFW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tjLXUGNDFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjLXUGNDFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjLXUGNDFW .mbr-section-title {
  color: #708fb4;
}
.cid-tjLXUGNDFW .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-tjLXXVd1ad {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjLXXVd1ad .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjLXXVd1ad .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjLXXVd1ad .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #708fb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tjLYGU08jg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tjLYGU08jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjLYGU08jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjLYGU08jg .mbr-section-title {
  color: #708fb4;
}
.cid-tjLYGU08jg .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-tjLYHz9eps {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjLYHz9eps .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjLYHz9eps .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjLYHz9eps .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #708fb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
#custom-html-af {
  /* Type valid CSS here */
}
#custom-html-af div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjLZM11eR1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjLZM11eR1 .mbr-section-title {
  color: #708fb4;
}
.cid-tjLZM11eR1 .mbr-section-subtitle {
  color: #4479d9;
}
#custom-html-ag {
  /* Type valid CSS here */
}
#custom-html-ag div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjM0AVUJQI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjM0AVUJQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjM0AVUJQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjM0AVUJQI .mbr-section-title {
  color: #ff9966;
}
.cid-tjM0Espwp0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjM0Espwp0 .mbr-section-title {
  color: #708fb4;
}
.cid-tjM0Espwp0 .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tjM31VU5DL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjM31VU5DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjM31VU5DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjM31VU5DL .mbr-section-title {
  color: #ff9966;
}
.cid-tjM3m25XfI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjM3m25XfI .mbr-section-title {
  color: #708fb4;
}
.cid-tjM3m25XfI .mbr-section-subtitle {
  color: #4479d9;
}
#custom-html-ah {
  /* Type valid CSS here */
}
#custom-html-ah div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjM4U63vP3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tjM4U63vP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjM4U63vP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjM4U63vP3 .mbr-section-title {
  color: #708fb4;
}
.cid-tjM4U63vP3 .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-tjM4UO7AUA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjM4UO7AUA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjM4UO7AUA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjM4UO7AUA .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #708fb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
#custom-html-ai {
  /* Type valid CSS here */
}
#custom-html-ai div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkgLWkLsCq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgLWkLsCq .mbr-media {
  position: relative;
}
.cid-tkgLWkLsCq .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tkgLWkLsCq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tkgLWkLsCq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tkgLWkLsCq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkgLWkLsCq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkgLWkLsCq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkgLWkLsCq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkgLWkLsCq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkgLWkLsCq .mbr-section-title {
  color: #ff9966;
}
.cid-tkgN73RC46 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjMTkT3OxO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjMTkT3OxO .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tjMTkT3OxO .wrapper {
    padding: 20px;
  }
}
.cid-tjMTkT3OxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjMTkT3OxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjNrLjkPj4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjN1K12F6G {
  background-image: url("../../../assets/images/imageedit-68.webp");
}
.cid-tjN1K12F6G .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tjN1K12F6G .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tjN1K12F6G .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tjN1K12F6G .mbr-section-title {
  text-align: right;
  color: #ff9966;
}
.cid-tjN1K12F6G .mbr-text,
.cid-tjN1K12F6G .mbr-section-btn {
  text-align: right;
  color: #4479d9;
}
.cid-tjN1K12F6G .mbr-section-subtitle,
.cid-tjN1K12F6G .underline {
  color: #4479d9;
  text-align: right;
}
.cid-tjN5SXc0FR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjN5SXc0FR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjN5SXc0FR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjN5SXc0FR .mbr-section-title {
  color: #ff9966;
}
.cid-tjN7JIMmtK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjN7JIMmtK .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tjN7JIMmtK .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tjN7JIMmtK .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjN7JIMmtK .wrapper {
    padding: 6rem;
  }
}
.cid-tjN7JIMmtK .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
#custom-html-9r {
  /* Type valid CSS here */
}
#custom-html-9r div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjNbaYAlvC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNbaYAlvC .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tjNbaYAlvC .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tjNbaYAlvC .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjNbaYAlvC .wrapper {
    padding: 6rem;
  }
}
.cid-tjNbaYAlvC .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
#custom-html-a5 {
  /* Type valid CSS here */
}
#custom-html-a5 div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjNcVjJzSo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNcVjJzSo .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tjNcVjJzSo .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tjNcVjJzSo .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjNcVjJzSo .wrapper {
    padding: 6rem;
  }
}
.cid-tjNcVjJzSo .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
#custom-html-a6 {
  /* Type valid CSS here */
}
#custom-html-a6 div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tjNeeOlyJF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNeeOlyJF .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tjNeeOlyJF .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tjNeeOlyJF .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjNeeOlyJF .wrapper {
    padding: 6rem;
  }
}
.cid-tjNeeOlyJF .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-tjNggKf75W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNggKf75W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjNggKf75W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjNggKf75W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjNggKf75W .row {
  flex-direction: row-reverse;
}
.cid-tjNggKf75W img {
  width: 100%;
}
.cid-tjNjKWU1Jb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNjKWU1Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjNjKWU1Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjNjKWU1Jb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjNjKWU1Jb .row {
  flex-direction: row-reverse;
}
.cid-tjNjKWU1Jb img {
  width: 100%;
}
.cid-tjNhyGW4Sj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjNhyGW4Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjNhyGW4Sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjNhyGW4Sj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjNhyGW4Sj .row {
  flex-direction: row-reverse;
}
.cid-tjNhyGW4Sj img {
  width: 100%;
}
.cid-tjNqxVj5ha {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkL71EEkhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkL71EEkhv .row {
  flex-direction: row-reverse;
}
.cid-tkL71EEkhv .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003f63;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-tkL71EEkhv .mbr-media {
  position: relative;
}
.cid-tkL71EEkhv .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tkL71EEkhv .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-tkL71EEkhv .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tkL71EEkhv .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tkL71EEkhv .card-title {
  padding: 0;
  margin: 0;
}
.cid-tkL71EEkhv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tkL71EEkhv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkL71EEkhv .card-wrapper {
    width: fit-content;
  }
}
.cid-tkL71EEkhv .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tkL71EEkhv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkL71EEkhv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkL71EEkhv .card-title,
.cid-tkL71EEkhv .card-icon {
  color: #5b6c8f;
}
.cid-tkL71EEkhv .mbr-section-title {
  color: #ff9966;
}
.cid-tkL71EEkhv .mbr-text,
.cid-tkL71EEkhv .mbr-section-btn {
  color: #103178;
}
.cid-tkL71EEkhv .price-title {
  text-align: center;
  color: #103178;
}
.cid-tkL71EEkhv .price {
  text-align: center;
  color: #103178;
}
.cid-tkL71EEkhv .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tkL71EEkhv .mbr-media a:hover {
  background-image: none!important;
}
.cid-tkL71EEkhv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkL71EEkhv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkL71EEkhv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkL71EEkhv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkL71EEkhv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkgmytBzMq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkgfue8aNS {
  background-image: url("../../../assets/images/imageedit-68.webp");
}
.cid-tkgfue8aNS .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tkgfue8aNS .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tkgfue8aNS .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tkgfue8aNS .mbr-section-title {
  text-align: right;
  color: #ff9966;
}
.cid-tkgfue8aNS .mbr-text,
.cid-tkgfue8aNS .mbr-section-btn {
  text-align: right;
  color: #4479d9;
}
.cid-tkgfue8aNS .mbr-section-subtitle,
.cid-tkgfue8aNS .underline {
  color: #4479d9;
  text-align: right;
}
.cid-tkK4T75a8x {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkK4T75a8x .mbr-media {
  position: relative;
}
.cid-tkK4T75a8x .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tkK4T75a8x .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tkK4T75a8x .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tkK4T75a8x .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkK4T75a8x .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkK4T75a8x .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkK4T75a8x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkK4T75a8x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkK4T75a8x .mbr-section-title {
  color: #ff9966;
}
.cid-tkgoHN3ddk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkgoHN3ddk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkgjsgxOJE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgjsgxOJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgjsgxOJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgjsgxOJE .mbr-section-title {
  color: #ff9966;
}
.cid-tkgjAr3xZQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkgjAr3xZQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkgjAr3xZQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tkgjAr3xZQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
#custom-html-ac {
  /* Type valid CSS here */
}
#custom-html-ac div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkghPFWbjw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkghPFWbjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkghPFWbjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkghPFWbjw .mbr-section-title {
  color: #ff9966;
}
.cid-tkghYPDW8G {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkghYPDW8G .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkghYPDW8G .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tkghYPDW8G .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
#custom-html-a7 {
  /* Type valid CSS here */
}
#custom-html-a7 div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkgly4pB6y {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgly4pB6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgly4pB6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgly4pB6y .mbr-section-title {
  color: #ff9966;
}
.cid-tkglB4Pf9x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tkglB4Pf9x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkglB4Pf9x .row {
  flex-direction: row-reverse;
}
.cid-tkglB4Pf9x img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tkglB4Pf9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkglB4Pf9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-aa {
  /* Type valid CSS here */
}
#custom-html-aa div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkgfueJByD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgfueJByD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgfueJByD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgfueJByD .mbr-section-title {
  color: #ff9966;
}
.cid-tkghamBgIl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkghamBgIl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkghamBgIl .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tkghamBgIl .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
#custom-html-a8 {
  /* Type valid CSS here */
}
#custom-html-a8 div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkgihvdYno {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgihvdYno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgihvdYno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgihvdYno .mbr-section-title {
  color: #ff9966;
}
.cid-tkgl0ElH8y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tkgl0ElH8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkgl0ElH8y .row {
  flex-direction: row-reverse;
}
.cid-tkgl0ElH8y img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tkgl0ElH8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgl0ElH8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgnxXbBYQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgnxXbBYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgnxXbBYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgnxXbBYQ .mbr-section-title {
  color: #ff9966;
}
.cid-tkgo9vmaRG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-tkgo9vmaRG .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tkgo9vmaRG .image-block:hover img {
  transform: scale(1.1);
}
.cid-tkgo9vmaRG .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tkgo9vmaRG img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tkgo9vmaRG .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tkgo9vmaRG .wrap {
    opacity: 1 !important;
  }
  .cid-tkgo9vmaRG .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tkgo9vmaRG .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tkgo9vmaRG P {
  color: #bbbbbb;
}
#custom-html-ab {
  /* Type valid CSS here */
}
#custom-html-ab div {
  padding: 10px 0;
  color: #734700;
  background: #FFFFFF;
  text-align: center;
}
.cid-tkL8zWAD2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkL8zWAD2I .row {
  flex-direction: row-reverse;
}
.cid-tkL8zWAD2I .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003f63;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-tkL8zWAD2I .mbr-media {
  position: relative;
}
.cid-tkL8zWAD2I .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tkL8zWAD2I .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-tkL8zWAD2I .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tkL8zWAD2I .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tkL8zWAD2I .card-title {
  padding: 0;
  margin: 0;
}
.cid-tkL8zWAD2I .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tkL8zWAD2I .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkL8zWAD2I .card-wrapper {
    width: fit-content;
  }
}
.cid-tkL8zWAD2I .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tkL8zWAD2I .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkL8zWAD2I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkL8zWAD2I .card-title,
.cid-tkL8zWAD2I .card-icon {
  color: #5b6c8f;
}
.cid-tkL8zWAD2I .mbr-section-title {
  color: #ff9966;
}
.cid-tkL8zWAD2I .mbr-text,
.cid-tkL8zWAD2I .mbr-section-btn {
  color: #103178;
}
.cid-tkL8zWAD2I .price-title {
  text-align: center;
  color: #103178;
}
.cid-tkL8zWAD2I .price {
  text-align: center;
  color: #103178;
}
.cid-tkL8zWAD2I .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tkL8zWAD2I .mbr-media a:hover {
  background-image: none!important;
}
.cid-tkL8zWAD2I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkL8zWAD2I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkL8zWAD2I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkL8zWAD2I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkL8zWAD2I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKVRLHoKtN {
  background-image: url("../../../assets/images/mbr-1920x1132.jpg");
}
.cid-tKVRLHoKtN .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tKVRLHoKtN .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tKVRLHoKtN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tKVRLHoKtN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tKVRLHoKtN .mbr-text,
.cid-tKVRLHoKtN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNtSID40zk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-tKVR9mvKUA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d9d9d9;
}
.cid-tKVR9mvKUA img {
  border-radius: 30px;
}
.cid-tKVR9mvKUA .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tKVR9mvKUA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKVR9mvKUA .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tKVR9mvKUA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKVR9mvKUA .mbr-section-title {
  color: #263d5a;
}
.cid-tKVR9mvKUA .mbr-text,
.cid-tKVR9mvKUA .mbr-section-btn {
  color: #263d5a;
}
.cid-tKVR9mvKUA .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tKVR9mQX2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
.cid-tKVR9mQX2r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tKVR9mQX2r .row {
    flex-direction: column-reverse;
  }
  .cid-tKVR9mQX2r .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tKVR9mQX2r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9mQX2r .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tKVR9mQX2r .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tKVR9mQX2r .card-title {
  color: #003f63;
}
.cid-tKVR9mQX2r .mbr-text,
.cid-tKVR9mQX2r .mbr-section-btn {
  color: #353d40;
}
.cid-tKVR9nauhH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-tKVR9nauhH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tKVR9nauhH .row {
    flex-direction: column-reverse;
  }
  .cid-tKVR9nauhH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tKVR9nauhH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9nauhH .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tKVR9nauhH .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tKVR9nauhH .card-title {
  color: #003f63;
}
.cid-tKVR9nauhH .mbr-text,
.cid-tKVR9nauhH .mbr-section-btn {
  color: #353d40;
}
.cid-tKVR9ntad4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
@media (min-width: 1500px) {
  .cid-tKVR9ntad4 .container {
    max-width: 1400px;
  }
}
.cid-tKVR9ntad4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tKVR9ntad4 .card-wrapper {
  margin-top: 3rem;
}
.cid-tKVR9ntad4 .row {
  justify-content: center;
}
.cid-tKVR9nUcoF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-tKVR9nUcoF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tKVR9nUcoF .row {
    flex-direction: column-reverse;
  }
  .cid-tKVR9nUcoF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tKVR9nUcoF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9nUcoF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tKVR9nUcoF .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tKVR9nUcoF .card-title {
  color: #003f63;
}
.cid-tKVR9nUcoF .mbr-text,
.cid-tKVR9nUcoF .mbr-section-btn {
  color: #353d40;
}
.cid-tKVR9oeuaZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d9d9d9;
}
@media (min-width: 1500px) {
  .cid-tKVR9oeuaZ .container {
    max-width: 1400px;
  }
}
.cid-tKVR9oeuaZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tKVR9oeuaZ .card-wrapper {
  margin-top: 3rem;
}
.cid-tKVR9oeuaZ .row {
  justify-content: center;
}
#custom-html-b9 {
  /* Type valid CSS here */
}
#custom-html-b9 div {
  padding: 40px 0;
  color: #d9d9d9;
  text-align: center;
  background-color: #d9d9d9;
}
#custom-html-b9 p {
  font-size: 60px;
  color: #777;
}
.cid-tKVR9oV4op.popup-builder {
  background-color: #ffffff;
}
.cid-tKVR9oV4op.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKVR9oV4op.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tKVR9oV4op .modal-content,
.cid-tKVR9oV4op .modal-dialog {
  height: auto;
}
.cid-tKVR9oV4op .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKVR9oV4op .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKVR9oV4op .form-wrapper .mbr-form .form-group,
  .cid-tKVR9oV4op .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKVR9oV4op .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKVR9oV4op .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKVR9oV4op .mbr-text {
  text-align: center;
  color: #353d40;
}
.cid-tKVR9oV4op .pt-0 {
  padding-top: 0 !important;
}
.cid-tKVR9oV4op .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKVR9oV4op .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKVR9oV4op .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKVR9oV4op .modal-open {
  overflow: hidden;
}
.cid-tKVR9oV4op .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKVR9oV4op .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKVR9oV4op .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKVR9oV4op .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKVR9oV4op .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKVR9oV4op .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKVR9oV4op .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKVR9oV4op .modal-content {
  background: #d9d9d9;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKVR9oV4op .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKVR9oV4op .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKVR9oV4op .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKVR9oV4op .modal-backdrop.show {
  opacity: .5;
}
.cid-tKVR9oV4op .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKVR9oV4op .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9oV4op .modal-header {
    padding: 1rem;
  }
}
.cid-tKVR9oV4op .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKVR9oV4op .modal-header .close svg {
  fill: #4479d9;
}
.cid-tKVR9oV4op .modal-header .close:hover {
  opacity: 1;
}
.cid-tKVR9oV4op .modal-header .close:focus {
  outline: none;
}
.cid-tKVR9oV4op .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003f63;
}
.cid-tKVR9oV4op .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKVR9oV4op .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9oV4op .modal-body {
    padding: 1rem;
  }
}
.cid-tKVR9oV4op .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKVR9oV4op .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9oV4op .modal-footer {
    padding: 1rem;
  }
}
.cid-tKVR9oV4op .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKVR9oV4op .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tKVR9oV4op .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKVR9oV4op .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKVR9oV4op .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9oV4op .modal-lg,
  .cid-tKVR9oV4op .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKVR9oV4op .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKVR9oV4op .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKVR9oV4op .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKVR9oV4op .form-group {
  margin-bottom: 1rem;
}
.cid-tKVR9oV4op .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKVR9oV4op .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKVR9oV4op .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKVR9oV4op .mbr-section-btn {
  margin: 0;
}
.cid-tKVR9oV4op .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKVR9pFV1S.popup-builder {
  background-color: #ffffff;
}
.cid-tKVR9pFV1S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKVR9pFV1S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tKVR9pFV1S .modal-content,
.cid-tKVR9pFV1S .modal-dialog {
  height: auto;
}
.cid-tKVR9pFV1S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKVR9pFV1S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKVR9pFV1S .form-wrapper .mbr-form .form-group,
  .cid-tKVR9pFV1S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKVR9pFV1S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKVR9pFV1S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKVR9pFV1S .mbr-text {
  text-align: center;
  color: #353d40;
}
.cid-tKVR9pFV1S .pt-0 {
  padding-top: 0 !important;
}
.cid-tKVR9pFV1S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKVR9pFV1S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKVR9pFV1S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKVR9pFV1S .modal-open {
  overflow: hidden;
}
.cid-tKVR9pFV1S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKVR9pFV1S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKVR9pFV1S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKVR9pFV1S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKVR9pFV1S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKVR9pFV1S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKVR9pFV1S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKVR9pFV1S .modal-content {
  background: #d9d9d9;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKVR9pFV1S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKVR9pFV1S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKVR9pFV1S .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKVR9pFV1S .modal-backdrop.show {
  opacity: .5;
}
.cid-tKVR9pFV1S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKVR9pFV1S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9pFV1S .modal-header {
    padding: 1rem;
  }
}
.cid-tKVR9pFV1S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKVR9pFV1S .modal-header .close svg {
  fill: #4479d9;
}
.cid-tKVR9pFV1S .modal-header .close:hover {
  opacity: 1;
}
.cid-tKVR9pFV1S .modal-header .close:focus {
  outline: none;
}
.cid-tKVR9pFV1S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003f63;
}
.cid-tKVR9pFV1S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKVR9pFV1S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9pFV1S .modal-body {
    padding: 1rem;
  }
}
.cid-tKVR9pFV1S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKVR9pFV1S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9pFV1S .modal-footer {
    padding: 1rem;
  }
}
.cid-tKVR9pFV1S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKVR9pFV1S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tKVR9pFV1S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKVR9pFV1S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKVR9pFV1S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9pFV1S .modal-lg,
  .cid-tKVR9pFV1S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKVR9pFV1S .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKVR9pFV1S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKVR9pFV1S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKVR9pFV1S .form-group {
  margin-bottom: 1rem;
}
.cid-tKVR9pFV1S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKVR9pFV1S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKVR9pFV1S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKVR9pFV1S .mbr-section-btn {
  margin: 0;
}
.cid-tKVR9pFV1S .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKVR9qeJDZ.popup-builder {
  background-color: #ffffff;
}
.cid-tKVR9qeJDZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKVR9qeJDZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tKVR9qeJDZ .modal-content,
.cid-tKVR9qeJDZ .modal-dialog {
  height: auto;
}
.cid-tKVR9qeJDZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKVR9qeJDZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKVR9qeJDZ .form-wrapper .mbr-form .form-group,
  .cid-tKVR9qeJDZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKVR9qeJDZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKVR9qeJDZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKVR9qeJDZ .mbr-text {
  text-align: center;
  color: #353d40;
}
.cid-tKVR9qeJDZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tKVR9qeJDZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKVR9qeJDZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKVR9qeJDZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKVR9qeJDZ .modal-open {
  overflow: hidden;
}
.cid-tKVR9qeJDZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKVR9qeJDZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKVR9qeJDZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKVR9qeJDZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKVR9qeJDZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKVR9qeJDZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKVR9qeJDZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKVR9qeJDZ .modal-content {
  background: #d9d9d9;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKVR9qeJDZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKVR9qeJDZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKVR9qeJDZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKVR9qeJDZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tKVR9qeJDZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKVR9qeJDZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9qeJDZ .modal-header {
    padding: 1rem;
  }
}
.cid-tKVR9qeJDZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKVR9qeJDZ .modal-header .close svg {
  fill: #4479d9;
}
.cid-tKVR9qeJDZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tKVR9qeJDZ .modal-header .close:focus {
  outline: none;
}
.cid-tKVR9qeJDZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #003f63;
}
.cid-tKVR9qeJDZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKVR9qeJDZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9qeJDZ .modal-body {
    padding: 1rem;
  }
}
.cid-tKVR9qeJDZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKVR9qeJDZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKVR9qeJDZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tKVR9qeJDZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKVR9qeJDZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tKVR9qeJDZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKVR9qeJDZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKVR9qeJDZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKVR9qeJDZ .modal-lg,
  .cid-tKVR9qeJDZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKVR9qeJDZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKVR9qeJDZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKVR9qeJDZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKVR9qeJDZ .form-group {
  margin-bottom: 1rem;
}
.cid-tKVR9qeJDZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKVR9qeJDZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKVR9qeJDZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKVR9qeJDZ .mbr-section-btn {
  margin: 0;
}
.cid-tKVR9qeJDZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tKVR9tI89o {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f2b138;
}
.cid-tKVR9tI89o .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003f63;
}
.cid-tKVR9tI89o .svg-top .st0 {
  fill: #f2b138;
}
@media (max-width: 992px) {
  .cid-tKVR9tI89o .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-tKVR9tI89o .text-content {
    max-width: none;
  }
}
.cid-tKVR9tI89o .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tKVR9tI89o .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tKVR9tI89o .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tKVR9tI89o .icons {
    justify-content: center !important;
  }
  .cid-tKVR9tI89o .text-content * {
    text-align: center;
  }
}
.cid-tKVR9tI89o P {
  color: #003f63;
}
.cid-tKVR9tI89o .mbr-section-title {
  color: #ffffff;
}
