.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 5.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 4.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 2.8rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.64rem;
  }
  .display-2 {
    font-size: 3.36rem;
  }
  .display-5 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 1.6719999999999997rem + (5.8 - 1.6719999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.6719999999999997rem + (5.8 - 1.6719999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.94rem;
    font-size: calc( 1.448rem + (4.2 - 1.448) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.448rem + (4.2 - 1.448) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.96rem;
    font-size: calc( 1.27rem + (2.8 - 1.27) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.27rem + (2.8 - 1.27) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.03125rem + (1.125 - 1.03125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.03125rem + (1.125 - 1.03125) * ((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: #c5e073 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c5e073 !important;
  border-color: #c5e073 !important;
  color: #38450f !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: #a7cf2e !important;
  border-color: #a7cf2e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #38450f !important;
  background-color: #a7cf2e !important;
  border-color: #a7cf2e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !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: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !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: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !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: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !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: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !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;
  color: #c5e073;
  border-color: #c5e073;
  color: #38450f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #a7cf2e !important;
  background-color: #a7cf2e !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #38450f !important;
  background-color: #c5e073 !important;
  border-color: #c5e073 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c5e073 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9dc22b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #c5e073;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c5e073;
  border-color: #c5e073;
  color: #485a14;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c5e073;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #c5e073 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #c5e073;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c5e073;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c5e073;
}
.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: #c5e073;
  border-bottom-color: #c5e073;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c5e073 !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: #3c4e84 !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='%23c5e073' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-tCI6K1oGjr {
  z-index: 1000;
  width: 100%;
}
.cid-tCI6K1oGjr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tCI6K1oGjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tCI6K1oGjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .menu_box .navbar.opened,
  .cid-tCI6K1oGjr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCI6K1oGjr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCI6K1oGjr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCI6K1oGjr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCI6K1oGjr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCI6K1oGjr .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-tCI6K1oGjr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCI6K1oGjr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCI6K1oGjr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCI6K1oGjr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCI6K1oGjr .offcanvas-body .mbr-text,
  .cid-tCI6K1oGjr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tCI6K1oGjr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCI6K1oGjr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCI6K1oGjr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCI6K1oGjr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCI6K1oGjr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCI6K1oGjr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCI6K1oGjr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCI6K1oGjr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCI6K1oGjr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCI6K1oGjr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .nav-item {
    margin: 0 !important;
  }
}
.cid-tCI6K1oGjr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCI6K1oGjr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCI6K1oGjr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCI6K1oGjr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCI6K1oGjr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCI6K1oGjr .offcanvas_box {
    display: none;
  }
}
.cid-tCI6K1oGjr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tCI6K1oGjr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCI6K1oGjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCI6K1oGjr .container {
  display: flex;
  margin: auto;
}
.cid-tCI6K1oGjr .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCI6K1oGjr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCI6K1oGjr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCI6K1oGjr .navbar-caption {
  color: #d2d2d2;
}
.cid-tCI6K1oGjr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCI6K1oGjr .navbar-nav {
    margin: 0;
  }
}
.cid-tCI6K1oGjr .dropdown-menu,
.cid-tCI6K1oGjr .navbar.opened {
  background-color: false !important;
}
.cid-tCI6K1oGjr .nav-item:focus,
.cid-tCI6K1oGjr .nav-link:focus {
  outline: none;
}
.cid-tCI6K1oGjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCI6K1oGjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCI6K1oGjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCI6K1oGjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCI6K1oGjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCI6K1oGjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCI6K1oGjr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tCI6K1oGjr .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tCI6K1oGjr .navbar.opened {
  transition: all 0.3s;
}
.cid-tCI6K1oGjr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCI6K1oGjr .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tCI6K1oGjr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCI6K1oGjr .navbar.collapsed {
  justify-content: center;
}
.cid-tCI6K1oGjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCI6K1oGjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCI6K1oGjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCI6K1oGjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCI6K1oGjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCI6K1oGjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCI6K1oGjr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCI6K1oGjr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCI6K1oGjr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCI6K1oGjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCI6K1oGjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCI6K1oGjr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCI6K1oGjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCI6K1oGjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCI6K1oGjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCI6K1oGjr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCI6K1oGjr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCI6K1oGjr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCI6K1oGjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCI6K1oGjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCI6K1oGjr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCI6K1oGjr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCI6K1oGjr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCI6K1oGjr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCI6K1oGjr .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCI6K1oGjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCI6K1oGjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCI6K1oGjr .dropdown-item.active,
.cid-tCI6K1oGjr .dropdown-item:active {
  background-color: transparent;
}
.cid-tCI6K1oGjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCI6K1oGjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCI6K1oGjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCI6K1oGjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCI6K1oGjr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-tCI6K1oGjr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCI6K1oGjr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-tCI6K1oGjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-tCI6K1oGjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCI6K1oGjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCI6K1oGjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCI6K1oGjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCI6K1oGjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCI6K1oGjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCI6K1oGjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCI6K1oGjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCI6K1oGjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCI6K1oGjr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCI6K1oGjr .navbar {
    height: 70px;
  }
  .cid-tCI6K1oGjr .navbar.opened {
    height: auto;
  }
  .cid-tCI6K1oGjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCI6K1oGjr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCI6K1oGjr .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tCI6K1oGjr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCI6K1oGjr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tCI6K1oGjr .navbar-caption:hover {
  color: #c5e073;
}
@media (min-width: 992px) {
  .cid-tCI6K1oGjr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCI6K1oGjr .mbr-section-subtitle {
  color: #000000;
}
.cid-tCI6K1oGjr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tCI6K1oGjr .text_widget {
  color: #000000;
}
.cid-tCI6K1oGjr .mbr-section-subtitle,
.cid-tCI6K1oGjr .text_widget,
.cid-tCI6K1oGjr .mbr-section-btn {
  text-align: center;
}
.cid-tCI6K1oGjr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-te1PBT0uR9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20-2000x1400.jpg");
}
.cid-te1PBT0uR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1PBT0uR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1PBT0uR9 .container {
  max-width: 900px;
}
.cid-te1PBT0uR9 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-te1PBT0uR9 .item-container {
  width: 100%;
}
.cid-te1PBT0uR9 .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .mbr-text {
  color: #ffffff;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .item-container-2 {
    padding-left: 0;
  }
}
.cid-te1PBT0uR9 .mbr-section-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-te1PBT0uR9 .mbr-section-title-2 {
  color: #c49e4b;
}
.cid-te1PBT0uR9 .mbr-section-title-4 {
  color: #c49e4b;
}
.cid-te1R8p6MA3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ded7cd;
}
.cid-te1R8p6MA3 .container {
  max-width: 1600px;
}
.cid-te1R8p6MA3 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-te1R8p6MA3 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1R8p6MA3 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1R8p6MA3 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1R8p6MA3 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1R8p6MA3 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ded7cd;
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1R8p6MA3 .border-frame {
    width: 7%;
  }
}
.cid-te1R8p6MA3 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 770px;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .content-container {
    min-height: auto;
  }
}
.cid-te1R8p6MA3 .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 575px;
  z-index: 4;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 22px;
  border-radius: 100rem;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .img-container {
    position: static;
    transform: translate(0, 0);
    max-width: 60%;
    margin: 0 auto 72px;
    padding: 3%;
  }
}
.cid-te1R8p6MA3 .image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .image-wrapper {
    opacity: 1;
  }
}
.cid-te1R8p6MA3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te1R8p6MA3 .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 658px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .text-container {
    max-width: 80%;
    padding: 0;
  }
}
.cid-te1R8p6MA3 .text-wrapper {
  width: 100%;
}
.cid-te1R8p6MA3 .mbr-text {
  color: #000000;
  width: 100%;
  max-width: 422px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .cid-te1R8p6MA3 .mbr-text {
    margin-bottom: 0;
    padding-bottom: 18%;
  }
}
.cid-te1R8p6MA3 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-te1S2NTQgd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-te1S2NTQgd .container {
  max-width: 920px;
}
.cid-te1S2NTQgd .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-container {
    padding: 9% 7%;
  }
}
.cid-te1S2NTQgd .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1S2NTQgd .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-frame {
    width: 7%;
  }
}
.cid-te1S2NTQgd .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .content-container {
    min-height: auto;
  }
}
.cid-te1S2NTQgd .text-container {
  width: 100%;
}
.cid-te1S2NTQgd .text-wrapper {
  width: 100%;
}
.cid-te1S2NTQgd .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-te1S2NTQgd .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-te1S2NTQgd .mbr-section-btn {
  margin-top: 28px;
}
.cid-te1S2NTQgd .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-te1S2NTQgd .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-u1vJcDBubS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-u1vJcDBubS .container {
  max-width: 1600px;
}
.cid-u1vJcDBubS .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-u1vJcDBubS .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-u1vJcDBubS .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-u1vJcDBubS .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-u1vJcDBubS .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-u1vJcDBubS .border-frame {
  position: absolute;
  z-index: 5;
  width: 4%;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-u1vJcDBubS .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-u1vJcDBubS .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-u1vJcDBubS .border-frame {
    width: 7%;
  }
}
.cid-u1vJcDBubS .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-u1vJcDBubS .img-container {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  overflow: hidden;
}
.cid-u1vJcDBubS .image-wrapper {
  height: 100%;
  width: 100%;
}
.cid-u1vJcDBubS .image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-te1TqPLiJm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
  position: relative;
  overflow: hidden;
}
.cid-te1TqPLiJm .container {
  max-width: 920px;
}
.cid-te1TqPLiJm .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1TqPLiJm .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1TqPLiJm .border-container {
    padding: 9% 7%;
  }
}
.cid-te1TqPLiJm .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1TqPLiJm .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1TqPLiJm .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1TqPLiJm .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1TqPLiJm .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ded7cd;
  border-color: rgba(53, 53, 53, 0.1);
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1TqPLiJm .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1TqPLiJm .border-frame {
    width: 7%;
  }
}
.cid-te1TqPLiJm .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .content-container {
    min-height: auto;
  }
}
.cid-te1TqPLiJm .text-container {
  width: 100%;
}
.cid-te1TqPLiJm .text-wrapper {
  width: 100%;
}
.cid-te1TqPLiJm .mbr-text {
  color: #000000;
  width: 100%;
  margin: 0;
}
.cid-te1TqPLiJm .card-title {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te1TqPLiJm .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(53, 53, 53, 0.1);
}
.cid-te1TqPLiJm .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te1UeDLEzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/23-1800x1110.jpg");
}
.cid-te1UeDLEzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1UeDLEzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1UeDLEzB .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te1UeDLEzB .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .content-wrap {
    width: 100%;
  }
}
.cid-te1UeDLEzB .img-container {
  width: 100%;
}
.cid-te1UeDLEzB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te1UeDLEzB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te1UeDLEzB .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-te1UeDLEzB .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-te1UeDLEzB .mbr-section-title {
  width: 100%;
  color: #BF9341;
  text-align: center;
}
.cid-te1UeDLEzB .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-te1UeDLEzB .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u1vyPVVB2B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-u1vyPVVB2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vyPVVB2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vyPVVB2B .row {
  justify-content: left;
}
.cid-u1vyPVVB2B .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-u1vyPVVB2B .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-u1vyPVVB2B .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-u1vyPVVB2B .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-u1vyPVVB2B .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-u1vyPVVB2B .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-u1vyPVVB2B .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-u1vyPVVB2B .point-frame-1 {
  top: 19px;
}
.cid-u1vyPVVB2B .point-frame-2 {
  bottom: 19px;
}
.cid-u1vyPVVB2B .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-u1vyPVVB2B .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-u1vyPVVB2B .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-u1vyPVVB2B .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-u1vyPVVB2B .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-u1vyPVVB2B .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-u1vyPVVB2B .item-container {
  width: 100%;
}
.cid-u1vyPVVB2B .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-u1vyPVVB2B .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u1vyPVVB2B .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-u1vyPVVB2B .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1vyTrrHKA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u1vyTrrHKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vyTrrHKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vyTrrHKA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1vyTrrHKA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1vyTrrHKA .container {
    padding: 0 24px;
  }
}
.cid-u1vyTrrHKA .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u1vyTrrHKA .image-wrapper {
  height: 100%;
}
.cid-u1vyTrrHKA .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u1vyTrrHKA .image-wrapper img {
    height: 350px;
  }
}
.cid-u1vyTrrHKA .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1vyTrrHKA .content-wrapper {
    padding: 24px;
  }
}
.cid-u1vyTrrHKA .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u1vyTrrHKA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1vyTrrHKA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u1vyTrrHKA .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u1vyTrrHKA .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u1vyTrrHKA .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u1vyTrrHKA .mbr-section-title {
  color: #141414;
}
.cid-u1vyTrrHKA .mbr-text {
  color: #141414;
}
.cid-u1vzacvYRe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #04492e;
}
.cid-u1vzacvYRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vzacvYRe p {
  line-height: 2;
}
.cid-u1vzacvYRe p a:hover {
  background: none !important;
}
.cid-u1vzacvYRe .row {
  align-items: flex-end;
}
.cid-u1vzacvYRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vzacvYRe .btn-white {
  color: #c5e073 !important;
}
.cid-u1vzacvYRe h1 {
  font-weight: 500;
}
.cid-u1vzacvYRe .text-white:hover {
  color: #3c4e84 !important;
}
.cid-u1vzacvYRe .mbr-section-subtitle {
  background: #c5e073;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u1vzacvYRe .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3c4e84;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1vzacvYRe .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #c5e073;
  font-size: 1.5rem;
}
.cid-u1vzacvYRe .mbr-section-title {
  color: #ffffff;
}
.cid-u1vzacvYRe .mbr-text,
.cid-u1vzacvYRe .mbr-section-btn {
  color: #fafaf9;
}
.cid-u1vzacvYRe .mbr-section-title,
.cid-u1vzacvYRe .mbr-section-btn {
  color: #cdfb0a;
}
.cid-u1vzacvYRe .mbr-section-subtitle,
.cid-u1vzacvYRe .align-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1vzacvYRe .mbr-section-title,
.cid-u1vzacvYRe .mbr-section-btn DIV {
  text-align: center;
}
.cid-te1WDDdexp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-te1WDDdexp .container {
  max-width: 1600px;
}
.cid-te1WDDdexp .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te1WDDdexp .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCIrY5ZUl1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/allied-siding-and-windows-decorative-concrete-driveways-will-improve-a-homes-curb-appeal.webp");
}
.cid-tCIrY5ZUl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCIrY5ZUl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCIrY5ZUl1 .row {
  justify-content: left;
}
.cid-tCIrY5ZUl1 .main-col {
  display: flex;
}
.cid-tCIrY5ZUl1 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tCIrY5ZUl1 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCIrY5ZUl1 .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCIrY5ZUl1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCIrY5ZUl1 .item-img {
    display: none;
  }
}
.cid-tCIrY5ZUl1 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCIrY5ZUl1 .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCIrY5ZUl1 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCIrY5ZUl1 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCIrY5ZUl1 .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCIrY5ZUl1 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCIrY5ZUl1 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCIrY5ZUl1 .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCIrY5ZUl1 .item-container-2 {
  align-items: center;
}
.cid-tCIrY5ZUl1 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCIrY5ZUl1 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCIrY5ZUl1 .item-container-3 {
  justify-content: center;
}
.cid-tCIrY5ZUl1 .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCIrY5ZUl1 .mbr-section-title-2 {
  text-align: center;
  color: #ffffff;
}
.cid-tCIrY5ZUl1 .mbr-section-title-3 {
  text-align: center;
  color: #ffffff;
}
.cid-u1AMfwhdtn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-u1AMfwhdtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1AMfwhdtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1AMfwhdtn .row {
  justify-content: left;
}
.cid-u1AMfwhdtn .main-col {
  display: flex;
}
.cid-u1AMfwhdtn .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u1AMfwhdtn .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-u1AMfwhdtn .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-u1AMfwhdtn .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-u1vKQIma1p {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #04492e;
}
.cid-u1vKQIma1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vKQIma1p p {
  line-height: 2;
}
.cid-u1vKQIma1p p a:hover {
  background: none !important;
}
.cid-u1vKQIma1p .row {
  align-items: flex-end;
}
.cid-u1vKQIma1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vKQIma1p .btn-white {
  color: #c5e073 !important;
}
.cid-u1vKQIma1p h1 {
  font-weight: 500;
}
.cid-u1vKQIma1p .text-white:hover {
  color: #3c4e84 !important;
}
.cid-u1vKQIma1p .mbr-section-subtitle {
  background: #c5e073;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u1vKQIma1p .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3c4e84;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1vKQIma1p .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #c5e073;
  font-size: 1.5rem;
}
.cid-u1vKQIma1p .mbr-section-title {
  color: #ffffff;
}
.cid-u1vKQIma1p .mbr-text,
.cid-u1vKQIma1p .mbr-section-btn {
  color: #fafaf9;
}
.cid-u1vKQIma1p .mbr-section-title,
.cid-u1vKQIma1p .mbr-section-btn {
  color: #cdfb0a;
}
.cid-u1vKQIma1p .mbr-section-subtitle,
.cid-u1vKQIma1p .align-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1vKQIma1p .mbr-section-title,
.cid-u1vKQIma1p .mbr-section-btn DIV {
  text-align: center;
}
.cid-tCIrYbmnGV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36b4b4;
  overflow: hidden;
}
.cid-tCIrYbmnGV .container {
  max-width: 1600px;
}
.cid-tCIrYbmnGV .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCIrYbmnGV .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCIrYbQtZy {
  z-index: 1000;
  width: 100%;
}
.cid-tCIrYbQtZy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tCIrYbQtZy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tCIrYbQtZy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .menu_box .navbar.opened,
  .cid-tCIrYbQtZy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCIrYbQtZy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCIrYbQtZy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCIrYbQtZy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCIrYbQtZy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCIrYbQtZy .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-tCIrYbQtZy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCIrYbQtZy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCIrYbQtZy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCIrYbQtZy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCIrYbQtZy .offcanvas-body .mbr-text,
  .cid-tCIrYbQtZy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tCIrYbQtZy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCIrYbQtZy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCIrYbQtZy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCIrYbQtZy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCIrYbQtZy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCIrYbQtZy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCIrYbQtZy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCIrYbQtZy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCIrYbQtZy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCIrYbQtZy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .nav-item {
    margin: 0 !important;
  }
}
.cid-tCIrYbQtZy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCIrYbQtZy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCIrYbQtZy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCIrYbQtZy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCIrYbQtZy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCIrYbQtZy .offcanvas_box {
    display: none;
  }
}
.cid-tCIrYbQtZy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tCIrYbQtZy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCIrYbQtZy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCIrYbQtZy .container {
  display: flex;
  margin: auto;
}
.cid-tCIrYbQtZy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCIrYbQtZy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCIrYbQtZy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCIrYbQtZy .navbar-caption {
  color: #d2d2d2;
}
.cid-tCIrYbQtZy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCIrYbQtZy .navbar-nav {
    margin: 0;
  }
}
.cid-tCIrYbQtZy .dropdown-menu,
.cid-tCIrYbQtZy .navbar.opened {
  background-color: false !important;
}
.cid-tCIrYbQtZy .nav-item:focus,
.cid-tCIrYbQtZy .nav-link:focus {
  outline: none;
}
.cid-tCIrYbQtZy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCIrYbQtZy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCIrYbQtZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCIrYbQtZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCIrYbQtZy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCIrYbQtZy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCIrYbQtZy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tCIrYbQtZy .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tCIrYbQtZy .navbar.opened {
  transition: all 0.3s;
}
.cid-tCIrYbQtZy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCIrYbQtZy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tCIrYbQtZy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tCIrYbQtZy .navbar.collapsed {
  justify-content: center;
}
.cid-tCIrYbQtZy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCIrYbQtZy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCIrYbQtZy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCIrYbQtZy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCIrYbQtZy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCIrYbQtZy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCIrYbQtZy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCIrYbQtZy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCIrYbQtZy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCIrYbQtZy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCIrYbQtZy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCIrYbQtZy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCIrYbQtZy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCIrYbQtZy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCIrYbQtZy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCIrYbQtZy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCIrYbQtZy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCIrYbQtZy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCIrYbQtZy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCIrYbQtZy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCIrYbQtZy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCIrYbQtZy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCIrYbQtZy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCIrYbQtZy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCIrYbQtZy .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCIrYbQtZy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCIrYbQtZy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCIrYbQtZy .dropdown-item.active,
.cid-tCIrYbQtZy .dropdown-item:active {
  background-color: transparent;
}
.cid-tCIrYbQtZy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCIrYbQtZy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCIrYbQtZy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCIrYbQtZy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCIrYbQtZy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-tCIrYbQtZy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCIrYbQtZy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-tCIrYbQtZy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-tCIrYbQtZy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCIrYbQtZy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCIrYbQtZy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCIrYbQtZy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCIrYbQtZy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCIrYbQtZy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCIrYbQtZy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCIrYbQtZy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCIrYbQtZy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCIrYbQtZy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCIrYbQtZy .navbar {
    height: 70px;
  }
  .cid-tCIrYbQtZy .navbar.opened {
    height: auto;
  }
  .cid-tCIrYbQtZy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCIrYbQtZy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCIrYbQtZy .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tCIrYbQtZy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCIrYbQtZy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tCIrYbQtZy .navbar-caption:hover {
  color: #c5e073;
}
@media (min-width: 992px) {
  .cid-tCIrYbQtZy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCIrYbQtZy .mbr-section-subtitle {
  color: #000000;
}
.cid-tCIrYbQtZy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tCIrYbQtZy .text_widget {
  color: #000000;
}
.cid-tCIrYbQtZy .mbr-section-subtitle,
.cid-tCIrYbQtZy .text_widget,
.cid-tCIrYbQtZy .mbr-section-btn {
  text-align: center;
}
.cid-tCIrYbQtZy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1vNdC58FD {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/24-1920x850.jpg");
}
.cid-u1vNdC58FD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vNdC58FD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vNdC58FD .row {
  justify-content: left;
}
.cid-u1vNdC58FD .main-col {
  display: flex;
}
.cid-u1vNdC58FD .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u1vNdC58FD .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u1vNdC58FD .item-container {
    flex-wrap: wrap;
  }
}
.cid-u1vNdC58FD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u1vNdC58FD .item-img {
    display: none;
  }
}
.cid-u1vNdC58FD .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u1vNdC58FD .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u1vNdC58FD .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u1vNdC58FD .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u1vNdC58FD .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-u1vNdC58FD .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u1vNdC58FD .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u1vNdC58FD .mbr-text-2 {
    margin: 0;
  }
}
.cid-u1vNdC58FD .item-container-2 {
  align-items: center;
}
.cid-u1vNdC58FD .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u1vNdC58FD .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u1vNdC58FD .item-container-3 {
  justify-content: center;
}
.cid-u1vNdC58FD .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-u1vNdC58FD .mbr-section-title-2 {
  text-align: center;
  color: #000000;
}
.cid-u1vNdC58FD .mbr-section-title-3 {
  text-align: center;
  color: #000000;
}
.cid-u1vPpMM2yy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-u1vPpMM2yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vPpMM2yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vPpMM2yy .row {
  justify-content: left;
}
.cid-u1vPpMM2yy .main-col {
  display: flex;
}
.cid-u1vPpMM2yy .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u1vPpMM2yy .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-u1vPpMM2yy .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-u1vPpMM2yy .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-u1vNdD2SsX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #04492e;
}
.cid-u1vNdD2SsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vNdD2SsX p {
  line-height: 2;
}
.cid-u1vNdD2SsX p a:hover {
  background: none !important;
}
.cid-u1vNdD2SsX .row {
  align-items: flex-end;
}
.cid-u1vNdD2SsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vNdD2SsX .btn-white {
  color: #c5e073 !important;
}
.cid-u1vNdD2SsX h1 {
  font-weight: 500;
}
.cid-u1vNdD2SsX .text-white:hover {
  color: #3c4e84 !important;
}
.cid-u1vNdD2SsX .mbr-section-subtitle {
  background: #c5e073;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u1vNdD2SsX .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3c4e84;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1vNdD2SsX .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #c5e073;
  font-size: 1.5rem;
}
.cid-u1vNdD2SsX .mbr-section-title {
  color: #ffffff;
}
.cid-u1vNdD2SsX .mbr-text,
.cid-u1vNdD2SsX .mbr-section-btn {
  color: #fafaf9;
}
.cid-u1vNdD2SsX .mbr-section-title,
.cid-u1vNdD2SsX .mbr-section-btn {
  color: #cdfb0a;
}
.cid-u1vNdD2SsX .mbr-section-subtitle,
.cid-u1vNdD2SsX .align-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1vNdD2SsX .mbr-section-title,
.cid-u1vNdD2SsX .mbr-section-btn DIV {
  text-align: center;
}
.cid-u1vNdDn6Ft {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36b4b4;
  overflow: hidden;
}
.cid-u1vNdDn6Ft .container {
  max-width: 1600px;
}
.cid-u1vNdDn6Ft .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u1vNdDn6Ft .media-container-row .mbr-text {
  color: #192732;
}
.cid-u1vNdDPwtS {
  z-index: 1000;
  width: 100%;
}
.cid-u1vNdDPwtS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u1vNdDPwtS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1vNdDPwtS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .menu_box .navbar.opened,
  .cid-u1vNdDPwtS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1vNdDPwtS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1vNdDPwtS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1vNdDPwtS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1vNdDPwtS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1vNdDPwtS .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-u1vNdDPwtS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1vNdDPwtS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1vNdDPwtS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1vNdDPwtS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1vNdDPwtS .offcanvas-body .mbr-text,
  .cid-u1vNdDPwtS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u1vNdDPwtS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1vNdDPwtS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1vNdDPwtS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1vNdDPwtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1vNdDPwtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1vNdDPwtS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1vNdDPwtS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1vNdDPwtS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u1vNdDPwtS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1vNdDPwtS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .nav-item {
    margin: 0 !important;
  }
}
.cid-u1vNdDPwtS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1vNdDPwtS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1vNdDPwtS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1vNdDPwtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1vNdDPwtS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1vNdDPwtS .offcanvas_box {
    display: none;
  }
}
.cid-u1vNdDPwtS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u1vNdDPwtS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1vNdDPwtS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1vNdDPwtS .container {
  display: flex;
  margin: auto;
}
.cid-u1vNdDPwtS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1vNdDPwtS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1vNdDPwtS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1vNdDPwtS .navbar-caption {
  color: #d2d2d2;
}
.cid-u1vNdDPwtS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1vNdDPwtS .navbar-nav {
    margin: 0;
  }
}
.cid-u1vNdDPwtS .dropdown-menu,
.cid-u1vNdDPwtS .navbar.opened {
  background-color: false !important;
}
.cid-u1vNdDPwtS .nav-item:focus,
.cid-u1vNdDPwtS .nav-link:focus {
  outline: none;
}
.cid-u1vNdDPwtS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1vNdDPwtS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1vNdDPwtS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1vNdDPwtS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1vNdDPwtS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1vNdDPwtS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1vNdDPwtS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-u1vNdDPwtS .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-u1vNdDPwtS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1vNdDPwtS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1vNdDPwtS .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-u1vNdDPwtS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u1vNdDPwtS .navbar.collapsed {
  justify-content: center;
}
.cid-u1vNdDPwtS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1vNdDPwtS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1vNdDPwtS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1vNdDPwtS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1vNdDPwtS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1vNdDPwtS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1vNdDPwtS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1vNdDPwtS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1vNdDPwtS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u1vNdDPwtS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1vNdDPwtS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1vNdDPwtS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1vNdDPwtS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1vNdDPwtS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1vNdDPwtS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1vNdDPwtS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1vNdDPwtS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1vNdDPwtS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1vNdDPwtS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1vNdDPwtS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1vNdDPwtS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1vNdDPwtS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1vNdDPwtS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1vNdDPwtS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1vNdDPwtS .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1vNdDPwtS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1vNdDPwtS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1vNdDPwtS .dropdown-item.active,
.cid-u1vNdDPwtS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1vNdDPwtS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1vNdDPwtS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1vNdDPwtS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1vNdDPwtS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1vNdDPwtS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-u1vNdDPwtS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1vNdDPwtS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-u1vNdDPwtS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-u1vNdDPwtS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1vNdDPwtS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1vNdDPwtS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1vNdDPwtS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1vNdDPwtS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1vNdDPwtS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1vNdDPwtS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1vNdDPwtS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1vNdDPwtS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1vNdDPwtS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1vNdDPwtS .navbar {
    height: 70px;
  }
  .cid-u1vNdDPwtS .navbar.opened {
    height: auto;
  }
  .cid-u1vNdDPwtS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1vNdDPwtS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1vNdDPwtS .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1vNdDPwtS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u1vNdDPwtS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-u1vNdDPwtS .navbar-caption:hover {
  color: #c5e073;
}
@media (min-width: 992px) {
  .cid-u1vNdDPwtS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1vNdDPwtS .mbr-section-subtitle {
  color: #000000;
}
.cid-u1vNdDPwtS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1vNdDPwtS .text_widget {
  color: #000000;
}
.cid-u1vNdDPwtS .mbr-section-subtitle,
.cid-u1vNdDPwtS .text_widget,
.cid-u1vNdDPwtS .mbr-section-btn {
  text-align: center;
}
.cid-u1vNdDPwtS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1vQYxnVFJ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/15-1484x855.png");
}
.cid-u1vQYxnVFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vQYxnVFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vQYxnVFJ .row {
  justify-content: left;
}
.cid-u1vQYxnVFJ .main-col {
  display: flex;
}
.cid-u1vQYxnVFJ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u1vQYxnVFJ .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u1vQYxnVFJ .item-container {
    flex-wrap: wrap;
  }
}
.cid-u1vQYxnVFJ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u1vQYxnVFJ .item-img {
    display: none;
  }
}
.cid-u1vQYxnVFJ .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u1vQYxnVFJ .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u1vQYxnVFJ .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u1vQYxnVFJ .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u1vQYxnVFJ .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-u1vQYxnVFJ .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u1vQYxnVFJ .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u1vQYxnVFJ .mbr-text-2 {
    margin: 0;
  }
}
.cid-u1vQYxnVFJ .item-container-2 {
  align-items: center;
}
.cid-u1vQYxnVFJ .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u1vQYxnVFJ .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u1vQYxnVFJ .item-container-3 {
  justify-content: center;
}
.cid-u1vQYxnVFJ .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-u1vQYxnVFJ .mbr-section-title-2 {
  text-align: center;
  color: #ffffff;
}
.cid-u1vQYxnVFJ .mbr-section-title-3 {
  text-align: center;
  color: #ffffff;
}
.cid-u1vQYxVBLV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-u1vQYxVBLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vQYxVBLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vQYxVBLV .row {
  justify-content: left;
}
.cid-u1vQYxVBLV .main-col {
  display: flex;
}
.cid-u1vQYxVBLV .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u1vQYxVBLV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-u1vQYxVBLV .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-u1vQYxVBLV .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-u1vQYyn54z {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #04492e;
}
.cid-u1vQYyn54z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vQYyn54z p {
  line-height: 2;
}
.cid-u1vQYyn54z p a:hover {
  background: none !important;
}
.cid-u1vQYyn54z .row {
  align-items: flex-end;
}
.cid-u1vQYyn54z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vQYyn54z .btn-white {
  color: #c5e073 !important;
}
.cid-u1vQYyn54z h1 {
  font-weight: 500;
}
.cid-u1vQYyn54z .text-white:hover {
  color: #3c4e84 !important;
}
.cid-u1vQYyn54z .mbr-section-subtitle {
  background: #c5e073;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u1vQYyn54z .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3c4e84;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1vQYyn54z .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #c5e073;
  font-size: 1.5rem;
}
.cid-u1vQYyn54z .mbr-section-title {
  color: #ffffff;
}
.cid-u1vQYyn54z .mbr-text,
.cid-u1vQYyn54z .mbr-section-btn {
  color: #fafaf9;
}
.cid-u1vQYyn54z .mbr-section-title,
.cid-u1vQYyn54z .mbr-section-btn {
  color: #cdfb0a;
}
.cid-u1vQYyn54z .mbr-section-subtitle,
.cid-u1vQYyn54z .align-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1vQYyn54z .mbr-section-title,
.cid-u1vQYyn54z .mbr-section-btn DIV {
  text-align: center;
}
.cid-u1vQYyIWmq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36b4b4;
  overflow: hidden;
}
.cid-u1vQYyIWmq .container {
  max-width: 1600px;
}
.cid-u1vQYyIWmq .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-u1vQYyIWmq .media-container-row .mbr-text {
  color: #192732;
}
.cid-u1vQYz1UfH {
  z-index: 1000;
  width: 100%;
}
.cid-u1vQYz1UfH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-u1vQYz1UfH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1vQYz1UfH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .menu_box .navbar.opened,
  .cid-u1vQYz1UfH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1vQYz1UfH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1vQYz1UfH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1vQYz1UfH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1vQYz1UfH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1vQYz1UfH .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-u1vQYz1UfH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1vQYz1UfH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1vQYz1UfH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1vQYz1UfH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1vQYz1UfH .offcanvas-body .mbr-text,
  .cid-u1vQYz1UfH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u1vQYz1UfH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1vQYz1UfH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1vQYz1UfH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1vQYz1UfH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1vQYz1UfH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1vQYz1UfH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1vQYz1UfH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1vQYz1UfH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u1vQYz1UfH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1vQYz1UfH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .nav-item {
    margin: 0 !important;
  }
}
.cid-u1vQYz1UfH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1vQYz1UfH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1vQYz1UfH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1vQYz1UfH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1vQYz1UfH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1vQYz1UfH .offcanvas_box {
    display: none;
  }
}
.cid-u1vQYz1UfH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u1vQYz1UfH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1vQYz1UfH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1vQYz1UfH .container {
  display: flex;
  margin: auto;
}
.cid-u1vQYz1UfH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1vQYz1UfH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1vQYz1UfH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1vQYz1UfH .navbar-caption {
  color: #d2d2d2;
}
.cid-u1vQYz1UfH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1vQYz1UfH .navbar-nav {
    margin: 0;
  }
}
.cid-u1vQYz1UfH .dropdown-menu,
.cid-u1vQYz1UfH .navbar.opened {
  background-color: false !important;
}
.cid-u1vQYz1UfH .nav-item:focus,
.cid-u1vQYz1UfH .nav-link:focus {
  outline: none;
}
.cid-u1vQYz1UfH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1vQYz1UfH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1vQYz1UfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1vQYz1UfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1vQYz1UfH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1vQYz1UfH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1vQYz1UfH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-u1vQYz1UfH .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-u1vQYz1UfH .navbar.opened {
  transition: all 0.3s;
}
.cid-u1vQYz1UfH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1vQYz1UfH .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-u1vQYz1UfH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u1vQYz1UfH .navbar.collapsed {
  justify-content: center;
}
.cid-u1vQYz1UfH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1vQYz1UfH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1vQYz1UfH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1vQYz1UfH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1vQYz1UfH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1vQYz1UfH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1vQYz1UfH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1vQYz1UfH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1vQYz1UfH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u1vQYz1UfH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1vQYz1UfH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1vQYz1UfH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1vQYz1UfH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1vQYz1UfH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1vQYz1UfH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1vQYz1UfH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1vQYz1UfH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1vQYz1UfH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1vQYz1UfH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1vQYz1UfH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1vQYz1UfH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1vQYz1UfH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1vQYz1UfH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1vQYz1UfH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1vQYz1UfH .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1vQYz1UfH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1vQYz1UfH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1vQYz1UfH .dropdown-item.active,
.cid-u1vQYz1UfH .dropdown-item:active {
  background-color: transparent;
}
.cid-u1vQYz1UfH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1vQYz1UfH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1vQYz1UfH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1vQYz1UfH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1vQYz1UfH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-u1vQYz1UfH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1vQYz1UfH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-u1vQYz1UfH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-u1vQYz1UfH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1vQYz1UfH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1vQYz1UfH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1vQYz1UfH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1vQYz1UfH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1vQYz1UfH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1vQYz1UfH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1vQYz1UfH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1vQYz1UfH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1vQYz1UfH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1vQYz1UfH .navbar {
    height: 70px;
  }
  .cid-u1vQYz1UfH .navbar.opened {
    height: auto;
  }
  .cid-u1vQYz1UfH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1vQYz1UfH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1vQYz1UfH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1vQYz1UfH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u1vQYz1UfH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-u1vQYz1UfH .navbar-caption:hover {
  color: #c5e073;
}
@media (min-width: 992px) {
  .cid-u1vQYz1UfH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1vQYz1UfH .mbr-section-subtitle {
  color: #000000;
}
.cid-u1vQYz1UfH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1vQYz1UfH .text_widget {
  color: #000000;
}
.cid-u1vQYz1UfH .mbr-section-subtitle,
.cid-u1vQYz1UfH .text_widget,
.cid-u1vQYz1UfH .mbr-section-btn {
  text-align: center;
}
.cid-u1vQYz1UfH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
