body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0701e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #0e009b !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #fad4a3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0701e2 !important;
  border-color: #0701e2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #04018c !important;
  border-color: #04018c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04018c !important;
  border-color: #04018c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0e009b !important;
  border-color: #0e009b !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: #060044 !important;
  border-color: #060044 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #060044 !important;
  border-color: #060044 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fad4a3 !important;
  border-color: #fad4a3 !important;
  color: #965808 !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: #f6ae51 !important;
  border-color: #f6ae51 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #965808 !important;
  background-color: #f6ae51 !important;
  border-color: #f6ae51 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0701e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #04018c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0701e2 !important;
  border-color: #0701e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e009b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #060044 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0e009b !important;
  border-color: #0e009b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fad4a3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f6ae51 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #965808 !important;
  background-color: #fad4a3 !important;
  border-color: #fad4a3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0701e2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #0e009b !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #fad4a3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #04017c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050035 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f5a742 !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: #0701e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0e009b;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #fad4a3;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0701e2;
  border-color: #0701e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0701e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2b0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #301cff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0701e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0701e2;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0701e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0701e2;
}
.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: #0701e2;
  border-bottom-color: #0701e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0701e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%230701e2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sCCFrRXdjM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .nav-item,
.cid-sCCFrRXdjM .nav-link,
.cid-sCCFrRXdjM .navbar-caption {
  font-weight: normal;
}
.cid-sCCFrRXdjM .nav-item:focus,
.cid-sCCFrRXdjM .nav-link:focus {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sCCFrRXdjM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCCFrRXdjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCCFrRXdjM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-sCCFrRXdjM .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-sCCFrRXdjM .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sCCFrRXdjM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCCFrRXdjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCCFrRXdjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCCFrRXdjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCCFrRXdjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCCFrRXdjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCCFrRXdjM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCCFrRXdjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCCFrRXdjM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCCFrRXdjM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCCFrRXdjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCCFrRXdjM .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCCFrRXdjM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCCFrRXdjM .dropdown-item.active,
.cid-sCCFrRXdjM .dropdown-item:active {
  background-color: transparent;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCCFrRXdjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCCFrRXdjM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCCFrRXdjM .navbar-buttons {
  text-align: center;
}
.cid-sCCFrRXdjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCCFrRXdjM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCCFrRXdjM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sCCFrRXdjM .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sCCFrRXdjM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCCFrRXdjM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCCFrRXdjM .navbar {
    height: 77px;
  }
  .cid-sCCFrRXdjM .navbar.opened {
    height: auto;
  }
  .cid-sCCFrRXdjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFNtw95Yd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #77e681;
}
.cid-sCFNtw95Yd .mbr-section-subtitle {
  color: #0701e2;
}
.cid-sUDBnxnBvx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpeg");
}
.cid-sUDBnxnBvx .mbr-overlay {
  background: #48a750;
  opacity: 0.2;
}
.cid-sUDBnxnBvx img,
.cid-sUDBnxnBvx .item-img {
  width: 100%;
}
.cid-sUDBnxnBvx .item:focus,
.cid-sUDBnxnBvx span:focus {
  outline: none;
}
.cid-sUDBnxnBvx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUDBnxnBvx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #64e41c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUDBnxnBvx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sUDBnxnBvx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUDBnxnBvx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sUDBnxnBvx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sUDBnxnBvx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUDBnxnBvx .mbr-section-title {
  color: #232323;
}
.cid-sUDBnxnBvx .mbr-text,
.cid-sUDBnxnBvx .mbr-section-btn {
  text-align: left;
}
.cid-sUDBnxnBvx .item-title {
  text-align: left;
}
.cid-sUDBnxnBvx .item-subtitle {
  text-align: left;
}
.cid-suH033tJae {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-suH033tJae .mbr-overlay {
  background-color: #1ce42d;
  opacity: 0.4;
}
.cid-suH033tJae .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-suH033tJae {
    align-items: center;
  }
  .cid-suH033tJae .row {
    justify-content: flex-start;
  }
  .cid-suH033tJae .content-wrap {
    width: 87%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-suH033tJae .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-suH033tJae {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-suH033tJae .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suH033tJae .content-wrap {
    width: 100%;
  }
}
.cid-suH033tJae .mbr-text,
.cid-suH033tJae .mbr-section-btn {
  color: #232323;
}
.cid-suH033tJae .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-suHcKT7m5R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #64e41c;
}
.cid-suHcKT7m5R .container {
  max-width: 1500px;
}
.cid-suHcKT7m5R img {
  width: 100%;
}
.cid-suHcKT7m5R h2 {
  padding: 0;
  margin: 0;
}
.cid-suHcKT7m5R .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-suHcKT7m5R .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-suHcKT7m5R .img-col {
  position: relative;
}
.cid-suHcKT7m5R .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-suHcKT7m5R .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-suHcKT7m5R .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-suHcKT7m5R .img2 {
    top: -2rem;
  }
  .cid-suHcKT7m5R .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-suHcKT7m5R .img2 {
    width: 50%;
  }
  .cid-suHcKT7m5R .number {
    margin: auto;
  }
}
.cid-th6MFvhNPB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-th6MFvhNPB .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-th6MFvhNPB form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-th6MFvhNPB form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th6MFvhNPB form.mbr-form {
    padding: 1rem;
  }
}
.cid-th6MFvhNPB form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-th6MFvhNPB form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tgsEzjx6Bi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-tgsEzjx6Bi .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tgsEzjx6Bi .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tgsEzjx6Bi .mbr-text {
  color: #444;
}
.cid-tgsEzjx6Bi h5 {
  margin-bottom: 0;
}
.cid-tgsEzjx6Bi .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tgsEzjx6Bi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgsEzjx6Bi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-tgsEzjx6Bi .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgsEzjx6Bi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tgsEzjx6Bi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tgsEzjx6Bi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgsEzjx6Bi .social-list a:hover {
  opacity: 0.4;
}
.cid-tgsEzjx6Bi .media-container-row > div {
  padding: 0px;
}
.cid-tgsEzjx6Bi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tgsEzjx6Bi .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tgsEzjx6Bi .group-title SPAN {
  color: #ffffff;
}
.cid-tgsEzjx6Bi .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tgsEzjx6Bi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tgsEzjx6Bi .social-list,
  .cid-tgsEzjx6Bi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tgsEzjx6Bi h3 {
    margin-bottom: 10px;
  }
  .cid-tgsEzjx6Bi .navbar-brand {
    text-align: center;
  }
}
.cid-tgsEzjx6Bi .links SPAN {
  color: #9e9e9e;
}
.cid-tw9QFl7rNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9QFl7rNw .col + .mbr-section-btn .btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col,
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9QFl7rNw .col + .mbr-section-btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9QFl7rNw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9QFl7rNw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9QFl7rNw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9QFl7rNw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9QFl7rNw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9QFl7rNw .subtext-1,
.cid-tw9QFl7rNw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9QFl7rNw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9QFl7rNw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9QFl7rNw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9QFl7rNw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9QFl7rNw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9QFl7rNw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9QFl7rNw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .form-group {
  max-width: 400px;
}
.cid-tw9QFl7rNw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9QFl7rNw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9QFl7rNw .form-row {
    justify-content: center;
  }
  .cid-tw9QFl7rNw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .subtext-1,
  .cid-tw9QFl7rNw .subtext-2,
  .cid-tw9QFl7rNw .card-support {
    text-align: center;
  }
  .cid-tw9QFl7rNw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9QFl7rNw .form-text {
    text-align: center;
  }
  .cid-tw9QFl7rNw .follow-section {
    margin: 0;
  }
  .cid-tw9QFl7rNw .mbr-form {
    text-align: center;
  }
  .cid-tw9QFl7rNw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9QFl7rNw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .firstColumn,
  .cid-tw9QFl7rNw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9QFl7rNw .form-row {
    flex-direction: column;
  }
}
.cid-tw9QFl7rNw img {
  width: auto;
}
.cid-tw9QFl7rNw LI {
  color: #ffffff;
}
.cid-sE7NudgnlM.popup-builder {
  background-color: #ffffff;
}
.cid-sE7NudgnlM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sE7NudgnlM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sE7NudgnlM .modal-content,
.cid-sE7NudgnlM .modal-dialog {
  height: auto;
}
.cid-sE7NudgnlM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sE7NudgnlM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sE7NudgnlM .form-wrapper .mbr-form .form-group,
  .cid-sE7NudgnlM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sE7NudgnlM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sE7NudgnlM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE7NudgnlM .mbr-text {
  text-align: center;
}
.cid-sE7NudgnlM .pt-0 {
  padding-top: 0 !important;
}
.cid-sE7NudgnlM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sE7NudgnlM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sE7NudgnlM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sE7NudgnlM .modal-open {
  overflow: hidden;
}
.cid-sE7NudgnlM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sE7NudgnlM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sE7NudgnlM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sE7NudgnlM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sE7NudgnlM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sE7NudgnlM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sE7NudgnlM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sE7NudgnlM .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sE7NudgnlM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sE7NudgnlM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sE7NudgnlM .modal-backdrop.show {
  opacity: .5;
}
.cid-sE7NudgnlM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sE7NudgnlM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sE7NudgnlM .modal-header .close:hover {
  opacity: 1;
}
.cid-sE7NudgnlM .modal-header .close:focus {
  outline: none;
}
.cid-sE7NudgnlM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sE7NudgnlM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sE7NudgnlM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sE7NudgnlM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sE7NudgnlM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sE7NudgnlM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sE7NudgnlM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sE7NudgnlM .modal-sm {
    max-width: 300px;
  }
  .cid-sE7NudgnlM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sE7NudgnlM .modal-lg,
  .cid-sE7NudgnlM .modal-xl {
    max-width: 800px;
  }
  .cid-sE7NudgnlM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sE7NudgnlM .modal-xl {
    max-width: 1140px;
  }
  .cid-sE7NudgnlM .container {
    max-width: 1140px;
  }
}
.cid-sE7NudgnlM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sE7NudgnlM .container {
    max-width: 720px;
  }
}
.cid-sE7NudgnlM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sE7NudgnlM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sE7NudgnlM .form-group {
  margin-bottom: 1rem;
}
.cid-sE7NudgnlM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sE7NudgnlM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sE7NudgnlM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sE7NAuRqeh.popup-builder {
  background-color: #ffffff;
}
.cid-sE7NAuRqeh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sE7NAuRqeh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sE7NAuRqeh .modal-content,
.cid-sE7NAuRqeh .modal-dialog {
  height: auto;
}
.cid-sE7NAuRqeh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sE7NAuRqeh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sE7NAuRqeh .form-wrapper .mbr-form .form-group,
  .cid-sE7NAuRqeh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sE7NAuRqeh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sE7NAuRqeh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE7NAuRqeh .mbr-text {
  text-align: center;
}
.cid-sE7NAuRqeh .pt-0 {
  padding-top: 0 !important;
}
.cid-sE7NAuRqeh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sE7NAuRqeh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sE7NAuRqeh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sE7NAuRqeh .modal-open {
  overflow: hidden;
}
.cid-sE7NAuRqeh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sE7NAuRqeh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sE7NAuRqeh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sE7NAuRqeh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sE7NAuRqeh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sE7NAuRqeh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sE7NAuRqeh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sE7NAuRqeh .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sE7NAuRqeh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sE7NAuRqeh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sE7NAuRqeh .modal-backdrop.show {
  opacity: .5;
}
.cid-sE7NAuRqeh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sE7NAuRqeh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sE7NAuRqeh .modal-header .close:hover {
  opacity: 1;
}
.cid-sE7NAuRqeh .modal-header .close:focus {
  outline: none;
}
.cid-sE7NAuRqeh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sE7NAuRqeh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sE7NAuRqeh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sE7NAuRqeh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sE7NAuRqeh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sE7NAuRqeh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sE7NAuRqeh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sE7NAuRqeh .modal-sm {
    max-width: 300px;
  }
  .cid-sE7NAuRqeh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sE7NAuRqeh .modal-lg,
  .cid-sE7NAuRqeh .modal-xl {
    max-width: 800px;
  }
  .cid-sE7NAuRqeh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sE7NAuRqeh .modal-xl {
    max-width: 1140px;
  }
  .cid-sE7NAuRqeh .container {
    max-width: 1140px;
  }
}
.cid-sE7NAuRqeh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sE7NAuRqeh .container {
    max-width: 720px;
  }
}
.cid-sE7NAuRqeh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sE7NAuRqeh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sE7NAuRqeh .form-group {
  margin-bottom: 1rem;
}
.cid-sE7NAuRqeh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sE7NAuRqeh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sE7NAuRqeh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDxKGEzq4i {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-sDxKGEzq4i .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDrQDQN60n.popup-builder {
  background-color: #ffffff;
}
.cid-sDrQDQN60n.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDrQDQN60n.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDrQDQN60n .modal-content,
.cid-sDrQDQN60n .modal-dialog {
  height: auto;
}
.cid-sDrQDQN60n .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDrQDQN60n .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDrQDQN60n .form-wrapper .mbr-form .form-group,
  .cid-sDrQDQN60n .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDrQDQN60n .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDrQDQN60n .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDrQDQN60n .mbr-text {
  text-align: center;
}
.cid-sDrQDQN60n .pt-0 {
  padding-top: 0 !important;
}
.cid-sDrQDQN60n .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDrQDQN60n .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDrQDQN60n .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDrQDQN60n .modal-open {
  overflow: hidden;
}
.cid-sDrQDQN60n .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDrQDQN60n .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDrQDQN60n .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDrQDQN60n .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDrQDQN60n .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDrQDQN60n .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDrQDQN60n .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDrQDQN60n .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDrQDQN60n .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDrQDQN60n .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDrQDQN60n .modal-backdrop.show {
  opacity: .5;
}
.cid-sDrQDQN60n .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDrQDQN60n .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDrQDQN60n .modal-header .close:hover {
  opacity: 1;
}
.cid-sDrQDQN60n .modal-header .close:focus {
  outline: none;
}
.cid-sDrQDQN60n .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDrQDQN60n .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDrQDQN60n .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDrQDQN60n .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDrQDQN60n .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDrQDQN60n .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDrQDQN60n .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDrQDQN60n .modal-sm {
    max-width: 300px;
  }
  .cid-sDrQDQN60n .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDrQDQN60n .modal-lg,
  .cid-sDrQDQN60n .modal-xl {
    max-width: 800px;
  }
  .cid-sDrQDQN60n .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDrQDQN60n .modal-xl {
    max-width: 1140px;
  }
  .cid-sDrQDQN60n .container {
    max-width: 1140px;
  }
}
.cid-sDrQDQN60n .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDrQDQN60n .container {
    max-width: 720px;
  }
}
.cid-sDrQDQN60n .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDrQDQN60n .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDrQDQN60n .form-group {
  margin-bottom: 1rem;
}
.cid-sDrQDQN60n .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDrQDQN60n .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDrQDQN60n .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sw5JvF0nXa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #140000;
}
.cid-sw5JvF0nXa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sw5JvF0nXa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sw5JvF0nXa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sw5JvF0nXa P {
  color: #f6ebeb;
}
.cid-th6WwZO0a2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-th6WwZO0a2 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-th6WwZO0a2 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-th6WwZO0a2 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th6WwZO0a2 form.mbr-form {
    padding: 1rem;
  }
}
.cid-th6WwZO0a2 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-th6WwZO0a2 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sw5Dx1tNS2 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #444f27;
}
.cid-sw5Dx1tNS2 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sw5Dx1tNS2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sw5Dx1tNS2 .mbr-text {
  color: #444;
}
.cid-sw5Dx1tNS2 h5 {
  margin-bottom: 0;
}
.cid-sw5Dx1tNS2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sw5Dx1tNS2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sw5Dx1tNS2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-sw5Dx1tNS2 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sw5Dx1tNS2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sw5Dx1tNS2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sw5Dx1tNS2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sw5Dx1tNS2 .social-list a:hover {
  opacity: 0.4;
}
.cid-sw5Dx1tNS2 .media-container-row > div {
  padding: 0px;
}
.cid-sw5Dx1tNS2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sw5Dx1tNS2 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sw5Dx1tNS2 .group-title SPAN {
  color: #ffffff;
}
.cid-sw5Dx1tNS2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sw5Dx1tNS2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sw5Dx1tNS2 .social-list,
  .cid-sw5Dx1tNS2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sw5Dx1tNS2 h3 {
    margin-bottom: 10px;
  }
  .cid-sw5Dx1tNS2 .navbar-brand {
    text-align: center;
  }
}
.cid-sw5Dx1tNS2 .links SPAN {
  color: #9e9e9e;
}
.cid-tw9Sm0BuL5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9Sm0BuL5 .col + .mbr-section-btn .btn,
  .cid-tw9Sm0BuL5 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9Sm0BuL5 .dragArea > *:nth-last-child(2).col,
  .cid-tw9Sm0BuL5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9Sm0BuL5 .col + .mbr-section-btn,
  .cid-tw9Sm0BuL5 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9Sm0BuL5 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9Sm0BuL5 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9Sm0BuL5 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9Sm0BuL5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9Sm0BuL5 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9Sm0BuL5 .subtext-1,
.cid-tw9Sm0BuL5 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9Sm0BuL5 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9Sm0BuL5 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9Sm0BuL5 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9Sm0BuL5 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9Sm0BuL5 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9Sm0BuL5 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9Sm0BuL5 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9Sm0BuL5 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9Sm0BuL5 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9Sm0BuL5 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9Sm0BuL5 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9Sm0BuL5 .form-group {
  max-width: 400px;
}
.cid-tw9Sm0BuL5 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9Sm0BuL5 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9Sm0BuL5 .form-row {
    justify-content: center;
  }
  .cid-tw9Sm0BuL5 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .subtext-1,
  .cid-tw9Sm0BuL5 .subtext-2,
  .cid-tw9Sm0BuL5 .card-support {
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .form-text {
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .follow-section {
    margin: 0;
  }
  .cid-tw9Sm0BuL5 .mbr-form {
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9Sm0BuL5 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9Sm0BuL5 .firstColumn,
  .cid-tw9Sm0BuL5 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9Sm0BuL5 .form-row {
    flex-direction: column;
  }
}
.cid-tw9Sm0BuL5 img {
  width: auto;
}
.cid-tw9Sm0BuL5 LI {
  color: #ffffff;
}
.cid-sCCFrRXdjM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .nav-item,
.cid-sCCFrRXdjM .nav-link,
.cid-sCCFrRXdjM .navbar-caption {
  font-weight: normal;
}
.cid-sCCFrRXdjM .nav-item:focus,
.cid-sCCFrRXdjM .nav-link:focus {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sCCFrRXdjM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCCFrRXdjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCCFrRXdjM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-sCCFrRXdjM .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-sCCFrRXdjM .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sCCFrRXdjM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCCFrRXdjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCCFrRXdjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCCFrRXdjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCCFrRXdjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCCFrRXdjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCCFrRXdjM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCCFrRXdjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCCFrRXdjM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCCFrRXdjM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCCFrRXdjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCCFrRXdjM .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCCFrRXdjM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCCFrRXdjM .dropdown-item.active,
.cid-sCCFrRXdjM .dropdown-item:active {
  background-color: transparent;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCCFrRXdjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCCFrRXdjM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCCFrRXdjM .navbar-buttons {
  text-align: center;
}
.cid-sCCFrRXdjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCCFrRXdjM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCCFrRXdjM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sCCFrRXdjM .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sCCFrRXdjM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCCFrRXdjM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCCFrRXdjM .navbar {
    height: 77px;
  }
  .cid-sCCFrRXdjM .navbar.opened {
    height: auto;
  }
  .cid-sCCFrRXdjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDsrS3FpQV.popup-builder {
  background-color: #ffffff;
}
.cid-sDsrS3FpQV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDsrS3FpQV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDsrS3FpQV .modal-content,
.cid-sDsrS3FpQV .modal-dialog {
  height: auto;
}
.cid-sDsrS3FpQV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDsrS3FpQV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDsrS3FpQV .form-wrapper .mbr-form .form-group,
  .cid-sDsrS3FpQV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDsrS3FpQV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDsrS3FpQV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDsrS3FpQV .mbr-text {
  text-align: center;
}
.cid-sDsrS3FpQV .pt-0 {
  padding-top: 0 !important;
}
.cid-sDsrS3FpQV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDsrS3FpQV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDsrS3FpQV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDsrS3FpQV .modal-open {
  overflow: hidden;
}
.cid-sDsrS3FpQV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDsrS3FpQV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDsrS3FpQV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDsrS3FpQV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDsrS3FpQV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDsrS3FpQV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDsrS3FpQV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDsrS3FpQV .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDsrS3FpQV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDsrS3FpQV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDsrS3FpQV .modal-backdrop.show {
  opacity: .5;
}
.cid-sDsrS3FpQV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDsrS3FpQV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDsrS3FpQV .modal-header .close:hover {
  opacity: 1;
}
.cid-sDsrS3FpQV .modal-header .close:focus {
  outline: none;
}
.cid-sDsrS3FpQV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDsrS3FpQV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDsrS3FpQV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDsrS3FpQV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDsrS3FpQV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDsrS3FpQV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDsrS3FpQV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDsrS3FpQV .modal-sm {
    max-width: 300px;
  }
  .cid-sDsrS3FpQV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDsrS3FpQV .modal-lg,
  .cid-sDsrS3FpQV .modal-xl {
    max-width: 800px;
  }
  .cid-sDsrS3FpQV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDsrS3FpQV .modal-xl {
    max-width: 1140px;
  }
  .cid-sDsrS3FpQV .container {
    max-width: 1140px;
  }
}
.cid-sDsrS3FpQV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDsrS3FpQV .container {
    max-width: 720px;
  }
}
.cid-sDsrS3FpQV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDsrS3FpQV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDsrS3FpQV .form-group {
  margin-bottom: 1rem;
}
.cid-sDsrS3FpQV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDsrS3FpQV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsrS3FpQV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDsCJkqdvW.popup-builder {
  background-color: #ffffff;
}
.cid-sDsCJkqdvW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDsCJkqdvW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDsCJkqdvW .modal-content,
.cid-sDsCJkqdvW .modal-dialog {
  height: auto;
}
.cid-sDsCJkqdvW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDsCJkqdvW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDsCJkqdvW .form-wrapper .mbr-form .form-group,
  .cid-sDsCJkqdvW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDsCJkqdvW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDsCJkqdvW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDsCJkqdvW .mbr-text {
  text-align: center;
}
.cid-sDsCJkqdvW .pt-0 {
  padding-top: 0 !important;
}
.cid-sDsCJkqdvW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDsCJkqdvW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDsCJkqdvW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDsCJkqdvW .modal-open {
  overflow: hidden;
}
.cid-sDsCJkqdvW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDsCJkqdvW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDsCJkqdvW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDsCJkqdvW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDsCJkqdvW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDsCJkqdvW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDsCJkqdvW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDsCJkqdvW .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDsCJkqdvW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDsCJkqdvW .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDsCJkqdvW .modal-backdrop.show {
  opacity: .5;
}
.cid-sDsCJkqdvW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDsCJkqdvW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDsCJkqdvW .modal-header .close:hover {
  opacity: 1;
}
.cid-sDsCJkqdvW .modal-header .close:focus {
  outline: none;
}
.cid-sDsCJkqdvW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDsCJkqdvW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDsCJkqdvW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDsCJkqdvW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDsCJkqdvW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDsCJkqdvW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDsCJkqdvW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDsCJkqdvW .modal-sm {
    max-width: 300px;
  }
  .cid-sDsCJkqdvW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDsCJkqdvW .modal-lg,
  .cid-sDsCJkqdvW .modal-xl {
    max-width: 800px;
  }
  .cid-sDsCJkqdvW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDsCJkqdvW .modal-xl {
    max-width: 1140px;
  }
  .cid-sDsCJkqdvW .container {
    max-width: 1140px;
  }
}
.cid-sDsCJkqdvW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDsCJkqdvW .container {
    max-width: 720px;
  }
}
.cid-sDsCJkqdvW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDsCJkqdvW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDsCJkqdvW .form-group {
  margin-bottom: 1rem;
}
.cid-sDsCJkqdvW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDsCJkqdvW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsCJkqdvW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDxKA57snK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-sDxKA57snK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDrTTDutVn.popup-builder {
  background-color: #ffffff;
}
.cid-sDrTTDutVn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDrTTDutVn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDrTTDutVn .modal-content,
.cid-sDrTTDutVn .modal-dialog {
  height: auto;
}
.cid-sDrTTDutVn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDrTTDutVn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDrTTDutVn .form-wrapper .mbr-form .form-group,
  .cid-sDrTTDutVn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDrTTDutVn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDrTTDutVn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDrTTDutVn .mbr-text {
  text-align: center;
}
.cid-sDrTTDutVn .pt-0 {
  padding-top: 0 !important;
}
.cid-sDrTTDutVn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDrTTDutVn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDrTTDutVn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDrTTDutVn .modal-open {
  overflow: hidden;
}
.cid-sDrTTDutVn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDrTTDutVn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDrTTDutVn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDrTTDutVn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDrTTDutVn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDrTTDutVn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDrTTDutVn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDrTTDutVn .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDrTTDutVn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDrTTDutVn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDrTTDutVn .modal-backdrop.show {
  opacity: .5;
}
.cid-sDrTTDutVn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDrTTDutVn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDrTTDutVn .modal-header .close:hover {
  opacity: 1;
}
.cid-sDrTTDutVn .modal-header .close:focus {
  outline: none;
}
.cid-sDrTTDutVn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDrTTDutVn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDrTTDutVn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDrTTDutVn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDrTTDutVn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDrTTDutVn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDrTTDutVn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDrTTDutVn .modal-sm {
    max-width: 300px;
  }
  .cid-sDrTTDutVn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDrTTDutVn .modal-lg,
  .cid-sDrTTDutVn .modal-xl {
    max-width: 800px;
  }
  .cid-sDrTTDutVn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDrTTDutVn .modal-xl {
    max-width: 1140px;
  }
  .cid-sDrTTDutVn .container {
    max-width: 1140px;
  }
}
.cid-sDrTTDutVn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDrTTDutVn .container {
    max-width: 720px;
  }
}
.cid-sDrTTDutVn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDrTTDutVn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDrTTDutVn .form-group {
  margin-bottom: 1rem;
}
.cid-sDrTTDutVn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDrTTDutVn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDrTTDutVn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCZPecetNa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #77e681;
}
.cid-sCZPecetNa .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sCZPecetNa .plan-body {
  padding-bottom: 2rem;
}
.cid-sCZPecetNa .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCZPecetNa .price {
  color: #0701e2;
}
.cid-sCZPecetNa .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sCZPecetNa .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sCZPecetNa .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sCZPecetNa .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sCZPecetNa .plan {
    margin-bottom: 2rem;
  }
}
.cid-sNsz5nPzuU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #77e681;
}
.cid-sCZOTmU3OV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
@media (max-width: 991px) {
  .cid-sCZOTmU3OV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCZOTmU3OV .row {
  flex-direction: row-reverse;
}
.cid-sCZOTmU3OV img {
  width: 100%;
}
.cid-sCZOTmU3OV .mbr-description {
  color: #f6ebeb;
}
.cid-sCZOTmU3OV .fnt22 {
  font-size: 22px;
  color: #b8dbbb;
}
.cid-sCZOTmU3OV P {
  color: #b8dbbb;
}
.cid-sCZOToHIye {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #77e681;
}
.cid-sCZOToHIye .container {
  max-width: 1500px;
}
.cid-sCZOToHIye img {
  width: 100%;
}
.cid-sCZOToHIye h2 {
  padding: 0;
  margin: 0;
}
.cid-sCZOToHIye .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sCZOToHIye .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sCZOToHIye .img-col {
  position: relative;
}
.cid-sCZOToHIye .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sCZOToHIye .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sCZOToHIye .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sCZOToHIye .img2 {
    top: -2rem;
  }
  .cid-sCZOToHIye .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sCZOToHIye .img2 {
    width: 50%;
  }
  .cid-sCZOToHIye .number {
    margin: auto;
  }
}
.cid-th6WFrnrqw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-th6WFrnrqw .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-th6WFrnrqw form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-th6WFrnrqw form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th6WFrnrqw form.mbr-form {
    padding: 1rem;
  }
}
.cid-th6WFrnrqw form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-th6WFrnrqw form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tw9StOtN06 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9StOtN06 .col + .mbr-section-btn .btn,
  .cid-tw9StOtN06 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9StOtN06 .dragArea > *:nth-last-child(2).col,
  .cid-tw9StOtN06 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9StOtN06 .col + .mbr-section-btn,
  .cid-tw9StOtN06 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9StOtN06 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9StOtN06 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9StOtN06 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9StOtN06 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9StOtN06 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9StOtN06 .subtext-1,
.cid-tw9StOtN06 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9StOtN06 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9StOtN06 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9StOtN06 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9StOtN06 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9StOtN06 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9StOtN06 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9StOtN06 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9StOtN06 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9StOtN06 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9StOtN06 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9StOtN06 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9StOtN06 .form-group {
  max-width: 400px;
}
.cid-tw9StOtN06 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9StOtN06 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9StOtN06 .form-row {
    justify-content: center;
  }
  .cid-tw9StOtN06 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9StOtN06 .subtext-1,
  .cid-tw9StOtN06 .subtext-2,
  .cid-tw9StOtN06 .card-support {
    text-align: center;
  }
  .cid-tw9StOtN06 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9StOtN06 .form-text {
    text-align: center;
  }
  .cid-tw9StOtN06 .follow-section {
    margin: 0;
  }
  .cid-tw9StOtN06 .mbr-form {
    text-align: center;
  }
  .cid-tw9StOtN06 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9StOtN06 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9StOtN06 .firstColumn,
  .cid-tw9StOtN06 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9StOtN06 .form-row {
    flex-direction: column;
  }
}
.cid-tw9StOtN06 img {
  width: auto;
}
.cid-tw9StOtN06 LI {
  color: #ffffff;
}
.cid-sCZOTsNJba .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCZOTsNJba .nav-item,
.cid-sCZOTsNJba .nav-link,
.cid-sCZOTsNJba .navbar-caption {
  font-weight: normal;
}
.cid-sCZOTsNJba .nav-item:focus,
.cid-sCZOTsNJba .nav-link:focus {
  outline: none;
}
.cid-sCZOTsNJba .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sCZOTsNJba .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCZOTsNJba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCZOTsNJba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCZOTsNJba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCZOTsNJba .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-sCZOTsNJba .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-sCZOTsNJba .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sCZOTsNJba .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCZOTsNJba .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCZOTsNJba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCZOTsNJba .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCZOTsNJba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCZOTsNJba .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCZOTsNJba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCZOTsNJba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCZOTsNJba .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCZOTsNJba .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCZOTsNJba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCZOTsNJba .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCZOTsNJba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCZOTsNJba .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCZOTsNJba .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCZOTsNJba .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCZOTsNJba .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCZOTsNJba .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCZOTsNJba .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCZOTsNJba .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCZOTsNJba .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-sCZOTsNJba .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCZOTsNJba .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCZOTsNJba .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCZOTsNJba .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCZOTsNJba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCZOTsNJba .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCZOTsNJba .dropdown-item.active,
.cid-sCZOTsNJba .dropdown-item:active {
  background-color: transparent;
}
.cid-sCZOTsNJba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCZOTsNJba .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCZOTsNJba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-sCZOTsNJba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCZOTsNJba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCZOTsNJba ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCZOTsNJba .navbar-buttons {
  text-align: center;
}
.cid-sCZOTsNJba button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCZOTsNJba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-sCZOTsNJba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCZOTsNJba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCZOTsNJba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCZOTsNJba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCZOTsNJba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCZOTsNJba nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCZOTsNJba nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCZOTsNJba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCZOTsNJba .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCZOTsNJba a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCZOTsNJba .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sCZOTsNJba .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sCZOTsNJba .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCZOTsNJba .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCZOTsNJba .navbar {
    height: 77px;
  }
  .cid-sCZOTsNJba .navbar.opened {
    height: auto;
  }
  .cid-sCZOTsNJba .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDsCJkscTa.popup-builder {
  background-color: #ffffff;
}
.cid-sDsCJkscTa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDsCJkscTa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDsCJkscTa .modal-content,
.cid-sDsCJkscTa .modal-dialog {
  height: auto;
}
.cid-sDsCJkscTa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDsCJkscTa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDsCJkscTa .form-wrapper .mbr-form .form-group,
  .cid-sDsCJkscTa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDsCJkscTa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDsCJkscTa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDsCJkscTa .mbr-text {
  text-align: center;
}
.cid-sDsCJkscTa .pt-0 {
  padding-top: 0 !important;
}
.cid-sDsCJkscTa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDsCJkscTa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDsCJkscTa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDsCJkscTa .modal-open {
  overflow: hidden;
}
.cid-sDsCJkscTa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDsCJkscTa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDsCJkscTa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDsCJkscTa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDsCJkscTa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDsCJkscTa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDsCJkscTa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDsCJkscTa .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDsCJkscTa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDsCJkscTa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDsCJkscTa .modal-backdrop.show {
  opacity: .5;
}
.cid-sDsCJkscTa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDsCJkscTa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDsCJkscTa .modal-header .close:hover {
  opacity: 1;
}
.cid-sDsCJkscTa .modal-header .close:focus {
  outline: none;
}
.cid-sDsCJkscTa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDsCJkscTa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDsCJkscTa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDsCJkscTa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDsCJkscTa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDsCJkscTa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDsCJkscTa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDsCJkscTa .modal-sm {
    max-width: 300px;
  }
  .cid-sDsCJkscTa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDsCJkscTa .modal-lg,
  .cid-sDsCJkscTa .modal-xl {
    max-width: 800px;
  }
  .cid-sDsCJkscTa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDsCJkscTa .modal-xl {
    max-width: 1140px;
  }
  .cid-sDsCJkscTa .container {
    max-width: 1140px;
  }
}
.cid-sDsCJkscTa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDsCJkscTa .container {
    max-width: 720px;
  }
}
.cid-sDsCJkscTa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDsCJkscTa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDsCJkscTa .form-group {
  margin-bottom: 1rem;
}
.cid-sDsCJkscTa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDsCJkscTa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsCJkscTa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDxcItjvfI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDxcItjvfI .nav-item,
.cid-sDxcItjvfI .nav-link,
.cid-sDxcItjvfI .navbar-caption {
  font-weight: normal;
}
.cid-sDxcItjvfI .nav-item:focus,
.cid-sDxcItjvfI .nav-link:focus {
  outline: none;
}
.cid-sDxcItjvfI .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sDxcItjvfI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDxcItjvfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDxcItjvfI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDxcItjvfI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDxcItjvfI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-sDxcItjvfI .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-sDxcItjvfI .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sDxcItjvfI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDxcItjvfI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDxcItjvfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDxcItjvfI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDxcItjvfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDxcItjvfI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDxcItjvfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDxcItjvfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDxcItjvfI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDxcItjvfI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDxcItjvfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDxcItjvfI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDxcItjvfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDxcItjvfI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDxcItjvfI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sDxcItjvfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDxcItjvfI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDxcItjvfI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDxcItjvfI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDxcItjvfI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDxcItjvfI .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-sDxcItjvfI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sDxcItjvfI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDxcItjvfI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDxcItjvfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDxcItjvfI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDxcItjvfI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sDxcItjvfI .dropdown-item.active,
.cid-sDxcItjvfI .dropdown-item:active {
  background-color: transparent;
}
.cid-sDxcItjvfI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDxcItjvfI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDxcItjvfI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-sDxcItjvfI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDxcItjvfI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDxcItjvfI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDxcItjvfI .navbar-buttons {
  text-align: center;
}
.cid-sDxcItjvfI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDxcItjvfI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-sDxcItjvfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDxcItjvfI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDxcItjvfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDxcItjvfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDxcItjvfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDxcItjvfI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDxcItjvfI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDxcItjvfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDxcItjvfI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sDxcItjvfI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDxcItjvfI .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sDxcItjvfI .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sDxcItjvfI .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sDxcItjvfI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDxcItjvfI .navbar {
    height: 77px;
  }
  .cid-sDxcItjvfI .navbar.opened {
    height: auto;
  }
  .cid-sDxcItjvfI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDxcIuhKve {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #77e681;
}
.cid-sDxcIuhKve .mbr-section-subtitle {
  color: #0701e2;
}
.cid-sFwCwAx6lZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.jpeg");
}
.cid-sFwCwAx6lZ .mbr-text {
  margin: 0;
}
.cid-sFwCwAx6lZ .text-element {
  padding: 2rem;
  background-color: #ffe885;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sFwCwAx6lZ .row-element,
.cid-sFwCwAx6lZ .image-element {
  padding: 0;
}
.cid-sFwCwAx6lZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFwCwAx6lZ .image-element .img-wrap {
  width: 100% !important;
}
.cid-sFwCwAx6lZ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFwCwAx6lZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFwCwAx6lZ .carousel-item.active,
.cid-sFwCwAx6lZ .carousel-item-next,
.cid-sFwCwAx6lZ .carousel-item-prev {
  display: flex;
}
.cid-sFwCwAx6lZ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sFwCwAx6lZ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0701e2;
}
.cid-sFwCwAx6lZ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sFwCwAx6lZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sFwCwAx6lZ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sFwCwAx6lZ .carousel-controls {
    display: block;
  }
  .cid-sFwCwAx6lZ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sFwCwAx6lZ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sFwCwAx6lZ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sFwCwAx6lZ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sFwCwAx6lZ .text-element {
    padding: 1rem;
  }
  .cid-sFwCwAx6lZ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFwCwAx6lZ .image-element {
    min-width: 50%;
  }
  .cid-sFwCwAx6lZ .media-container-row {
    width: 100%;
  }
}
.cid-sDxcIwlsGP {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sDxcIwlsGP .mbr-overlay {
  background-color: #1ce42d;
  opacity: 0.4;
}
.cid-sDxcIwlsGP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sDxcIwlsGP {
    align-items: center;
  }
  .cid-sDxcIwlsGP .row {
    justify-content: flex-start;
  }
  .cid-sDxcIwlsGP .content-wrap {
    width: 87%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDxcIwlsGP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sDxcIwlsGP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDxcIwlsGP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDxcIwlsGP .content-wrap {
    width: 100%;
  }
}
.cid-sDxcIwlsGP .mbr-text,
.cid-sDxcIwlsGP .mbr-section-btn {
  color: #232323;
}
.cid-sDxcIwlsGP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sDxcIx1peM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #64e41c;
}
.cid-sDxcIx1peM .container {
  max-width: 1500px;
}
.cid-sDxcIx1peM img {
  width: 100%;
}
.cid-sDxcIx1peM h2 {
  padding: 0;
  margin: 0;
}
.cid-sDxcIx1peM .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sDxcIx1peM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sDxcIx1peM .img-col {
  position: relative;
}
.cid-sDxcIx1peM .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sDxcIx1peM .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sDxcIx1peM .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sDxcIx1peM .img2 {
    top: -2rem;
  }
  .cid-sDxcIx1peM .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sDxcIx1peM .img2 {
    width: 50%;
  }
  .cid-sDxcIx1peM .number {
    margin: auto;
  }
}
.cid-th6TFvO4jO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-th6TFvO4jO .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-th6TFvO4jO form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-th6TFvO4jO form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th6TFvO4jO form.mbr-form {
    padding: 1rem;
  }
}
.cid-th6TFvO4jO form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-th6TFvO4jO form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tgshTWHEXI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-tgshTWHEXI .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tgshTWHEXI .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tgshTWHEXI .mbr-text {
  color: #444;
}
.cid-tgshTWHEXI h5 {
  margin-bottom: 0;
}
.cid-tgshTWHEXI .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tgshTWHEXI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgshTWHEXI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-tgshTWHEXI .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgshTWHEXI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tgshTWHEXI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tgshTWHEXI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgshTWHEXI .social-list a:hover {
  opacity: 0.4;
}
.cid-tgshTWHEXI .media-container-row > div {
  padding: 0px;
}
.cid-tgshTWHEXI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tgshTWHEXI .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tgshTWHEXI .group-title SPAN {
  color: #ffffff;
}
.cid-tgshTWHEXI .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tgshTWHEXI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tgshTWHEXI .social-list,
  .cid-tgshTWHEXI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tgshTWHEXI h3 {
    margin-bottom: 10px;
  }
  .cid-tgshTWHEXI .navbar-brand {
    text-align: center;
  }
}
.cid-tgshTWHEXI .links SPAN {
  color: #9e9e9e;
}
.cid-tw9QFl7rNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9QFl7rNw .col + .mbr-section-btn .btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col,
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9QFl7rNw .col + .mbr-section-btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9QFl7rNw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9QFl7rNw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9QFl7rNw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9QFl7rNw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9QFl7rNw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9QFl7rNw .subtext-1,
.cid-tw9QFl7rNw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9QFl7rNw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9QFl7rNw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9QFl7rNw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9QFl7rNw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9QFl7rNw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9QFl7rNw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9QFl7rNw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .form-group {
  max-width: 400px;
}
.cid-tw9QFl7rNw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9QFl7rNw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9QFl7rNw .form-row {
    justify-content: center;
  }
  .cid-tw9QFl7rNw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .subtext-1,
  .cid-tw9QFl7rNw .subtext-2,
  .cid-tw9QFl7rNw .card-support {
    text-align: center;
  }
  .cid-tw9QFl7rNw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9QFl7rNw .form-text {
    text-align: center;
  }
  .cid-tw9QFl7rNw .follow-section {
    margin: 0;
  }
  .cid-tw9QFl7rNw .mbr-form {
    text-align: center;
  }
  .cid-tw9QFl7rNw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9QFl7rNw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .firstColumn,
  .cid-tw9QFl7rNw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9QFl7rNw .form-row {
    flex-direction: column;
  }
}
.cid-tw9QFl7rNw img {
  width: auto;
}
.cid-tw9QFl7rNw LI {
  color: #ffffff;
}
.cid-sE7Nudhxcu.popup-builder {
  background-color: #ffffff;
}
.cid-sE7Nudhxcu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sE7Nudhxcu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sE7Nudhxcu .modal-content,
.cid-sE7Nudhxcu .modal-dialog {
  height: auto;
}
.cid-sE7Nudhxcu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sE7Nudhxcu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sE7Nudhxcu .form-wrapper .mbr-form .form-group,
  .cid-sE7Nudhxcu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sE7Nudhxcu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sE7Nudhxcu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE7Nudhxcu .mbr-text {
  text-align: center;
}
.cid-sE7Nudhxcu .pt-0 {
  padding-top: 0 !important;
}
.cid-sE7Nudhxcu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sE7Nudhxcu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sE7Nudhxcu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sE7Nudhxcu .modal-open {
  overflow: hidden;
}
.cid-sE7Nudhxcu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sE7Nudhxcu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sE7Nudhxcu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sE7Nudhxcu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sE7Nudhxcu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sE7Nudhxcu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sE7Nudhxcu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sE7Nudhxcu .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sE7Nudhxcu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sE7Nudhxcu .modal-backdrop.fade {
  opacity: 0;
}
.cid-sE7Nudhxcu .modal-backdrop.show {
  opacity: .5;
}
.cid-sE7Nudhxcu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sE7Nudhxcu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sE7Nudhxcu .modal-header .close:hover {
  opacity: 1;
}
.cid-sE7Nudhxcu .modal-header .close:focus {
  outline: none;
}
.cid-sE7Nudhxcu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sE7Nudhxcu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sE7Nudhxcu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sE7Nudhxcu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sE7Nudhxcu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sE7Nudhxcu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sE7Nudhxcu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sE7Nudhxcu .modal-sm {
    max-width: 300px;
  }
  .cid-sE7Nudhxcu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sE7Nudhxcu .modal-lg,
  .cid-sE7Nudhxcu .modal-xl {
    max-width: 800px;
  }
  .cid-sE7Nudhxcu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sE7Nudhxcu .modal-xl {
    max-width: 1140px;
  }
  .cid-sE7Nudhxcu .container {
    max-width: 1140px;
  }
}
.cid-sE7Nudhxcu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sE7Nudhxcu .container {
    max-width: 720px;
  }
}
.cid-sE7Nudhxcu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sE7Nudhxcu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sE7Nudhxcu .form-group {
  margin-bottom: 1rem;
}
.cid-sE7Nudhxcu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sE7Nudhxcu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sE7Nudhxcu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sE7NAuRIK7.popup-builder {
  background-color: #ffffff;
}
.cid-sE7NAuRIK7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sE7NAuRIK7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sE7NAuRIK7 .modal-content,
.cid-sE7NAuRIK7 .modal-dialog {
  height: auto;
}
.cid-sE7NAuRIK7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sE7NAuRIK7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sE7NAuRIK7 .form-wrapper .mbr-form .form-group,
  .cid-sE7NAuRIK7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sE7NAuRIK7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sE7NAuRIK7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE7NAuRIK7 .mbr-text {
  text-align: center;
}
.cid-sE7NAuRIK7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sE7NAuRIK7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sE7NAuRIK7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sE7NAuRIK7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sE7NAuRIK7 .modal-open {
  overflow: hidden;
}
.cid-sE7NAuRIK7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sE7NAuRIK7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sE7NAuRIK7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sE7NAuRIK7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sE7NAuRIK7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sE7NAuRIK7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sE7NAuRIK7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sE7NAuRIK7 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sE7NAuRIK7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sE7NAuRIK7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sE7NAuRIK7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sE7NAuRIK7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sE7NAuRIK7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sE7NAuRIK7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sE7NAuRIK7 .modal-header .close:focus {
  outline: none;
}
.cid-sE7NAuRIK7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sE7NAuRIK7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sE7NAuRIK7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sE7NAuRIK7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sE7NAuRIK7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sE7NAuRIK7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sE7NAuRIK7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sE7NAuRIK7 .modal-sm {
    max-width: 300px;
  }
  .cid-sE7NAuRIK7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sE7NAuRIK7 .modal-lg,
  .cid-sE7NAuRIK7 .modal-xl {
    max-width: 800px;
  }
  .cid-sE7NAuRIK7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sE7NAuRIK7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sE7NAuRIK7 .container {
    max-width: 1140px;
  }
}
.cid-sE7NAuRIK7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sE7NAuRIK7 .container {
    max-width: 720px;
  }
}
.cid-sE7NAuRIK7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sE7NAuRIK7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sE7NAuRIK7 .form-group {
  margin-bottom: 1rem;
}
.cid-sE7NAuRIK7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sE7NAuRIK7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sE7NAuRIK7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toGTY4AxPr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-toGTY4AxPr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toGTY59kpr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-toGTY59kpr .video-wrapper iframe {
  width: 100%;
}
.cid-toGTY59kpr .mbr-section-title,
.cid-toGTY59kpr .mbr-section-subtitle,
.cid-toGTY59kpr .mbr-text {
  text-align: center;
}
.cid-toGTY59kpr .mbr-text {
  color: #000000;
}
.cid-toGTY5DMU5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #297e30;
}
.cid-toGTY5DMU5 img,
.cid-toGTY5DMU5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-toGTY5DMU5 .item:focus,
.cid-toGTY5DMU5 span:focus {
  outline: none;
}
.cid-toGTY5DMU5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toGTY5DMU5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1ce42d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toGTY5DMU5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toGTY5DMU5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toGTY5DMU5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toGTY5DMU5 .mbr-section-title {
  color: #64e41c;
}
.cid-toGTY5DMU5 .mbr-text,
.cid-toGTY5DMU5 .mbr-section-btn {
  text-align: left;
}
.cid-toGTY5DMU5 .item-title {
  text-align: left;
}
.cid-toGTY5DMU5 .item-subtitle {
  text-align: left;
}
.cid-toGTY5DMU5 H3 {
  text-align: left;
}
.cid-toGTY65GOs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-toGTY65GOs .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-toGTY65GOs form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-toGTY65GOs form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toGTY65GOs form.mbr-form {
    padding: 1rem;
  }
}
.cid-toGTY65GOs form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-toGTY65GOs form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-toGTY6vx4D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-toGTY6vx4D .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-toGTY6vx4D .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-toGTY6vx4D .mbr-text {
  color: #444;
}
.cid-toGTY6vx4D h5 {
  margin-bottom: 0;
}
.cid-toGTY6vx4D .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-toGTY6vx4D .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGTY6vx4D .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-toGTY6vx4D .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toGTY6vx4D .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toGTY6vx4D .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-toGTY6vx4D .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toGTY6vx4D .social-list a:hover {
  opacity: 0.4;
}
.cid-toGTY6vx4D .media-container-row > div {
  padding: 0px;
}
.cid-toGTY6vx4D .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-toGTY6vx4D .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-toGTY6vx4D .group-title SPAN {
  color: #ffffff;
}
.cid-toGTY6vx4D .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-toGTY6vx4D .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-toGTY6vx4D .social-list,
  .cid-toGTY6vx4D .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-toGTY6vx4D h3 {
    margin-bottom: 10px;
  }
  .cid-toGTY6vx4D .navbar-brand {
    text-align: center;
  }
}
.cid-toGTY6vx4D .links SPAN {
  color: #9e9e9e;
}
.cid-tw9QFl7rNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9QFl7rNw .col + .mbr-section-btn .btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col,
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9QFl7rNw .col + .mbr-section-btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9QFl7rNw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9QFl7rNw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9QFl7rNw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9QFl7rNw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9QFl7rNw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9QFl7rNw .subtext-1,
.cid-tw9QFl7rNw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9QFl7rNw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9QFl7rNw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9QFl7rNw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9QFl7rNw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9QFl7rNw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9QFl7rNw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9QFl7rNw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .form-group {
  max-width: 400px;
}
.cid-tw9QFl7rNw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9QFl7rNw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9QFl7rNw .form-row {
    justify-content: center;
  }
  .cid-tw9QFl7rNw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .subtext-1,
  .cid-tw9QFl7rNw .subtext-2,
  .cid-tw9QFl7rNw .card-support {
    text-align: center;
  }
  .cid-tw9QFl7rNw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9QFl7rNw .form-text {
    text-align: center;
  }
  .cid-tw9QFl7rNw .follow-section {
    margin: 0;
  }
  .cid-tw9QFl7rNw .mbr-form {
    text-align: center;
  }
  .cid-tw9QFl7rNw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9QFl7rNw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .firstColumn,
  .cid-tw9QFl7rNw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9QFl7rNw .form-row {
    flex-direction: column;
  }
}
.cid-tw9QFl7rNw img {
  width: auto;
}
.cid-tw9QFl7rNw LI {
  color: #ffffff;
}
.cid-toGTY83s5n .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGTY83s5n .nav-item,
.cid-toGTY83s5n .nav-link,
.cid-toGTY83s5n .navbar-caption {
  font-weight: normal;
}
.cid-toGTY83s5n .nav-item:focus,
.cid-toGTY83s5n .nav-link:focus {
  outline: none;
}
.cid-toGTY83s5n .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-toGTY83s5n .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toGTY83s5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGTY83s5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGTY83s5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGTY83s5n .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-toGTY83s5n .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-toGTY83s5n .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-toGTY83s5n .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGTY83s5n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGTY83s5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toGTY83s5n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toGTY83s5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGTY83s5n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toGTY83s5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGTY83s5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toGTY83s5n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGTY83s5n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGTY83s5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGTY83s5n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toGTY83s5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGTY83s5n .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toGTY83s5n .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toGTY83s5n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGTY83s5n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-toGTY83s5n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toGTY83s5n .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toGTY83s5n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGTY83s5n .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-toGTY83s5n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toGTY83s5n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toGTY83s5n .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGTY83s5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGTY83s5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGTY83s5n .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toGTY83s5n .dropdown-item.active,
.cid-toGTY83s5n .dropdown-item:active {
  background-color: transparent;
}
.cid-toGTY83s5n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGTY83s5n .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGTY83s5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-toGTY83s5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGTY83s5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGTY83s5n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toGTY83s5n .navbar-buttons {
  text-align: center;
}
.cid-toGTY83s5n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGTY83s5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-toGTY83s5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGTY83s5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGTY83s5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGTY83s5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGTY83s5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGTY83s5n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGTY83s5n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGTY83s5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGTY83s5n .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-toGTY83s5n a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGTY83s5n .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-toGTY83s5n .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-toGTY83s5n .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-toGTY83s5n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGTY83s5n .navbar {
    height: 77px;
  }
  .cid-toGTY83s5n .navbar.opened {
    height: auto;
  }
  .cid-toGTY83s5n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toGTY8EBLr.popup-builder {
  background-color: #ffffff;
}
.cid-toGTY8EBLr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toGTY8EBLr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toGTY8EBLr .modal-content,
.cid-toGTY8EBLr .modal-dialog {
  height: auto;
}
.cid-toGTY8EBLr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toGTY8EBLr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toGTY8EBLr .form-wrapper .mbr-form .form-group,
  .cid-toGTY8EBLr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toGTY8EBLr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toGTY8EBLr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGTY8EBLr .mbr-text {
  text-align: center;
}
.cid-toGTY8EBLr .pt-0 {
  padding-top: 0 !important;
}
.cid-toGTY8EBLr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toGTY8EBLr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toGTY8EBLr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toGTY8EBLr .modal-open {
  overflow: hidden;
}
.cid-toGTY8EBLr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toGTY8EBLr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toGTY8EBLr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toGTY8EBLr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toGTY8EBLr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toGTY8EBLr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toGTY8EBLr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toGTY8EBLr .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-toGTY8EBLr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toGTY8EBLr .modal-backdrop.fade {
  opacity: 0;
}
.cid-toGTY8EBLr .modal-backdrop.show {
  opacity: .5;
}
.cid-toGTY8EBLr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-toGTY8EBLr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toGTY8EBLr .modal-header .close:hover {
  opacity: 1;
}
.cid-toGTY8EBLr .modal-header .close:focus {
  outline: none;
}
.cid-toGTY8EBLr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-toGTY8EBLr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-toGTY8EBLr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-toGTY8EBLr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toGTY8EBLr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toGTY8EBLr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toGTY8EBLr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toGTY8EBLr .modal-sm {
    max-width: 300px;
  }
  .cid-toGTY8EBLr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-toGTY8EBLr .modal-lg,
  .cid-toGTY8EBLr .modal-xl {
    max-width: 800px;
  }
  .cid-toGTY8EBLr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-toGTY8EBLr .modal-xl {
    max-width: 1140px;
  }
  .cid-toGTY8EBLr .container {
    max-width: 1140px;
  }
}
.cid-toGTY8EBLr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-toGTY8EBLr .container {
    max-width: 720px;
  }
}
.cid-toGTY8EBLr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toGTY8EBLr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toGTY8EBLr .form-group {
  margin-bottom: 1rem;
}
.cid-toGTY8EBLr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toGTY8EBLr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toGTY8EBLr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toGTY9kzPQ.popup-builder {
  background-color: #ffffff;
}
.cid-toGTY9kzPQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toGTY9kzPQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toGTY9kzPQ .modal-content,
.cid-toGTY9kzPQ .modal-dialog {
  height: auto;
}
.cid-toGTY9kzPQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toGTY9kzPQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toGTY9kzPQ .form-wrapper .mbr-form .form-group,
  .cid-toGTY9kzPQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toGTY9kzPQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toGTY9kzPQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGTY9kzPQ .mbr-text {
  text-align: center;
}
.cid-toGTY9kzPQ .pt-0 {
  padding-top: 0 !important;
}
.cid-toGTY9kzPQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toGTY9kzPQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toGTY9kzPQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toGTY9kzPQ .modal-open {
  overflow: hidden;
}
.cid-toGTY9kzPQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toGTY9kzPQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toGTY9kzPQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toGTY9kzPQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toGTY9kzPQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toGTY9kzPQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toGTY9kzPQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toGTY9kzPQ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-toGTY9kzPQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toGTY9kzPQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-toGTY9kzPQ .modal-backdrop.show {
  opacity: .5;
}
.cid-toGTY9kzPQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-toGTY9kzPQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toGTY9kzPQ .modal-header .close:hover {
  opacity: 1;
}
.cid-toGTY9kzPQ .modal-header .close:focus {
  outline: none;
}
.cid-toGTY9kzPQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-toGTY9kzPQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-toGTY9kzPQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-toGTY9kzPQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toGTY9kzPQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toGTY9kzPQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toGTY9kzPQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toGTY9kzPQ .modal-sm {
    max-width: 300px;
  }
  .cid-toGTY9kzPQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-toGTY9kzPQ .modal-lg,
  .cid-toGTY9kzPQ .modal-xl {
    max-width: 800px;
  }
  .cid-toGTY9kzPQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-toGTY9kzPQ .modal-xl {
    max-width: 1140px;
  }
  .cid-toGTY9kzPQ .container {
    max-width: 1140px;
  }
}
.cid-toGTY9kzPQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-toGTY9kzPQ .container {
    max-width: 720px;
  }
}
.cid-toGTY9kzPQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toGTY9kzPQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toGTY9kzPQ .form-group {
  margin-bottom: 1rem;
}
.cid-toGTY9kzPQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toGTY9kzPQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toGTY9kzPQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toGU9GHKtt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-toGU9GHKtt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toGU9He6wI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-toGU9He6wI .video-wrapper iframe {
  width: 100%;
}
.cid-toGU9He6wI .mbr-section-title,
.cid-toGU9He6wI .mbr-section-subtitle,
.cid-toGU9He6wI .mbr-text {
  text-align: center;
}
.cid-toGU9He6wI .mbr-text {
  color: #000000;
}
.cid-toGU9HKMFZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #297e30;
}
.cid-toGU9HKMFZ img,
.cid-toGU9HKMFZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-toGU9HKMFZ .item:focus,
.cid-toGU9HKMFZ span:focus {
  outline: none;
}
.cid-toGU9HKMFZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toGU9HKMFZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1ce42d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toGU9HKMFZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toGU9HKMFZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toGU9HKMFZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toGU9HKMFZ .mbr-section-title {
  color: #64e41c;
}
.cid-toGU9HKMFZ .mbr-text,
.cid-toGU9HKMFZ .mbr-section-btn {
  text-align: left;
}
.cid-toGU9HKMFZ .item-title {
  text-align: left;
}
.cid-toGU9HKMFZ .item-subtitle {
  text-align: left;
}
.cid-toGU9HKMFZ H3 {
  text-align: left;
}
.cid-toGU9IbsRN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-toGU9IbsRN .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-toGU9IbsRN form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-toGU9IbsRN form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toGU9IbsRN form.mbr-form {
    padding: 1rem;
  }
}
.cid-toGU9IbsRN form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-toGU9IbsRN form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-toGU9IBDGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-toGU9IBDGR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-toGU9IBDGR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-toGU9IBDGR .mbr-text {
  color: #444;
}
.cid-toGU9IBDGR h5 {
  margin-bottom: 0;
}
.cid-toGU9IBDGR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-toGU9IBDGR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGU9IBDGR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-toGU9IBDGR .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toGU9IBDGR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toGU9IBDGR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-toGU9IBDGR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-toGU9IBDGR .social-list a:hover {
  opacity: 0.4;
}
.cid-toGU9IBDGR .media-container-row > div {
  padding: 0px;
}
.cid-toGU9IBDGR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-toGU9IBDGR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-toGU9IBDGR .group-title SPAN {
  color: #ffffff;
}
.cid-toGU9IBDGR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-toGU9IBDGR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-toGU9IBDGR .social-list,
  .cid-toGU9IBDGR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-toGU9IBDGR h3 {
    margin-bottom: 10px;
  }
  .cid-toGU9IBDGR .navbar-brand {
    text-align: center;
  }
}
.cid-toGU9IBDGR .links SPAN {
  color: #9e9e9e;
}
.cid-tw9QFl7rNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9QFl7rNw .col + .mbr-section-btn .btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col,
  .cid-tw9QFl7rNw .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9QFl7rNw .col + .mbr-section-btn,
  .cid-tw9QFl7rNw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9QFl7rNw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9QFl7rNw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9QFl7rNw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9QFl7rNw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9QFl7rNw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9QFl7rNw .subtext-1,
.cid-tw9QFl7rNw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9QFl7rNw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9QFl7rNw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9QFl7rNw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9QFl7rNw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9QFl7rNw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9QFl7rNw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9QFl7rNw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9QFl7rNw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9QFl7rNw .form-group {
  max-width: 400px;
}
.cid-tw9QFl7rNw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9QFl7rNw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9QFl7rNw .form-row {
    justify-content: center;
  }
  .cid-tw9QFl7rNw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .subtext-1,
  .cid-tw9QFl7rNw .subtext-2,
  .cid-tw9QFl7rNw .card-support {
    text-align: center;
  }
  .cid-tw9QFl7rNw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9QFl7rNw .form-text {
    text-align: center;
  }
  .cid-tw9QFl7rNw .follow-section {
    margin: 0;
  }
  .cid-tw9QFl7rNw .mbr-form {
    text-align: center;
  }
  .cid-tw9QFl7rNw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9QFl7rNw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9QFl7rNw .firstColumn,
  .cid-tw9QFl7rNw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9QFl7rNw .form-row {
    flex-direction: column;
  }
}
.cid-tw9QFl7rNw img {
  width: auto;
}
.cid-tw9QFl7rNw LI {
  color: #ffffff;
}
.cid-toGU9K6Y7Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9K6Y7Q .nav-item,
.cid-toGU9K6Y7Q .nav-link,
.cid-toGU9K6Y7Q .navbar-caption {
  font-weight: normal;
}
.cid-toGU9K6Y7Q .nav-item:focus,
.cid-toGU9K6Y7Q .nav-link:focus {
  outline: none;
}
.cid-toGU9K6Y7Q .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-toGU9K6Y7Q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-toGU9K6Y7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-toGU9K6Y7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toGU9K6Y7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toGU9K6Y7Q .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-toGU9K6Y7Q .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-toGU9K6Y7Q .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-toGU9K6Y7Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toGU9K6Y7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toGU9K6Y7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toGU9K6Y7Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toGU9K6Y7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toGU9K6Y7Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toGU9K6Y7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toGU9K6Y7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toGU9K6Y7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toGU9K6Y7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toGU9K6Y7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toGU9K6Y7Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toGU9K6Y7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toGU9K6Y7Q .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toGU9K6Y7Q .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-toGU9K6Y7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toGU9K6Y7Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-toGU9K6Y7Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-toGU9K6Y7Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-toGU9K6Y7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toGU9K6Y7Q .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-toGU9K6Y7Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-toGU9K6Y7Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toGU9K6Y7Q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toGU9K6Y7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toGU9K6Y7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toGU9K6Y7Q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-toGU9K6Y7Q .dropdown-item.active,
.cid-toGU9K6Y7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-toGU9K6Y7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toGU9K6Y7Q .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toGU9K6Y7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-toGU9K6Y7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toGU9K6Y7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toGU9K6Y7Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toGU9K6Y7Q .navbar-buttons {
  text-align: center;
}
.cid-toGU9K6Y7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGU9K6Y7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-toGU9K6Y7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toGU9K6Y7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9K6Y7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toGU9K6Y7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toGU9K6Y7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9K6Y7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toGU9K6Y7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toGU9K6Y7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toGU9K6Y7Q .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-toGU9K6Y7Q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toGU9K6Y7Q .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-toGU9K6Y7Q .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-toGU9K6Y7Q .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-toGU9K6Y7Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toGU9K6Y7Q .navbar {
    height: 77px;
  }
  .cid-toGU9K6Y7Q .navbar.opened {
    height: auto;
  }
  .cid-toGU9K6Y7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toGU9KFEpi.popup-builder {
  background-color: #ffffff;
}
.cid-toGU9KFEpi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toGU9KFEpi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toGU9KFEpi .modal-content,
.cid-toGU9KFEpi .modal-dialog {
  height: auto;
}
.cid-toGU9KFEpi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toGU9KFEpi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toGU9KFEpi .form-wrapper .mbr-form .form-group,
  .cid-toGU9KFEpi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toGU9KFEpi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toGU9KFEpi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGU9KFEpi .mbr-text {
  text-align: center;
}
.cid-toGU9KFEpi .pt-0 {
  padding-top: 0 !important;
}
.cid-toGU9KFEpi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toGU9KFEpi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toGU9KFEpi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toGU9KFEpi .modal-open {
  overflow: hidden;
}
.cid-toGU9KFEpi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toGU9KFEpi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toGU9KFEpi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toGU9KFEpi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toGU9KFEpi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toGU9KFEpi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toGU9KFEpi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toGU9KFEpi .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-toGU9KFEpi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toGU9KFEpi .modal-backdrop.fade {
  opacity: 0;
}
.cid-toGU9KFEpi .modal-backdrop.show {
  opacity: .5;
}
.cid-toGU9KFEpi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-toGU9KFEpi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toGU9KFEpi .modal-header .close:hover {
  opacity: 1;
}
.cid-toGU9KFEpi .modal-header .close:focus {
  outline: none;
}
.cid-toGU9KFEpi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-toGU9KFEpi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-toGU9KFEpi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-toGU9KFEpi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toGU9KFEpi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toGU9KFEpi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toGU9KFEpi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toGU9KFEpi .modal-sm {
    max-width: 300px;
  }
  .cid-toGU9KFEpi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-toGU9KFEpi .modal-lg,
  .cid-toGU9KFEpi .modal-xl {
    max-width: 800px;
  }
  .cid-toGU9KFEpi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-toGU9KFEpi .modal-xl {
    max-width: 1140px;
  }
  .cid-toGU9KFEpi .container {
    max-width: 1140px;
  }
}
.cid-toGU9KFEpi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-toGU9KFEpi .container {
    max-width: 720px;
  }
}
.cid-toGU9KFEpi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toGU9KFEpi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toGU9KFEpi .form-group {
  margin-bottom: 1rem;
}
.cid-toGU9KFEpi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toGU9KFEpi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toGU9KFEpi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toGU9LdGFw.popup-builder {
  background-color: #ffffff;
}
.cid-toGU9LdGFw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toGU9LdGFw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toGU9LdGFw .modal-content,
.cid-toGU9LdGFw .modal-dialog {
  height: auto;
}
.cid-toGU9LdGFw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toGU9LdGFw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toGU9LdGFw .form-wrapper .mbr-form .form-group,
  .cid-toGU9LdGFw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toGU9LdGFw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toGU9LdGFw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toGU9LdGFw .mbr-text {
  text-align: center;
}
.cid-toGU9LdGFw .pt-0 {
  padding-top: 0 !important;
}
.cid-toGU9LdGFw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toGU9LdGFw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toGU9LdGFw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toGU9LdGFw .modal-open {
  overflow: hidden;
}
.cid-toGU9LdGFw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toGU9LdGFw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toGU9LdGFw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toGU9LdGFw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toGU9LdGFw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toGU9LdGFw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toGU9LdGFw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toGU9LdGFw .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-toGU9LdGFw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toGU9LdGFw .modal-backdrop.fade {
  opacity: 0;
}
.cid-toGU9LdGFw .modal-backdrop.show {
  opacity: .5;
}
.cid-toGU9LdGFw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-toGU9LdGFw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toGU9LdGFw .modal-header .close:hover {
  opacity: 1;
}
.cid-toGU9LdGFw .modal-header .close:focus {
  outline: none;
}
.cid-toGU9LdGFw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-toGU9LdGFw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-toGU9LdGFw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-toGU9LdGFw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toGU9LdGFw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toGU9LdGFw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toGU9LdGFw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toGU9LdGFw .modal-sm {
    max-width: 300px;
  }
  .cid-toGU9LdGFw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-toGU9LdGFw .modal-lg,
  .cid-toGU9LdGFw .modal-xl {
    max-width: 800px;
  }
  .cid-toGU9LdGFw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-toGU9LdGFw .modal-xl {
    max-width: 1140px;
  }
  .cid-toGU9LdGFw .container {
    max-width: 1140px;
  }
}
.cid-toGU9LdGFw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-toGU9LdGFw .container {
    max-width: 720px;
  }
}
.cid-toGU9LdGFw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toGU9LdGFw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toGU9LdGFw .form-group {
  margin-bottom: 1rem;
}
.cid-toGU9LdGFw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toGU9LdGFw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toGU9LdGFw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tIek8Htq8V {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-tIek8Htq8V .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIek8HMJHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tIek8HMJHd .video-wrapper iframe {
  width: 100%;
}
.cid-tIek8HMJHd .mbr-section-title,
.cid-tIek8HMJHd .mbr-section-subtitle,
.cid-tIek8HMJHd .mbr-text {
  text-align: center;
}
.cid-tIek8HMJHd .mbr-text {
  color: #000000;
}
.cid-tIek8IpuDa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #297e30;
}
.cid-tIek8IpuDa img,
.cid-tIek8IpuDa .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIek8IpuDa .item:focus,
.cid-tIek8IpuDa span:focus {
  outline: none;
}
.cid-tIek8IpuDa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIek8IpuDa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1ce42d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIek8IpuDa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIek8IpuDa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIek8IpuDa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIek8IpuDa .mbr-section-title {
  color: #64e41c;
}
.cid-tIek8IpuDa .mbr-text,
.cid-tIek8IpuDa .mbr-section-btn {
  text-align: left;
}
.cid-tIek8IpuDa .item-title {
  text-align: left;
}
.cid-tIek8IpuDa .item-subtitle {
  text-align: left;
}
.cid-tIek8IpuDa H3 {
  text-align: left;
}
.cid-tIek8JboZO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-tIek8JboZO .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-tIek8JboZO form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tIek8JboZO form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIek8JboZO form.mbr-form {
    padding: 1rem;
  }
}
.cid-tIek8JboZO form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tIek8JboZO form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tIek8K6aqf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-tIek8K6aqf .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tIek8K6aqf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tIek8K6aqf .mbr-text {
  color: #444;
}
.cid-tIek8K6aqf h5 {
  margin-bottom: 0;
}
.cid-tIek8K6aqf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tIek8K6aqf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIek8K6aqf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-tIek8K6aqf .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIek8K6aqf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIek8K6aqf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIek8K6aqf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIek8K6aqf .social-list a:hover {
  opacity: 0.4;
}
.cid-tIek8K6aqf .media-container-row > div {
  padding: 0px;
}
.cid-tIek8K6aqf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tIek8K6aqf .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tIek8K6aqf .group-title SPAN {
  color: #ffffff;
}
.cid-tIek8K6aqf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tIek8K6aqf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIek8K6aqf .social-list,
  .cid-tIek8K6aqf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIek8K6aqf h3 {
    margin-bottom: 10px;
  }
  .cid-tIek8K6aqf .navbar-brand {
    text-align: center;
  }
}
.cid-tIek8K6aqf .links SPAN {
  color: #9e9e9e;
}
.cid-tIek8LcK6E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tIek8LcK6E .col + .mbr-section-btn .btn,
  .cid-tIek8LcK6E .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tIek8LcK6E .dragArea > *:nth-last-child(2).col,
  .cid-tIek8LcK6E .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIek8LcK6E .col + .mbr-section-btn,
  .cid-tIek8LcK6E .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tIek8LcK6E .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tIek8LcK6E .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tIek8LcK6E .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tIek8LcK6E .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tIek8LcK6E .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tIek8LcK6E .subtext-1,
.cid-tIek8LcK6E .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tIek8LcK6E .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIek8LcK6E .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tIek8LcK6E .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIek8LcK6E .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tIek8LcK6E .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIek8LcK6E .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tIek8LcK6E .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tIek8LcK6E .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tIek8LcK6E .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tIek8LcK6E .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tIek8LcK6E .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tIek8LcK6E .form-group {
  max-width: 400px;
}
.cid-tIek8LcK6E .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tIek8LcK6E .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tIek8LcK6E .form-row {
    justify-content: center;
  }
  .cid-tIek8LcK6E .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tIek8LcK6E .subtext-1,
  .cid-tIek8LcK6E .subtext-2,
  .cid-tIek8LcK6E .card-support {
    text-align: center;
  }
  .cid-tIek8LcK6E .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tIek8LcK6E .form-text {
    text-align: center;
  }
  .cid-tIek8LcK6E .follow-section {
    margin: 0;
  }
  .cid-tIek8LcK6E .mbr-form {
    text-align: center;
  }
  .cid-tIek8LcK6E .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tIek8LcK6E .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tIek8LcK6E .firstColumn,
  .cid-tIek8LcK6E .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tIek8LcK6E .form-row {
    flex-direction: column;
  }
}
.cid-tIek8LcK6E img {
  width: auto;
}
.cid-tIek8LcK6E LI {
  color: #ffffff;
}
.cid-tIek8Mw07v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIek8Mw07v .nav-item,
.cid-tIek8Mw07v .nav-link,
.cid-tIek8Mw07v .navbar-caption {
  font-weight: normal;
}
.cid-tIek8Mw07v .nav-item:focus,
.cid-tIek8Mw07v .nav-link:focus {
  outline: none;
}
.cid-tIek8Mw07v .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tIek8Mw07v .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIek8Mw07v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIek8Mw07v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIek8Mw07v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIek8Mw07v .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-tIek8Mw07v .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-tIek8Mw07v .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tIek8Mw07v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIek8Mw07v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIek8Mw07v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIek8Mw07v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tIek8Mw07v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIek8Mw07v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIek8Mw07v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIek8Mw07v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIek8Mw07v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIek8Mw07v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIek8Mw07v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIek8Mw07v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tIek8Mw07v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIek8Mw07v .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tIek8Mw07v .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tIek8Mw07v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIek8Mw07v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tIek8Mw07v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tIek8Mw07v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tIek8Mw07v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIek8Mw07v .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-tIek8Mw07v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIek8Mw07v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIek8Mw07v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIek8Mw07v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIek8Mw07v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIek8Mw07v .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIek8Mw07v .dropdown-item.active,
.cid-tIek8Mw07v .dropdown-item:active {
  background-color: transparent;
}
.cid-tIek8Mw07v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIek8Mw07v .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIek8Mw07v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tIek8Mw07v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIek8Mw07v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIek8Mw07v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIek8Mw07v .navbar-buttons {
  text-align: center;
}
.cid-tIek8Mw07v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIek8Mw07v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-tIek8Mw07v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIek8Mw07v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIek8Mw07v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIek8Mw07v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIek8Mw07v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIek8Mw07v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIek8Mw07v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIek8Mw07v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIek8Mw07v .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIek8Mw07v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIek8Mw07v .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tIek8Mw07v .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tIek8Mw07v .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tIek8Mw07v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIek8Mw07v .navbar {
    height: 77px;
  }
  .cid-tIek8Mw07v .navbar.opened {
    height: auto;
  }
  .cid-tIek8Mw07v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIek8NoinZ.popup-builder {
  background-color: #ffffff;
}
.cid-tIek8NoinZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIek8NoinZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIek8NoinZ .modal-content,
.cid-tIek8NoinZ .modal-dialog {
  height: auto;
}
.cid-tIek8NoinZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIek8NoinZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIek8NoinZ .form-wrapper .mbr-form .form-group,
  .cid-tIek8NoinZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIek8NoinZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIek8NoinZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIek8NoinZ .mbr-text {
  text-align: center;
}
.cid-tIek8NoinZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tIek8NoinZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIek8NoinZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIek8NoinZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIek8NoinZ .modal-open {
  overflow: hidden;
}
.cid-tIek8NoinZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIek8NoinZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIek8NoinZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIek8NoinZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tIek8NoinZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIek8NoinZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIek8NoinZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIek8NoinZ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tIek8NoinZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIek8NoinZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIek8NoinZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tIek8NoinZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tIek8NoinZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIek8NoinZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tIek8NoinZ .modal-header .close:focus {
  outline: none;
}
.cid-tIek8NoinZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tIek8NoinZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tIek8NoinZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tIek8NoinZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIek8NoinZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIek8NoinZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIek8NoinZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIek8NoinZ .modal-sm {
    max-width: 300px;
  }
  .cid-tIek8NoinZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tIek8NoinZ .modal-lg,
  .cid-tIek8NoinZ .modal-xl {
    max-width: 800px;
  }
  .cid-tIek8NoinZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tIek8NoinZ .modal-xl {
    max-width: 1140px;
  }
  .cid-tIek8NoinZ .container {
    max-width: 1140px;
  }
}
.cid-tIek8NoinZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tIek8NoinZ .container {
    max-width: 720px;
  }
}
.cid-tIek8NoinZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIek8NoinZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tIek8NoinZ .form-group {
  margin-bottom: 1rem;
}
.cid-tIek8NoinZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIek8NoinZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIek8NoinZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tIek8OlZ67.popup-builder {
  background-color: #ffffff;
}
.cid-tIek8OlZ67.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIek8OlZ67.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIek8OlZ67 .modal-content,
.cid-tIek8OlZ67 .modal-dialog {
  height: auto;
}
.cid-tIek8OlZ67 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIek8OlZ67 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIek8OlZ67 .form-wrapper .mbr-form .form-group,
  .cid-tIek8OlZ67 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIek8OlZ67 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIek8OlZ67 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIek8OlZ67 .mbr-text {
  text-align: center;
}
.cid-tIek8OlZ67 .pt-0 {
  padding-top: 0 !important;
}
.cid-tIek8OlZ67 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIek8OlZ67 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIek8OlZ67 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIek8OlZ67 .modal-open {
  overflow: hidden;
}
.cid-tIek8OlZ67 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIek8OlZ67 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIek8OlZ67 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIek8OlZ67 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tIek8OlZ67 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIek8OlZ67 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIek8OlZ67 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIek8OlZ67 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tIek8OlZ67 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIek8OlZ67 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIek8OlZ67 .modal-backdrop.show {
  opacity: .5;
}
.cid-tIek8OlZ67 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tIek8OlZ67 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIek8OlZ67 .modal-header .close:hover {
  opacity: 1;
}
.cid-tIek8OlZ67 .modal-header .close:focus {
  outline: none;
}
.cid-tIek8OlZ67 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tIek8OlZ67 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tIek8OlZ67 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tIek8OlZ67 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIek8OlZ67 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIek8OlZ67 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIek8OlZ67 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIek8OlZ67 .modal-sm {
    max-width: 300px;
  }
  .cid-tIek8OlZ67 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tIek8OlZ67 .modal-lg,
  .cid-tIek8OlZ67 .modal-xl {
    max-width: 800px;
  }
  .cid-tIek8OlZ67 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tIek8OlZ67 .modal-xl {
    max-width: 1140px;
  }
  .cid-tIek8OlZ67 .container {
    max-width: 1140px;
  }
}
.cid-tIek8OlZ67 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tIek8OlZ67 .container {
    max-width: 720px;
  }
}
.cid-tIek8OlZ67 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIek8OlZ67 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tIek8OlZ67 .form-group {
  margin-bottom: 1rem;
}
.cid-tIek8OlZ67 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIek8OlZ67 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIek8OlZ67 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tIemEn8c3s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-tIemEn8c3s .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIemEnqP1y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tIemEnqP1y .video-wrapper iframe {
  width: 100%;
}
.cid-tIemEnqP1y .mbr-section-title,
.cid-tIemEnqP1y .mbr-section-subtitle,
.cid-tIemEnqP1y .mbr-text {
  text-align: center;
}
.cid-tIemEnqP1y .mbr-text {
  color: #000000;
}
.cid-tIemEo1AEB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #297e30;
}
.cid-tIemEo1AEB img,
.cid-tIemEo1AEB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIemEo1AEB .item:focus,
.cid-tIemEo1AEB span:focus {
  outline: none;
}
.cid-tIemEo1AEB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIemEo1AEB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1ce42d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIemEo1AEB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIemEo1AEB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIemEo1AEB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIemEo1AEB .mbr-section-title {
  color: #64e41c;
}
.cid-tIemEo1AEB .mbr-text,
.cid-tIemEo1AEB .mbr-section-btn {
  text-align: left;
}
.cid-tIemEo1AEB .item-title {
  text-align: left;
}
.cid-tIemEo1AEB .item-subtitle {
  text-align: left;
}
.cid-tIemEo1AEB H3 {
  text-align: left;
}
.cid-tIemEoQSKY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-tIemEoQSKY .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-tIemEoQSKY form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tIemEoQSKY form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIemEoQSKY form.mbr-form {
    padding: 1rem;
  }
}
.cid-tIemEoQSKY form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tIemEoQSKY form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tIemEpxR9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-tIemEpxR9y .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tIemEpxR9y .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tIemEpxR9y .mbr-text {
  color: #444;
}
.cid-tIemEpxR9y h5 {
  margin-bottom: 0;
}
.cid-tIemEpxR9y .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tIemEpxR9y .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIemEpxR9y .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-tIemEpxR9y .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIemEpxR9y .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIemEpxR9y .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIemEpxR9y .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIemEpxR9y .social-list a:hover {
  opacity: 0.4;
}
.cid-tIemEpxR9y .media-container-row > div {
  padding: 0px;
}
.cid-tIemEpxR9y .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tIemEpxR9y .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tIemEpxR9y .group-title SPAN {
  color: #ffffff;
}
.cid-tIemEpxR9y .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tIemEpxR9y .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIemEpxR9y .social-list,
  .cid-tIemEpxR9y .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIemEpxR9y h3 {
    margin-bottom: 10px;
  }
  .cid-tIemEpxR9y .navbar-brand {
    text-align: center;
  }
}
.cid-tIemEpxR9y .links SPAN {
  color: #9e9e9e;
}
.cid-tIemEqTpKs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tIemEqTpKs .col + .mbr-section-btn .btn,
  .cid-tIemEqTpKs .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tIemEqTpKs .dragArea > *:nth-last-child(2).col,
  .cid-tIemEqTpKs .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIemEqTpKs .col + .mbr-section-btn,
  .cid-tIemEqTpKs .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tIemEqTpKs .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tIemEqTpKs .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tIemEqTpKs .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tIemEqTpKs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tIemEqTpKs .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tIemEqTpKs .subtext-1,
.cid-tIemEqTpKs .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tIemEqTpKs .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tIemEqTpKs .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tIemEqTpKs .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIemEqTpKs .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tIemEqTpKs .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tIemEqTpKs .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tIemEqTpKs .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tIemEqTpKs .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tIemEqTpKs .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tIemEqTpKs .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tIemEqTpKs .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tIemEqTpKs .form-group {
  max-width: 400px;
}
.cid-tIemEqTpKs .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tIemEqTpKs .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tIemEqTpKs .form-row {
    justify-content: center;
  }
  .cid-tIemEqTpKs .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tIemEqTpKs .subtext-1,
  .cid-tIemEqTpKs .subtext-2,
  .cid-tIemEqTpKs .card-support {
    text-align: center;
  }
  .cid-tIemEqTpKs .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tIemEqTpKs .form-text {
    text-align: center;
  }
  .cid-tIemEqTpKs .follow-section {
    margin: 0;
  }
  .cid-tIemEqTpKs .mbr-form {
    text-align: center;
  }
  .cid-tIemEqTpKs .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tIemEqTpKs .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tIemEqTpKs .firstColumn,
  .cid-tIemEqTpKs .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tIemEqTpKs .form-row {
    flex-direction: column;
  }
}
.cid-tIemEqTpKs img {
  width: auto;
}
.cid-tIemEqTpKs LI {
  color: #ffffff;
}
.cid-tIemEskHDd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIemEskHDd .nav-item,
.cid-tIemEskHDd .nav-link,
.cid-tIemEskHDd .navbar-caption {
  font-weight: normal;
}
.cid-tIemEskHDd .nav-item:focus,
.cid-tIemEskHDd .nav-link:focus {
  outline: none;
}
.cid-tIemEskHDd .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tIemEskHDd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIemEskHDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tIemEskHDd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIemEskHDd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIemEskHDd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-tIemEskHDd .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-tIemEskHDd .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tIemEskHDd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIemEskHDd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIemEskHDd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIemEskHDd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tIemEskHDd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIemEskHDd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tIemEskHDd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIemEskHDd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIemEskHDd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIemEskHDd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIemEskHDd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIemEskHDd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tIemEskHDd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIemEskHDd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tIemEskHDd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tIemEskHDd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIemEskHDd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tIemEskHDd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tIemEskHDd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tIemEskHDd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIemEskHDd .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-tIemEskHDd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tIemEskHDd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIemEskHDd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIemEskHDd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIemEskHDd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIemEskHDd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tIemEskHDd .dropdown-item.active,
.cid-tIemEskHDd .dropdown-item:active {
  background-color: transparent;
}
.cid-tIemEskHDd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIemEskHDd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIemEskHDd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tIemEskHDd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIemEskHDd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIemEskHDd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIemEskHDd .navbar-buttons {
  text-align: center;
}
.cid-tIemEskHDd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIemEskHDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-tIemEskHDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIemEskHDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIemEskHDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIemEskHDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIemEskHDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIemEskHDd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIemEskHDd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIemEskHDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIemEskHDd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tIemEskHDd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIemEskHDd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tIemEskHDd .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tIemEskHDd .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tIemEskHDd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIemEskHDd .navbar {
    height: 77px;
  }
  .cid-tIemEskHDd .navbar.opened {
    height: auto;
  }
  .cid-tIemEskHDd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIemEtbUh0.popup-builder {
  background-color: #ffffff;
}
.cid-tIemEtbUh0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIemEtbUh0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIemEtbUh0 .modal-content,
.cid-tIemEtbUh0 .modal-dialog {
  height: auto;
}
.cid-tIemEtbUh0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIemEtbUh0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIemEtbUh0 .form-wrapper .mbr-form .form-group,
  .cid-tIemEtbUh0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIemEtbUh0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIemEtbUh0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIemEtbUh0 .mbr-text {
  text-align: center;
}
.cid-tIemEtbUh0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tIemEtbUh0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIemEtbUh0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIemEtbUh0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIemEtbUh0 .modal-open {
  overflow: hidden;
}
.cid-tIemEtbUh0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIemEtbUh0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIemEtbUh0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIemEtbUh0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tIemEtbUh0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIemEtbUh0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIemEtbUh0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIemEtbUh0 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tIemEtbUh0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIemEtbUh0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIemEtbUh0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tIemEtbUh0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tIemEtbUh0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIemEtbUh0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tIemEtbUh0 .modal-header .close:focus {
  outline: none;
}
.cid-tIemEtbUh0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tIemEtbUh0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tIemEtbUh0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tIemEtbUh0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIemEtbUh0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIemEtbUh0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIemEtbUh0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIemEtbUh0 .modal-sm {
    max-width: 300px;
  }
  .cid-tIemEtbUh0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tIemEtbUh0 .modal-lg,
  .cid-tIemEtbUh0 .modal-xl {
    max-width: 800px;
  }
  .cid-tIemEtbUh0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tIemEtbUh0 .modal-xl {
    max-width: 1140px;
  }
  .cid-tIemEtbUh0 .container {
    max-width: 1140px;
  }
}
.cid-tIemEtbUh0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tIemEtbUh0 .container {
    max-width: 720px;
  }
}
.cid-tIemEtbUh0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIemEtbUh0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tIemEtbUh0 .form-group {
  margin-bottom: 1rem;
}
.cid-tIemEtbUh0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIemEtbUh0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIemEtbUh0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tIemEuhDju.popup-builder {
  background-color: #ffffff;
}
.cid-tIemEuhDju.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIemEuhDju.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIemEuhDju .modal-content,
.cid-tIemEuhDju .modal-dialog {
  height: auto;
}
.cid-tIemEuhDju .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIemEuhDju .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIemEuhDju .form-wrapper .mbr-form .form-group,
  .cid-tIemEuhDju .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIemEuhDju .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIemEuhDju .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIemEuhDju .mbr-text {
  text-align: center;
}
.cid-tIemEuhDju .pt-0 {
  padding-top: 0 !important;
}
.cid-tIemEuhDju .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIemEuhDju .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIemEuhDju .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIemEuhDju .modal-open {
  overflow: hidden;
}
.cid-tIemEuhDju .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIemEuhDju .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIemEuhDju .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIemEuhDju .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tIemEuhDju .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIemEuhDju .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIemEuhDju .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIemEuhDju .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tIemEuhDju .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIemEuhDju .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIemEuhDju .modal-backdrop.show {
  opacity: .5;
}
.cid-tIemEuhDju .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tIemEuhDju .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIemEuhDju .modal-header .close:hover {
  opacity: 1;
}
.cid-tIemEuhDju .modal-header .close:focus {
  outline: none;
}
.cid-tIemEuhDju .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tIemEuhDju .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tIemEuhDju .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tIemEuhDju .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIemEuhDju .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIemEuhDju .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIemEuhDju .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIemEuhDju .modal-sm {
    max-width: 300px;
  }
  .cid-tIemEuhDju .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tIemEuhDju .modal-lg,
  .cid-tIemEuhDju .modal-xl {
    max-width: 800px;
  }
  .cid-tIemEuhDju .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tIemEuhDju .modal-xl {
    max-width: 1140px;
  }
  .cid-tIemEuhDju .container {
    max-width: 1140px;
  }
}
.cid-tIemEuhDju .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tIemEuhDju .container {
    max-width: 720px;
  }
}
.cid-tIemEuhDju .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIemEuhDju .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tIemEuhDju .form-group {
  margin-bottom: 1rem;
}
.cid-tIemEuhDju .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIemEuhDju .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIemEuhDju .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKTroiEPF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKTroiEPF .nav-item,
.cid-uyKTroiEPF .nav-link,
.cid-uyKTroiEPF .navbar-caption {
  font-weight: normal;
}
.cid-uyKTroiEPF .nav-item:focus,
.cid-uyKTroiEPF .nav-link:focus {
  outline: none;
}
.cid-uyKTroiEPF .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uyKTroiEPF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uyKTroiEPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKTroiEPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyKTroiEPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyKTroiEPF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uyKTroiEPF .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uyKTroiEPF .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uyKTroiEPF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyKTroiEPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyKTroiEPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyKTroiEPF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uyKTroiEPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyKTroiEPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uyKTroiEPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyKTroiEPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKTroiEPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyKTroiEPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyKTroiEPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyKTroiEPF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uyKTroiEPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyKTroiEPF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uyKTroiEPF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uyKTroiEPF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyKTroiEPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyKTroiEPF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uyKTroiEPF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uyKTroiEPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyKTroiEPF .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uyKTroiEPF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uyKTroiEPF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uyKTroiEPF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyKTroiEPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyKTroiEPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyKTroiEPF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uyKTroiEPF .dropdown-item.active,
.cid-uyKTroiEPF .dropdown-item:active {
  background-color: transparent;
}
.cid-uyKTroiEPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyKTroiEPF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyKTroiEPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uyKTroiEPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyKTroiEPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyKTroiEPF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyKTroiEPF .navbar-buttons {
  text-align: center;
}
.cid-uyKTroiEPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKTroiEPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uyKTroiEPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyKTroiEPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKTroiEPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKTroiEPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyKTroiEPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKTroiEPF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyKTroiEPF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyKTroiEPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKTroiEPF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uyKTroiEPF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKTroiEPF .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uyKTroiEPF .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uyKTroiEPF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uyKTroiEPF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyKTroiEPF .navbar {
    height: 77px;
  }
  .cid-uyKTroiEPF .navbar.opened {
    height: auto;
  }
  .cid-uyKTroiEPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyKTrpjelb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uyKTrpjelb .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyKTrpWFic {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uyKTrpWFic .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyKTrpWFic .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyKTrpWFic .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyKTrpWFic .mbr-text {
  color: #000000;
}
.cid-uyKTrpWFic .fnt025 {
  font-size: 25px;
}
.cid-uyKTrqSyig {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uyKTrqSyig .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uyKTrqSyig img,
.cid-uyKTrqSyig .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uyKTrqSyig .item:focus,
.cid-uyKTrqSyig span:focus {
  outline: none;
}
.cid-uyKTrqSyig .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyKTrqSyig .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyKTrqSyig .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKTrqSyig .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyKTrqSyig .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyKTrqSyig .mbr-section-title {
  color: #232323;
}
.cid-uyKTrqSyig .mbr-text,
.cid-uyKTrqSyig .mbr-section-btn {
  text-align: left;
}
.cid-uyKTrqSyig .item-title {
  text-align: left;
}
.cid-uyKTrqSyig .item-subtitle {
  text-align: left;
}
.cid-uyKTrsJ6eJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uyKTrsJ6eJ .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uyKTrsJ6eJ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uyKTrsJ6eJ form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKTrsJ6eJ form.mbr-form {
    padding: 1rem;
  }
}
.cid-uyKTrsJ6eJ form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uyKTrsJ6eJ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uyKTrusFuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uyKTrusFuF .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uyKTrusFuF .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uyKTrusFuF .mbr-text {
  color: #444;
}
.cid-uyKTrusFuF h5 {
  margin-bottom: 0;
}
.cid-uyKTrusFuF .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uyKTrusFuF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKTrusFuF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uyKTrusFuF .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKTrusFuF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyKTrusFuF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyKTrusFuF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyKTrusFuF .social-list a:hover {
  opacity: 0.4;
}
.cid-uyKTrusFuF .media-container-row > div {
  padding: 0px;
}
.cid-uyKTrusFuF .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKTrusFuF .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyKTrusFuF .group-title SPAN {
  color: #ffffff;
}
.cid-uyKTrusFuF .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uyKTrusFuF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyKTrusFuF .social-list,
  .cid-uyKTrusFuF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uyKTrusFuF h3 {
    margin-bottom: 10px;
  }
  .cid-uyKTrusFuF .navbar-brand {
    text-align: center;
  }
}
.cid-uyKTrusFuF .links SPAN {
  color: #9e9e9e;
}
.cid-uyKTrwnHww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uyKTrwnHww .col + .mbr-section-btn .btn,
  .cid-uyKTrwnHww .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uyKTrwnHww .dragArea > *:nth-last-child(2).col,
  .cid-uyKTrwnHww .dragArea > *:nth-last-child(2).col-auto,
  .cid-uyKTrwnHww .col + .mbr-section-btn,
  .cid-uyKTrwnHww .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uyKTrwnHww .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uyKTrwnHww .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uyKTrwnHww .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uyKTrwnHww .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uyKTrwnHww .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uyKTrwnHww .subtext-1,
.cid-uyKTrwnHww .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uyKTrwnHww .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uyKTrwnHww .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uyKTrwnHww .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKTrwnHww .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uyKTrwnHww .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKTrwnHww .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uyKTrwnHww .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uyKTrwnHww .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uyKTrwnHww .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyKTrwnHww .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKTrwnHww .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKTrwnHww .form-group {
  max-width: 400px;
}
.cid-uyKTrwnHww .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uyKTrwnHww .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uyKTrwnHww .form-row {
    justify-content: center;
  }
  .cid-uyKTrwnHww .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uyKTrwnHww .subtext-1,
  .cid-uyKTrwnHww .subtext-2,
  .cid-uyKTrwnHww .card-support {
    text-align: center;
  }
  .cid-uyKTrwnHww .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uyKTrwnHww .form-text {
    text-align: center;
  }
  .cid-uyKTrwnHww .follow-section {
    margin: 0;
  }
  .cid-uyKTrwnHww .mbr-form {
    text-align: center;
  }
  .cid-uyKTrwnHww .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uyKTrwnHww .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uyKTrwnHww .firstColumn,
  .cid-uyKTrwnHww .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uyKTrwnHww .form-row {
    flex-direction: column;
  }
}
.cid-uyKTrwnHww img {
  width: auto;
}
.cid-uyKTrwnHww LI {
  color: #ffffff;
}
.cid-uyKTrynUWU.popup-builder {
  background-color: #ffffff;
}
.cid-uyKTrynUWU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKTrynUWU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKTrynUWU .modal-content,
.cid-uyKTrynUWU .modal-dialog {
  height: auto;
}
.cid-uyKTrynUWU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKTrynUWU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKTrynUWU .form-wrapper .mbr-form .form-group,
  .cid-uyKTrynUWU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKTrynUWU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKTrynUWU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKTrynUWU .mbr-text {
  text-align: center;
}
.cid-uyKTrynUWU .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKTrynUWU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKTrynUWU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKTrynUWU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKTrynUWU .modal-open {
  overflow: hidden;
}
.cid-uyKTrynUWU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKTrynUWU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKTrynUWU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKTrynUWU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKTrynUWU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKTrynUWU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKTrynUWU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKTrynUWU .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKTrynUWU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKTrynUWU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKTrynUWU .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKTrynUWU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKTrynUWU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKTrynUWU .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKTrynUWU .modal-header .close:focus {
  outline: none;
}
.cid-uyKTrynUWU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKTrynUWU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKTrynUWU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKTrynUWU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKTrynUWU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKTrynUWU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKTrynUWU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKTrynUWU .modal-sm {
    max-width: 300px;
  }
  .cid-uyKTrynUWU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKTrynUWU .modal-lg,
  .cid-uyKTrynUWU .modal-xl {
    max-width: 800px;
  }
  .cid-uyKTrynUWU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKTrynUWU .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKTrynUWU .container {
    max-width: 1140px;
  }
}
.cid-uyKTrynUWU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKTrynUWU .container {
    max-width: 720px;
  }
}
.cid-uyKTrynUWU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKTrynUWU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKTrynUWU .form-group {
  margin-bottom: 1rem;
}
.cid-uyKTrynUWU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKTrynUWU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKTrynUWU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKTrzHth5.popup-builder {
  background-color: #ffffff;
}
.cid-uyKTrzHth5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKTrzHth5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKTrzHth5 .modal-content,
.cid-uyKTrzHth5 .modal-dialog {
  height: auto;
}
.cid-uyKTrzHth5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKTrzHth5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKTrzHth5 .form-wrapper .mbr-form .form-group,
  .cid-uyKTrzHth5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKTrzHth5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKTrzHth5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKTrzHth5 .mbr-text {
  text-align: center;
}
.cid-uyKTrzHth5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKTrzHth5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKTrzHth5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKTrzHth5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKTrzHth5 .modal-open {
  overflow: hidden;
}
.cid-uyKTrzHth5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKTrzHth5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKTrzHth5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKTrzHth5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKTrzHth5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKTrzHth5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKTrzHth5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKTrzHth5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKTrzHth5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKTrzHth5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKTrzHth5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKTrzHth5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKTrzHth5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKTrzHth5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKTrzHth5 .modal-header .close:focus {
  outline: none;
}
.cid-uyKTrzHth5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKTrzHth5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKTrzHth5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKTrzHth5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKTrzHth5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKTrzHth5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKTrzHth5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKTrzHth5 .modal-sm {
    max-width: 300px;
  }
  .cid-uyKTrzHth5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKTrzHth5 .modal-lg,
  .cid-uyKTrzHth5 .modal-xl {
    max-width: 800px;
  }
  .cid-uyKTrzHth5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKTrzHth5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKTrzHth5 .container {
    max-width: 1140px;
  }
}
.cid-uyKTrzHth5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKTrzHth5 .container {
    max-width: 720px;
  }
}
.cid-uyKTrzHth5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKTrzHth5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKTrzHth5 .form-group {
  margin-bottom: 1rem;
}
.cid-uyKTrzHth5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKTrzHth5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKTrzHth5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKVsjTuvc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKVsjTuvc .nav-item,
.cid-uyKVsjTuvc .nav-link,
.cid-uyKVsjTuvc .navbar-caption {
  font-weight: normal;
}
.cid-uyKVsjTuvc .nav-item:focus,
.cid-uyKVsjTuvc .nav-link:focus {
  outline: none;
}
.cid-uyKVsjTuvc .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uyKVsjTuvc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uyKVsjTuvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKVsjTuvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyKVsjTuvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyKVsjTuvc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uyKVsjTuvc .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uyKVsjTuvc .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uyKVsjTuvc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyKVsjTuvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyKVsjTuvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyKVsjTuvc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uyKVsjTuvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyKVsjTuvc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uyKVsjTuvc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyKVsjTuvc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKVsjTuvc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyKVsjTuvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyKVsjTuvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyKVsjTuvc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uyKVsjTuvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyKVsjTuvc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uyKVsjTuvc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uyKVsjTuvc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyKVsjTuvc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyKVsjTuvc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uyKVsjTuvc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uyKVsjTuvc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyKVsjTuvc .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uyKVsjTuvc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uyKVsjTuvc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uyKVsjTuvc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyKVsjTuvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyKVsjTuvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyKVsjTuvc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uyKVsjTuvc .dropdown-item.active,
.cid-uyKVsjTuvc .dropdown-item:active {
  background-color: transparent;
}
.cid-uyKVsjTuvc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyKVsjTuvc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyKVsjTuvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uyKVsjTuvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyKVsjTuvc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyKVsjTuvc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyKVsjTuvc .navbar-buttons {
  text-align: center;
}
.cid-uyKVsjTuvc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKVsjTuvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uyKVsjTuvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyKVsjTuvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKVsjTuvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKVsjTuvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyKVsjTuvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKVsjTuvc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyKVsjTuvc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyKVsjTuvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKVsjTuvc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uyKVsjTuvc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKVsjTuvc .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uyKVsjTuvc .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uyKVsjTuvc .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uyKVsjTuvc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyKVsjTuvc .navbar {
    height: 77px;
  }
  .cid-uyKVsjTuvc .navbar.opened {
    height: auto;
  }
  .cid-uyKVsjTuvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyKVsmsU6G {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uyKVsmsU6G .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyKVsne7aI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uyKVsne7aI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyKVsne7aI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyKVsne7aI .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyKVsne7aI .mbr-text {
  color: #000000;
}
.cid-uyKVsne7aI .fnt025 {
  font-size: 25px;
}
.cid-uyKVsofTlx {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uyKVsofTlx .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uyKVsofTlx img,
.cid-uyKVsofTlx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uyKVsofTlx .item:focus,
.cid-uyKVsofTlx span:focus {
  outline: none;
}
.cid-uyKVsofTlx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyKVsofTlx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyKVsofTlx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKVsofTlx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyKVsofTlx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyKVsofTlx .mbr-section-title {
  color: #232323;
}
.cid-uyKVsofTlx .mbr-text,
.cid-uyKVsofTlx .mbr-section-btn {
  text-align: left;
}
.cid-uyKVsofTlx .item-title {
  text-align: left;
}
.cid-uyKVsofTlx .item-subtitle {
  text-align: left;
}
.cid-uyKVspOBjc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uyKVspOBjc .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uyKVspOBjc form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uyKVspOBjc form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKVspOBjc form.mbr-form {
    padding: 1rem;
  }
}
.cid-uyKVspOBjc form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uyKVspOBjc form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uyKVsr4CDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uyKVsr4CDB .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uyKVsr4CDB .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uyKVsr4CDB .mbr-text {
  color: #444;
}
.cid-uyKVsr4CDB h5 {
  margin-bottom: 0;
}
.cid-uyKVsr4CDB .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uyKVsr4CDB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKVsr4CDB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uyKVsr4CDB .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKVsr4CDB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyKVsr4CDB .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyKVsr4CDB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyKVsr4CDB .social-list a:hover {
  opacity: 0.4;
}
.cid-uyKVsr4CDB .media-container-row > div {
  padding: 0px;
}
.cid-uyKVsr4CDB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKVsr4CDB .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyKVsr4CDB .group-title SPAN {
  color: #ffffff;
}
.cid-uyKVsr4CDB .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uyKVsr4CDB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyKVsr4CDB .social-list,
  .cid-uyKVsr4CDB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uyKVsr4CDB h3 {
    margin-bottom: 10px;
  }
  .cid-uyKVsr4CDB .navbar-brand {
    text-align: center;
  }
}
.cid-uyKVsr4CDB .links SPAN {
  color: #9e9e9e;
}
.cid-uyKVssHz25 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uyKVssHz25 .col + .mbr-section-btn .btn,
  .cid-uyKVssHz25 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uyKVssHz25 .dragArea > *:nth-last-child(2).col,
  .cid-uyKVssHz25 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uyKVssHz25 .col + .mbr-section-btn,
  .cid-uyKVssHz25 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uyKVssHz25 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uyKVssHz25 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uyKVssHz25 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uyKVssHz25 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uyKVssHz25 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uyKVssHz25 .subtext-1,
.cid-uyKVssHz25 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uyKVssHz25 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uyKVssHz25 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uyKVssHz25 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKVssHz25 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uyKVssHz25 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKVssHz25 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uyKVssHz25 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uyKVssHz25 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uyKVssHz25 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyKVssHz25 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKVssHz25 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKVssHz25 .form-group {
  max-width: 400px;
}
.cid-uyKVssHz25 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uyKVssHz25 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uyKVssHz25 .form-row {
    justify-content: center;
  }
  .cid-uyKVssHz25 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uyKVssHz25 .subtext-1,
  .cid-uyKVssHz25 .subtext-2,
  .cid-uyKVssHz25 .card-support {
    text-align: center;
  }
  .cid-uyKVssHz25 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uyKVssHz25 .form-text {
    text-align: center;
  }
  .cid-uyKVssHz25 .follow-section {
    margin: 0;
  }
  .cid-uyKVssHz25 .mbr-form {
    text-align: center;
  }
  .cid-uyKVssHz25 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uyKVssHz25 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uyKVssHz25 .firstColumn,
  .cid-uyKVssHz25 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uyKVssHz25 .form-row {
    flex-direction: column;
  }
}
.cid-uyKVssHz25 img {
  width: auto;
}
.cid-uyKVssHz25 LI {
  color: #ffffff;
}
.cid-uyKVsuIc3T.popup-builder {
  background-color: #ffffff;
}
.cid-uyKVsuIc3T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKVsuIc3T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKVsuIc3T .modal-content,
.cid-uyKVsuIc3T .modal-dialog {
  height: auto;
}
.cid-uyKVsuIc3T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKVsuIc3T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKVsuIc3T .form-wrapper .mbr-form .form-group,
  .cid-uyKVsuIc3T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKVsuIc3T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKVsuIc3T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKVsuIc3T .mbr-text {
  text-align: center;
}
.cid-uyKVsuIc3T .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKVsuIc3T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKVsuIc3T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKVsuIc3T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKVsuIc3T .modal-open {
  overflow: hidden;
}
.cid-uyKVsuIc3T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKVsuIc3T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKVsuIc3T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKVsuIc3T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKVsuIc3T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKVsuIc3T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKVsuIc3T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKVsuIc3T .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKVsuIc3T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKVsuIc3T .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKVsuIc3T .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKVsuIc3T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKVsuIc3T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKVsuIc3T .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKVsuIc3T .modal-header .close:focus {
  outline: none;
}
.cid-uyKVsuIc3T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKVsuIc3T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKVsuIc3T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKVsuIc3T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKVsuIc3T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKVsuIc3T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKVsuIc3T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKVsuIc3T .modal-sm {
    max-width: 300px;
  }
  .cid-uyKVsuIc3T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKVsuIc3T .modal-lg,
  .cid-uyKVsuIc3T .modal-xl {
    max-width: 800px;
  }
  .cid-uyKVsuIc3T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKVsuIc3T .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKVsuIc3T .container {
    max-width: 1140px;
  }
}
.cid-uyKVsuIc3T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKVsuIc3T .container {
    max-width: 720px;
  }
}
.cid-uyKVsuIc3T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKVsuIc3T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKVsuIc3T .form-group {
  margin-bottom: 1rem;
}
.cid-uyKVsuIc3T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKVsuIc3T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKVsuIc3T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKVswmW2D.popup-builder {
  background-color: #ffffff;
}
.cid-uyKVswmW2D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKVswmW2D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKVswmW2D .modal-content,
.cid-uyKVswmW2D .modal-dialog {
  height: auto;
}
.cid-uyKVswmW2D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKVswmW2D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKVswmW2D .form-wrapper .mbr-form .form-group,
  .cid-uyKVswmW2D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKVswmW2D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKVswmW2D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKVswmW2D .mbr-text {
  text-align: center;
}
.cid-uyKVswmW2D .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKVswmW2D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKVswmW2D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKVswmW2D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKVswmW2D .modal-open {
  overflow: hidden;
}
.cid-uyKVswmW2D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKVswmW2D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKVswmW2D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKVswmW2D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKVswmW2D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKVswmW2D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKVswmW2D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKVswmW2D .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKVswmW2D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKVswmW2D .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKVswmW2D .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKVswmW2D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKVswmW2D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKVswmW2D .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKVswmW2D .modal-header .close:focus {
  outline: none;
}
.cid-uyKVswmW2D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKVswmW2D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKVswmW2D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKVswmW2D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKVswmW2D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKVswmW2D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKVswmW2D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKVswmW2D .modal-sm {
    max-width: 300px;
  }
  .cid-uyKVswmW2D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKVswmW2D .modal-lg,
  .cid-uyKVswmW2D .modal-xl {
    max-width: 800px;
  }
  .cid-uyKVswmW2D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKVswmW2D .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKVswmW2D .container {
    max-width: 1140px;
  }
}
.cid-uyKVswmW2D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKVswmW2D .container {
    max-width: 720px;
  }
}
.cid-uyKVswmW2D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKVswmW2D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKVswmW2D .form-group {
  margin-bottom: 1rem;
}
.cid-uyKVswmW2D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKVswmW2D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKVswmW2D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKZq978Gy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKZq978Gy .nav-item,
.cid-uyKZq978Gy .nav-link,
.cid-uyKZq978Gy .navbar-caption {
  font-weight: normal;
}
.cid-uyKZq978Gy .nav-item:focus,
.cid-uyKZq978Gy .nav-link:focus {
  outline: none;
}
.cid-uyKZq978Gy .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uyKZq978Gy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uyKZq978Gy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKZq978Gy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyKZq978Gy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyKZq978Gy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uyKZq978Gy .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uyKZq978Gy .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uyKZq978Gy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyKZq978Gy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyKZq978Gy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyKZq978Gy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uyKZq978Gy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyKZq978Gy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uyKZq978Gy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyKZq978Gy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKZq978Gy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyKZq978Gy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyKZq978Gy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyKZq978Gy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uyKZq978Gy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyKZq978Gy .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uyKZq978Gy .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uyKZq978Gy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyKZq978Gy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyKZq978Gy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uyKZq978Gy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uyKZq978Gy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyKZq978Gy .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uyKZq978Gy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uyKZq978Gy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uyKZq978Gy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyKZq978Gy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyKZq978Gy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyKZq978Gy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uyKZq978Gy .dropdown-item.active,
.cid-uyKZq978Gy .dropdown-item:active {
  background-color: transparent;
}
.cid-uyKZq978Gy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyKZq978Gy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyKZq978Gy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uyKZq978Gy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyKZq978Gy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyKZq978Gy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyKZq978Gy .navbar-buttons {
  text-align: center;
}
.cid-uyKZq978Gy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKZq978Gy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uyKZq978Gy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyKZq978Gy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKZq978Gy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKZq978Gy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyKZq978Gy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKZq978Gy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyKZq978Gy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyKZq978Gy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKZq978Gy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uyKZq978Gy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKZq978Gy .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uyKZq978Gy .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uyKZq978Gy .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uyKZq978Gy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyKZq978Gy .navbar {
    height: 77px;
  }
  .cid-uyKZq978Gy .navbar.opened {
    height: auto;
  }
  .cid-uyKZq978Gy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyKZqdtXsj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uyKZqdtXsj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyKZqk8rfv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uyKZqk8rfv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyKZqk8rfv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyKZqk8rfv .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyKZqk8rfv .mbr-text {
  color: #000000;
}
.cid-uyKZqk8rfv .fnt025 {
  font-size: 25px;
}
.cid-uyKZqn4jte {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uyKZqn4jte .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uyKZqn4jte img,
.cid-uyKZqn4jte .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uyKZqn4jte .item:focus,
.cid-uyKZqn4jte span:focus {
  outline: none;
}
.cid-uyKZqn4jte .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyKZqn4jte .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyKZqn4jte .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKZqn4jte .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyKZqn4jte .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyKZqn4jte .mbr-section-title {
  color: #232323;
}
.cid-uyKZqn4jte .mbr-text,
.cid-uyKZqn4jte .mbr-section-btn {
  text-align: left;
}
.cid-uyKZqn4jte .item-title {
  text-align: left;
}
.cid-uyKZqn4jte .item-subtitle {
  text-align: left;
}
.cid-uyKZqrxajk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uyKZqrxajk .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uyKZqrxajk form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uyKZqrxajk form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKZqrxajk form.mbr-form {
    padding: 1rem;
  }
}
.cid-uyKZqrxajk form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uyKZqrxajk form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uyKZqug1gv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uyKZqug1gv .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uyKZqug1gv .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uyKZqug1gv .mbr-text {
  color: #444;
}
.cid-uyKZqug1gv h5 {
  margin-bottom: 0;
}
.cid-uyKZqug1gv .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uyKZqug1gv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKZqug1gv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uyKZqug1gv .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKZqug1gv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyKZqug1gv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyKZqug1gv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyKZqug1gv .social-list a:hover {
  opacity: 0.4;
}
.cid-uyKZqug1gv .media-container-row > div {
  padding: 0px;
}
.cid-uyKZqug1gv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKZqug1gv .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyKZqug1gv .group-title SPAN {
  color: #ffffff;
}
.cid-uyKZqug1gv .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uyKZqug1gv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyKZqug1gv .social-list,
  .cid-uyKZqug1gv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uyKZqug1gv h3 {
    margin-bottom: 10px;
  }
  .cid-uyKZqug1gv .navbar-brand {
    text-align: center;
  }
}
.cid-uyKZqug1gv .links SPAN {
  color: #9e9e9e;
}
.cid-uyKZqyo8QW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uyKZqyo8QW .col + .mbr-section-btn .btn,
  .cid-uyKZqyo8QW .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uyKZqyo8QW .dragArea > *:nth-last-child(2).col,
  .cid-uyKZqyo8QW .dragArea > *:nth-last-child(2).col-auto,
  .cid-uyKZqyo8QW .col + .mbr-section-btn,
  .cid-uyKZqyo8QW .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uyKZqyo8QW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uyKZqyo8QW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uyKZqyo8QW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uyKZqyo8QW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uyKZqyo8QW .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uyKZqyo8QW .subtext-1,
.cid-uyKZqyo8QW .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uyKZqyo8QW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uyKZqyo8QW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uyKZqyo8QW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKZqyo8QW .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uyKZqyo8QW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKZqyo8QW .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uyKZqyo8QW .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uyKZqyo8QW .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uyKZqyo8QW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyKZqyo8QW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKZqyo8QW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKZqyo8QW .form-group {
  max-width: 400px;
}
.cid-uyKZqyo8QW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uyKZqyo8QW .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uyKZqyo8QW .form-row {
    justify-content: center;
  }
  .cid-uyKZqyo8QW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uyKZqyo8QW .subtext-1,
  .cid-uyKZqyo8QW .subtext-2,
  .cid-uyKZqyo8QW .card-support {
    text-align: center;
  }
  .cid-uyKZqyo8QW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uyKZqyo8QW .form-text {
    text-align: center;
  }
  .cid-uyKZqyo8QW .follow-section {
    margin: 0;
  }
  .cid-uyKZqyo8QW .mbr-form {
    text-align: center;
  }
  .cid-uyKZqyo8QW .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uyKZqyo8QW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uyKZqyo8QW .firstColumn,
  .cid-uyKZqyo8QW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uyKZqyo8QW .form-row {
    flex-direction: column;
  }
}
.cid-uyKZqyo8QW img {
  width: auto;
}
.cid-uyKZqyo8QW LI {
  color: #ffffff;
}
.cid-uyKZqE3Sv1.popup-builder {
  background-color: #ffffff;
}
.cid-uyKZqE3Sv1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKZqE3Sv1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKZqE3Sv1 .modal-content,
.cid-uyKZqE3Sv1 .modal-dialog {
  height: auto;
}
.cid-uyKZqE3Sv1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKZqE3Sv1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKZqE3Sv1 .form-wrapper .mbr-form .form-group,
  .cid-uyKZqE3Sv1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKZqE3Sv1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKZqE3Sv1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKZqE3Sv1 .mbr-text {
  text-align: center;
}
.cid-uyKZqE3Sv1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKZqE3Sv1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKZqE3Sv1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKZqE3Sv1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKZqE3Sv1 .modal-open {
  overflow: hidden;
}
.cid-uyKZqE3Sv1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKZqE3Sv1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKZqE3Sv1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKZqE3Sv1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKZqE3Sv1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKZqE3Sv1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKZqE3Sv1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKZqE3Sv1 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKZqE3Sv1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKZqE3Sv1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKZqE3Sv1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKZqE3Sv1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKZqE3Sv1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKZqE3Sv1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKZqE3Sv1 .modal-header .close:focus {
  outline: none;
}
.cid-uyKZqE3Sv1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKZqE3Sv1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKZqE3Sv1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKZqE3Sv1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKZqE3Sv1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKZqE3Sv1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKZqE3Sv1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKZqE3Sv1 .modal-sm {
    max-width: 300px;
  }
  .cid-uyKZqE3Sv1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKZqE3Sv1 .modal-lg,
  .cid-uyKZqE3Sv1 .modal-xl {
    max-width: 800px;
  }
  .cid-uyKZqE3Sv1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKZqE3Sv1 .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKZqE3Sv1 .container {
    max-width: 1140px;
  }
}
.cid-uyKZqE3Sv1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKZqE3Sv1 .container {
    max-width: 720px;
  }
}
.cid-uyKZqE3Sv1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKZqE3Sv1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKZqE3Sv1 .form-group {
  margin-bottom: 1rem;
}
.cid-uyKZqE3Sv1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKZqE3Sv1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKZqE3Sv1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKZqIvdLg.popup-builder {
  background-color: #ffffff;
}
.cid-uyKZqIvdLg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKZqIvdLg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKZqIvdLg .modal-content,
.cid-uyKZqIvdLg .modal-dialog {
  height: auto;
}
.cid-uyKZqIvdLg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKZqIvdLg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKZqIvdLg .form-wrapper .mbr-form .form-group,
  .cid-uyKZqIvdLg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKZqIvdLg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKZqIvdLg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKZqIvdLg .mbr-text {
  text-align: center;
}
.cid-uyKZqIvdLg .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKZqIvdLg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKZqIvdLg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKZqIvdLg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKZqIvdLg .modal-open {
  overflow: hidden;
}
.cid-uyKZqIvdLg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKZqIvdLg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKZqIvdLg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKZqIvdLg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKZqIvdLg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKZqIvdLg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKZqIvdLg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKZqIvdLg .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKZqIvdLg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKZqIvdLg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKZqIvdLg .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKZqIvdLg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKZqIvdLg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKZqIvdLg .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKZqIvdLg .modal-header .close:focus {
  outline: none;
}
.cid-uyKZqIvdLg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKZqIvdLg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKZqIvdLg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKZqIvdLg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKZqIvdLg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKZqIvdLg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKZqIvdLg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKZqIvdLg .modal-sm {
    max-width: 300px;
  }
  .cid-uyKZqIvdLg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKZqIvdLg .modal-lg,
  .cid-uyKZqIvdLg .modal-xl {
    max-width: 800px;
  }
  .cid-uyKZqIvdLg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKZqIvdLg .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKZqIvdLg .container {
    max-width: 1140px;
  }
}
.cid-uyKZqIvdLg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKZqIvdLg .container {
    max-width: 720px;
  }
}
.cid-uyKZqIvdLg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKZqIvdLg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKZqIvdLg .form-group {
  margin-bottom: 1rem;
}
.cid-uyKZqIvdLg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKZqIvdLg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKZqIvdLg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKQyCUeq2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKQyCUeq2 .nav-item,
.cid-uyKQyCUeq2 .nav-link,
.cid-uyKQyCUeq2 .navbar-caption {
  font-weight: normal;
}
.cid-uyKQyCUeq2 .nav-item:focus,
.cid-uyKQyCUeq2 .nav-link:focus {
  outline: none;
}
.cid-uyKQyCUeq2 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uyKQyCUeq2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uyKQyCUeq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uyKQyCUeq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyKQyCUeq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyKQyCUeq2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uyKQyCUeq2 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uyKQyCUeq2 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uyKQyCUeq2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyKQyCUeq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyKQyCUeq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyKQyCUeq2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uyKQyCUeq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyKQyCUeq2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uyKQyCUeq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyKQyCUeq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKQyCUeq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyKQyCUeq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyKQyCUeq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyKQyCUeq2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uyKQyCUeq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyKQyCUeq2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uyKQyCUeq2 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uyKQyCUeq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyKQyCUeq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyKQyCUeq2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uyKQyCUeq2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uyKQyCUeq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyKQyCUeq2 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uyKQyCUeq2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uyKQyCUeq2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uyKQyCUeq2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyKQyCUeq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyKQyCUeq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyKQyCUeq2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uyKQyCUeq2 .dropdown-item.active,
.cid-uyKQyCUeq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyKQyCUeq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyKQyCUeq2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyKQyCUeq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uyKQyCUeq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyKQyCUeq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyKQyCUeq2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uyKQyCUeq2 .navbar-buttons {
  text-align: center;
}
.cid-uyKQyCUeq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKQyCUeq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uyKQyCUeq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyKQyCUeq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKQyCUeq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyKQyCUeq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyKQyCUeq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKQyCUeq2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyKQyCUeq2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyKQyCUeq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyKQyCUeq2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uyKQyCUeq2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKQyCUeq2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uyKQyCUeq2 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uyKQyCUeq2 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uyKQyCUeq2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyKQyCUeq2 .navbar {
    height: 77px;
  }
  .cid-uyKQyCUeq2 .navbar.opened {
    height: auto;
  }
  .cid-uyKQyCUeq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyKQyEvDfm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uyKQyEvDfm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyKQyFN7FO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uyKQyFN7FO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyKQyFN7FO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyKQyFN7FO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyKQyFN7FO .mbr-text {
  color: #000000;
}
.cid-uyKQyFN7FO .fnt025 {
  font-size: 25px;
}
.cid-uyKQyI6kXN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uyKQyI6kXN .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uyKQyI6kXN img,
.cid-uyKQyI6kXN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uyKQyI6kXN .item:focus,
.cid-uyKQyI6kXN span:focus {
  outline: none;
}
.cid-uyKQyI6kXN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyKQyI6kXN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyKQyI6kXN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKQyI6kXN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyKQyI6kXN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyKQyI6kXN .mbr-section-title {
  color: #232323;
}
.cid-uyKQyI6kXN .mbr-text,
.cid-uyKQyI6kXN .mbr-section-btn {
  text-align: left;
}
.cid-uyKQyI6kXN .item-title {
  text-align: left;
}
.cid-uyKQyI6kXN .item-subtitle {
  text-align: left;
}
.cid-uyKQyKasaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uyKQyKasaw .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uyKQyKasaw form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uyKQyKasaw form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyKQyKasaw form.mbr-form {
    padding: 1rem;
  }
}
.cid-uyKQyKasaw form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uyKQyKasaw form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uyKQyMgrEZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uyKQyMgrEZ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uyKQyMgrEZ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uyKQyMgrEZ .mbr-text {
  color: #444;
}
.cid-uyKQyMgrEZ h5 {
  margin-bottom: 0;
}
.cid-uyKQyMgrEZ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uyKQyMgrEZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyKQyMgrEZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uyKQyMgrEZ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uyKQyMgrEZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyKQyMgrEZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyKQyMgrEZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyKQyMgrEZ .social-list a:hover {
  opacity: 0.4;
}
.cid-uyKQyMgrEZ .media-container-row > div {
  padding: 0px;
}
.cid-uyKQyMgrEZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKQyMgrEZ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyKQyMgrEZ .group-title SPAN {
  color: #ffffff;
}
.cid-uyKQyMgrEZ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uyKQyMgrEZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyKQyMgrEZ .social-list,
  .cid-uyKQyMgrEZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uyKQyMgrEZ h3 {
    margin-bottom: 10px;
  }
  .cid-uyKQyMgrEZ .navbar-brand {
    text-align: center;
  }
}
.cid-uyKQyMgrEZ .links SPAN {
  color: #9e9e9e;
}
.cid-uyKQyObPlJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uyKQyObPlJ .col + .mbr-section-btn .btn,
  .cid-uyKQyObPlJ .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uyKQyObPlJ .dragArea > *:nth-last-child(2).col,
  .cid-uyKQyObPlJ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uyKQyObPlJ .col + .mbr-section-btn,
  .cid-uyKQyObPlJ .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uyKQyObPlJ .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uyKQyObPlJ .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uyKQyObPlJ .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uyKQyObPlJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uyKQyObPlJ .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uyKQyObPlJ .subtext-1,
.cid-uyKQyObPlJ .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uyKQyObPlJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uyKQyObPlJ .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uyKQyObPlJ .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKQyObPlJ .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uyKQyObPlJ .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uyKQyObPlJ .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uyKQyObPlJ .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uyKQyObPlJ .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uyKQyObPlJ .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uyKQyObPlJ .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKQyObPlJ .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uyKQyObPlJ .form-group {
  max-width: 400px;
}
.cid-uyKQyObPlJ .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uyKQyObPlJ .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uyKQyObPlJ .form-row {
    justify-content: center;
  }
  .cid-uyKQyObPlJ .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uyKQyObPlJ .subtext-1,
  .cid-uyKQyObPlJ .subtext-2,
  .cid-uyKQyObPlJ .card-support {
    text-align: center;
  }
  .cid-uyKQyObPlJ .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uyKQyObPlJ .form-text {
    text-align: center;
  }
  .cid-uyKQyObPlJ .follow-section {
    margin: 0;
  }
  .cid-uyKQyObPlJ .mbr-form {
    text-align: center;
  }
  .cid-uyKQyObPlJ .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uyKQyObPlJ .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uyKQyObPlJ .firstColumn,
  .cid-uyKQyObPlJ .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uyKQyObPlJ .form-row {
    flex-direction: column;
  }
}
.cid-uyKQyObPlJ img {
  width: auto;
}
.cid-uyKQyObPlJ LI {
  color: #ffffff;
}
.cid-uyKQyQ8uEG.popup-builder {
  background-color: #ffffff;
}
.cid-uyKQyQ8uEG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKQyQ8uEG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKQyQ8uEG .modal-content,
.cid-uyKQyQ8uEG .modal-dialog {
  height: auto;
}
.cid-uyKQyQ8uEG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKQyQ8uEG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKQyQ8uEG .form-wrapper .mbr-form .form-group,
  .cid-uyKQyQ8uEG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKQyQ8uEG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKQyQ8uEG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKQyQ8uEG .mbr-text {
  text-align: center;
}
.cid-uyKQyQ8uEG .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKQyQ8uEG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKQyQ8uEG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKQyQ8uEG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKQyQ8uEG .modal-open {
  overflow: hidden;
}
.cid-uyKQyQ8uEG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKQyQ8uEG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKQyQ8uEG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKQyQ8uEG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKQyQ8uEG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKQyQ8uEG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKQyQ8uEG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKQyQ8uEG .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKQyQ8uEG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKQyQ8uEG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKQyQ8uEG .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKQyQ8uEG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKQyQ8uEG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKQyQ8uEG .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKQyQ8uEG .modal-header .close:focus {
  outline: none;
}
.cid-uyKQyQ8uEG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKQyQ8uEG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKQyQ8uEG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKQyQ8uEG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKQyQ8uEG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKQyQ8uEG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKQyQ8uEG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKQyQ8uEG .modal-sm {
    max-width: 300px;
  }
  .cid-uyKQyQ8uEG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKQyQ8uEG .modal-lg,
  .cid-uyKQyQ8uEG .modal-xl {
    max-width: 800px;
  }
  .cid-uyKQyQ8uEG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKQyQ8uEG .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKQyQ8uEG .container {
    max-width: 1140px;
  }
}
.cid-uyKQyQ8uEG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKQyQ8uEG .container {
    max-width: 720px;
  }
}
.cid-uyKQyQ8uEG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKQyQ8uEG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKQyQ8uEG .form-group {
  margin-bottom: 1rem;
}
.cid-uyKQyQ8uEG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKQyQ8uEG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKQyQ8uEG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyKQyRLIIB.popup-builder {
  background-color: #ffffff;
}
.cid-uyKQyRLIIB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyKQyRLIIB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyKQyRLIIB .modal-content,
.cid-uyKQyRLIIB .modal-dialog {
  height: auto;
}
.cid-uyKQyRLIIB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyKQyRLIIB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyKQyRLIIB .form-wrapper .mbr-form .form-group,
  .cid-uyKQyRLIIB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyKQyRLIIB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyKQyRLIIB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyKQyRLIIB .mbr-text {
  text-align: center;
}
.cid-uyKQyRLIIB .pt-0 {
  padding-top: 0 !important;
}
.cid-uyKQyRLIIB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyKQyRLIIB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyKQyRLIIB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyKQyRLIIB .modal-open {
  overflow: hidden;
}
.cid-uyKQyRLIIB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyKQyRLIIB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyKQyRLIIB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyKQyRLIIB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyKQyRLIIB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyKQyRLIIB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyKQyRLIIB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyKQyRLIIB .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyKQyRLIIB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyKQyRLIIB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyKQyRLIIB .modal-backdrop.show {
  opacity: .5;
}
.cid-uyKQyRLIIB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uyKQyRLIIB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyKQyRLIIB .modal-header .close:hover {
  opacity: 1;
}
.cid-uyKQyRLIIB .modal-header .close:focus {
  outline: none;
}
.cid-uyKQyRLIIB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyKQyRLIIB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uyKQyRLIIB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uyKQyRLIIB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyKQyRLIIB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyKQyRLIIB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyKQyRLIIB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyKQyRLIIB .modal-sm {
    max-width: 300px;
  }
  .cid-uyKQyRLIIB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uyKQyRLIIB .modal-lg,
  .cid-uyKQyRLIIB .modal-xl {
    max-width: 800px;
  }
  .cid-uyKQyRLIIB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uyKQyRLIIB .modal-xl {
    max-width: 1140px;
  }
  .cid-uyKQyRLIIB .container {
    max-width: 1140px;
  }
}
.cid-uyKQyRLIIB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uyKQyRLIIB .container {
    max-width: 720px;
  }
}
.cid-uyKQyRLIIB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyKQyRLIIB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyKQyRLIIB .form-group {
  margin-bottom: 1rem;
}
.cid-uyKQyRLIIB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyKQyRLIIB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyKQyRLIIB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxcjstIuR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcjstIuR .nav-item,
.cid-uBxcjstIuR .nav-link,
.cid-uBxcjstIuR .navbar-caption {
  font-weight: normal;
}
.cid-uBxcjstIuR .nav-item:focus,
.cid-uBxcjstIuR .nav-link:focus {
  outline: none;
}
.cid-uBxcjstIuR .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBxcjstIuR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBxcjstIuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcjstIuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxcjstIuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxcjstIuR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uBxcjstIuR .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uBxcjstIuR .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uBxcjstIuR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxcjstIuR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxcjstIuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxcjstIuR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBxcjstIuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxcjstIuR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBxcjstIuR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxcjstIuR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxcjstIuR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxcjstIuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxcjstIuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxcjstIuR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBxcjstIuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxcjstIuR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBxcjstIuR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uBxcjstIuR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxcjstIuR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBxcjstIuR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBxcjstIuR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBxcjstIuR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBxcjstIuR .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uBxcjstIuR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uBxcjstIuR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBxcjstIuR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBxcjstIuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxcjstIuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxcjstIuR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uBxcjstIuR .dropdown-item.active,
.cid-uBxcjstIuR .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxcjstIuR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxcjstIuR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxcjstIuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uBxcjstIuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxcjstIuR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxcjstIuR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBxcjstIuR .navbar-buttons {
  text-align: center;
}
.cid-uBxcjstIuR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcjstIuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uBxcjstIuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxcjstIuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxcjstIuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxcjstIuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxcjstIuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxcjstIuR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxcjstIuR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxcjstIuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxcjstIuR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uBxcjstIuR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxcjstIuR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBxcjstIuR .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uBxcjstIuR .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uBxcjstIuR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxcjstIuR .navbar {
    height: 77px;
  }
  .cid-uBxcjstIuR .navbar.opened {
    height: auto;
  }
  .cid-uBxcjstIuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxcju59JM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uBxcju59JM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBxcjvaq4r {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uBxcjvaq4r .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxcjvaq4r .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxcjvaq4r .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxcjvaq4r .mbr-text {
  color: #000000;
}
.cid-uBxcjvaq4r .fnt025 {
  font-size: 25px;
}
.cid-uBxcjx1KR6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uBxcjx1KR6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uBxcjx1KR6 img,
.cid-uBxcjx1KR6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBxcjx1KR6 .item:focus,
.cid-uBxcjx1KR6 span:focus {
  outline: none;
}
.cid-uBxcjx1KR6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBxcjx1KR6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBxcjx1KR6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxcjx1KR6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBxcjx1KR6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBxcjx1KR6 .mbr-section-title {
  color: #232323;
}
.cid-uBxcjx1KR6 .mbr-text,
.cid-uBxcjx1KR6 .mbr-section-btn {
  text-align: left;
}
.cid-uBxcjx1KR6 .item-title {
  text-align: left;
}
.cid-uBxcjx1KR6 .item-subtitle {
  text-align: left;
}
.cid-uBxcjyS8ja {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uBxcjyS8ja .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uBxcjyS8ja form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uBxcjyS8ja form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxcjyS8ja form.mbr-form {
    padding: 1rem;
  }
}
.cid-uBxcjyS8ja form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uBxcjyS8ja form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uBxcjAmQkK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uBxcjAmQkK .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uBxcjAmQkK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uBxcjAmQkK .mbr-text {
  color: #444;
}
.cid-uBxcjAmQkK h5 {
  margin-bottom: 0;
}
.cid-uBxcjAmQkK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uBxcjAmQkK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxcjAmQkK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uBxcjAmQkK .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxcjAmQkK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBxcjAmQkK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uBxcjAmQkK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBxcjAmQkK .social-list a:hover {
  opacity: 0.4;
}
.cid-uBxcjAmQkK .media-container-row > div {
  padding: 0px;
}
.cid-uBxcjAmQkK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcjAmQkK .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBxcjAmQkK .group-title SPAN {
  color: #ffffff;
}
.cid-uBxcjAmQkK .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uBxcjAmQkK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uBxcjAmQkK .social-list,
  .cid-uBxcjAmQkK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uBxcjAmQkK h3 {
    margin-bottom: 10px;
  }
  .cid-uBxcjAmQkK .navbar-brand {
    text-align: center;
  }
}
.cid-uBxcjAmQkK .links SPAN {
  color: #9e9e9e;
}
.cid-uBxcjC8O9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uBxcjC8O9U .col + .mbr-section-btn .btn,
  .cid-uBxcjC8O9U .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uBxcjC8O9U .dragArea > *:nth-last-child(2).col,
  .cid-uBxcjC8O9U .dragArea > *:nth-last-child(2).col-auto,
  .cid-uBxcjC8O9U .col + .mbr-section-btn,
  .cid-uBxcjC8O9U .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uBxcjC8O9U .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uBxcjC8O9U .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uBxcjC8O9U .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uBxcjC8O9U .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uBxcjC8O9U .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uBxcjC8O9U .subtext-1,
.cid-uBxcjC8O9U .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uBxcjC8O9U .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uBxcjC8O9U .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uBxcjC8O9U .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxcjC8O9U .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uBxcjC8O9U .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxcjC8O9U .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uBxcjC8O9U .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uBxcjC8O9U .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uBxcjC8O9U .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcjC8O9U .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcjC8O9U .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcjC8O9U .form-group {
  max-width: 400px;
}
.cid-uBxcjC8O9U .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uBxcjC8O9U .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uBxcjC8O9U .form-row {
    justify-content: center;
  }
  .cid-uBxcjC8O9U .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uBxcjC8O9U .subtext-1,
  .cid-uBxcjC8O9U .subtext-2,
  .cid-uBxcjC8O9U .card-support {
    text-align: center;
  }
  .cid-uBxcjC8O9U .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uBxcjC8O9U .form-text {
    text-align: center;
  }
  .cid-uBxcjC8O9U .follow-section {
    margin: 0;
  }
  .cid-uBxcjC8O9U .mbr-form {
    text-align: center;
  }
  .cid-uBxcjC8O9U .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uBxcjC8O9U .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uBxcjC8O9U .firstColumn,
  .cid-uBxcjC8O9U .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uBxcjC8O9U .form-row {
    flex-direction: column;
  }
}
.cid-uBxcjC8O9U img {
  width: auto;
}
.cid-uBxcjC8O9U LI {
  color: #ffffff;
}
.cid-uBxcjEmocc.popup-builder {
  background-color: #ffffff;
}
.cid-uBxcjEmocc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxcjEmocc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxcjEmocc .modal-content,
.cid-uBxcjEmocc .modal-dialog {
  height: auto;
}
.cid-uBxcjEmocc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxcjEmocc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxcjEmocc .form-wrapper .mbr-form .form-group,
  .cid-uBxcjEmocc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxcjEmocc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxcjEmocc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcjEmocc .mbr-text {
  text-align: center;
}
.cid-uBxcjEmocc .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxcjEmocc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxcjEmocc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxcjEmocc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxcjEmocc .modal-open {
  overflow: hidden;
}
.cid-uBxcjEmocc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxcjEmocc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxcjEmocc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxcjEmocc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxcjEmocc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxcjEmocc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxcjEmocc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxcjEmocc .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxcjEmocc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxcjEmocc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxcjEmocc .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxcjEmocc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxcjEmocc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxcjEmocc .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxcjEmocc .modal-header .close:focus {
  outline: none;
}
.cid-uBxcjEmocc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxcjEmocc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxcjEmocc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxcjEmocc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxcjEmocc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxcjEmocc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxcjEmocc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxcjEmocc .modal-sm {
    max-width: 300px;
  }
  .cid-uBxcjEmocc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxcjEmocc .modal-lg,
  .cid-uBxcjEmocc .modal-xl {
    max-width: 800px;
  }
  .cid-uBxcjEmocc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxcjEmocc .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxcjEmocc .container {
    max-width: 1140px;
  }
}
.cid-uBxcjEmocc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxcjEmocc .container {
    max-width: 720px;
  }
}
.cid-uBxcjEmocc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxcjEmocc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxcjEmocc .form-group {
  margin-bottom: 1rem;
}
.cid-uBxcjEmocc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxcjEmocc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxcjEmocc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxcjG8ZsG.popup-builder {
  background-color: #ffffff;
}
.cid-uBxcjG8ZsG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxcjG8ZsG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxcjG8ZsG .modal-content,
.cid-uBxcjG8ZsG .modal-dialog {
  height: auto;
}
.cid-uBxcjG8ZsG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxcjG8ZsG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxcjG8ZsG .form-wrapper .mbr-form .form-group,
  .cid-uBxcjG8ZsG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxcjG8ZsG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxcjG8ZsG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcjG8ZsG .mbr-text {
  text-align: center;
}
.cid-uBxcjG8ZsG .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxcjG8ZsG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxcjG8ZsG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxcjG8ZsG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxcjG8ZsG .modal-open {
  overflow: hidden;
}
.cid-uBxcjG8ZsG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxcjG8ZsG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxcjG8ZsG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxcjG8ZsG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxcjG8ZsG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxcjG8ZsG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxcjG8ZsG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxcjG8ZsG .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxcjG8ZsG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxcjG8ZsG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxcjG8ZsG .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxcjG8ZsG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxcjG8ZsG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxcjG8ZsG .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxcjG8ZsG .modal-header .close:focus {
  outline: none;
}
.cid-uBxcjG8ZsG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxcjG8ZsG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxcjG8ZsG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxcjG8ZsG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxcjG8ZsG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxcjG8ZsG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxcjG8ZsG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxcjG8ZsG .modal-sm {
    max-width: 300px;
  }
  .cid-uBxcjG8ZsG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxcjG8ZsG .modal-lg,
  .cid-uBxcjG8ZsG .modal-xl {
    max-width: 800px;
  }
  .cid-uBxcjG8ZsG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxcjG8ZsG .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxcjG8ZsG .container {
    max-width: 1140px;
  }
}
.cid-uBxcjG8ZsG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxcjG8ZsG .container {
    max-width: 720px;
  }
}
.cid-uBxcjG8ZsG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxcjG8ZsG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxcjG8ZsG .form-group {
  margin-bottom: 1rem;
}
.cid-uBxcjG8ZsG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxcjG8ZsG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxcjG8ZsG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxcE1vxca .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcE1vxca .nav-item,
.cid-uBxcE1vxca .nav-link,
.cid-uBxcE1vxca .navbar-caption {
  font-weight: normal;
}
.cid-uBxcE1vxca .nav-item:focus,
.cid-uBxcE1vxca .nav-link:focus {
  outline: none;
}
.cid-uBxcE1vxca .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBxcE1vxca .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBxcE1vxca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxcE1vxca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxcE1vxca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxcE1vxca .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uBxcE1vxca .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uBxcE1vxca .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uBxcE1vxca .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxcE1vxca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxcE1vxca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxcE1vxca .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBxcE1vxca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxcE1vxca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBxcE1vxca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxcE1vxca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxcE1vxca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxcE1vxca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxcE1vxca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxcE1vxca .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBxcE1vxca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxcE1vxca .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBxcE1vxca .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uBxcE1vxca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxcE1vxca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBxcE1vxca .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBxcE1vxca .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBxcE1vxca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBxcE1vxca .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uBxcE1vxca .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uBxcE1vxca .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBxcE1vxca .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBxcE1vxca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxcE1vxca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxcE1vxca .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uBxcE1vxca .dropdown-item.active,
.cid-uBxcE1vxca .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxcE1vxca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxcE1vxca .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxcE1vxca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uBxcE1vxca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxcE1vxca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxcE1vxca ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBxcE1vxca .navbar-buttons {
  text-align: center;
}
.cid-uBxcE1vxca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcE1vxca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uBxcE1vxca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxcE1vxca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxcE1vxca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxcE1vxca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxcE1vxca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxcE1vxca nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxcE1vxca nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxcE1vxca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxcE1vxca .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uBxcE1vxca a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxcE1vxca .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBxcE1vxca .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uBxcE1vxca .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uBxcE1vxca .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxcE1vxca .navbar {
    height: 77px;
  }
  .cid-uBxcE1vxca .navbar.opened {
    height: auto;
  }
  .cid-uBxcE1vxca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxcE3igpg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uBxcE3igpg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBxcE46zJB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uBxcE46zJB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxcE46zJB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxcE46zJB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxcE46zJB .mbr-text {
  color: #000000;
}
.cid-uBxcE46zJB .fnt025 {
  font-size: 25px;
}
.cid-uBxcE5hcYk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uBxcE5hcYk .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uBxcE5hcYk img,
.cid-uBxcE5hcYk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBxcE5hcYk .item:focus,
.cid-uBxcE5hcYk span:focus {
  outline: none;
}
.cid-uBxcE5hcYk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBxcE5hcYk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBxcE5hcYk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxcE5hcYk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBxcE5hcYk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBxcE5hcYk .mbr-section-title {
  color: #232323;
}
.cid-uBxcE5hcYk .mbr-text,
.cid-uBxcE5hcYk .mbr-section-btn {
  text-align: left;
}
.cid-uBxcE5hcYk .item-title {
  text-align: left;
}
.cid-uBxcE5hcYk .item-subtitle {
  text-align: left;
}
.cid-uBxcE6MHEr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uBxcE6MHEr .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uBxcE6MHEr form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uBxcE6MHEr form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxcE6MHEr form.mbr-form {
    padding: 1rem;
  }
}
.cid-uBxcE6MHEr form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uBxcE6MHEr form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uBxcE7ZF71 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uBxcE7ZF71 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uBxcE7ZF71 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uBxcE7ZF71 .mbr-text {
  color: #444;
}
.cid-uBxcE7ZF71 h5 {
  margin-bottom: 0;
}
.cid-uBxcE7ZF71 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uBxcE7ZF71 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxcE7ZF71 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uBxcE7ZF71 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxcE7ZF71 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBxcE7ZF71 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uBxcE7ZF71 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBxcE7ZF71 .social-list a:hover {
  opacity: 0.4;
}
.cid-uBxcE7ZF71 .media-container-row > div {
  padding: 0px;
}
.cid-uBxcE7ZF71 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcE7ZF71 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBxcE7ZF71 .group-title SPAN {
  color: #ffffff;
}
.cid-uBxcE7ZF71 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uBxcE7ZF71 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uBxcE7ZF71 .social-list,
  .cid-uBxcE7ZF71 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uBxcE7ZF71 h3 {
    margin-bottom: 10px;
  }
  .cid-uBxcE7ZF71 .navbar-brand {
    text-align: center;
  }
}
.cid-uBxcE7ZF71 .links SPAN {
  color: #9e9e9e;
}
.cid-uBxcE9wRao {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uBxcE9wRao .col + .mbr-section-btn .btn,
  .cid-uBxcE9wRao .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uBxcE9wRao .dragArea > *:nth-last-child(2).col,
  .cid-uBxcE9wRao .dragArea > *:nth-last-child(2).col-auto,
  .cid-uBxcE9wRao .col + .mbr-section-btn,
  .cid-uBxcE9wRao .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uBxcE9wRao .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uBxcE9wRao .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uBxcE9wRao .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uBxcE9wRao .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uBxcE9wRao .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uBxcE9wRao .subtext-1,
.cid-uBxcE9wRao .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uBxcE9wRao .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uBxcE9wRao .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uBxcE9wRao .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxcE9wRao .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uBxcE9wRao .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxcE9wRao .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uBxcE9wRao .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uBxcE9wRao .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uBxcE9wRao .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcE9wRao .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcE9wRao .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxcE9wRao .form-group {
  max-width: 400px;
}
.cid-uBxcE9wRao .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uBxcE9wRao .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uBxcE9wRao .form-row {
    justify-content: center;
  }
  .cid-uBxcE9wRao .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uBxcE9wRao .subtext-1,
  .cid-uBxcE9wRao .subtext-2,
  .cid-uBxcE9wRao .card-support {
    text-align: center;
  }
  .cid-uBxcE9wRao .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uBxcE9wRao .form-text {
    text-align: center;
  }
  .cid-uBxcE9wRao .follow-section {
    margin: 0;
  }
  .cid-uBxcE9wRao .mbr-form {
    text-align: center;
  }
  .cid-uBxcE9wRao .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uBxcE9wRao .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uBxcE9wRao .firstColumn,
  .cid-uBxcE9wRao .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uBxcE9wRao .form-row {
    flex-direction: column;
  }
}
.cid-uBxcE9wRao img {
  width: auto;
}
.cid-uBxcE9wRao LI {
  color: #ffffff;
}
.cid-uBxcEbUNGz.popup-builder {
  background-color: #ffffff;
}
.cid-uBxcEbUNGz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxcEbUNGz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxcEbUNGz .modal-content,
.cid-uBxcEbUNGz .modal-dialog {
  height: auto;
}
.cid-uBxcEbUNGz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxcEbUNGz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxcEbUNGz .form-wrapper .mbr-form .form-group,
  .cid-uBxcEbUNGz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxcEbUNGz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxcEbUNGz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcEbUNGz .mbr-text {
  text-align: center;
}
.cid-uBxcEbUNGz .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxcEbUNGz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxcEbUNGz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxcEbUNGz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxcEbUNGz .modal-open {
  overflow: hidden;
}
.cid-uBxcEbUNGz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxcEbUNGz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxcEbUNGz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxcEbUNGz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxcEbUNGz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxcEbUNGz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxcEbUNGz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxcEbUNGz .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxcEbUNGz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxcEbUNGz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxcEbUNGz .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxcEbUNGz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxcEbUNGz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxcEbUNGz .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxcEbUNGz .modal-header .close:focus {
  outline: none;
}
.cid-uBxcEbUNGz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxcEbUNGz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxcEbUNGz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxcEbUNGz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxcEbUNGz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxcEbUNGz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxcEbUNGz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxcEbUNGz .modal-sm {
    max-width: 300px;
  }
  .cid-uBxcEbUNGz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxcEbUNGz .modal-lg,
  .cid-uBxcEbUNGz .modal-xl {
    max-width: 800px;
  }
  .cid-uBxcEbUNGz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxcEbUNGz .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxcEbUNGz .container {
    max-width: 1140px;
  }
}
.cid-uBxcEbUNGz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxcEbUNGz .container {
    max-width: 720px;
  }
}
.cid-uBxcEbUNGz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxcEbUNGz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxcEbUNGz .form-group {
  margin-bottom: 1rem;
}
.cid-uBxcEbUNGz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxcEbUNGz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxcEbUNGz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxcEdpcwc.popup-builder {
  background-color: #ffffff;
}
.cid-uBxcEdpcwc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxcEdpcwc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxcEdpcwc .modal-content,
.cid-uBxcEdpcwc .modal-dialog {
  height: auto;
}
.cid-uBxcEdpcwc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxcEdpcwc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxcEdpcwc .form-wrapper .mbr-form .form-group,
  .cid-uBxcEdpcwc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxcEdpcwc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxcEdpcwc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxcEdpcwc .mbr-text {
  text-align: center;
}
.cid-uBxcEdpcwc .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxcEdpcwc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxcEdpcwc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxcEdpcwc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxcEdpcwc .modal-open {
  overflow: hidden;
}
.cid-uBxcEdpcwc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxcEdpcwc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxcEdpcwc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxcEdpcwc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxcEdpcwc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxcEdpcwc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxcEdpcwc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxcEdpcwc .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxcEdpcwc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxcEdpcwc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxcEdpcwc .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxcEdpcwc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxcEdpcwc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxcEdpcwc .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxcEdpcwc .modal-header .close:focus {
  outline: none;
}
.cid-uBxcEdpcwc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxcEdpcwc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxcEdpcwc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxcEdpcwc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxcEdpcwc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxcEdpcwc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxcEdpcwc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxcEdpcwc .modal-sm {
    max-width: 300px;
  }
  .cid-uBxcEdpcwc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxcEdpcwc .modal-lg,
  .cid-uBxcEdpcwc .modal-xl {
    max-width: 800px;
  }
  .cid-uBxcEdpcwc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxcEdpcwc .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxcEdpcwc .container {
    max-width: 1140px;
  }
}
.cid-uBxcEdpcwc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxcEdpcwc .container {
    max-width: 720px;
  }
}
.cid-uBxcEdpcwc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxcEdpcwc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxcEdpcwc .form-group {
  margin-bottom: 1rem;
}
.cid-uBxcEdpcwc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxcEdpcwc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxcEdpcwc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxgxLuL6O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxgxLuL6O .nav-item,
.cid-uBxgxLuL6O .nav-link,
.cid-uBxgxLuL6O .navbar-caption {
  font-weight: normal;
}
.cid-uBxgxLuL6O .nav-item:focus,
.cid-uBxgxLuL6O .nav-link:focus {
  outline: none;
}
.cid-uBxgxLuL6O .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBxgxLuL6O .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBxgxLuL6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxgxLuL6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxgxLuL6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxgxLuL6O .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uBxgxLuL6O .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uBxgxLuL6O .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uBxgxLuL6O .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxgxLuL6O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxgxLuL6O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxgxLuL6O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBxgxLuL6O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxgxLuL6O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBxgxLuL6O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxgxLuL6O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxgxLuL6O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxgxLuL6O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxgxLuL6O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxgxLuL6O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBxgxLuL6O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxgxLuL6O .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBxgxLuL6O .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uBxgxLuL6O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxgxLuL6O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBxgxLuL6O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBxgxLuL6O .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBxgxLuL6O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBxgxLuL6O .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uBxgxLuL6O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uBxgxLuL6O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBxgxLuL6O .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBxgxLuL6O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxgxLuL6O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxgxLuL6O .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uBxgxLuL6O .dropdown-item.active,
.cid-uBxgxLuL6O .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxgxLuL6O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxgxLuL6O .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxgxLuL6O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uBxgxLuL6O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxgxLuL6O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxgxLuL6O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBxgxLuL6O .navbar-buttons {
  text-align: center;
}
.cid-uBxgxLuL6O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxgxLuL6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uBxgxLuL6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxgxLuL6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxgxLuL6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxgxLuL6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxgxLuL6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxgxLuL6O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxgxLuL6O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxgxLuL6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxgxLuL6O .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uBxgxLuL6O a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxgxLuL6O .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBxgxLuL6O .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uBxgxLuL6O .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uBxgxLuL6O .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxgxLuL6O .navbar {
    height: 77px;
  }
  .cid-uBxgxLuL6O .navbar.opened {
    height: auto;
  }
  .cid-uBxgxLuL6O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxgxMrFhc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uBxgxMrFhc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBxgxN8mzU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uBxgxN8mzU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxgxN8mzU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxgxN8mzU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxgxN8mzU .mbr-text {
  color: #000000;
}
.cid-uBxgxN8mzU .fnt025 {
  font-size: 25px;
}
.cid-uBxgxO8pXI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uBxgxO8pXI .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uBxgxO8pXI img,
.cid-uBxgxO8pXI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBxgxO8pXI .item:focus,
.cid-uBxgxO8pXI span:focus {
  outline: none;
}
.cid-uBxgxO8pXI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBxgxO8pXI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBxgxO8pXI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxgxO8pXI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBxgxO8pXI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBxgxO8pXI .mbr-section-title {
  color: #232323;
}
.cid-uBxgxO8pXI .mbr-text,
.cid-uBxgxO8pXI .mbr-section-btn {
  text-align: left;
}
.cid-uBxgxO8pXI .item-title {
  text-align: left;
}
.cid-uBxgxO8pXI .item-subtitle {
  text-align: left;
}
.cid-uBxgxPAY4o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uBxgxPAY4o .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uBxgxPAY4o form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uBxgxPAY4o form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxgxPAY4o form.mbr-form {
    padding: 1rem;
  }
}
.cid-uBxgxPAY4o form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uBxgxPAY4o form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uBxgxQxShh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uBxgxQxShh .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uBxgxQxShh .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uBxgxQxShh .mbr-text {
  color: #444;
}
.cid-uBxgxQxShh h5 {
  margin-bottom: 0;
}
.cid-uBxgxQxShh .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uBxgxQxShh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxgxQxShh .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uBxgxQxShh .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxgxQxShh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBxgxQxShh .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uBxgxQxShh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBxgxQxShh .social-list a:hover {
  opacity: 0.4;
}
.cid-uBxgxQxShh .media-container-row > div {
  padding: 0px;
}
.cid-uBxgxQxShh .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxgxQxShh .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBxgxQxShh .group-title SPAN {
  color: #ffffff;
}
.cid-uBxgxQxShh .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uBxgxQxShh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uBxgxQxShh .social-list,
  .cid-uBxgxQxShh .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uBxgxQxShh h3 {
    margin-bottom: 10px;
  }
  .cid-uBxgxQxShh .navbar-brand {
    text-align: center;
  }
}
.cid-uBxgxQxShh .links SPAN {
  color: #9e9e9e;
}
.cid-uBxgxS9PRX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uBxgxS9PRX .col + .mbr-section-btn .btn,
  .cid-uBxgxS9PRX .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uBxgxS9PRX .dragArea > *:nth-last-child(2).col,
  .cid-uBxgxS9PRX .dragArea > *:nth-last-child(2).col-auto,
  .cid-uBxgxS9PRX .col + .mbr-section-btn,
  .cid-uBxgxS9PRX .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uBxgxS9PRX .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uBxgxS9PRX .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uBxgxS9PRX .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uBxgxS9PRX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uBxgxS9PRX .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uBxgxS9PRX .subtext-1,
.cid-uBxgxS9PRX .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uBxgxS9PRX .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uBxgxS9PRX .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uBxgxS9PRX .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxgxS9PRX .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uBxgxS9PRX .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxgxS9PRX .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uBxgxS9PRX .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uBxgxS9PRX .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uBxgxS9PRX .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxgxS9PRX .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxgxS9PRX .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxgxS9PRX .form-group {
  max-width: 400px;
}
.cid-uBxgxS9PRX .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uBxgxS9PRX .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uBxgxS9PRX .form-row {
    justify-content: center;
  }
  .cid-uBxgxS9PRX .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uBxgxS9PRX .subtext-1,
  .cid-uBxgxS9PRX .subtext-2,
  .cid-uBxgxS9PRX .card-support {
    text-align: center;
  }
  .cid-uBxgxS9PRX .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uBxgxS9PRX .form-text {
    text-align: center;
  }
  .cid-uBxgxS9PRX .follow-section {
    margin: 0;
  }
  .cid-uBxgxS9PRX .mbr-form {
    text-align: center;
  }
  .cid-uBxgxS9PRX .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uBxgxS9PRX .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uBxgxS9PRX .firstColumn,
  .cid-uBxgxS9PRX .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uBxgxS9PRX .form-row {
    flex-direction: column;
  }
}
.cid-uBxgxS9PRX img {
  width: auto;
}
.cid-uBxgxS9PRX LI {
  color: #ffffff;
}
.cid-uBxgy1Ym1d.popup-builder {
  background-color: #ffffff;
}
.cid-uBxgy1Ym1d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxgy1Ym1d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxgy1Ym1d .modal-content,
.cid-uBxgy1Ym1d .modal-dialog {
  height: auto;
}
.cid-uBxgy1Ym1d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxgy1Ym1d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxgy1Ym1d .form-wrapper .mbr-form .form-group,
  .cid-uBxgy1Ym1d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxgy1Ym1d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxgy1Ym1d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxgy1Ym1d .mbr-text {
  text-align: center;
}
.cid-uBxgy1Ym1d .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxgy1Ym1d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxgy1Ym1d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxgy1Ym1d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxgy1Ym1d .modal-open {
  overflow: hidden;
}
.cid-uBxgy1Ym1d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxgy1Ym1d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxgy1Ym1d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxgy1Ym1d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxgy1Ym1d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxgy1Ym1d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxgy1Ym1d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxgy1Ym1d .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxgy1Ym1d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxgy1Ym1d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxgy1Ym1d .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxgy1Ym1d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxgy1Ym1d .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxgy1Ym1d .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxgy1Ym1d .modal-header .close:focus {
  outline: none;
}
.cid-uBxgy1Ym1d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxgy1Ym1d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxgy1Ym1d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxgy1Ym1d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxgy1Ym1d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxgy1Ym1d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxgy1Ym1d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxgy1Ym1d .modal-sm {
    max-width: 300px;
  }
  .cid-uBxgy1Ym1d .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxgy1Ym1d .modal-lg,
  .cid-uBxgy1Ym1d .modal-xl {
    max-width: 800px;
  }
  .cid-uBxgy1Ym1d .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxgy1Ym1d .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxgy1Ym1d .container {
    max-width: 1140px;
  }
}
.cid-uBxgy1Ym1d .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxgy1Ym1d .container {
    max-width: 720px;
  }
}
.cid-uBxgy1Ym1d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxgy1Ym1d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxgy1Ym1d .form-group {
  margin-bottom: 1rem;
}
.cid-uBxgy1Ym1d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxgy1Ym1d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxgy1Ym1d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxgy3loQs.popup-builder {
  background-color: #ffffff;
}
.cid-uBxgy3loQs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxgy3loQs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxgy3loQs .modal-content,
.cid-uBxgy3loQs .modal-dialog {
  height: auto;
}
.cid-uBxgy3loQs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxgy3loQs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxgy3loQs .form-wrapper .mbr-form .form-group,
  .cid-uBxgy3loQs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxgy3loQs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxgy3loQs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxgy3loQs .mbr-text {
  text-align: center;
}
.cid-uBxgy3loQs .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxgy3loQs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxgy3loQs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxgy3loQs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxgy3loQs .modal-open {
  overflow: hidden;
}
.cid-uBxgy3loQs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxgy3loQs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxgy3loQs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxgy3loQs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxgy3loQs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxgy3loQs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxgy3loQs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxgy3loQs .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxgy3loQs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxgy3loQs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxgy3loQs .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxgy3loQs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxgy3loQs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxgy3loQs .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxgy3loQs .modal-header .close:focus {
  outline: none;
}
.cid-uBxgy3loQs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxgy3loQs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxgy3loQs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxgy3loQs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxgy3loQs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxgy3loQs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxgy3loQs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxgy3loQs .modal-sm {
    max-width: 300px;
  }
  .cid-uBxgy3loQs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxgy3loQs .modal-lg,
  .cid-uBxgy3loQs .modal-xl {
    max-width: 800px;
  }
  .cid-uBxgy3loQs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxgy3loQs .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxgy3loQs .container {
    max-width: 1140px;
  }
}
.cid-uBxgy3loQs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxgy3loQs .container {
    max-width: 720px;
  }
}
.cid-uBxgy3loQs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxgy3loQs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxgy3loQs .form-group {
  margin-bottom: 1rem;
}
.cid-uBxgy3loQs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxgy3loQs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxgy3loQs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxbTX8j8F .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxbTX8j8F .nav-item,
.cid-uBxbTX8j8F .nav-link,
.cid-uBxbTX8j8F .navbar-caption {
  font-weight: normal;
}
.cid-uBxbTX8j8F .nav-item:focus,
.cid-uBxbTX8j8F .nav-link:focus {
  outline: none;
}
.cid-uBxbTX8j8F .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBxbTX8j8F .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBxbTX8j8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBxbTX8j8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxbTX8j8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxbTX8j8F .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uBxbTX8j8F .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uBxbTX8j8F .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uBxbTX8j8F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxbTX8j8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxbTX8j8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBxbTX8j8F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBxbTX8j8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxbTX8j8F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBxbTX8j8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxbTX8j8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxbTX8j8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxbTX8j8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxbTX8j8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxbTX8j8F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBxbTX8j8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxbTX8j8F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBxbTX8j8F .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uBxbTX8j8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxbTX8j8F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBxbTX8j8F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBxbTX8j8F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBxbTX8j8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBxbTX8j8F .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uBxbTX8j8F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uBxbTX8j8F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBxbTX8j8F .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBxbTX8j8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxbTX8j8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxbTX8j8F .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uBxbTX8j8F .dropdown-item.active,
.cid-uBxbTX8j8F .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxbTX8j8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxbTX8j8F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxbTX8j8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uBxbTX8j8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxbTX8j8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxbTX8j8F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBxbTX8j8F .navbar-buttons {
  text-align: center;
}
.cid-uBxbTX8j8F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxbTX8j8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uBxbTX8j8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxbTX8j8F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxbTX8j8F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxbTX8j8F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxbTX8j8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxbTX8j8F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxbTX8j8F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxbTX8j8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxbTX8j8F .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uBxbTX8j8F a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxbTX8j8F .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBxbTX8j8F .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uBxbTX8j8F .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uBxbTX8j8F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxbTX8j8F .navbar {
    height: 77px;
  }
  .cid-uBxbTX8j8F .navbar.opened {
    height: auto;
  }
  .cid-uBxbTX8j8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxbTYLAUp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uBxbTYLAUp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBxbTZEeof {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uBxbTZEeof .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxbTZEeof .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxbTZEeof .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxbTZEeof .mbr-text {
  color: #000000;
}
.cid-uBxbTZEeof .fnt025 {
  font-size: 25px;
}
.cid-uBxbU0PruV {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uBxbU0PruV .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uBxbU0PruV img,
.cid-uBxbU0PruV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBxbU0PruV .item:focus,
.cid-uBxbU0PruV span:focus {
  outline: none;
}
.cid-uBxbU0PruV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBxbU0PruV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBxbU0PruV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxbU0PruV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBxbU0PruV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBxbU0PruV .mbr-section-title {
  color: #232323;
}
.cid-uBxbU0PruV .mbr-text,
.cid-uBxbU0PruV .mbr-section-btn {
  text-align: left;
}
.cid-uBxbU0PruV .item-title {
  text-align: left;
}
.cid-uBxbU0PruV .item-subtitle {
  text-align: left;
}
.cid-uBxbU2qOFE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uBxbU2qOFE .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uBxbU2qOFE form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uBxbU2qOFE form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBxbU2qOFE form.mbr-form {
    padding: 1rem;
  }
}
.cid-uBxbU2qOFE form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uBxbU2qOFE form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uBxbU3Kiwj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uBxbU3Kiwj .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uBxbU3Kiwj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uBxbU3Kiwj .mbr-text {
  color: #444;
}
.cid-uBxbU3Kiwj h5 {
  margin-bottom: 0;
}
.cid-uBxbU3Kiwj .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uBxbU3Kiwj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBxbU3Kiwj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uBxbU3Kiwj .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBxbU3Kiwj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBxbU3Kiwj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uBxbU3Kiwj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBxbU3Kiwj .social-list a:hover {
  opacity: 0.4;
}
.cid-uBxbU3Kiwj .media-container-row > div {
  padding: 0px;
}
.cid-uBxbU3Kiwj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxbU3Kiwj .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBxbU3Kiwj .group-title SPAN {
  color: #ffffff;
}
.cid-uBxbU3Kiwj .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uBxbU3Kiwj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uBxbU3Kiwj .social-list,
  .cid-uBxbU3Kiwj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uBxbU3Kiwj h3 {
    margin-bottom: 10px;
  }
  .cid-uBxbU3Kiwj .navbar-brand {
    text-align: center;
  }
}
.cid-uBxbU3Kiwj .links SPAN {
  color: #9e9e9e;
}
.cid-uBxbU5JV1Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uBxbU5JV1Q .col + .mbr-section-btn .btn,
  .cid-uBxbU5JV1Q .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uBxbU5JV1Q .dragArea > *:nth-last-child(2).col,
  .cid-uBxbU5JV1Q .dragArea > *:nth-last-child(2).col-auto,
  .cid-uBxbU5JV1Q .col + .mbr-section-btn,
  .cid-uBxbU5JV1Q .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uBxbU5JV1Q .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uBxbU5JV1Q .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uBxbU5JV1Q .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uBxbU5JV1Q .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uBxbU5JV1Q .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uBxbU5JV1Q .subtext-1,
.cid-uBxbU5JV1Q .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uBxbU5JV1Q .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uBxbU5JV1Q .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uBxbU5JV1Q .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxbU5JV1Q .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uBxbU5JV1Q .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uBxbU5JV1Q .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uBxbU5JV1Q .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uBxbU5JV1Q .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uBxbU5JV1Q .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBxbU5JV1Q .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxbU5JV1Q .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uBxbU5JV1Q .form-group {
  max-width: 400px;
}
.cid-uBxbU5JV1Q .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uBxbU5JV1Q .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uBxbU5JV1Q .form-row {
    justify-content: center;
  }
  .cid-uBxbU5JV1Q .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uBxbU5JV1Q .subtext-1,
  .cid-uBxbU5JV1Q .subtext-2,
  .cid-uBxbU5JV1Q .card-support {
    text-align: center;
  }
  .cid-uBxbU5JV1Q .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uBxbU5JV1Q .form-text {
    text-align: center;
  }
  .cid-uBxbU5JV1Q .follow-section {
    margin: 0;
  }
  .cid-uBxbU5JV1Q .mbr-form {
    text-align: center;
  }
  .cid-uBxbU5JV1Q .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uBxbU5JV1Q .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uBxbU5JV1Q .firstColumn,
  .cid-uBxbU5JV1Q .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uBxbU5JV1Q .form-row {
    flex-direction: column;
  }
}
.cid-uBxbU5JV1Q img {
  width: auto;
}
.cid-uBxbU5JV1Q LI {
  color: #ffffff;
}
.cid-uBxbU7IWU6.popup-builder {
  background-color: #ffffff;
}
.cid-uBxbU7IWU6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxbU7IWU6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxbU7IWU6 .modal-content,
.cid-uBxbU7IWU6 .modal-dialog {
  height: auto;
}
.cid-uBxbU7IWU6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxbU7IWU6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxbU7IWU6 .form-wrapper .mbr-form .form-group,
  .cid-uBxbU7IWU6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxbU7IWU6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxbU7IWU6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxbU7IWU6 .mbr-text {
  text-align: center;
}
.cid-uBxbU7IWU6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxbU7IWU6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxbU7IWU6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxbU7IWU6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxbU7IWU6 .modal-open {
  overflow: hidden;
}
.cid-uBxbU7IWU6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxbU7IWU6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxbU7IWU6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxbU7IWU6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxbU7IWU6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxbU7IWU6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxbU7IWU6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxbU7IWU6 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxbU7IWU6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxbU7IWU6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxbU7IWU6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxbU7IWU6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxbU7IWU6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxbU7IWU6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxbU7IWU6 .modal-header .close:focus {
  outline: none;
}
.cid-uBxbU7IWU6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxbU7IWU6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxbU7IWU6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxbU7IWU6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxbU7IWU6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxbU7IWU6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxbU7IWU6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxbU7IWU6 .modal-sm {
    max-width: 300px;
  }
  .cid-uBxbU7IWU6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxbU7IWU6 .modal-lg,
  .cid-uBxbU7IWU6 .modal-xl {
    max-width: 800px;
  }
  .cid-uBxbU7IWU6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxbU7IWU6 .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxbU7IWU6 .container {
    max-width: 1140px;
  }
}
.cid-uBxbU7IWU6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxbU7IWU6 .container {
    max-width: 720px;
  }
}
.cid-uBxbU7IWU6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxbU7IWU6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxbU7IWU6 .form-group {
  margin-bottom: 1rem;
}
.cid-uBxbU7IWU6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxbU7IWU6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxbU7IWU6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBxbU9QxXf.popup-builder {
  background-color: #ffffff;
}
.cid-uBxbU9QxXf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBxbU9QxXf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBxbU9QxXf .modal-content,
.cid-uBxbU9QxXf .modal-dialog {
  height: auto;
}
.cid-uBxbU9QxXf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBxbU9QxXf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBxbU9QxXf .form-wrapper .mbr-form .form-group,
  .cid-uBxbU9QxXf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBxbU9QxXf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBxbU9QxXf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBxbU9QxXf .mbr-text {
  text-align: center;
}
.cid-uBxbU9QxXf .pt-0 {
  padding-top: 0 !important;
}
.cid-uBxbU9QxXf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBxbU9QxXf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBxbU9QxXf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBxbU9QxXf .modal-open {
  overflow: hidden;
}
.cid-uBxbU9QxXf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBxbU9QxXf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBxbU9QxXf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBxbU9QxXf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBxbU9QxXf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBxbU9QxXf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBxbU9QxXf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBxbU9QxXf .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBxbU9QxXf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBxbU9QxXf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBxbU9QxXf .modal-backdrop.show {
  opacity: .5;
}
.cid-uBxbU9QxXf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uBxbU9QxXf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBxbU9QxXf .modal-header .close:hover {
  opacity: 1;
}
.cid-uBxbU9QxXf .modal-header .close:focus {
  outline: none;
}
.cid-uBxbU9QxXf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBxbU9QxXf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uBxbU9QxXf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uBxbU9QxXf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBxbU9QxXf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBxbU9QxXf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBxbU9QxXf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBxbU9QxXf .modal-sm {
    max-width: 300px;
  }
  .cid-uBxbU9QxXf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uBxbU9QxXf .modal-lg,
  .cid-uBxbU9QxXf .modal-xl {
    max-width: 800px;
  }
  .cid-uBxbU9QxXf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uBxbU9QxXf .modal-xl {
    max-width: 1140px;
  }
  .cid-uBxbU9QxXf .container {
    max-width: 1140px;
  }
}
.cid-uBxbU9QxXf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBxbU9QxXf .container {
    max-width: 720px;
  }
}
.cid-uBxbU9QxXf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBxbU9QxXf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBxbU9QxXf .form-group {
  margin-bottom: 1rem;
}
.cid-uBxbU9QxXf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBxbU9QxXf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBxbU9QxXf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVVV58rT3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVVV58rT3 .nav-item,
.cid-uDVVV58rT3 .nav-link,
.cid-uDVVV58rT3 .navbar-caption {
  font-weight: normal;
}
.cid-uDVVV58rT3 .nav-item:focus,
.cid-uDVVV58rT3 .nav-link:focus {
  outline: none;
}
.cid-uDVVV58rT3 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uDVVV58rT3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDVVV58rT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVVV58rT3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVVV58rT3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVVV58rT3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uDVVV58rT3 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uDVVV58rT3 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uDVVV58rT3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVVV58rT3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVVV58rT3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDVVV58rT3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVVV58rT3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVVV58rT3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDVVV58rT3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVVV58rT3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVVV58rT3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVVV58rT3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVVV58rT3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVVV58rT3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDVVV58rT3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVVV58rT3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDVVV58rT3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uDVVV58rT3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVVV58rT3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDVVV58rT3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVVV58rT3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDVVV58rT3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVVV58rT3 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uDVVV58rT3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uDVVV58rT3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDVVV58rT3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVVV58rT3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVVV58rT3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVVV58rT3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDVVV58rT3 .dropdown-item.active,
.cid-uDVVV58rT3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVVV58rT3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVVV58rT3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVVV58rT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uDVVV58rT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVVV58rT3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVVV58rT3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDVVV58rT3 .navbar-buttons {
  text-align: center;
}
.cid-uDVVV58rT3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVVV58rT3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uDVVV58rT3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVVV58rT3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVVV58rT3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVVV58rT3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVVV58rT3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVVV58rT3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVVV58rT3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVVV58rT3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVVV58rT3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uDVVV58rT3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVVV58rT3 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uDVVV58rT3 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDVVV58rT3 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uDVVV58rT3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVVV58rT3 .navbar {
    height: 77px;
  }
  .cid-uDVVV58rT3 .navbar.opened {
    height: auto;
  }
  .cid-uDVVV58rT3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVVV6qvB8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uDVVV6qvB8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDVVV7lHGT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uDVVV7lHGT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDVVV7lHGT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDVVV7lHGT .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDVVV7lHGT .mbr-text {
  color: #000000;
}
.cid-uDVVV7lHGT .fnt025 {
  font-size: 25px;
}
.cid-uDVVV8TyQt {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uDVVV8TyQt .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uDVVV8TyQt img,
.cid-uDVVV8TyQt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDVVV8TyQt .item:focus,
.cid-uDVVV8TyQt span:focus {
  outline: none;
}
.cid-uDVVV8TyQt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDVVV8TyQt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDVVV8TyQt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVVV8TyQt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDVVV8TyQt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDVVV8TyQt .mbr-section-title {
  color: #232323;
}
.cid-uDVVV8TyQt .mbr-text,
.cid-uDVVV8TyQt .mbr-section-btn {
  text-align: left;
}
.cid-uDVVV8TyQt .item-title {
  text-align: left;
}
.cid-uDVVV8TyQt .item-subtitle {
  text-align: left;
}
.cid-uDVVVaIUvA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uDVVVaIUvA .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uDVVVaIUvA form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDVVVaIUvA form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVVVaIUvA form.mbr-form {
    padding: 1rem;
  }
}
.cid-uDVVVaIUvA form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uDVVVaIUvA form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uDVVVbTYjs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uDVVVbTYjs .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uDVVVbTYjs .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uDVVVbTYjs .mbr-text {
  color: #444;
}
.cid-uDVVVbTYjs h5 {
  margin-bottom: 0;
}
.cid-uDVVVbTYjs .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uDVVVbTYjs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVVVbTYjs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uDVVVbTYjs .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVVVbTYjs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDVVVbTYjs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDVVVbTYjs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDVVVbTYjs .social-list a:hover {
  opacity: 0.4;
}
.cid-uDVVVbTYjs .media-container-row > div {
  padding: 0px;
}
.cid-uDVVVbTYjs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVVVbTYjs .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDVVVbTYjs .group-title SPAN {
  color: #ffffff;
}
.cid-uDVVVbTYjs .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uDVVVbTYjs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDVVVbTYjs .social-list,
  .cid-uDVVVbTYjs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDVVVbTYjs h3 {
    margin-bottom: 10px;
  }
  .cid-uDVVVbTYjs .navbar-brand {
    text-align: center;
  }
}
.cid-uDVVVbTYjs .links SPAN {
  color: #9e9e9e;
}
.cid-uDVVVdt5D4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uDVVVdt5D4 .col + .mbr-section-btn .btn,
  .cid-uDVVVdt5D4 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uDVVVdt5D4 .dragArea > *:nth-last-child(2).col,
  .cid-uDVVVdt5D4 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDVVVdt5D4 .col + .mbr-section-btn,
  .cid-uDVVVdt5D4 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uDVVVdt5D4 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uDVVVdt5D4 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uDVVVdt5D4 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uDVVVdt5D4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uDVVVdt5D4 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uDVVVdt5D4 .subtext-1,
.cid-uDVVVdt5D4 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uDVVVdt5D4 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uDVVVdt5D4 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uDVVVdt5D4 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVVVdt5D4 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uDVVVdt5D4 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVVVdt5D4 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uDVVVdt5D4 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uDVVVdt5D4 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uDVVVdt5D4 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDVVVdt5D4 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVVVdt5D4 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVVVdt5D4 .form-group {
  max-width: 400px;
}
.cid-uDVVVdt5D4 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uDVVVdt5D4 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uDVVVdt5D4 .form-row {
    justify-content: center;
  }
  .cid-uDVVVdt5D4 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uDVVVdt5D4 .subtext-1,
  .cid-uDVVVdt5D4 .subtext-2,
  .cid-uDVVVdt5D4 .card-support {
    text-align: center;
  }
  .cid-uDVVVdt5D4 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uDVVVdt5D4 .form-text {
    text-align: center;
  }
  .cid-uDVVVdt5D4 .follow-section {
    margin: 0;
  }
  .cid-uDVVVdt5D4 .mbr-form {
    text-align: center;
  }
  .cid-uDVVVdt5D4 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uDVVVdt5D4 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uDVVVdt5D4 .firstColumn,
  .cid-uDVVVdt5D4 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uDVVVdt5D4 .form-row {
    flex-direction: column;
  }
}
.cid-uDVVVdt5D4 img {
  width: auto;
}
.cid-uDVVVdt5D4 LI {
  color: #ffffff;
}
.cid-uDVVVfuFCC.popup-builder {
  background-color: #ffffff;
}
.cid-uDVVVfuFCC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVVVfuFCC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVVVfuFCC .modal-content,
.cid-uDVVVfuFCC .modal-dialog {
  height: auto;
}
.cid-uDVVVfuFCC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVVVfuFCC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVVVfuFCC .form-wrapper .mbr-form .form-group,
  .cid-uDVVVfuFCC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVVVfuFCC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVVVfuFCC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVVVfuFCC .mbr-text {
  text-align: center;
}
.cid-uDVVVfuFCC .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVVVfuFCC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVVVfuFCC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVVVfuFCC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVVVfuFCC .modal-open {
  overflow: hidden;
}
.cid-uDVVVfuFCC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVVVfuFCC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVVVfuFCC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVVVfuFCC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVVVfuFCC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVVVfuFCC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVVVfuFCC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVVVfuFCC .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVVVfuFCC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVVVfuFCC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVVVfuFCC .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVVVfuFCC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVVVfuFCC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVVVfuFCC .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVVVfuFCC .modal-header .close:focus {
  outline: none;
}
.cid-uDVVVfuFCC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVVVfuFCC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVVVfuFCC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVVVfuFCC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVVVfuFCC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVVVfuFCC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVVVfuFCC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVVVfuFCC .modal-sm {
    max-width: 300px;
  }
  .cid-uDVVVfuFCC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVVVfuFCC .modal-lg,
  .cid-uDVVVfuFCC .modal-xl {
    max-width: 800px;
  }
  .cid-uDVVVfuFCC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVVVfuFCC .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVVVfuFCC .container {
    max-width: 1140px;
  }
}
.cid-uDVVVfuFCC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVVVfuFCC .container {
    max-width: 720px;
  }
}
.cid-uDVVVfuFCC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVVVfuFCC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVVVfuFCC .form-group {
  margin-bottom: 1rem;
}
.cid-uDVVVfuFCC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVVVfuFCC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVVVfuFCC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVVVh0V5W.popup-builder {
  background-color: #ffffff;
}
.cid-uDVVVh0V5W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVVVh0V5W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVVVh0V5W .modal-content,
.cid-uDVVVh0V5W .modal-dialog {
  height: auto;
}
.cid-uDVVVh0V5W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVVVh0V5W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVVVh0V5W .form-wrapper .mbr-form .form-group,
  .cid-uDVVVh0V5W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVVVh0V5W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVVVh0V5W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVVVh0V5W .mbr-text {
  text-align: center;
}
.cid-uDVVVh0V5W .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVVVh0V5W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVVVh0V5W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVVVh0V5W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVVVh0V5W .modal-open {
  overflow: hidden;
}
.cid-uDVVVh0V5W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVVVh0V5W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVVVh0V5W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVVVh0V5W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVVVh0V5W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVVVh0V5W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVVVh0V5W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVVVh0V5W .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVVVh0V5W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVVVh0V5W .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVVVh0V5W .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVVVh0V5W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVVVh0V5W .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVVVh0V5W .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVVVh0V5W .modal-header .close:focus {
  outline: none;
}
.cid-uDVVVh0V5W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVVVh0V5W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVVVh0V5W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVVVh0V5W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVVVh0V5W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVVVh0V5W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVVVh0V5W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVVVh0V5W .modal-sm {
    max-width: 300px;
  }
  .cid-uDVVVh0V5W .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVVVh0V5W .modal-lg,
  .cid-uDVVVh0V5W .modal-xl {
    max-width: 800px;
  }
  .cid-uDVVVh0V5W .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVVVh0V5W .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVVVh0V5W .container {
    max-width: 1140px;
  }
}
.cid-uDVVVh0V5W .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVVVh0V5W .container {
    max-width: 720px;
  }
}
.cid-uDVVVh0V5W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVVVh0V5W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVVVh0V5W .form-group {
  margin-bottom: 1rem;
}
.cid-uDVVVh0V5W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVVVh0V5W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVVVh0V5W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVW70TcLM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVW70TcLM .nav-item,
.cid-uDVW70TcLM .nav-link,
.cid-uDVW70TcLM .navbar-caption {
  font-weight: normal;
}
.cid-uDVW70TcLM .nav-item:focus,
.cid-uDVW70TcLM .nav-link:focus {
  outline: none;
}
.cid-uDVW70TcLM .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uDVW70TcLM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDVW70TcLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVW70TcLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVW70TcLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVW70TcLM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uDVW70TcLM .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uDVW70TcLM .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uDVW70TcLM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVW70TcLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVW70TcLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDVW70TcLM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVW70TcLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVW70TcLM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDVW70TcLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVW70TcLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVW70TcLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVW70TcLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVW70TcLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVW70TcLM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDVW70TcLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVW70TcLM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDVW70TcLM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uDVW70TcLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVW70TcLM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDVW70TcLM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVW70TcLM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDVW70TcLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVW70TcLM .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uDVW70TcLM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uDVW70TcLM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDVW70TcLM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVW70TcLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVW70TcLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVW70TcLM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDVW70TcLM .dropdown-item.active,
.cid-uDVW70TcLM .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVW70TcLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVW70TcLM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVW70TcLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uDVW70TcLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVW70TcLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVW70TcLM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDVW70TcLM .navbar-buttons {
  text-align: center;
}
.cid-uDVW70TcLM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVW70TcLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uDVW70TcLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVW70TcLM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVW70TcLM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVW70TcLM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVW70TcLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVW70TcLM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVW70TcLM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVW70TcLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVW70TcLM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uDVW70TcLM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVW70TcLM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uDVW70TcLM .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDVW70TcLM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uDVW70TcLM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVW70TcLM .navbar {
    height: 77px;
  }
  .cid-uDVW70TcLM .navbar.opened {
    height: auto;
  }
  .cid-uDVW70TcLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVW724ptJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uDVW724ptJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDVW72RQ2t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uDVW72RQ2t .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDVW72RQ2t .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDVW72RQ2t .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDVW72RQ2t .mbr-text {
  color: #000000;
}
.cid-uDVW72RQ2t .fnt025 {
  font-size: 25px;
}
.cid-uDVW73QOCD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uDVW73QOCD .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uDVW73QOCD img,
.cid-uDVW73QOCD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDVW73QOCD .item:focus,
.cid-uDVW73QOCD span:focus {
  outline: none;
}
.cid-uDVW73QOCD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDVW73QOCD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDVW73QOCD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVW73QOCD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDVW73QOCD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDVW73QOCD .mbr-section-title {
  color: #232323;
}
.cid-uDVW73QOCD .mbr-text,
.cid-uDVW73QOCD .mbr-section-btn {
  text-align: left;
}
.cid-uDVW73QOCD .item-title {
  text-align: left;
}
.cid-uDVW73QOCD .item-subtitle {
  text-align: left;
}
.cid-uDVW75s7Aq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uDVW75s7Aq .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uDVW75s7Aq form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDVW75s7Aq form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVW75s7Aq form.mbr-form {
    padding: 1rem;
  }
}
.cid-uDVW75s7Aq form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uDVW75s7Aq form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uDVW76DqV1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uDVW76DqV1 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uDVW76DqV1 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uDVW76DqV1 .mbr-text {
  color: #444;
}
.cid-uDVW76DqV1 h5 {
  margin-bottom: 0;
}
.cid-uDVW76DqV1 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uDVW76DqV1 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVW76DqV1 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uDVW76DqV1 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVW76DqV1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDVW76DqV1 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDVW76DqV1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDVW76DqV1 .social-list a:hover {
  opacity: 0.4;
}
.cid-uDVW76DqV1 .media-container-row > div {
  padding: 0px;
}
.cid-uDVW76DqV1 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVW76DqV1 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDVW76DqV1 .group-title SPAN {
  color: #ffffff;
}
.cid-uDVW76DqV1 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uDVW76DqV1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDVW76DqV1 .social-list,
  .cid-uDVW76DqV1 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDVW76DqV1 h3 {
    margin-bottom: 10px;
  }
  .cid-uDVW76DqV1 .navbar-brand {
    text-align: center;
  }
}
.cid-uDVW76DqV1 .links SPAN {
  color: #9e9e9e;
}
.cid-uDVW78d0Wt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uDVW78d0Wt .col + .mbr-section-btn .btn,
  .cid-uDVW78d0Wt .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uDVW78d0Wt .dragArea > *:nth-last-child(2).col,
  .cid-uDVW78d0Wt .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDVW78d0Wt .col + .mbr-section-btn,
  .cid-uDVW78d0Wt .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uDVW78d0Wt .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uDVW78d0Wt .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uDVW78d0Wt .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uDVW78d0Wt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uDVW78d0Wt .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uDVW78d0Wt .subtext-1,
.cid-uDVW78d0Wt .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uDVW78d0Wt .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uDVW78d0Wt .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uDVW78d0Wt .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVW78d0Wt .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uDVW78d0Wt .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVW78d0Wt .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uDVW78d0Wt .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uDVW78d0Wt .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uDVW78d0Wt .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDVW78d0Wt .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVW78d0Wt .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVW78d0Wt .form-group {
  max-width: 400px;
}
.cid-uDVW78d0Wt .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uDVW78d0Wt .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uDVW78d0Wt .form-row {
    justify-content: center;
  }
  .cid-uDVW78d0Wt .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uDVW78d0Wt .subtext-1,
  .cid-uDVW78d0Wt .subtext-2,
  .cid-uDVW78d0Wt .card-support {
    text-align: center;
  }
  .cid-uDVW78d0Wt .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uDVW78d0Wt .form-text {
    text-align: center;
  }
  .cid-uDVW78d0Wt .follow-section {
    margin: 0;
  }
  .cid-uDVW78d0Wt .mbr-form {
    text-align: center;
  }
  .cid-uDVW78d0Wt .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uDVW78d0Wt .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uDVW78d0Wt .firstColumn,
  .cid-uDVW78d0Wt .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uDVW78d0Wt .form-row {
    flex-direction: column;
  }
}
.cid-uDVW78d0Wt img {
  width: auto;
}
.cid-uDVW78d0Wt LI {
  color: #ffffff;
}
.cid-uDVW7a6G4r.popup-builder {
  background-color: #ffffff;
}
.cid-uDVW7a6G4r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVW7a6G4r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVW7a6G4r .modal-content,
.cid-uDVW7a6G4r .modal-dialog {
  height: auto;
}
.cid-uDVW7a6G4r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVW7a6G4r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVW7a6G4r .form-wrapper .mbr-form .form-group,
  .cid-uDVW7a6G4r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVW7a6G4r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVW7a6G4r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVW7a6G4r .mbr-text {
  text-align: center;
}
.cid-uDVW7a6G4r .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVW7a6G4r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVW7a6G4r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVW7a6G4r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVW7a6G4r .modal-open {
  overflow: hidden;
}
.cid-uDVW7a6G4r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVW7a6G4r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVW7a6G4r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVW7a6G4r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVW7a6G4r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVW7a6G4r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVW7a6G4r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVW7a6G4r .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVW7a6G4r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVW7a6G4r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVW7a6G4r .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVW7a6G4r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVW7a6G4r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVW7a6G4r .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVW7a6G4r .modal-header .close:focus {
  outline: none;
}
.cid-uDVW7a6G4r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVW7a6G4r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVW7a6G4r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVW7a6G4r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVW7a6G4r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVW7a6G4r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVW7a6G4r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVW7a6G4r .modal-sm {
    max-width: 300px;
  }
  .cid-uDVW7a6G4r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVW7a6G4r .modal-lg,
  .cid-uDVW7a6G4r .modal-xl {
    max-width: 800px;
  }
  .cid-uDVW7a6G4r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVW7a6G4r .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVW7a6G4r .container {
    max-width: 1140px;
  }
}
.cid-uDVW7a6G4r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVW7a6G4r .container {
    max-width: 720px;
  }
}
.cid-uDVW7a6G4r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVW7a6G4r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVW7a6G4r .form-group {
  margin-bottom: 1rem;
}
.cid-uDVW7a6G4r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVW7a6G4r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVW7a6G4r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVW7bFFfK.popup-builder {
  background-color: #ffffff;
}
.cid-uDVW7bFFfK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVW7bFFfK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVW7bFFfK .modal-content,
.cid-uDVW7bFFfK .modal-dialog {
  height: auto;
}
.cid-uDVW7bFFfK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVW7bFFfK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVW7bFFfK .form-wrapper .mbr-form .form-group,
  .cid-uDVW7bFFfK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVW7bFFfK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVW7bFFfK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVW7bFFfK .mbr-text {
  text-align: center;
}
.cid-uDVW7bFFfK .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVW7bFFfK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVW7bFFfK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVW7bFFfK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVW7bFFfK .modal-open {
  overflow: hidden;
}
.cid-uDVW7bFFfK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVW7bFFfK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVW7bFFfK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVW7bFFfK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVW7bFFfK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVW7bFFfK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVW7bFFfK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVW7bFFfK .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVW7bFFfK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVW7bFFfK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVW7bFFfK .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVW7bFFfK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVW7bFFfK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVW7bFFfK .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVW7bFFfK .modal-header .close:focus {
  outline: none;
}
.cid-uDVW7bFFfK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVW7bFFfK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVW7bFFfK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVW7bFFfK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVW7bFFfK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVW7bFFfK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVW7bFFfK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVW7bFFfK .modal-sm {
    max-width: 300px;
  }
  .cid-uDVW7bFFfK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVW7bFFfK .modal-lg,
  .cid-uDVW7bFFfK .modal-xl {
    max-width: 800px;
  }
  .cid-uDVW7bFFfK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVW7bFFfK .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVW7bFFfK .container {
    max-width: 1140px;
  }
}
.cid-uDVW7bFFfK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVW7bFFfK .container {
    max-width: 720px;
  }
}
.cid-uDVW7bFFfK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVW7bFFfK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVW7bFFfK .form-group {
  margin-bottom: 1rem;
}
.cid-uDVW7bFFfK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVW7bFFfK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVW7bFFfK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVWeuxstw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWeuxstw .nav-item,
.cid-uDVWeuxstw .nav-link,
.cid-uDVWeuxstw .navbar-caption {
  font-weight: normal;
}
.cid-uDVWeuxstw .nav-item:focus,
.cid-uDVWeuxstw .nav-link:focus {
  outline: none;
}
.cid-uDVWeuxstw .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uDVWeuxstw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDVWeuxstw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWeuxstw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVWeuxstw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVWeuxstw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uDVWeuxstw .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uDVWeuxstw .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uDVWeuxstw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVWeuxstw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVWeuxstw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDVWeuxstw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVWeuxstw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVWeuxstw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDVWeuxstw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVWeuxstw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVWeuxstw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVWeuxstw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVWeuxstw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVWeuxstw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDVWeuxstw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVWeuxstw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDVWeuxstw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uDVWeuxstw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVWeuxstw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDVWeuxstw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVWeuxstw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDVWeuxstw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVWeuxstw .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uDVWeuxstw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uDVWeuxstw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDVWeuxstw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVWeuxstw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVWeuxstw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVWeuxstw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDVWeuxstw .dropdown-item.active,
.cid-uDVWeuxstw .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVWeuxstw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVWeuxstw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVWeuxstw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uDVWeuxstw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVWeuxstw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVWeuxstw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDVWeuxstw .navbar-buttons {
  text-align: center;
}
.cid-uDVWeuxstw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWeuxstw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uDVWeuxstw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVWeuxstw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVWeuxstw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVWeuxstw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVWeuxstw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVWeuxstw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVWeuxstw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVWeuxstw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVWeuxstw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uDVWeuxstw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVWeuxstw .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uDVWeuxstw .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDVWeuxstw .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uDVWeuxstw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVWeuxstw .navbar {
    height: 77px;
  }
  .cid-uDVWeuxstw .navbar.opened {
    height: auto;
  }
  .cid-uDVWeuxstw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVWevFbZA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uDVWevFbZA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDVWewF5TP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uDVWewF5TP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDVWewF5TP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDVWewF5TP .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDVWewF5TP .mbr-text {
  color: #000000;
}
.cid-uDVWewF5TP .fnt025 {
  font-size: 25px;
}
.cid-uDVWexPExw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uDVWexPExw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uDVWexPExw img,
.cid-uDVWexPExw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDVWexPExw .item:focus,
.cid-uDVWexPExw span:focus {
  outline: none;
}
.cid-uDVWexPExw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDVWexPExw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDVWexPExw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVWexPExw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDVWexPExw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDVWexPExw .mbr-section-title {
  color: #232323;
}
.cid-uDVWexPExw .mbr-text,
.cid-uDVWexPExw .mbr-section-btn {
  text-align: left;
}
.cid-uDVWexPExw .item-title {
  text-align: left;
}
.cid-uDVWexPExw .item-subtitle {
  text-align: left;
}
.cid-uDVWeznWdu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uDVWeznWdu .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uDVWeznWdu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDVWeznWdu form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVWeznWdu form.mbr-form {
    padding: 1rem;
  }
}
.cid-uDVWeznWdu form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uDVWeznWdu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uDVWeAzsBp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uDVWeAzsBp .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uDVWeAzsBp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uDVWeAzsBp .mbr-text {
  color: #444;
}
.cid-uDVWeAzsBp h5 {
  margin-bottom: 0;
}
.cid-uDVWeAzsBp .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uDVWeAzsBp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVWeAzsBp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uDVWeAzsBp .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVWeAzsBp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDVWeAzsBp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDVWeAzsBp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDVWeAzsBp .social-list a:hover {
  opacity: 0.4;
}
.cid-uDVWeAzsBp .media-container-row > div {
  padding: 0px;
}
.cid-uDVWeAzsBp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWeAzsBp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDVWeAzsBp .group-title SPAN {
  color: #ffffff;
}
.cid-uDVWeAzsBp .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uDVWeAzsBp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDVWeAzsBp .social-list,
  .cid-uDVWeAzsBp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDVWeAzsBp h3 {
    margin-bottom: 10px;
  }
  .cid-uDVWeAzsBp .navbar-brand {
    text-align: center;
  }
}
.cid-uDVWeAzsBp .links SPAN {
  color: #9e9e9e;
}
.cid-uDVWeCB3Sc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uDVWeCB3Sc .col + .mbr-section-btn .btn,
  .cid-uDVWeCB3Sc .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uDVWeCB3Sc .dragArea > *:nth-last-child(2).col,
  .cid-uDVWeCB3Sc .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDVWeCB3Sc .col + .mbr-section-btn,
  .cid-uDVWeCB3Sc .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uDVWeCB3Sc .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uDVWeCB3Sc .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uDVWeCB3Sc .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uDVWeCB3Sc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uDVWeCB3Sc .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uDVWeCB3Sc .subtext-1,
.cid-uDVWeCB3Sc .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uDVWeCB3Sc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uDVWeCB3Sc .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uDVWeCB3Sc .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVWeCB3Sc .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uDVWeCB3Sc .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVWeCB3Sc .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uDVWeCB3Sc .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uDVWeCB3Sc .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uDVWeCB3Sc .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWeCB3Sc .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWeCB3Sc .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWeCB3Sc .form-group {
  max-width: 400px;
}
.cid-uDVWeCB3Sc .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uDVWeCB3Sc .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uDVWeCB3Sc .form-row {
    justify-content: center;
  }
  .cid-uDVWeCB3Sc .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uDVWeCB3Sc .subtext-1,
  .cid-uDVWeCB3Sc .subtext-2,
  .cid-uDVWeCB3Sc .card-support {
    text-align: center;
  }
  .cid-uDVWeCB3Sc .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uDVWeCB3Sc .form-text {
    text-align: center;
  }
  .cid-uDVWeCB3Sc .follow-section {
    margin: 0;
  }
  .cid-uDVWeCB3Sc .mbr-form {
    text-align: center;
  }
  .cid-uDVWeCB3Sc .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uDVWeCB3Sc .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uDVWeCB3Sc .firstColumn,
  .cid-uDVWeCB3Sc .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uDVWeCB3Sc .form-row {
    flex-direction: column;
  }
}
.cid-uDVWeCB3Sc img {
  width: auto;
}
.cid-uDVWeCB3Sc LI {
  color: #ffffff;
}
.cid-uDVWeFewLh.popup-builder {
  background-color: #ffffff;
}
.cid-uDVWeFewLh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVWeFewLh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVWeFewLh .modal-content,
.cid-uDVWeFewLh .modal-dialog {
  height: auto;
}
.cid-uDVWeFewLh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVWeFewLh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVWeFewLh .form-wrapper .mbr-form .form-group,
  .cid-uDVWeFewLh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVWeFewLh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVWeFewLh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWeFewLh .mbr-text {
  text-align: center;
}
.cid-uDVWeFewLh .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVWeFewLh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVWeFewLh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVWeFewLh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVWeFewLh .modal-open {
  overflow: hidden;
}
.cid-uDVWeFewLh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVWeFewLh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVWeFewLh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVWeFewLh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVWeFewLh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVWeFewLh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVWeFewLh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVWeFewLh .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVWeFewLh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVWeFewLh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVWeFewLh .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVWeFewLh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVWeFewLh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVWeFewLh .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVWeFewLh .modal-header .close:focus {
  outline: none;
}
.cid-uDVWeFewLh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVWeFewLh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVWeFewLh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVWeFewLh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVWeFewLh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVWeFewLh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVWeFewLh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVWeFewLh .modal-sm {
    max-width: 300px;
  }
  .cid-uDVWeFewLh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVWeFewLh .modal-lg,
  .cid-uDVWeFewLh .modal-xl {
    max-width: 800px;
  }
  .cid-uDVWeFewLh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVWeFewLh .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVWeFewLh .container {
    max-width: 1140px;
  }
}
.cid-uDVWeFewLh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVWeFewLh .container {
    max-width: 720px;
  }
}
.cid-uDVWeFewLh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVWeFewLh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVWeFewLh .form-group {
  margin-bottom: 1rem;
}
.cid-uDVWeFewLh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVWeFewLh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVWeFewLh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVWeGZBSv.popup-builder {
  background-color: #ffffff;
}
.cid-uDVWeGZBSv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVWeGZBSv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVWeGZBSv .modal-content,
.cid-uDVWeGZBSv .modal-dialog {
  height: auto;
}
.cid-uDVWeGZBSv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVWeGZBSv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVWeGZBSv .form-wrapper .mbr-form .form-group,
  .cid-uDVWeGZBSv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVWeGZBSv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVWeGZBSv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWeGZBSv .mbr-text {
  text-align: center;
}
.cid-uDVWeGZBSv .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVWeGZBSv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVWeGZBSv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVWeGZBSv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVWeGZBSv .modal-open {
  overflow: hidden;
}
.cid-uDVWeGZBSv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVWeGZBSv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVWeGZBSv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVWeGZBSv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVWeGZBSv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVWeGZBSv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVWeGZBSv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVWeGZBSv .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVWeGZBSv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVWeGZBSv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVWeGZBSv .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVWeGZBSv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVWeGZBSv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVWeGZBSv .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVWeGZBSv .modal-header .close:focus {
  outline: none;
}
.cid-uDVWeGZBSv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVWeGZBSv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVWeGZBSv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVWeGZBSv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVWeGZBSv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVWeGZBSv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVWeGZBSv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVWeGZBSv .modal-sm {
    max-width: 300px;
  }
  .cid-uDVWeGZBSv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVWeGZBSv .modal-lg,
  .cid-uDVWeGZBSv .modal-xl {
    max-width: 800px;
  }
  .cid-uDVWeGZBSv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVWeGZBSv .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVWeGZBSv .container {
    max-width: 1140px;
  }
}
.cid-uDVWeGZBSv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVWeGZBSv .container {
    max-width: 720px;
  }
}
.cid-uDVWeGZBSv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVWeGZBSv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVWeGZBSv .form-group {
  margin-bottom: 1rem;
}
.cid-uDVWeGZBSv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVWeGZBSv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVWeGZBSv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVWm6Rh2o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWm6Rh2o .nav-item,
.cid-uDVWm6Rh2o .nav-link,
.cid-uDVWm6Rh2o .navbar-caption {
  font-weight: normal;
}
.cid-uDVWm6Rh2o .nav-item:focus,
.cid-uDVWm6Rh2o .nav-link:focus {
  outline: none;
}
.cid-uDVWm6Rh2o .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uDVWm6Rh2o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDVWm6Rh2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDVWm6Rh2o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVWm6Rh2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVWm6Rh2o .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uDVWm6Rh2o .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uDVWm6Rh2o .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uDVWm6Rh2o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVWm6Rh2o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVWm6Rh2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDVWm6Rh2o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVWm6Rh2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVWm6Rh2o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDVWm6Rh2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVWm6Rh2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVWm6Rh2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVWm6Rh2o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVWm6Rh2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVWm6Rh2o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDVWm6Rh2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVWm6Rh2o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDVWm6Rh2o .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uDVWm6Rh2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVWm6Rh2o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDVWm6Rh2o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVWm6Rh2o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDVWm6Rh2o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDVWm6Rh2o .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uDVWm6Rh2o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uDVWm6Rh2o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDVWm6Rh2o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDVWm6Rh2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVWm6Rh2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVWm6Rh2o .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDVWm6Rh2o .dropdown-item.active,
.cid-uDVWm6Rh2o .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVWm6Rh2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVWm6Rh2o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVWm6Rh2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uDVWm6Rh2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVWm6Rh2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVWm6Rh2o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDVWm6Rh2o .navbar-buttons {
  text-align: center;
}
.cid-uDVWm6Rh2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWm6Rh2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uDVWm6Rh2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVWm6Rh2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVWm6Rh2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVWm6Rh2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVWm6Rh2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVWm6Rh2o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVWm6Rh2o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVWm6Rh2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVWm6Rh2o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uDVWm6Rh2o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVWm6Rh2o .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uDVWm6Rh2o .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uDVWm6Rh2o .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uDVWm6Rh2o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVWm6Rh2o .navbar {
    height: 77px;
  }
  .cid-uDVWm6Rh2o .navbar.opened {
    height: auto;
  }
  .cid-uDVWm6Rh2o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVWm99joM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uDVWm99joM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDVWma2Qbx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uDVWma2Qbx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDVWma2Qbx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDVWma2Qbx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDVWma2Qbx .mbr-text {
  color: #000000;
}
.cid-uDVWma2Qbx .fnt025 {
  font-size: 25px;
}
.cid-uDVWmbRdBb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uDVWmbRdBb .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uDVWmbRdBb img,
.cid-uDVWmbRdBb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDVWmbRdBb .item:focus,
.cid-uDVWmbRdBb span:focus {
  outline: none;
}
.cid-uDVWmbRdBb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDVWmbRdBb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDVWmbRdBb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVWmbRdBb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDVWmbRdBb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDVWmbRdBb .mbr-section-title {
  color: #232323;
}
.cid-uDVWmbRdBb .mbr-text,
.cid-uDVWmbRdBb .mbr-section-btn {
  text-align: left;
}
.cid-uDVWmbRdBb .item-title {
  text-align: left;
}
.cid-uDVWmbRdBb .item-subtitle {
  text-align: left;
}
.cid-uDVWmeivq6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uDVWmeivq6 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uDVWmeivq6 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDVWmeivq6 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVWmeivq6 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uDVWmeivq6 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uDVWmeivq6 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uDVWmgawzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uDVWmgawzT .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uDVWmgawzT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uDVWmgawzT .mbr-text {
  color: #444;
}
.cid-uDVWmgawzT h5 {
  margin-bottom: 0;
}
.cid-uDVWmgawzT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uDVWmgawzT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDVWmgawzT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uDVWmgawzT .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDVWmgawzT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDVWmgawzT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDVWmgawzT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDVWmgawzT .social-list a:hover {
  opacity: 0.4;
}
.cid-uDVWmgawzT .media-container-row > div {
  padding: 0px;
}
.cid-uDVWmgawzT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWmgawzT .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDVWmgawzT .group-title SPAN {
  color: #ffffff;
}
.cid-uDVWmgawzT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uDVWmgawzT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDVWmgawzT .social-list,
  .cid-uDVWmgawzT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDVWmgawzT h3 {
    margin-bottom: 10px;
  }
  .cid-uDVWmgawzT .navbar-brand {
    text-align: center;
  }
}
.cid-uDVWmgawzT .links SPAN {
  color: #9e9e9e;
}
.cid-uDVWmjfYze {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uDVWmjfYze .col + .mbr-section-btn .btn,
  .cid-uDVWmjfYze .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uDVWmjfYze .dragArea > *:nth-last-child(2).col,
  .cid-uDVWmjfYze .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDVWmjfYze .col + .mbr-section-btn,
  .cid-uDVWmjfYze .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uDVWmjfYze .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uDVWmjfYze .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uDVWmjfYze .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uDVWmjfYze .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uDVWmjfYze .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uDVWmjfYze .subtext-1,
.cid-uDVWmjfYze .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uDVWmjfYze .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uDVWmjfYze .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uDVWmjfYze .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVWmjfYze .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uDVWmjfYze .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uDVWmjfYze .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uDVWmjfYze .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uDVWmjfYze .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uDVWmjfYze .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWmjfYze .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWmjfYze .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uDVWmjfYze .form-group {
  max-width: 400px;
}
.cid-uDVWmjfYze .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uDVWmjfYze .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uDVWmjfYze .form-row {
    justify-content: center;
  }
  .cid-uDVWmjfYze .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uDVWmjfYze .subtext-1,
  .cid-uDVWmjfYze .subtext-2,
  .cid-uDVWmjfYze .card-support {
    text-align: center;
  }
  .cid-uDVWmjfYze .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uDVWmjfYze .form-text {
    text-align: center;
  }
  .cid-uDVWmjfYze .follow-section {
    margin: 0;
  }
  .cid-uDVWmjfYze .mbr-form {
    text-align: center;
  }
  .cid-uDVWmjfYze .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uDVWmjfYze .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uDVWmjfYze .firstColumn,
  .cid-uDVWmjfYze .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uDVWmjfYze .form-row {
    flex-direction: column;
  }
}
.cid-uDVWmjfYze img {
  width: auto;
}
.cid-uDVWmjfYze LI {
  color: #ffffff;
}
.cid-uDVWmmSUpO.popup-builder {
  background-color: #ffffff;
}
.cid-uDVWmmSUpO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVWmmSUpO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVWmmSUpO .modal-content,
.cid-uDVWmmSUpO .modal-dialog {
  height: auto;
}
.cid-uDVWmmSUpO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVWmmSUpO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVWmmSUpO .form-wrapper .mbr-form .form-group,
  .cid-uDVWmmSUpO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVWmmSUpO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVWmmSUpO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWmmSUpO .mbr-text {
  text-align: center;
}
.cid-uDVWmmSUpO .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVWmmSUpO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVWmmSUpO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVWmmSUpO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVWmmSUpO .modal-open {
  overflow: hidden;
}
.cid-uDVWmmSUpO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVWmmSUpO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVWmmSUpO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVWmmSUpO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVWmmSUpO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVWmmSUpO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVWmmSUpO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVWmmSUpO .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVWmmSUpO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVWmmSUpO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVWmmSUpO .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVWmmSUpO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVWmmSUpO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVWmmSUpO .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVWmmSUpO .modal-header .close:focus {
  outline: none;
}
.cid-uDVWmmSUpO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVWmmSUpO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVWmmSUpO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVWmmSUpO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVWmmSUpO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVWmmSUpO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVWmmSUpO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVWmmSUpO .modal-sm {
    max-width: 300px;
  }
  .cid-uDVWmmSUpO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVWmmSUpO .modal-lg,
  .cid-uDVWmmSUpO .modal-xl {
    max-width: 800px;
  }
  .cid-uDVWmmSUpO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVWmmSUpO .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVWmmSUpO .container {
    max-width: 1140px;
  }
}
.cid-uDVWmmSUpO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVWmmSUpO .container {
    max-width: 720px;
  }
}
.cid-uDVWmmSUpO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVWmmSUpO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVWmmSUpO .form-group {
  margin-bottom: 1rem;
}
.cid-uDVWmmSUpO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVWmmSUpO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVWmmSUpO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDVWmpyI39.popup-builder {
  background-color: #ffffff;
}
.cid-uDVWmpyI39.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDVWmpyI39.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDVWmpyI39 .modal-content,
.cid-uDVWmpyI39 .modal-dialog {
  height: auto;
}
.cid-uDVWmpyI39 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDVWmpyI39 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDVWmpyI39 .form-wrapper .mbr-form .form-group,
  .cid-uDVWmpyI39 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDVWmpyI39 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDVWmpyI39 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDVWmpyI39 .mbr-text {
  text-align: center;
}
.cid-uDVWmpyI39 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDVWmpyI39 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDVWmpyI39 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDVWmpyI39 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDVWmpyI39 .modal-open {
  overflow: hidden;
}
.cid-uDVWmpyI39 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDVWmpyI39 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDVWmpyI39 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDVWmpyI39 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDVWmpyI39 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDVWmpyI39 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDVWmpyI39 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDVWmpyI39 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDVWmpyI39 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDVWmpyI39 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDVWmpyI39 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDVWmpyI39 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uDVWmpyI39 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDVWmpyI39 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDVWmpyI39 .modal-header .close:focus {
  outline: none;
}
.cid-uDVWmpyI39 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDVWmpyI39 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uDVWmpyI39 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uDVWmpyI39 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDVWmpyI39 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDVWmpyI39 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDVWmpyI39 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDVWmpyI39 .modal-sm {
    max-width: 300px;
  }
  .cid-uDVWmpyI39 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uDVWmpyI39 .modal-lg,
  .cid-uDVWmpyI39 .modal-xl {
    max-width: 800px;
  }
  .cid-uDVWmpyI39 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uDVWmpyI39 .modal-xl {
    max-width: 1140px;
  }
  .cid-uDVWmpyI39 .container {
    max-width: 1140px;
  }
}
.cid-uDVWmpyI39 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDVWmpyI39 .container {
    max-width: 720px;
  }
}
.cid-uDVWmpyI39 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDVWmpyI39 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDVWmpyI39 .form-group {
  margin-bottom: 1rem;
}
.cid-uDVWmpyI39 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDVWmpyI39 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDVWmpyI39 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOUpCaJvr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUpCaJvr .nav-item,
.cid-uGOUpCaJvr .nav-link,
.cid-uGOUpCaJvr .navbar-caption {
  font-weight: normal;
}
.cid-uGOUpCaJvr .nav-item:focus,
.cid-uGOUpCaJvr .nav-link:focus {
  outline: none;
}
.cid-uGOUpCaJvr .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uGOUpCaJvr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGOUpCaJvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUpCaJvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGOUpCaJvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGOUpCaJvr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uGOUpCaJvr .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uGOUpCaJvr .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uGOUpCaJvr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGOUpCaJvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGOUpCaJvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGOUpCaJvr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGOUpCaJvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGOUpCaJvr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGOUpCaJvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGOUpCaJvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOUpCaJvr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGOUpCaJvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGOUpCaJvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGOUpCaJvr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGOUpCaJvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGOUpCaJvr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGOUpCaJvr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGOUpCaJvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGOUpCaJvr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGOUpCaJvr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGOUpCaJvr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGOUpCaJvr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGOUpCaJvr .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uGOUpCaJvr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGOUpCaJvr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGOUpCaJvr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGOUpCaJvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGOUpCaJvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGOUpCaJvr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGOUpCaJvr .dropdown-item.active,
.cid-uGOUpCaJvr .dropdown-item:active {
  background-color: transparent;
}
.cid-uGOUpCaJvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGOUpCaJvr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGOUpCaJvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uGOUpCaJvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGOUpCaJvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGOUpCaJvr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGOUpCaJvr .navbar-buttons {
  text-align: center;
}
.cid-uGOUpCaJvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUpCaJvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uGOUpCaJvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGOUpCaJvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOUpCaJvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOUpCaJvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGOUpCaJvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOUpCaJvr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGOUpCaJvr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGOUpCaJvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOUpCaJvr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGOUpCaJvr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOUpCaJvr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGOUpCaJvr .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uGOUpCaJvr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGOUpCaJvr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGOUpCaJvr .navbar {
    height: 77px;
  }
  .cid-uGOUpCaJvr .navbar.opened {
    height: auto;
  }
  .cid-uGOUpCaJvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGOUpD3ZW0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uGOUpD3ZW0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGOUpDFAe9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uGOUpDFAe9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uGOUpDFAe9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uGOUpDFAe9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uGOUpDFAe9 .mbr-text {
  color: #000000;
}
.cid-uGOUpDFAe9 .fnt025 {
  font-size: 25px;
}
.cid-uGOUpEzlDV {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uGOUpEzlDV .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uGOUpEzlDV img,
.cid-uGOUpEzlDV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGOUpEzlDV .item:focus,
.cid-uGOUpEzlDV span:focus {
  outline: none;
}
.cid-uGOUpEzlDV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGOUpEzlDV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGOUpEzlDV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOUpEzlDV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGOUpEzlDV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGOUpEzlDV .mbr-section-title {
  color: #232323;
}
.cid-uGOUpEzlDV .mbr-text,
.cid-uGOUpEzlDV .mbr-section-btn {
  text-align: left;
}
.cid-uGOUpEzlDV .item-title {
  text-align: left;
}
.cid-uGOUpEzlDV .item-subtitle {
  text-align: left;
}
.cid-uGOUpFwt7R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uGOUpFwt7R .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uGOUpFwt7R form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGOUpFwt7R form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOUpFwt7R form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGOUpFwt7R form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uGOUpFwt7R form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uGOUpGsxdU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uGOUpGsxdU .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uGOUpGsxdU .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uGOUpGsxdU .mbr-text {
  color: #444;
}
.cid-uGOUpGsxdU h5 {
  margin-bottom: 0;
}
.cid-uGOUpGsxdU .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uGOUpGsxdU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOUpGsxdU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uGOUpGsxdU .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOUpGsxdU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGOUpGsxdU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGOUpGsxdU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGOUpGsxdU .social-list a:hover {
  opacity: 0.4;
}
.cid-uGOUpGsxdU .media-container-row > div {
  padding: 0px;
}
.cid-uGOUpGsxdU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUpGsxdU .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGOUpGsxdU .group-title SPAN {
  color: #ffffff;
}
.cid-uGOUpGsxdU .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uGOUpGsxdU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGOUpGsxdU .social-list,
  .cid-uGOUpGsxdU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGOUpGsxdU h3 {
    margin-bottom: 10px;
  }
  .cid-uGOUpGsxdU .navbar-brand {
    text-align: center;
  }
}
.cid-uGOUpGsxdU .links SPAN {
  color: #9e9e9e;
}
.cid-uGOUpHEfGQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uGOUpHEfGQ .col + .mbr-section-btn .btn,
  .cid-uGOUpHEfGQ .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uGOUpHEfGQ .dragArea > *:nth-last-child(2).col,
  .cid-uGOUpHEfGQ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uGOUpHEfGQ .col + .mbr-section-btn,
  .cid-uGOUpHEfGQ .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uGOUpHEfGQ .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uGOUpHEfGQ .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uGOUpHEfGQ .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uGOUpHEfGQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uGOUpHEfGQ .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uGOUpHEfGQ .subtext-1,
.cid-uGOUpHEfGQ .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uGOUpHEfGQ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uGOUpHEfGQ .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uGOUpHEfGQ .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOUpHEfGQ .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uGOUpHEfGQ .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOUpHEfGQ .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uGOUpHEfGQ .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uGOUpHEfGQ .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uGOUpHEfGQ .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUpHEfGQ .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUpHEfGQ .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUpHEfGQ .form-group {
  max-width: 400px;
}
.cid-uGOUpHEfGQ .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uGOUpHEfGQ .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uGOUpHEfGQ .form-row {
    justify-content: center;
  }
  .cid-uGOUpHEfGQ .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uGOUpHEfGQ .subtext-1,
  .cid-uGOUpHEfGQ .subtext-2,
  .cid-uGOUpHEfGQ .card-support {
    text-align: center;
  }
  .cid-uGOUpHEfGQ .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uGOUpHEfGQ .form-text {
    text-align: center;
  }
  .cid-uGOUpHEfGQ .follow-section {
    margin: 0;
  }
  .cid-uGOUpHEfGQ .mbr-form {
    text-align: center;
  }
  .cid-uGOUpHEfGQ .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uGOUpHEfGQ .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uGOUpHEfGQ .firstColumn,
  .cid-uGOUpHEfGQ .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uGOUpHEfGQ .form-row {
    flex-direction: column;
  }
}
.cid-uGOUpHEfGQ img {
  width: auto;
}
.cid-uGOUpHEfGQ LI {
  color: #ffffff;
}
.cid-uGOUpJ4MgP.popup-builder {
  background-color: #ffffff;
}
.cid-uGOUpJ4MgP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOUpJ4MgP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOUpJ4MgP .modal-content,
.cid-uGOUpJ4MgP .modal-dialog {
  height: auto;
}
.cid-uGOUpJ4MgP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOUpJ4MgP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOUpJ4MgP .form-wrapper .mbr-form .form-group,
  .cid-uGOUpJ4MgP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOUpJ4MgP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOUpJ4MgP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUpJ4MgP .mbr-text {
  text-align: center;
}
.cid-uGOUpJ4MgP .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOUpJ4MgP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOUpJ4MgP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOUpJ4MgP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOUpJ4MgP .modal-open {
  overflow: hidden;
}
.cid-uGOUpJ4MgP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOUpJ4MgP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOUpJ4MgP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOUpJ4MgP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOUpJ4MgP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOUpJ4MgP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOUpJ4MgP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOUpJ4MgP .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOUpJ4MgP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOUpJ4MgP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOUpJ4MgP .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOUpJ4MgP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOUpJ4MgP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOUpJ4MgP .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOUpJ4MgP .modal-header .close:focus {
  outline: none;
}
.cid-uGOUpJ4MgP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOUpJ4MgP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOUpJ4MgP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOUpJ4MgP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOUpJ4MgP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOUpJ4MgP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOUpJ4MgP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOUpJ4MgP .modal-sm {
    max-width: 300px;
  }
  .cid-uGOUpJ4MgP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOUpJ4MgP .modal-lg,
  .cid-uGOUpJ4MgP .modal-xl {
    max-width: 800px;
  }
  .cid-uGOUpJ4MgP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOUpJ4MgP .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOUpJ4MgP .container {
    max-width: 1140px;
  }
}
.cid-uGOUpJ4MgP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOUpJ4MgP .container {
    max-width: 720px;
  }
}
.cid-uGOUpJ4MgP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOUpJ4MgP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOUpJ4MgP .form-group {
  margin-bottom: 1rem;
}
.cid-uGOUpJ4MgP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOUpJ4MgP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOUpJ4MgP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOUpKbKUP.popup-builder {
  background-color: #ffffff;
}
.cid-uGOUpKbKUP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOUpKbKUP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOUpKbKUP .modal-content,
.cid-uGOUpKbKUP .modal-dialog {
  height: auto;
}
.cid-uGOUpKbKUP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOUpKbKUP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOUpKbKUP .form-wrapper .mbr-form .form-group,
  .cid-uGOUpKbKUP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOUpKbKUP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOUpKbKUP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUpKbKUP .mbr-text {
  text-align: center;
}
.cid-uGOUpKbKUP .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOUpKbKUP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOUpKbKUP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOUpKbKUP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOUpKbKUP .modal-open {
  overflow: hidden;
}
.cid-uGOUpKbKUP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOUpKbKUP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOUpKbKUP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOUpKbKUP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOUpKbKUP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOUpKbKUP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOUpKbKUP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOUpKbKUP .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOUpKbKUP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOUpKbKUP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOUpKbKUP .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOUpKbKUP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOUpKbKUP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOUpKbKUP .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOUpKbKUP .modal-header .close:focus {
  outline: none;
}
.cid-uGOUpKbKUP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOUpKbKUP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOUpKbKUP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOUpKbKUP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOUpKbKUP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOUpKbKUP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOUpKbKUP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOUpKbKUP .modal-sm {
    max-width: 300px;
  }
  .cid-uGOUpKbKUP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOUpKbKUP .modal-lg,
  .cid-uGOUpKbKUP .modal-xl {
    max-width: 800px;
  }
  .cid-uGOUpKbKUP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOUpKbKUP .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOUpKbKUP .container {
    max-width: 1140px;
  }
}
.cid-uGOUpKbKUP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOUpKbKUP .container {
    max-width: 720px;
  }
}
.cid-uGOUpKbKUP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOUpKbKUP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOUpKbKUP .form-group {
  margin-bottom: 1rem;
}
.cid-uGOUpKbKUP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOUpKbKUP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOUpKbKUP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOUQI1FT9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUQI1FT9 .nav-item,
.cid-uGOUQI1FT9 .nav-link,
.cid-uGOUQI1FT9 .navbar-caption {
  font-weight: normal;
}
.cid-uGOUQI1FT9 .nav-item:focus,
.cid-uGOUQI1FT9 .nav-link:focus {
  outline: none;
}
.cid-uGOUQI1FT9 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uGOUQI1FT9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGOUQI1FT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOUQI1FT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGOUQI1FT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGOUQI1FT9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uGOUQI1FT9 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uGOUQI1FT9 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uGOUQI1FT9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGOUQI1FT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGOUQI1FT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGOUQI1FT9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGOUQI1FT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGOUQI1FT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGOUQI1FT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGOUQI1FT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOUQI1FT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGOUQI1FT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGOUQI1FT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGOUQI1FT9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGOUQI1FT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGOUQI1FT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGOUQI1FT9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGOUQI1FT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGOUQI1FT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGOUQI1FT9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGOUQI1FT9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGOUQI1FT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGOUQI1FT9 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uGOUQI1FT9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGOUQI1FT9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGOUQI1FT9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGOUQI1FT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGOUQI1FT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGOUQI1FT9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGOUQI1FT9 .dropdown-item.active,
.cid-uGOUQI1FT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGOUQI1FT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGOUQI1FT9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGOUQI1FT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uGOUQI1FT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGOUQI1FT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGOUQI1FT9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGOUQI1FT9 .navbar-buttons {
  text-align: center;
}
.cid-uGOUQI1FT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUQI1FT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uGOUQI1FT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGOUQI1FT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOUQI1FT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOUQI1FT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGOUQI1FT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOUQI1FT9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGOUQI1FT9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGOUQI1FT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOUQI1FT9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGOUQI1FT9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOUQI1FT9 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGOUQI1FT9 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uGOUQI1FT9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGOUQI1FT9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGOUQI1FT9 .navbar {
    height: 77px;
  }
  .cid-uGOUQI1FT9 .navbar.opened {
    height: auto;
  }
  .cid-uGOUQI1FT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGOUQIVokw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uGOUQIVokw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGOUQJFQcm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uGOUQJFQcm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uGOUQJFQcm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uGOUQJFQcm .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uGOUQJFQcm .mbr-text {
  color: #000000;
}
.cid-uGOUQJFQcm .fnt025 {
  font-size: 25px;
}
.cid-uGOUQKx1MJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uGOUQKx1MJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uGOUQKx1MJ img,
.cid-uGOUQKx1MJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGOUQKx1MJ .item:focus,
.cid-uGOUQKx1MJ span:focus {
  outline: none;
}
.cid-uGOUQKx1MJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGOUQKx1MJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGOUQKx1MJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOUQKx1MJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGOUQKx1MJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGOUQKx1MJ .mbr-section-title {
  color: #232323;
}
.cid-uGOUQKx1MJ .mbr-text,
.cid-uGOUQKx1MJ .mbr-section-btn {
  text-align: left;
}
.cid-uGOUQKx1MJ .item-title {
  text-align: left;
}
.cid-uGOUQKx1MJ .item-subtitle {
  text-align: left;
}
.cid-uGOUQLtPBG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uGOUQLtPBG .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uGOUQLtPBG form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGOUQLtPBG form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOUQLtPBG form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGOUQLtPBG form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uGOUQLtPBG form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uGOUQMlAGd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uGOUQMlAGd .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uGOUQMlAGd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uGOUQMlAGd .mbr-text {
  color: #444;
}
.cid-uGOUQMlAGd h5 {
  margin-bottom: 0;
}
.cid-uGOUQMlAGd .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uGOUQMlAGd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOUQMlAGd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uGOUQMlAGd .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOUQMlAGd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGOUQMlAGd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGOUQMlAGd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGOUQMlAGd .social-list a:hover {
  opacity: 0.4;
}
.cid-uGOUQMlAGd .media-container-row > div {
  padding: 0px;
}
.cid-uGOUQMlAGd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUQMlAGd .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGOUQMlAGd .group-title SPAN {
  color: #ffffff;
}
.cid-uGOUQMlAGd .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uGOUQMlAGd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGOUQMlAGd .social-list,
  .cid-uGOUQMlAGd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGOUQMlAGd h3 {
    margin-bottom: 10px;
  }
  .cid-uGOUQMlAGd .navbar-brand {
    text-align: center;
  }
}
.cid-uGOUQMlAGd .links SPAN {
  color: #9e9e9e;
}
.cid-uGOUQNxYcK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uGOUQNxYcK .col + .mbr-section-btn .btn,
  .cid-uGOUQNxYcK .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uGOUQNxYcK .dragArea > *:nth-last-child(2).col,
  .cid-uGOUQNxYcK .dragArea > *:nth-last-child(2).col-auto,
  .cid-uGOUQNxYcK .col + .mbr-section-btn,
  .cid-uGOUQNxYcK .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uGOUQNxYcK .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uGOUQNxYcK .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uGOUQNxYcK .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uGOUQNxYcK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uGOUQNxYcK .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uGOUQNxYcK .subtext-1,
.cid-uGOUQNxYcK .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uGOUQNxYcK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uGOUQNxYcK .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uGOUQNxYcK .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOUQNxYcK .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uGOUQNxYcK .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOUQNxYcK .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uGOUQNxYcK .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uGOUQNxYcK .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uGOUQNxYcK .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUQNxYcK .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUQNxYcK .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOUQNxYcK .form-group {
  max-width: 400px;
}
.cid-uGOUQNxYcK .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uGOUQNxYcK .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uGOUQNxYcK .form-row {
    justify-content: center;
  }
  .cid-uGOUQNxYcK .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uGOUQNxYcK .subtext-1,
  .cid-uGOUQNxYcK .subtext-2,
  .cid-uGOUQNxYcK .card-support {
    text-align: center;
  }
  .cid-uGOUQNxYcK .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uGOUQNxYcK .form-text {
    text-align: center;
  }
  .cid-uGOUQNxYcK .follow-section {
    margin: 0;
  }
  .cid-uGOUQNxYcK .mbr-form {
    text-align: center;
  }
  .cid-uGOUQNxYcK .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uGOUQNxYcK .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uGOUQNxYcK .firstColumn,
  .cid-uGOUQNxYcK .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uGOUQNxYcK .form-row {
    flex-direction: column;
  }
}
.cid-uGOUQNxYcK img {
  width: auto;
}
.cid-uGOUQNxYcK LI {
  color: #ffffff;
}
.cid-uGOUQONSGR.popup-builder {
  background-color: #ffffff;
}
.cid-uGOUQONSGR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOUQONSGR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOUQONSGR .modal-content,
.cid-uGOUQONSGR .modal-dialog {
  height: auto;
}
.cid-uGOUQONSGR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOUQONSGR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOUQONSGR .form-wrapper .mbr-form .form-group,
  .cid-uGOUQONSGR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOUQONSGR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOUQONSGR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUQONSGR .mbr-text {
  text-align: center;
}
.cid-uGOUQONSGR .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOUQONSGR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOUQONSGR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOUQONSGR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOUQONSGR .modal-open {
  overflow: hidden;
}
.cid-uGOUQONSGR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOUQONSGR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOUQONSGR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOUQONSGR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOUQONSGR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOUQONSGR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOUQONSGR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOUQONSGR .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOUQONSGR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOUQONSGR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOUQONSGR .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOUQONSGR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOUQONSGR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOUQONSGR .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOUQONSGR .modal-header .close:focus {
  outline: none;
}
.cid-uGOUQONSGR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOUQONSGR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOUQONSGR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOUQONSGR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOUQONSGR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOUQONSGR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOUQONSGR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOUQONSGR .modal-sm {
    max-width: 300px;
  }
  .cid-uGOUQONSGR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOUQONSGR .modal-lg,
  .cid-uGOUQONSGR .modal-xl {
    max-width: 800px;
  }
  .cid-uGOUQONSGR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOUQONSGR .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOUQONSGR .container {
    max-width: 1140px;
  }
}
.cid-uGOUQONSGR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOUQONSGR .container {
    max-width: 720px;
  }
}
.cid-uGOUQONSGR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOUQONSGR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOUQONSGR .form-group {
  margin-bottom: 1rem;
}
.cid-uGOUQONSGR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOUQONSGR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOUQONSGR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOUQPV3bg.popup-builder {
  background-color: #ffffff;
}
.cid-uGOUQPV3bg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOUQPV3bg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOUQPV3bg .modal-content,
.cid-uGOUQPV3bg .modal-dialog {
  height: auto;
}
.cid-uGOUQPV3bg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOUQPV3bg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOUQPV3bg .form-wrapper .mbr-form .form-group,
  .cid-uGOUQPV3bg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOUQPV3bg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOUQPV3bg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOUQPV3bg .mbr-text {
  text-align: center;
}
.cid-uGOUQPV3bg .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOUQPV3bg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOUQPV3bg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOUQPV3bg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOUQPV3bg .modal-open {
  overflow: hidden;
}
.cid-uGOUQPV3bg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOUQPV3bg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOUQPV3bg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOUQPV3bg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOUQPV3bg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOUQPV3bg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOUQPV3bg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOUQPV3bg .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOUQPV3bg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOUQPV3bg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOUQPV3bg .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOUQPV3bg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOUQPV3bg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOUQPV3bg .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOUQPV3bg .modal-header .close:focus {
  outline: none;
}
.cid-uGOUQPV3bg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOUQPV3bg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOUQPV3bg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOUQPV3bg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOUQPV3bg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOUQPV3bg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOUQPV3bg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOUQPV3bg .modal-sm {
    max-width: 300px;
  }
  .cid-uGOUQPV3bg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOUQPV3bg .modal-lg,
  .cid-uGOUQPV3bg .modal-xl {
    max-width: 800px;
  }
  .cid-uGOUQPV3bg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOUQPV3bg .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOUQPV3bg .container {
    max-width: 1140px;
  }
}
.cid-uGOUQPV3bg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOUQPV3bg .container {
    max-width: 720px;
  }
}
.cid-uGOUQPV3bg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOUQPV3bg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOUQPV3bg .form-group {
  margin-bottom: 1rem;
}
.cid-uGOUQPV3bg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOUQPV3bg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOUQPV3bg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOV0S1fAv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV0S1fAv .nav-item,
.cid-uGOV0S1fAv .nav-link,
.cid-uGOV0S1fAv .navbar-caption {
  font-weight: normal;
}
.cid-uGOV0S1fAv .nav-item:focus,
.cid-uGOV0S1fAv .nav-link:focus {
  outline: none;
}
.cid-uGOV0S1fAv .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uGOV0S1fAv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGOV0S1fAv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV0S1fAv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGOV0S1fAv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGOV0S1fAv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uGOV0S1fAv .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uGOV0S1fAv .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uGOV0S1fAv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGOV0S1fAv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGOV0S1fAv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGOV0S1fAv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGOV0S1fAv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGOV0S1fAv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGOV0S1fAv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGOV0S1fAv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOV0S1fAv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGOV0S1fAv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGOV0S1fAv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGOV0S1fAv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGOV0S1fAv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGOV0S1fAv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGOV0S1fAv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGOV0S1fAv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGOV0S1fAv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGOV0S1fAv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGOV0S1fAv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGOV0S1fAv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGOV0S1fAv .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uGOV0S1fAv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGOV0S1fAv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGOV0S1fAv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGOV0S1fAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGOV0S1fAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGOV0S1fAv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGOV0S1fAv .dropdown-item.active,
.cid-uGOV0S1fAv .dropdown-item:active {
  background-color: transparent;
}
.cid-uGOV0S1fAv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGOV0S1fAv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGOV0S1fAv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uGOV0S1fAv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGOV0S1fAv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGOV0S1fAv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGOV0S1fAv .navbar-buttons {
  text-align: center;
}
.cid-uGOV0S1fAv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV0S1fAv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uGOV0S1fAv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGOV0S1fAv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOV0S1fAv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOV0S1fAv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGOV0S1fAv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOV0S1fAv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGOV0S1fAv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGOV0S1fAv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOV0S1fAv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGOV0S1fAv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOV0S1fAv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGOV0S1fAv .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uGOV0S1fAv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGOV0S1fAv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGOV0S1fAv .navbar {
    height: 77px;
  }
  .cid-uGOV0S1fAv .navbar.opened {
    height: auto;
  }
  .cid-uGOV0S1fAv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGOV0TqN5I {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uGOV0TqN5I .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGOV0Ub1zS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uGOV0Ub1zS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uGOV0Ub1zS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uGOV0Ub1zS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uGOV0Ub1zS .mbr-text {
  color: #000000;
}
.cid-uGOV0Ub1zS .fnt025 {
  font-size: 25px;
}
.cid-uGOV0V6sWe {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uGOV0V6sWe .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uGOV0V6sWe img,
.cid-uGOV0V6sWe .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGOV0V6sWe .item:focus,
.cid-uGOV0V6sWe span:focus {
  outline: none;
}
.cid-uGOV0V6sWe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGOV0V6sWe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGOV0V6sWe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOV0V6sWe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGOV0V6sWe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGOV0V6sWe .mbr-section-title {
  color: #232323;
}
.cid-uGOV0V6sWe .mbr-text,
.cid-uGOV0V6sWe .mbr-section-btn {
  text-align: left;
}
.cid-uGOV0V6sWe .item-title {
  text-align: left;
}
.cid-uGOV0V6sWe .item-subtitle {
  text-align: left;
}
.cid-uGOV0WJ54x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uGOV0WJ54x .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uGOV0WJ54x form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGOV0WJ54x form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOV0WJ54x form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGOV0WJ54x form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uGOV0WJ54x form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uGOV0XB34w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uGOV0XB34w .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uGOV0XB34w .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uGOV0XB34w .mbr-text {
  color: #444;
}
.cid-uGOV0XB34w h5 {
  margin-bottom: 0;
}
.cid-uGOV0XB34w .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uGOV0XB34w .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOV0XB34w .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uGOV0XB34w .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOV0XB34w .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGOV0XB34w .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGOV0XB34w .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGOV0XB34w .social-list a:hover {
  opacity: 0.4;
}
.cid-uGOV0XB34w .media-container-row > div {
  padding: 0px;
}
.cid-uGOV0XB34w .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV0XB34w .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGOV0XB34w .group-title SPAN {
  color: #ffffff;
}
.cid-uGOV0XB34w .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uGOV0XB34w .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGOV0XB34w .social-list,
  .cid-uGOV0XB34w .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGOV0XB34w h3 {
    margin-bottom: 10px;
  }
  .cid-uGOV0XB34w .navbar-brand {
    text-align: center;
  }
}
.cid-uGOV0XB34w .links SPAN {
  color: #9e9e9e;
}
.cid-uGOV0YGZaZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uGOV0YGZaZ .col + .mbr-section-btn .btn,
  .cid-uGOV0YGZaZ .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uGOV0YGZaZ .dragArea > *:nth-last-child(2).col,
  .cid-uGOV0YGZaZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uGOV0YGZaZ .col + .mbr-section-btn,
  .cid-uGOV0YGZaZ .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uGOV0YGZaZ .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uGOV0YGZaZ .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uGOV0YGZaZ .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uGOV0YGZaZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uGOV0YGZaZ .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uGOV0YGZaZ .subtext-1,
.cid-uGOV0YGZaZ .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uGOV0YGZaZ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uGOV0YGZaZ .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uGOV0YGZaZ .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOV0YGZaZ .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uGOV0YGZaZ .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOV0YGZaZ .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uGOV0YGZaZ .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uGOV0YGZaZ .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uGOV0YGZaZ .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV0YGZaZ .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV0YGZaZ .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV0YGZaZ .form-group {
  max-width: 400px;
}
.cid-uGOV0YGZaZ .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uGOV0YGZaZ .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uGOV0YGZaZ .form-row {
    justify-content: center;
  }
  .cid-uGOV0YGZaZ .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uGOV0YGZaZ .subtext-1,
  .cid-uGOV0YGZaZ .subtext-2,
  .cid-uGOV0YGZaZ .card-support {
    text-align: center;
  }
  .cid-uGOV0YGZaZ .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uGOV0YGZaZ .form-text {
    text-align: center;
  }
  .cid-uGOV0YGZaZ .follow-section {
    margin: 0;
  }
  .cid-uGOV0YGZaZ .mbr-form {
    text-align: center;
  }
  .cid-uGOV0YGZaZ .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uGOV0YGZaZ .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uGOV0YGZaZ .firstColumn,
  .cid-uGOV0YGZaZ .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uGOV0YGZaZ .form-row {
    flex-direction: column;
  }
}
.cid-uGOV0YGZaZ img {
  width: auto;
}
.cid-uGOV0YGZaZ LI {
  color: #ffffff;
}
.cid-uGOV103I0p.popup-builder {
  background-color: #ffffff;
}
.cid-uGOV103I0p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOV103I0p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOV103I0p .modal-content,
.cid-uGOV103I0p .modal-dialog {
  height: auto;
}
.cid-uGOV103I0p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOV103I0p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOV103I0p .form-wrapper .mbr-form .form-group,
  .cid-uGOV103I0p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOV103I0p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOV103I0p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV103I0p .mbr-text {
  text-align: center;
}
.cid-uGOV103I0p .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOV103I0p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOV103I0p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOV103I0p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOV103I0p .modal-open {
  overflow: hidden;
}
.cid-uGOV103I0p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOV103I0p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOV103I0p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOV103I0p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOV103I0p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOV103I0p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOV103I0p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOV103I0p .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOV103I0p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOV103I0p .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOV103I0p .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOV103I0p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOV103I0p .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOV103I0p .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOV103I0p .modal-header .close:focus {
  outline: none;
}
.cid-uGOV103I0p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOV103I0p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOV103I0p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOV103I0p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOV103I0p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOV103I0p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOV103I0p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOV103I0p .modal-sm {
    max-width: 300px;
  }
  .cid-uGOV103I0p .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOV103I0p .modal-lg,
  .cid-uGOV103I0p .modal-xl {
    max-width: 800px;
  }
  .cid-uGOV103I0p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOV103I0p .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOV103I0p .container {
    max-width: 1140px;
  }
}
.cid-uGOV103I0p .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOV103I0p .container {
    max-width: 720px;
  }
}
.cid-uGOV103I0p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOV103I0p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOV103I0p .form-group {
  margin-bottom: 1rem;
}
.cid-uGOV103I0p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOV103I0p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOV103I0p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOV11eBnv.popup-builder {
  background-color: #ffffff;
}
.cid-uGOV11eBnv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOV11eBnv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOV11eBnv .modal-content,
.cid-uGOV11eBnv .modal-dialog {
  height: auto;
}
.cid-uGOV11eBnv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOV11eBnv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOV11eBnv .form-wrapper .mbr-form .form-group,
  .cid-uGOV11eBnv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOV11eBnv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOV11eBnv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV11eBnv .mbr-text {
  text-align: center;
}
.cid-uGOV11eBnv .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOV11eBnv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOV11eBnv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOV11eBnv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOV11eBnv .modal-open {
  overflow: hidden;
}
.cid-uGOV11eBnv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOV11eBnv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOV11eBnv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOV11eBnv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOV11eBnv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOV11eBnv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOV11eBnv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOV11eBnv .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOV11eBnv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOV11eBnv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOV11eBnv .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOV11eBnv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOV11eBnv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOV11eBnv .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOV11eBnv .modal-header .close:focus {
  outline: none;
}
.cid-uGOV11eBnv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOV11eBnv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOV11eBnv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOV11eBnv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOV11eBnv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOV11eBnv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOV11eBnv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOV11eBnv .modal-sm {
    max-width: 300px;
  }
  .cid-uGOV11eBnv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOV11eBnv .modal-lg,
  .cid-uGOV11eBnv .modal-xl {
    max-width: 800px;
  }
  .cid-uGOV11eBnv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOV11eBnv .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOV11eBnv .container {
    max-width: 1140px;
  }
}
.cid-uGOV11eBnv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOV11eBnv .container {
    max-width: 720px;
  }
}
.cid-uGOV11eBnv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOV11eBnv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOV11eBnv .form-group {
  margin-bottom: 1rem;
}
.cid-uGOV11eBnv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOV11eBnv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOV11eBnv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOV8dM3nR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV8dM3nR .nav-item,
.cid-uGOV8dM3nR .nav-link,
.cid-uGOV8dM3nR .navbar-caption {
  font-weight: normal;
}
.cid-uGOV8dM3nR .nav-item:focus,
.cid-uGOV8dM3nR .nav-link:focus {
  outline: none;
}
.cid-uGOV8dM3nR .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uGOV8dM3nR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGOV8dM3nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGOV8dM3nR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGOV8dM3nR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGOV8dM3nR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uGOV8dM3nR .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uGOV8dM3nR .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uGOV8dM3nR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGOV8dM3nR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGOV8dM3nR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGOV8dM3nR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGOV8dM3nR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGOV8dM3nR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGOV8dM3nR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGOV8dM3nR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOV8dM3nR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGOV8dM3nR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGOV8dM3nR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGOV8dM3nR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGOV8dM3nR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGOV8dM3nR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGOV8dM3nR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGOV8dM3nR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGOV8dM3nR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGOV8dM3nR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGOV8dM3nR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGOV8dM3nR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGOV8dM3nR .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uGOV8dM3nR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uGOV8dM3nR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGOV8dM3nR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGOV8dM3nR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGOV8dM3nR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGOV8dM3nR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uGOV8dM3nR .dropdown-item.active,
.cid-uGOV8dM3nR .dropdown-item:active {
  background-color: transparent;
}
.cid-uGOV8dM3nR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGOV8dM3nR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGOV8dM3nR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uGOV8dM3nR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGOV8dM3nR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGOV8dM3nR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGOV8dM3nR .navbar-buttons {
  text-align: center;
}
.cid-uGOV8dM3nR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV8dM3nR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uGOV8dM3nR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGOV8dM3nR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOV8dM3nR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGOV8dM3nR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGOV8dM3nR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOV8dM3nR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGOV8dM3nR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGOV8dM3nR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGOV8dM3nR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGOV8dM3nR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOV8dM3nR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uGOV8dM3nR .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uGOV8dM3nR .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uGOV8dM3nR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGOV8dM3nR .navbar {
    height: 77px;
  }
  .cid-uGOV8dM3nR .navbar.opened {
    height: auto;
  }
  .cid-uGOV8dM3nR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGOV8fbkRu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uGOV8fbkRu .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGOV8fPVey {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uGOV8fPVey .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uGOV8fPVey .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uGOV8fPVey .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uGOV8fPVey .mbr-text {
  color: #000000;
}
.cid-uGOV8fPVey .fnt025 {
  font-size: 25px;
}
.cid-uGOV8gJIrH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uGOV8gJIrH .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uGOV8gJIrH img,
.cid-uGOV8gJIrH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGOV8gJIrH .item:focus,
.cid-uGOV8gJIrH span:focus {
  outline: none;
}
.cid-uGOV8gJIrH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGOV8gJIrH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGOV8gJIrH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOV8gJIrH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGOV8gJIrH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGOV8gJIrH .mbr-section-title {
  color: #232323;
}
.cid-uGOV8gJIrH .mbr-text,
.cid-uGOV8gJIrH .mbr-section-btn {
  text-align: left;
}
.cid-uGOV8gJIrH .item-title {
  text-align: left;
}
.cid-uGOV8gJIrH .item-subtitle {
  text-align: left;
}
.cid-uGOV8ibl7c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uGOV8ibl7c .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uGOV8ibl7c form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGOV8ibl7c form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGOV8ibl7c form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGOV8ibl7c form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uGOV8ibl7c form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uGOV8jiKrJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uGOV8jiKrJ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uGOV8jiKrJ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uGOV8jiKrJ .mbr-text {
  color: #444;
}
.cid-uGOV8jiKrJ h5 {
  margin-bottom: 0;
}
.cid-uGOV8jiKrJ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uGOV8jiKrJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGOV8jiKrJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uGOV8jiKrJ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGOV8jiKrJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGOV8jiKrJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGOV8jiKrJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGOV8jiKrJ .social-list a:hover {
  opacity: 0.4;
}
.cid-uGOV8jiKrJ .media-container-row > div {
  padding: 0px;
}
.cid-uGOV8jiKrJ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV8jiKrJ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGOV8jiKrJ .group-title SPAN {
  color: #ffffff;
}
.cid-uGOV8jiKrJ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uGOV8jiKrJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uGOV8jiKrJ .social-list,
  .cid-uGOV8jiKrJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uGOV8jiKrJ h3 {
    margin-bottom: 10px;
  }
  .cid-uGOV8jiKrJ .navbar-brand {
    text-align: center;
  }
}
.cid-uGOV8jiKrJ .links SPAN {
  color: #9e9e9e;
}
.cid-uGOV8kNNq7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uGOV8kNNq7 .col + .mbr-section-btn .btn,
  .cid-uGOV8kNNq7 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uGOV8kNNq7 .dragArea > *:nth-last-child(2).col,
  .cid-uGOV8kNNq7 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uGOV8kNNq7 .col + .mbr-section-btn,
  .cid-uGOV8kNNq7 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uGOV8kNNq7 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uGOV8kNNq7 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uGOV8kNNq7 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uGOV8kNNq7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uGOV8kNNq7 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uGOV8kNNq7 .subtext-1,
.cid-uGOV8kNNq7 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uGOV8kNNq7 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uGOV8kNNq7 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uGOV8kNNq7 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOV8kNNq7 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uGOV8kNNq7 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uGOV8kNNq7 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uGOV8kNNq7 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uGOV8kNNq7 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uGOV8kNNq7 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV8kNNq7 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV8kNNq7 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uGOV8kNNq7 .form-group {
  max-width: 400px;
}
.cid-uGOV8kNNq7 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uGOV8kNNq7 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uGOV8kNNq7 .form-row {
    justify-content: center;
  }
  .cid-uGOV8kNNq7 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uGOV8kNNq7 .subtext-1,
  .cid-uGOV8kNNq7 .subtext-2,
  .cid-uGOV8kNNq7 .card-support {
    text-align: center;
  }
  .cid-uGOV8kNNq7 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uGOV8kNNq7 .form-text {
    text-align: center;
  }
  .cid-uGOV8kNNq7 .follow-section {
    margin: 0;
  }
  .cid-uGOV8kNNq7 .mbr-form {
    text-align: center;
  }
  .cid-uGOV8kNNq7 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uGOV8kNNq7 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uGOV8kNNq7 .firstColumn,
  .cid-uGOV8kNNq7 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uGOV8kNNq7 .form-row {
    flex-direction: column;
  }
}
.cid-uGOV8kNNq7 img {
  width: auto;
}
.cid-uGOV8kNNq7 LI {
  color: #ffffff;
}
.cid-uGOV8mB60c.popup-builder {
  background-color: #ffffff;
}
.cid-uGOV8mB60c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOV8mB60c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOV8mB60c .modal-content,
.cid-uGOV8mB60c .modal-dialog {
  height: auto;
}
.cid-uGOV8mB60c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOV8mB60c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOV8mB60c .form-wrapper .mbr-form .form-group,
  .cid-uGOV8mB60c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOV8mB60c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOV8mB60c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV8mB60c .mbr-text {
  text-align: center;
}
.cid-uGOV8mB60c .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOV8mB60c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOV8mB60c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOV8mB60c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOV8mB60c .modal-open {
  overflow: hidden;
}
.cid-uGOV8mB60c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOV8mB60c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOV8mB60c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOV8mB60c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOV8mB60c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOV8mB60c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOV8mB60c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOV8mB60c .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOV8mB60c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOV8mB60c .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOV8mB60c .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOV8mB60c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOV8mB60c .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOV8mB60c .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOV8mB60c .modal-header .close:focus {
  outline: none;
}
.cid-uGOV8mB60c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOV8mB60c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOV8mB60c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOV8mB60c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOV8mB60c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOV8mB60c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOV8mB60c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOV8mB60c .modal-sm {
    max-width: 300px;
  }
  .cid-uGOV8mB60c .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOV8mB60c .modal-lg,
  .cid-uGOV8mB60c .modal-xl {
    max-width: 800px;
  }
  .cid-uGOV8mB60c .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOV8mB60c .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOV8mB60c .container {
    max-width: 1140px;
  }
}
.cid-uGOV8mB60c .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOV8mB60c .container {
    max-width: 720px;
  }
}
.cid-uGOV8mB60c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOV8mB60c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOV8mB60c .form-group {
  margin-bottom: 1rem;
}
.cid-uGOV8mB60c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOV8mB60c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOV8mB60c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGOV8o8kS5.popup-builder {
  background-color: #ffffff;
}
.cid-uGOV8o8kS5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGOV8o8kS5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGOV8o8kS5 .modal-content,
.cid-uGOV8o8kS5 .modal-dialog {
  height: auto;
}
.cid-uGOV8o8kS5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGOV8o8kS5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGOV8o8kS5 .form-wrapper .mbr-form .form-group,
  .cid-uGOV8o8kS5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGOV8o8kS5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGOV8o8kS5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGOV8o8kS5 .mbr-text {
  text-align: center;
}
.cid-uGOV8o8kS5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGOV8o8kS5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGOV8o8kS5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGOV8o8kS5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGOV8o8kS5 .modal-open {
  overflow: hidden;
}
.cid-uGOV8o8kS5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGOV8o8kS5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGOV8o8kS5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGOV8o8kS5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGOV8o8kS5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGOV8o8kS5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGOV8o8kS5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGOV8o8kS5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGOV8o8kS5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGOV8o8kS5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGOV8o8kS5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGOV8o8kS5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uGOV8o8kS5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGOV8o8kS5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGOV8o8kS5 .modal-header .close:focus {
  outline: none;
}
.cid-uGOV8o8kS5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGOV8o8kS5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uGOV8o8kS5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uGOV8o8kS5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGOV8o8kS5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGOV8o8kS5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGOV8o8kS5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGOV8o8kS5 .modal-sm {
    max-width: 300px;
  }
  .cid-uGOV8o8kS5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uGOV8o8kS5 .modal-lg,
  .cid-uGOV8o8kS5 .modal-xl {
    max-width: 800px;
  }
  .cid-uGOV8o8kS5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uGOV8o8kS5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uGOV8o8kS5 .container {
    max-width: 1140px;
  }
}
.cid-uGOV8o8kS5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGOV8o8kS5 .container {
    max-width: 720px;
  }
}
.cid-uGOV8o8kS5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGOV8o8kS5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGOV8o8kS5 .form-group {
  margin-bottom: 1rem;
}
.cid-uGOV8o8kS5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGOV8o8kS5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGOV8o8kS5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv85O4LL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv85O4LL .nav-item,
.cid-uJsv85O4LL .nav-link,
.cid-uJsv85O4LL .navbar-caption {
  font-weight: normal;
}
.cid-uJsv85O4LL .nav-item:focus,
.cid-uJsv85O4LL .nav-link:focus {
  outline: none;
}
.cid-uJsv85O4LL .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uJsv85O4LL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJsv85O4LL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv85O4LL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsv85O4LL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsv85O4LL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uJsv85O4LL .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uJsv85O4LL .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uJsv85O4LL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsv85O4LL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsv85O4LL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJsv85O4LL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJsv85O4LL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsv85O4LL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJsv85O4LL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsv85O4LL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv85O4LL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsv85O4LL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsv85O4LL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsv85O4LL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJsv85O4LL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsv85O4LL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJsv85O4LL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uJsv85O4LL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsv85O4LL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJsv85O4LL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJsv85O4LL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJsv85O4LL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsv85O4LL .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uJsv85O4LL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uJsv85O4LL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJsv85O4LL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJsv85O4LL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsv85O4LL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsv85O4LL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJsv85O4LL .dropdown-item.active,
.cid-uJsv85O4LL .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsv85O4LL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsv85O4LL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsv85O4LL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uJsv85O4LL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsv85O4LL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsv85O4LL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJsv85O4LL .navbar-buttons {
  text-align: center;
}
.cid-uJsv85O4LL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv85O4LL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uJsv85O4LL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJsv85O4LL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv85O4LL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv85O4LL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJsv85O4LL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv85O4LL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsv85O4LL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsv85O4LL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv85O4LL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uJsv85O4LL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv85O4LL .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uJsv85O4LL .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uJsv85O4LL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uJsv85O4LL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJsv85O4LL .navbar {
    height: 77px;
  }
  .cid-uJsv85O4LL .navbar.opened {
    height: auto;
  }
  .cid-uJsv85O4LL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsv86sjJl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uJsv86sjJl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJsv86OKZa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uJsv86OKZa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJsv86OKZa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJsv86OKZa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJsv86OKZa .mbr-text {
  color: #000000;
}
.cid-uJsv86OKZa .fnt025 {
  font-size: 25px;
}
.cid-uJsv87f346 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uJsv87f346 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uJsv87f346 img,
.cid-uJsv87f346 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJsv87f346 .item:focus,
.cid-uJsv87f346 span:focus {
  outline: none;
}
.cid-uJsv87f346 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJsv87f346 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJsv87f346 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv87f346 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJsv87f346 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJsv87f346 .mbr-section-title {
  color: #232323;
}
.cid-uJsv87f346 .mbr-text,
.cid-uJsv87f346 .mbr-section-btn {
  text-align: left;
}
.cid-uJsv87f346 .item-title {
  text-align: left;
}
.cid-uJsv87f346 .item-subtitle {
  text-align: left;
}
.cid-uJsv88cBvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uJsv88cBvd .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uJsv88cBvd form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uJsv88cBvd form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv88cBvd form.mbr-form {
    padding: 1rem;
  }
}
.cid-uJsv88cBvd form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uJsv88cBvd form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uJsv88M6Cl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uJsv88M6Cl .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uJsv88M6Cl .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJsv88M6Cl .mbr-text {
  color: #444;
}
.cid-uJsv88M6Cl h5 {
  margin-bottom: 0;
}
.cid-uJsv88M6Cl .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uJsv88M6Cl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv88M6Cl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uJsv88M6Cl .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv88M6Cl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uJsv88M6Cl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uJsv88M6Cl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uJsv88M6Cl .social-list a:hover {
  opacity: 0.4;
}
.cid-uJsv88M6Cl .media-container-row > div {
  padding: 0px;
}
.cid-uJsv88M6Cl .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv88M6Cl .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJsv88M6Cl .group-title SPAN {
  color: #ffffff;
}
.cid-uJsv88M6Cl .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uJsv88M6Cl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJsv88M6Cl .social-list,
  .cid-uJsv88M6Cl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uJsv88M6Cl h3 {
    margin-bottom: 10px;
  }
  .cid-uJsv88M6Cl .navbar-brand {
    text-align: center;
  }
}
.cid-uJsv88M6Cl .links SPAN {
  color: #9e9e9e;
}
.cid-uJsv89NnUA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uJsv89NnUA .col + .mbr-section-btn .btn,
  .cid-uJsv89NnUA .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uJsv89NnUA .dragArea > *:nth-last-child(2).col,
  .cid-uJsv89NnUA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uJsv89NnUA .col + .mbr-section-btn,
  .cid-uJsv89NnUA .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uJsv89NnUA .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uJsv89NnUA .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uJsv89NnUA .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uJsv89NnUA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJsv89NnUA .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uJsv89NnUA .subtext-1,
.cid-uJsv89NnUA .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uJsv89NnUA .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJsv89NnUA .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uJsv89NnUA .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv89NnUA .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uJsv89NnUA .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv89NnUA .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uJsv89NnUA .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uJsv89NnUA .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uJsv89NnUA .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv89NnUA .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv89NnUA .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv89NnUA .form-group {
  max-width: 400px;
}
.cid-uJsv89NnUA .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uJsv89NnUA .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uJsv89NnUA .form-row {
    justify-content: center;
  }
  .cid-uJsv89NnUA .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv89NnUA .subtext-1,
  .cid-uJsv89NnUA .subtext-2,
  .cid-uJsv89NnUA .card-support {
    text-align: center;
  }
  .cid-uJsv89NnUA .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uJsv89NnUA .form-text {
    text-align: center;
  }
  .cid-uJsv89NnUA .follow-section {
    margin: 0;
  }
  .cid-uJsv89NnUA .mbr-form {
    text-align: center;
  }
  .cid-uJsv89NnUA .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uJsv89NnUA .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv89NnUA .firstColumn,
  .cid-uJsv89NnUA .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uJsv89NnUA .form-row {
    flex-direction: column;
  }
}
.cid-uJsv89NnUA img {
  width: auto;
}
.cid-uJsv89NnUA LI {
  color: #ffffff;
}
.cid-uJsv8aJFCi.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv8aJFCi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv8aJFCi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv8aJFCi .modal-content,
.cid-uJsv8aJFCi .modal-dialog {
  height: auto;
}
.cid-uJsv8aJFCi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv8aJFCi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv8aJFCi .form-wrapper .mbr-form .form-group,
  .cid-uJsv8aJFCi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv8aJFCi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv8aJFCi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv8aJFCi .mbr-text {
  text-align: center;
}
.cid-uJsv8aJFCi .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv8aJFCi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv8aJFCi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv8aJFCi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv8aJFCi .modal-open {
  overflow: hidden;
}
.cid-uJsv8aJFCi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv8aJFCi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv8aJFCi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv8aJFCi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv8aJFCi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv8aJFCi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv8aJFCi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv8aJFCi .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv8aJFCi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv8aJFCi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv8aJFCi .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv8aJFCi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv8aJFCi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv8aJFCi .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv8aJFCi .modal-header .close:focus {
  outline: none;
}
.cid-uJsv8aJFCi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv8aJFCi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv8aJFCi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv8aJFCi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv8aJFCi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv8aJFCi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv8aJFCi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv8aJFCi .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv8aJFCi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv8aJFCi .modal-lg,
  .cid-uJsv8aJFCi .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv8aJFCi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv8aJFCi .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv8aJFCi .container {
    max-width: 1140px;
  }
}
.cid-uJsv8aJFCi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv8aJFCi .container {
    max-width: 720px;
  }
}
.cid-uJsv8aJFCi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv8aJFCi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv8aJFCi .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv8aJFCi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv8aJFCi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv8aJFCi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv8bpY0J.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv8bpY0J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv8bpY0J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv8bpY0J .modal-content,
.cid-uJsv8bpY0J .modal-dialog {
  height: auto;
}
.cid-uJsv8bpY0J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv8bpY0J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv8bpY0J .form-wrapper .mbr-form .form-group,
  .cid-uJsv8bpY0J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv8bpY0J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv8bpY0J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv8bpY0J .mbr-text {
  text-align: center;
}
.cid-uJsv8bpY0J .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv8bpY0J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv8bpY0J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv8bpY0J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv8bpY0J .modal-open {
  overflow: hidden;
}
.cid-uJsv8bpY0J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv8bpY0J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv8bpY0J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv8bpY0J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv8bpY0J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv8bpY0J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv8bpY0J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv8bpY0J .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv8bpY0J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv8bpY0J .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv8bpY0J .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv8bpY0J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv8bpY0J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv8bpY0J .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv8bpY0J .modal-header .close:focus {
  outline: none;
}
.cid-uJsv8bpY0J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv8bpY0J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv8bpY0J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv8bpY0J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv8bpY0J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv8bpY0J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv8bpY0J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv8bpY0J .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv8bpY0J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv8bpY0J .modal-lg,
  .cid-uJsv8bpY0J .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv8bpY0J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv8bpY0J .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv8bpY0J .container {
    max-width: 1140px;
  }
}
.cid-uJsv8bpY0J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv8bpY0J .container {
    max-width: 720px;
  }
}
.cid-uJsv8bpY0J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv8bpY0J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv8bpY0J .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv8bpY0J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv8bpY0J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv8bpY0J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv45mnMh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv45mnMh .nav-item,
.cid-uJsv45mnMh .nav-link,
.cid-uJsv45mnMh .navbar-caption {
  font-weight: normal;
}
.cid-uJsv45mnMh .nav-item:focus,
.cid-uJsv45mnMh .nav-link:focus {
  outline: none;
}
.cid-uJsv45mnMh .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uJsv45mnMh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJsv45mnMh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv45mnMh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsv45mnMh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsv45mnMh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uJsv45mnMh .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uJsv45mnMh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uJsv45mnMh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsv45mnMh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsv45mnMh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJsv45mnMh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJsv45mnMh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsv45mnMh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJsv45mnMh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsv45mnMh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv45mnMh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsv45mnMh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsv45mnMh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsv45mnMh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJsv45mnMh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsv45mnMh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJsv45mnMh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uJsv45mnMh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsv45mnMh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJsv45mnMh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJsv45mnMh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJsv45mnMh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsv45mnMh .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uJsv45mnMh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uJsv45mnMh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJsv45mnMh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJsv45mnMh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsv45mnMh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsv45mnMh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJsv45mnMh .dropdown-item.active,
.cid-uJsv45mnMh .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsv45mnMh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsv45mnMh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsv45mnMh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uJsv45mnMh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsv45mnMh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsv45mnMh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJsv45mnMh .navbar-buttons {
  text-align: center;
}
.cid-uJsv45mnMh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv45mnMh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uJsv45mnMh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJsv45mnMh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv45mnMh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv45mnMh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJsv45mnMh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv45mnMh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsv45mnMh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsv45mnMh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv45mnMh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uJsv45mnMh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv45mnMh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uJsv45mnMh .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uJsv45mnMh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uJsv45mnMh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJsv45mnMh .navbar {
    height: 77px;
  }
  .cid-uJsv45mnMh .navbar.opened {
    height: auto;
  }
  .cid-uJsv45mnMh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsv45UMwx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uJsv45UMwx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJsv46eUJ0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uJsv46eUJ0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJsv46eUJ0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJsv46eUJ0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJsv46eUJ0 .mbr-text {
  color: #000000;
}
.cid-uJsv46eUJ0 .fnt025 {
  font-size: 25px;
}
.cid-uJsv46E2AT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uJsv46E2AT .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uJsv46E2AT img,
.cid-uJsv46E2AT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJsv46E2AT .item:focus,
.cid-uJsv46E2AT span:focus {
  outline: none;
}
.cid-uJsv46E2AT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJsv46E2AT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJsv46E2AT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv46E2AT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJsv46E2AT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJsv46E2AT .mbr-section-title {
  color: #232323;
}
.cid-uJsv46E2AT .mbr-text,
.cid-uJsv46E2AT .mbr-section-btn {
  text-align: left;
}
.cid-uJsv46E2AT .item-title {
  text-align: left;
}
.cid-uJsv46E2AT .item-subtitle {
  text-align: left;
}
.cid-uJsv47tN9g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uJsv47tN9g .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uJsv47tN9g form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uJsv47tN9g form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv47tN9g form.mbr-form {
    padding: 1rem;
  }
}
.cid-uJsv47tN9g form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uJsv47tN9g form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uJsv47YuPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uJsv47YuPD .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uJsv47YuPD .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJsv47YuPD .mbr-text {
  color: #444;
}
.cid-uJsv47YuPD h5 {
  margin-bottom: 0;
}
.cid-uJsv47YuPD .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uJsv47YuPD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv47YuPD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uJsv47YuPD .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv47YuPD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uJsv47YuPD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uJsv47YuPD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uJsv47YuPD .social-list a:hover {
  opacity: 0.4;
}
.cid-uJsv47YuPD .media-container-row > div {
  padding: 0px;
}
.cid-uJsv47YuPD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv47YuPD .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJsv47YuPD .group-title SPAN {
  color: #ffffff;
}
.cid-uJsv47YuPD .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uJsv47YuPD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJsv47YuPD .social-list,
  .cid-uJsv47YuPD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uJsv47YuPD h3 {
    margin-bottom: 10px;
  }
  .cid-uJsv47YuPD .navbar-brand {
    text-align: center;
  }
}
.cid-uJsv47YuPD .links SPAN {
  color: #9e9e9e;
}
.cid-uJsv48PUwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uJsv48PUwa .col + .mbr-section-btn .btn,
  .cid-uJsv48PUwa .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uJsv48PUwa .dragArea > *:nth-last-child(2).col,
  .cid-uJsv48PUwa .dragArea > *:nth-last-child(2).col-auto,
  .cid-uJsv48PUwa .col + .mbr-section-btn,
  .cid-uJsv48PUwa .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uJsv48PUwa .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uJsv48PUwa .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uJsv48PUwa .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uJsv48PUwa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJsv48PUwa .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uJsv48PUwa .subtext-1,
.cid-uJsv48PUwa .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uJsv48PUwa .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJsv48PUwa .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uJsv48PUwa .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv48PUwa .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uJsv48PUwa .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv48PUwa .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uJsv48PUwa .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uJsv48PUwa .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uJsv48PUwa .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv48PUwa .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv48PUwa .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv48PUwa .form-group {
  max-width: 400px;
}
.cid-uJsv48PUwa .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uJsv48PUwa .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uJsv48PUwa .form-row {
    justify-content: center;
  }
  .cid-uJsv48PUwa .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv48PUwa .subtext-1,
  .cid-uJsv48PUwa .subtext-2,
  .cid-uJsv48PUwa .card-support {
    text-align: center;
  }
  .cid-uJsv48PUwa .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uJsv48PUwa .form-text {
    text-align: center;
  }
  .cid-uJsv48PUwa .follow-section {
    margin: 0;
  }
  .cid-uJsv48PUwa .mbr-form {
    text-align: center;
  }
  .cid-uJsv48PUwa .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uJsv48PUwa .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv48PUwa .firstColumn,
  .cid-uJsv48PUwa .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uJsv48PUwa .form-row {
    flex-direction: column;
  }
}
.cid-uJsv48PUwa img {
  width: auto;
}
.cid-uJsv48PUwa LI {
  color: #ffffff;
}
.cid-uJsv49EuZU.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv49EuZU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv49EuZU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv49EuZU .modal-content,
.cid-uJsv49EuZU .modal-dialog {
  height: auto;
}
.cid-uJsv49EuZU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv49EuZU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv49EuZU .form-wrapper .mbr-form .form-group,
  .cid-uJsv49EuZU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv49EuZU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv49EuZU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv49EuZU .mbr-text {
  text-align: center;
}
.cid-uJsv49EuZU .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv49EuZU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv49EuZU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv49EuZU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv49EuZU .modal-open {
  overflow: hidden;
}
.cid-uJsv49EuZU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv49EuZU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv49EuZU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv49EuZU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv49EuZU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv49EuZU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv49EuZU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv49EuZU .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv49EuZU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv49EuZU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv49EuZU .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv49EuZU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv49EuZU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv49EuZU .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv49EuZU .modal-header .close:focus {
  outline: none;
}
.cid-uJsv49EuZU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv49EuZU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv49EuZU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv49EuZU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv49EuZU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv49EuZU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv49EuZU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv49EuZU .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv49EuZU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv49EuZU .modal-lg,
  .cid-uJsv49EuZU .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv49EuZU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv49EuZU .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv49EuZU .container {
    max-width: 1140px;
  }
}
.cid-uJsv49EuZU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv49EuZU .container {
    max-width: 720px;
  }
}
.cid-uJsv49EuZU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv49EuZU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv49EuZU .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv49EuZU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv49EuZU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv49EuZU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv4ag1GQ.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv4ag1GQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv4ag1GQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv4ag1GQ .modal-content,
.cid-uJsv4ag1GQ .modal-dialog {
  height: auto;
}
.cid-uJsv4ag1GQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv4ag1GQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv4ag1GQ .form-wrapper .mbr-form .form-group,
  .cid-uJsv4ag1GQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv4ag1GQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv4ag1GQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv4ag1GQ .mbr-text {
  text-align: center;
}
.cid-uJsv4ag1GQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv4ag1GQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv4ag1GQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv4ag1GQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv4ag1GQ .modal-open {
  overflow: hidden;
}
.cid-uJsv4ag1GQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv4ag1GQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv4ag1GQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv4ag1GQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv4ag1GQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv4ag1GQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv4ag1GQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv4ag1GQ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv4ag1GQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv4ag1GQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv4ag1GQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv4ag1GQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv4ag1GQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv4ag1GQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv4ag1GQ .modal-header .close:focus {
  outline: none;
}
.cid-uJsv4ag1GQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv4ag1GQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv4ag1GQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv4ag1GQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv4ag1GQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv4ag1GQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv4ag1GQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv4ag1GQ .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv4ag1GQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv4ag1GQ .modal-lg,
  .cid-uJsv4ag1GQ .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv4ag1GQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv4ag1GQ .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv4ag1GQ .container {
    max-width: 1140px;
  }
}
.cid-uJsv4ag1GQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv4ag1GQ .container {
    max-width: 720px;
  }
}
.cid-uJsv4ag1GQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv4ag1GQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv4ag1GQ .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv4ag1GQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv4ag1GQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv4ag1GQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv9py9AC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv9py9AC .nav-item,
.cid-uJsv9py9AC .nav-link,
.cid-uJsv9py9AC .navbar-caption {
  font-weight: normal;
}
.cid-uJsv9py9AC .nav-item:focus,
.cid-uJsv9py9AC .nav-link:focus {
  outline: none;
}
.cid-uJsv9py9AC .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uJsv9py9AC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJsv9py9AC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsv9py9AC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsv9py9AC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsv9py9AC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uJsv9py9AC .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uJsv9py9AC .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uJsv9py9AC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsv9py9AC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsv9py9AC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJsv9py9AC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJsv9py9AC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsv9py9AC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJsv9py9AC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsv9py9AC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv9py9AC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsv9py9AC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsv9py9AC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsv9py9AC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJsv9py9AC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsv9py9AC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJsv9py9AC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uJsv9py9AC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsv9py9AC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJsv9py9AC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJsv9py9AC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJsv9py9AC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsv9py9AC .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uJsv9py9AC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uJsv9py9AC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJsv9py9AC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJsv9py9AC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsv9py9AC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsv9py9AC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJsv9py9AC .dropdown-item.active,
.cid-uJsv9py9AC .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsv9py9AC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsv9py9AC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsv9py9AC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uJsv9py9AC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsv9py9AC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsv9py9AC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJsv9py9AC .navbar-buttons {
  text-align: center;
}
.cid-uJsv9py9AC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv9py9AC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uJsv9py9AC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJsv9py9AC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv9py9AC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsv9py9AC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJsv9py9AC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv9py9AC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsv9py9AC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsv9py9AC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsv9py9AC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uJsv9py9AC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv9py9AC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uJsv9py9AC .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uJsv9py9AC .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uJsv9py9AC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJsv9py9AC .navbar {
    height: 77px;
  }
  .cid-uJsv9py9AC .navbar.opened {
    height: auto;
  }
  .cid-uJsv9py9AC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsv9q529L {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uJsv9q529L .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJsv9qpESF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uJsv9qpESF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJsv9qpESF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJsv9qpESF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJsv9qpESF .mbr-text {
  color: #000000;
}
.cid-uJsv9qpESF .fnt025 {
  font-size: 25px;
}
.cid-uJsv9qWmvw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uJsv9qWmvw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uJsv9qWmvw img,
.cid-uJsv9qWmvw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJsv9qWmvw .item:focus,
.cid-uJsv9qWmvw span:focus {
  outline: none;
}
.cid-uJsv9qWmvw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJsv9qWmvw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJsv9qWmvw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv9qWmvw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJsv9qWmvw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJsv9qWmvw .mbr-section-title {
  color: #232323;
}
.cid-uJsv9qWmvw .mbr-text,
.cid-uJsv9qWmvw .mbr-section-btn {
  text-align: left;
}
.cid-uJsv9qWmvw .item-title {
  text-align: left;
}
.cid-uJsv9qWmvw .item-subtitle {
  text-align: left;
}
.cid-uJsv9rK5M9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uJsv9rK5M9 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uJsv9rK5M9 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uJsv9rK5M9 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsv9rK5M9 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uJsv9rK5M9 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uJsv9rK5M9 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uJsv9sfxeR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uJsv9sfxeR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uJsv9sfxeR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJsv9sfxeR .mbr-text {
  color: #444;
}
.cid-uJsv9sfxeR h5 {
  margin-bottom: 0;
}
.cid-uJsv9sfxeR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uJsv9sfxeR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsv9sfxeR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uJsv9sfxeR .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsv9sfxeR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uJsv9sfxeR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uJsv9sfxeR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uJsv9sfxeR .social-list a:hover {
  opacity: 0.4;
}
.cid-uJsv9sfxeR .media-container-row > div {
  padding: 0px;
}
.cid-uJsv9sfxeR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv9sfxeR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJsv9sfxeR .group-title SPAN {
  color: #ffffff;
}
.cid-uJsv9sfxeR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uJsv9sfxeR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJsv9sfxeR .social-list,
  .cid-uJsv9sfxeR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uJsv9sfxeR h3 {
    margin-bottom: 10px;
  }
  .cid-uJsv9sfxeR .navbar-brand {
    text-align: center;
  }
}
.cid-uJsv9sfxeR .links SPAN {
  color: #9e9e9e;
}
.cid-uJsv9t4Re4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uJsv9t4Re4 .col + .mbr-section-btn .btn,
  .cid-uJsv9t4Re4 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uJsv9t4Re4 .dragArea > *:nth-last-child(2).col,
  .cid-uJsv9t4Re4 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uJsv9t4Re4 .col + .mbr-section-btn,
  .cid-uJsv9t4Re4 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uJsv9t4Re4 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uJsv9t4Re4 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uJsv9t4Re4 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uJsv9t4Re4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJsv9t4Re4 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uJsv9t4Re4 .subtext-1,
.cid-uJsv9t4Re4 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uJsv9t4Re4 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJsv9t4Re4 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uJsv9t4Re4 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv9t4Re4 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uJsv9t4Re4 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsv9t4Re4 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uJsv9t4Re4 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uJsv9t4Re4 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uJsv9t4Re4 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv9t4Re4 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv9t4Re4 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsv9t4Re4 .form-group {
  max-width: 400px;
}
.cid-uJsv9t4Re4 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uJsv9t4Re4 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uJsv9t4Re4 .form-row {
    justify-content: center;
  }
  .cid-uJsv9t4Re4 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv9t4Re4 .subtext-1,
  .cid-uJsv9t4Re4 .subtext-2,
  .cid-uJsv9t4Re4 .card-support {
    text-align: center;
  }
  .cid-uJsv9t4Re4 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uJsv9t4Re4 .form-text {
    text-align: center;
  }
  .cid-uJsv9t4Re4 .follow-section {
    margin: 0;
  }
  .cid-uJsv9t4Re4 .mbr-form {
    text-align: center;
  }
  .cid-uJsv9t4Re4 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uJsv9t4Re4 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uJsv9t4Re4 .firstColumn,
  .cid-uJsv9t4Re4 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uJsv9t4Re4 .form-row {
    flex-direction: column;
  }
}
.cid-uJsv9t4Re4 img {
  width: auto;
}
.cid-uJsv9t4Re4 LI {
  color: #ffffff;
}
.cid-uJsv9uaeFH.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv9uaeFH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv9uaeFH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv9uaeFH .modal-content,
.cid-uJsv9uaeFH .modal-dialog {
  height: auto;
}
.cid-uJsv9uaeFH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv9uaeFH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv9uaeFH .form-wrapper .mbr-form .form-group,
  .cid-uJsv9uaeFH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv9uaeFH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv9uaeFH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv9uaeFH .mbr-text {
  text-align: center;
}
.cid-uJsv9uaeFH .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv9uaeFH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv9uaeFH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv9uaeFH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv9uaeFH .modal-open {
  overflow: hidden;
}
.cid-uJsv9uaeFH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv9uaeFH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv9uaeFH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv9uaeFH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv9uaeFH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv9uaeFH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv9uaeFH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv9uaeFH .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv9uaeFH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv9uaeFH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv9uaeFH .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv9uaeFH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv9uaeFH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv9uaeFH .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv9uaeFH .modal-header .close:focus {
  outline: none;
}
.cid-uJsv9uaeFH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv9uaeFH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv9uaeFH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv9uaeFH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv9uaeFH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv9uaeFH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv9uaeFH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv9uaeFH .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv9uaeFH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv9uaeFH .modal-lg,
  .cid-uJsv9uaeFH .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv9uaeFH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv9uaeFH .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv9uaeFH .container {
    max-width: 1140px;
  }
}
.cid-uJsv9uaeFH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv9uaeFH .container {
    max-width: 720px;
  }
}
.cid-uJsv9uaeFH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv9uaeFH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv9uaeFH .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv9uaeFH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv9uaeFH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv9uaeFH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsv9uLC6g.popup-builder {
  background-color: #ffffff;
}
.cid-uJsv9uLC6g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsv9uLC6g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsv9uLC6g .modal-content,
.cid-uJsv9uLC6g .modal-dialog {
  height: auto;
}
.cid-uJsv9uLC6g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsv9uLC6g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsv9uLC6g .form-wrapper .mbr-form .form-group,
  .cid-uJsv9uLC6g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsv9uLC6g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsv9uLC6g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsv9uLC6g .mbr-text {
  text-align: center;
}
.cid-uJsv9uLC6g .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsv9uLC6g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsv9uLC6g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsv9uLC6g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsv9uLC6g .modal-open {
  overflow: hidden;
}
.cid-uJsv9uLC6g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsv9uLC6g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsv9uLC6g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsv9uLC6g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsv9uLC6g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsv9uLC6g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsv9uLC6g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsv9uLC6g .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsv9uLC6g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsv9uLC6g .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsv9uLC6g .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsv9uLC6g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsv9uLC6g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsv9uLC6g .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsv9uLC6g .modal-header .close:focus {
  outline: none;
}
.cid-uJsv9uLC6g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsv9uLC6g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsv9uLC6g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsv9uLC6g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsv9uLC6g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsv9uLC6g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsv9uLC6g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsv9uLC6g .modal-sm {
    max-width: 300px;
  }
  .cid-uJsv9uLC6g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsv9uLC6g .modal-lg,
  .cid-uJsv9uLC6g .modal-xl {
    max-width: 800px;
  }
  .cid-uJsv9uLC6g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsv9uLC6g .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsv9uLC6g .container {
    max-width: 1140px;
  }
}
.cid-uJsv9uLC6g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsv9uLC6g .container {
    max-width: 720px;
  }
}
.cid-uJsv9uLC6g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsv9uLC6g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsv9uLC6g .form-group {
  margin-bottom: 1rem;
}
.cid-uJsv9uLC6g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsv9uLC6g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsv9uLC6g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsuNUCpdE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsuNUCpdE .nav-item,
.cid-uJsuNUCpdE .nav-link,
.cid-uJsuNUCpdE .navbar-caption {
  font-weight: normal;
}
.cid-uJsuNUCpdE .nav-item:focus,
.cid-uJsuNUCpdE .nav-link:focus {
  outline: none;
}
.cid-uJsuNUCpdE .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uJsuNUCpdE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJsuNUCpdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJsuNUCpdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsuNUCpdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsuNUCpdE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uJsuNUCpdE .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uJsuNUCpdE .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uJsuNUCpdE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsuNUCpdE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsuNUCpdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJsuNUCpdE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJsuNUCpdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsuNUCpdE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJsuNUCpdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsuNUCpdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsuNUCpdE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsuNUCpdE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsuNUCpdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsuNUCpdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJsuNUCpdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsuNUCpdE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJsuNUCpdE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uJsuNUCpdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsuNUCpdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJsuNUCpdE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJsuNUCpdE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJsuNUCpdE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsuNUCpdE .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uJsuNUCpdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uJsuNUCpdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJsuNUCpdE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJsuNUCpdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsuNUCpdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsuNUCpdE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uJsuNUCpdE .dropdown-item.active,
.cid-uJsuNUCpdE .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsuNUCpdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsuNUCpdE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsuNUCpdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uJsuNUCpdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsuNUCpdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsuNUCpdE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJsuNUCpdE .navbar-buttons {
  text-align: center;
}
.cid-uJsuNUCpdE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsuNUCpdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uJsuNUCpdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJsuNUCpdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsuNUCpdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsuNUCpdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJsuNUCpdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsuNUCpdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsuNUCpdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsuNUCpdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsuNUCpdE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uJsuNUCpdE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsuNUCpdE .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uJsuNUCpdE .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uJsuNUCpdE .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uJsuNUCpdE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJsuNUCpdE .navbar {
    height: 77px;
  }
  .cid-uJsuNUCpdE .navbar.opened {
    height: auto;
  }
  .cid-uJsuNUCpdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsuNVtKGp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uJsuNVtKGp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJsuNVMxsX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uJsuNVMxsX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJsuNVMxsX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJsuNVMxsX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJsuNVMxsX .mbr-text {
  color: #000000;
}
.cid-uJsuNVMxsX .fnt025 {
  font-size: 25px;
}
.cid-uJsuNWd0wJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uJsuNWd0wJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uJsuNWd0wJ img,
.cid-uJsuNWd0wJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJsuNWd0wJ .item:focus,
.cid-uJsuNWd0wJ span:focus {
  outline: none;
}
.cid-uJsuNWd0wJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJsuNWd0wJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJsuNWd0wJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsuNWd0wJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJsuNWd0wJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJsuNWd0wJ .mbr-section-title {
  color: #232323;
}
.cid-uJsuNWd0wJ .mbr-text,
.cid-uJsuNWd0wJ .mbr-section-btn {
  text-align: left;
}
.cid-uJsuNWd0wJ .item-title {
  text-align: left;
}
.cid-uJsuNWd0wJ .item-subtitle {
  text-align: left;
}
.cid-uJsuNWTAL2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uJsuNWTAL2 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uJsuNWTAL2 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uJsuNWTAL2 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJsuNWTAL2 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uJsuNWTAL2 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uJsuNWTAL2 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uJsuNXulJo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uJsuNXulJo .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uJsuNXulJo .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJsuNXulJo .mbr-text {
  color: #444;
}
.cid-uJsuNXulJo h5 {
  margin-bottom: 0;
}
.cid-uJsuNXulJo .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uJsuNXulJo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJsuNXulJo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uJsuNXulJo .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJsuNXulJo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uJsuNXulJo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uJsuNXulJo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uJsuNXulJo .social-list a:hover {
  opacity: 0.4;
}
.cid-uJsuNXulJo .media-container-row > div {
  padding: 0px;
}
.cid-uJsuNXulJo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsuNXulJo .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJsuNXulJo .group-title SPAN {
  color: #ffffff;
}
.cid-uJsuNXulJo .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uJsuNXulJo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJsuNXulJo .social-list,
  .cid-uJsuNXulJo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uJsuNXulJo h3 {
    margin-bottom: 10px;
  }
  .cid-uJsuNXulJo .navbar-brand {
    text-align: center;
  }
}
.cid-uJsuNXulJo .links SPAN {
  color: #9e9e9e;
}
.cid-uJsuNYeHz8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uJsuNYeHz8 .col + .mbr-section-btn .btn,
  .cid-uJsuNYeHz8 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uJsuNYeHz8 .dragArea > *:nth-last-child(2).col,
  .cid-uJsuNYeHz8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uJsuNYeHz8 .col + .mbr-section-btn,
  .cid-uJsuNYeHz8 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uJsuNYeHz8 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uJsuNYeHz8 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uJsuNYeHz8 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uJsuNYeHz8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJsuNYeHz8 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uJsuNYeHz8 .subtext-1,
.cid-uJsuNYeHz8 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uJsuNYeHz8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJsuNYeHz8 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uJsuNYeHz8 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsuNYeHz8 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uJsuNYeHz8 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJsuNYeHz8 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uJsuNYeHz8 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uJsuNYeHz8 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uJsuNYeHz8 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJsuNYeHz8 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsuNYeHz8 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJsuNYeHz8 .form-group {
  max-width: 400px;
}
.cid-uJsuNYeHz8 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uJsuNYeHz8 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uJsuNYeHz8 .form-row {
    justify-content: center;
  }
  .cid-uJsuNYeHz8 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uJsuNYeHz8 .subtext-1,
  .cid-uJsuNYeHz8 .subtext-2,
  .cid-uJsuNYeHz8 .card-support {
    text-align: center;
  }
  .cid-uJsuNYeHz8 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uJsuNYeHz8 .form-text {
    text-align: center;
  }
  .cid-uJsuNYeHz8 .follow-section {
    margin: 0;
  }
  .cid-uJsuNYeHz8 .mbr-form {
    text-align: center;
  }
  .cid-uJsuNYeHz8 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uJsuNYeHz8 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uJsuNYeHz8 .firstColumn,
  .cid-uJsuNYeHz8 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uJsuNYeHz8 .form-row {
    flex-direction: column;
  }
}
.cid-uJsuNYeHz8 img {
  width: auto;
}
.cid-uJsuNYeHz8 LI {
  color: #ffffff;
}
.cid-uJsuNZemqt.popup-builder {
  background-color: #ffffff;
}
.cid-uJsuNZemqt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsuNZemqt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsuNZemqt .modal-content,
.cid-uJsuNZemqt .modal-dialog {
  height: auto;
}
.cid-uJsuNZemqt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsuNZemqt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsuNZemqt .form-wrapper .mbr-form .form-group,
  .cid-uJsuNZemqt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsuNZemqt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsuNZemqt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsuNZemqt .mbr-text {
  text-align: center;
}
.cid-uJsuNZemqt .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsuNZemqt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsuNZemqt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsuNZemqt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsuNZemqt .modal-open {
  overflow: hidden;
}
.cid-uJsuNZemqt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsuNZemqt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsuNZemqt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsuNZemqt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsuNZemqt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsuNZemqt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsuNZemqt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsuNZemqt .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsuNZemqt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsuNZemqt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsuNZemqt .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsuNZemqt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsuNZemqt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsuNZemqt .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsuNZemqt .modal-header .close:focus {
  outline: none;
}
.cid-uJsuNZemqt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsuNZemqt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsuNZemqt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsuNZemqt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsuNZemqt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsuNZemqt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsuNZemqt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsuNZemqt .modal-sm {
    max-width: 300px;
  }
  .cid-uJsuNZemqt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsuNZemqt .modal-lg,
  .cid-uJsuNZemqt .modal-xl {
    max-width: 800px;
  }
  .cid-uJsuNZemqt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsuNZemqt .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsuNZemqt .container {
    max-width: 1140px;
  }
}
.cid-uJsuNZemqt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsuNZemqt .container {
    max-width: 720px;
  }
}
.cid-uJsuNZemqt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsuNZemqt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsuNZemqt .form-group {
  margin-bottom: 1rem;
}
.cid-uJsuNZemqt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsuNZemqt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsuNZemqt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJsuNZMh3Q.popup-builder {
  background-color: #ffffff;
}
.cid-uJsuNZMh3Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJsuNZMh3Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJsuNZMh3Q .modal-content,
.cid-uJsuNZMh3Q .modal-dialog {
  height: auto;
}
.cid-uJsuNZMh3Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJsuNZMh3Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJsuNZMh3Q .form-wrapper .mbr-form .form-group,
  .cid-uJsuNZMh3Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJsuNZMh3Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJsuNZMh3Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJsuNZMh3Q .mbr-text {
  text-align: center;
}
.cid-uJsuNZMh3Q .pt-0 {
  padding-top: 0 !important;
}
.cid-uJsuNZMh3Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJsuNZMh3Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJsuNZMh3Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJsuNZMh3Q .modal-open {
  overflow: hidden;
}
.cid-uJsuNZMh3Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJsuNZMh3Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJsuNZMh3Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJsuNZMh3Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJsuNZMh3Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJsuNZMh3Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJsuNZMh3Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJsuNZMh3Q .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJsuNZMh3Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJsuNZMh3Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJsuNZMh3Q .modal-backdrop.show {
  opacity: .5;
}
.cid-uJsuNZMh3Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJsuNZMh3Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJsuNZMh3Q .modal-header .close:hover {
  opacity: 1;
}
.cid-uJsuNZMh3Q .modal-header .close:focus {
  outline: none;
}
.cid-uJsuNZMh3Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJsuNZMh3Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJsuNZMh3Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJsuNZMh3Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJsuNZMh3Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJsuNZMh3Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJsuNZMh3Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJsuNZMh3Q .modal-sm {
    max-width: 300px;
  }
  .cid-uJsuNZMh3Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJsuNZMh3Q .modal-lg,
  .cid-uJsuNZMh3Q .modal-xl {
    max-width: 800px;
  }
  .cid-uJsuNZMh3Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJsuNZMh3Q .modal-xl {
    max-width: 1140px;
  }
  .cid-uJsuNZMh3Q .container {
    max-width: 1140px;
  }
}
.cid-uJsuNZMh3Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJsuNZMh3Q .container {
    max-width: 720px;
  }
}
.cid-uJsuNZMh3Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJsuNZMh3Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJsuNZMh3Q .form-group {
  margin-bottom: 1rem;
}
.cid-uJsuNZMh3Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJsuNZMh3Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJsuNZMh3Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWasizHr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWasizHr .nav-item,
.cid-uMvWasizHr .nav-link,
.cid-uMvWasizHr .navbar-caption {
  font-weight: normal;
}
.cid-uMvWasizHr .nav-item:focus,
.cid-uMvWasizHr .nav-link:focus {
  outline: none;
}
.cid-uMvWasizHr .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvWasizHr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMvWasizHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWasizHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvWasizHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvWasizHr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uMvWasizHr .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uMvWasizHr .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uMvWasizHr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvWasizHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvWasizHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMvWasizHr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMvWasizHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvWasizHr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMvWasizHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMvWasizHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWasizHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMvWasizHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvWasizHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvWasizHr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMvWasizHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvWasizHr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMvWasizHr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uMvWasizHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMvWasizHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMvWasizHr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMvWasizHr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMvWasizHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvWasizHr .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uMvWasizHr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMvWasizHr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMvWasizHr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMvWasizHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvWasizHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvWasizHr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMvWasizHr .dropdown-item.active,
.cid-uMvWasizHr .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvWasizHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvWasizHr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvWasizHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uMvWasizHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvWasizHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvWasizHr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMvWasizHr .navbar-buttons {
  text-align: center;
}
.cid-uMvWasizHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWasizHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uMvWasizHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvWasizHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWasizHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWasizHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvWasizHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWasizHr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvWasizHr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvWasizHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWasizHr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uMvWasizHr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWasizHr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uMvWasizHr .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uMvWasizHr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uMvWasizHr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvWasizHr .navbar {
    height: 77px;
  }
  .cid-uMvWasizHr .navbar.opened {
    height: auto;
  }
  .cid-uMvWasizHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvWatxlUZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uMvWatxlUZ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMvWaurnGC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uMvWaurnGC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMvWaurnGC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMvWaurnGC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMvWaurnGC .mbr-text {
  color: #000000;
}
.cid-uMvWaurnGC .fnt025 {
  font-size: 25px;
}
.cid-uMvWavIpd8 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uMvWavIpd8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uMvWavIpd8 img,
.cid-uMvWavIpd8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMvWavIpd8 .item:focus,
.cid-uMvWavIpd8 span:focus {
  outline: none;
}
.cid-uMvWavIpd8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMvWavIpd8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMvWavIpd8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWavIpd8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMvWavIpd8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMvWavIpd8 .mbr-section-title {
  color: #232323;
}
.cid-uMvWavIpd8 .mbr-text,
.cid-uMvWavIpd8 .mbr-section-btn {
  text-align: left;
}
.cid-uMvWavIpd8 .item-title {
  text-align: left;
}
.cid-uMvWavIpd8 .item-subtitle {
  text-align: left;
}
.cid-uMvWax4K16 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uMvWax4K16 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uMvWax4K16 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMvWax4K16 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWax4K16 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uMvWax4K16 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uMvWax4K16 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uMvWayavqq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uMvWayavqq .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uMvWayavqq .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uMvWayavqq .mbr-text {
  color: #444;
}
.cid-uMvWayavqq h5 {
  margin-bottom: 0;
}
.cid-uMvWayavqq .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uMvWayavqq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWayavqq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uMvWayavqq .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWayavqq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMvWayavqq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMvWayavqq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMvWayavqq .social-list a:hover {
  opacity: 0.4;
}
.cid-uMvWayavqq .media-container-row > div {
  padding: 0px;
}
.cid-uMvWayavqq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWayavqq .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMvWayavqq .group-title SPAN {
  color: #ffffff;
}
.cid-uMvWayavqq .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uMvWayavqq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMvWayavqq .social-list,
  .cid-uMvWayavqq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMvWayavqq h3 {
    margin-bottom: 10px;
  }
  .cid-uMvWayavqq .navbar-brand {
    text-align: center;
  }
}
.cid-uMvWayavqq .links SPAN {
  color: #9e9e9e;
}
.cid-uMvWaAtTgk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uMvWaAtTgk .col + .mbr-section-btn .btn,
  .cid-uMvWaAtTgk .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uMvWaAtTgk .dragArea > *:nth-last-child(2).col,
  .cid-uMvWaAtTgk .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMvWaAtTgk .col + .mbr-section-btn,
  .cid-uMvWaAtTgk .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uMvWaAtTgk .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uMvWaAtTgk .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uMvWaAtTgk .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uMvWaAtTgk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMvWaAtTgk .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uMvWaAtTgk .subtext-1,
.cid-uMvWaAtTgk .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uMvWaAtTgk .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMvWaAtTgk .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uMvWaAtTgk .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWaAtTgk .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uMvWaAtTgk .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWaAtTgk .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uMvWaAtTgk .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uMvWaAtTgk .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uMvWaAtTgk .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWaAtTgk .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWaAtTgk .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWaAtTgk .form-group {
  max-width: 400px;
}
.cid-uMvWaAtTgk .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uMvWaAtTgk .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uMvWaAtTgk .form-row {
    justify-content: center;
  }
  .cid-uMvWaAtTgk .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWaAtTgk .subtext-1,
  .cid-uMvWaAtTgk .subtext-2,
  .cid-uMvWaAtTgk .card-support {
    text-align: center;
  }
  .cid-uMvWaAtTgk .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uMvWaAtTgk .form-text {
    text-align: center;
  }
  .cid-uMvWaAtTgk .follow-section {
    margin: 0;
  }
  .cid-uMvWaAtTgk .mbr-form {
    text-align: center;
  }
  .cid-uMvWaAtTgk .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uMvWaAtTgk .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWaAtTgk .firstColumn,
  .cid-uMvWaAtTgk .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uMvWaAtTgk .form-row {
    flex-direction: column;
  }
}
.cid-uMvWaAtTgk img {
  width: auto;
}
.cid-uMvWaAtTgk LI {
  color: #ffffff;
}
.cid-uMvWaCoHsv.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWaCoHsv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWaCoHsv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWaCoHsv .modal-content,
.cid-uMvWaCoHsv .modal-dialog {
  height: auto;
}
.cid-uMvWaCoHsv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWaCoHsv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWaCoHsv .form-wrapper .mbr-form .form-group,
  .cid-uMvWaCoHsv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWaCoHsv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWaCoHsv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWaCoHsv .mbr-text {
  text-align: center;
}
.cid-uMvWaCoHsv .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWaCoHsv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWaCoHsv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWaCoHsv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWaCoHsv .modal-open {
  overflow: hidden;
}
.cid-uMvWaCoHsv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWaCoHsv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWaCoHsv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWaCoHsv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWaCoHsv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWaCoHsv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWaCoHsv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWaCoHsv .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWaCoHsv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWaCoHsv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWaCoHsv .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWaCoHsv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWaCoHsv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWaCoHsv .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWaCoHsv .modal-header .close:focus {
  outline: none;
}
.cid-uMvWaCoHsv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWaCoHsv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWaCoHsv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWaCoHsv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWaCoHsv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWaCoHsv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWaCoHsv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWaCoHsv .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWaCoHsv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWaCoHsv .modal-lg,
  .cid-uMvWaCoHsv .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWaCoHsv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWaCoHsv .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWaCoHsv .container {
    max-width: 1140px;
  }
}
.cid-uMvWaCoHsv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWaCoHsv .container {
    max-width: 720px;
  }
}
.cid-uMvWaCoHsv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWaCoHsv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWaCoHsv .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWaCoHsv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWaCoHsv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWaCoHsv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWaDPFah.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWaDPFah.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWaDPFah.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWaDPFah .modal-content,
.cid-uMvWaDPFah .modal-dialog {
  height: auto;
}
.cid-uMvWaDPFah .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWaDPFah .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWaDPFah .form-wrapper .mbr-form .form-group,
  .cid-uMvWaDPFah .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWaDPFah .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWaDPFah .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWaDPFah .mbr-text {
  text-align: center;
}
.cid-uMvWaDPFah .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWaDPFah .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWaDPFah .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWaDPFah .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWaDPFah .modal-open {
  overflow: hidden;
}
.cid-uMvWaDPFah .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWaDPFah .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWaDPFah .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWaDPFah .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWaDPFah .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWaDPFah .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWaDPFah .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWaDPFah .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWaDPFah .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWaDPFah .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWaDPFah .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWaDPFah .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWaDPFah .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWaDPFah .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWaDPFah .modal-header .close:focus {
  outline: none;
}
.cid-uMvWaDPFah .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWaDPFah .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWaDPFah .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWaDPFah .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWaDPFah .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWaDPFah .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWaDPFah .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWaDPFah .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWaDPFah .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWaDPFah .modal-lg,
  .cid-uMvWaDPFah .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWaDPFah .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWaDPFah .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWaDPFah .container {
    max-width: 1140px;
  }
}
.cid-uMvWaDPFah .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWaDPFah .container {
    max-width: 720px;
  }
}
.cid-uMvWaDPFah .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWaDPFah .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWaDPFah .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWaDPFah .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWaDPFah .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWaDPFah .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWwnjPjk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWwnjPjk .nav-item,
.cid-uMvWwnjPjk .nav-link,
.cid-uMvWwnjPjk .navbar-caption {
  font-weight: normal;
}
.cid-uMvWwnjPjk .nav-item:focus,
.cid-uMvWwnjPjk .nav-link:focus {
  outline: none;
}
.cid-uMvWwnjPjk .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvWwnjPjk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMvWwnjPjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWwnjPjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvWwnjPjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvWwnjPjk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uMvWwnjPjk .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uMvWwnjPjk .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uMvWwnjPjk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvWwnjPjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvWwnjPjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMvWwnjPjk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMvWwnjPjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvWwnjPjk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMvWwnjPjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMvWwnjPjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWwnjPjk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMvWwnjPjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvWwnjPjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvWwnjPjk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMvWwnjPjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvWwnjPjk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMvWwnjPjk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uMvWwnjPjk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMvWwnjPjk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMvWwnjPjk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMvWwnjPjk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMvWwnjPjk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvWwnjPjk .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uMvWwnjPjk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMvWwnjPjk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMvWwnjPjk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMvWwnjPjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvWwnjPjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvWwnjPjk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMvWwnjPjk .dropdown-item.active,
.cid-uMvWwnjPjk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvWwnjPjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvWwnjPjk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvWwnjPjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uMvWwnjPjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvWwnjPjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvWwnjPjk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMvWwnjPjk .navbar-buttons {
  text-align: center;
}
.cid-uMvWwnjPjk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWwnjPjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uMvWwnjPjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvWwnjPjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWwnjPjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWwnjPjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvWwnjPjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWwnjPjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvWwnjPjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvWwnjPjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWwnjPjk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uMvWwnjPjk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWwnjPjk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uMvWwnjPjk .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uMvWwnjPjk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uMvWwnjPjk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvWwnjPjk .navbar {
    height: 77px;
  }
  .cid-uMvWwnjPjk .navbar.opened {
    height: auto;
  }
  .cid-uMvWwnjPjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvWwot7Vt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uMvWwot7Vt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMvWwpoVBa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uMvWwpoVBa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMvWwpoVBa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMvWwpoVBa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMvWwpoVBa .mbr-text {
  color: #000000;
}
.cid-uMvWwpoVBa .fnt025 {
  font-size: 25px;
}
.cid-uQv9jbpzDr {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQv9jbpzDr .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQv9jbpzDr img,
.cid-uQv9jbpzDr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQv9jbpzDr .item:focus,
.cid-uQv9jbpzDr span:focus {
  outline: none;
}
.cid-uQv9jbpzDr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQv9jbpzDr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQv9jbpzDr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQv9jbpzDr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQv9jbpzDr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQv9jbpzDr .mbr-section-title {
  color: #232323;
}
.cid-uQv9jbpzDr .mbr-text,
.cid-uQv9jbpzDr .mbr-section-btn {
  text-align: left;
}
.cid-uQv9jbpzDr .item-title {
  text-align: left;
}
.cid-uQv9jbpzDr .item-subtitle {
  text-align: left;
}
.cid-uMvWws9BE8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uMvWws9BE8 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uMvWws9BE8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMvWws9BE8 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWws9BE8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uMvWws9BE8 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uMvWws9BE8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uMvWwtTDuv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uMvWwtTDuv .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uMvWwtTDuv .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uMvWwtTDuv .mbr-text {
  color: #444;
}
.cid-uMvWwtTDuv h5 {
  margin-bottom: 0;
}
.cid-uMvWwtTDuv .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uMvWwtTDuv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWwtTDuv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uMvWwtTDuv .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWwtTDuv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMvWwtTDuv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMvWwtTDuv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMvWwtTDuv .social-list a:hover {
  opacity: 0.4;
}
.cid-uMvWwtTDuv .media-container-row > div {
  padding: 0px;
}
.cid-uMvWwtTDuv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWwtTDuv .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMvWwtTDuv .group-title SPAN {
  color: #ffffff;
}
.cid-uMvWwtTDuv .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uMvWwtTDuv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMvWwtTDuv .social-list,
  .cid-uMvWwtTDuv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMvWwtTDuv h3 {
    margin-bottom: 10px;
  }
  .cid-uMvWwtTDuv .navbar-brand {
    text-align: center;
  }
}
.cid-uMvWwtTDuv .links SPAN {
  color: #9e9e9e;
}
.cid-uMvWwva65n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uMvWwva65n .col + .mbr-section-btn .btn,
  .cid-uMvWwva65n .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uMvWwva65n .dragArea > *:nth-last-child(2).col,
  .cid-uMvWwva65n .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMvWwva65n .col + .mbr-section-btn,
  .cid-uMvWwva65n .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uMvWwva65n .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uMvWwva65n .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uMvWwva65n .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uMvWwva65n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMvWwva65n .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uMvWwva65n .subtext-1,
.cid-uMvWwva65n .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uMvWwva65n .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMvWwva65n .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uMvWwva65n .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWwva65n .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uMvWwva65n .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWwva65n .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uMvWwva65n .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uMvWwva65n .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uMvWwva65n .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWwva65n .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWwva65n .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWwva65n .form-group {
  max-width: 400px;
}
.cid-uMvWwva65n .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uMvWwva65n .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uMvWwva65n .form-row {
    justify-content: center;
  }
  .cid-uMvWwva65n .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWwva65n .subtext-1,
  .cid-uMvWwva65n .subtext-2,
  .cid-uMvWwva65n .card-support {
    text-align: center;
  }
  .cid-uMvWwva65n .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uMvWwva65n .form-text {
    text-align: center;
  }
  .cid-uMvWwva65n .follow-section {
    margin: 0;
  }
  .cid-uMvWwva65n .mbr-form {
    text-align: center;
  }
  .cid-uMvWwva65n .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uMvWwva65n .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWwva65n .firstColumn,
  .cid-uMvWwva65n .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uMvWwva65n .form-row {
    flex-direction: column;
  }
}
.cid-uMvWwva65n img {
  width: auto;
}
.cid-uMvWwva65n LI {
  color: #ffffff;
}
.cid-uMvWwwQGlJ.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWwwQGlJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWwwQGlJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWwwQGlJ .modal-content,
.cid-uMvWwwQGlJ .modal-dialog {
  height: auto;
}
.cid-uMvWwwQGlJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWwwQGlJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWwwQGlJ .form-wrapper .mbr-form .form-group,
  .cid-uMvWwwQGlJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWwwQGlJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWwwQGlJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWwwQGlJ .mbr-text {
  text-align: center;
}
.cid-uMvWwwQGlJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWwwQGlJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWwwQGlJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWwwQGlJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWwwQGlJ .modal-open {
  overflow: hidden;
}
.cid-uMvWwwQGlJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWwwQGlJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWwwQGlJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWwwQGlJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWwwQGlJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWwwQGlJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWwwQGlJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWwwQGlJ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWwwQGlJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWwwQGlJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWwwQGlJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWwwQGlJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWwwQGlJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWwwQGlJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWwwQGlJ .modal-header .close:focus {
  outline: none;
}
.cid-uMvWwwQGlJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWwwQGlJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWwwQGlJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWwwQGlJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWwwQGlJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWwwQGlJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWwwQGlJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWwwQGlJ .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWwwQGlJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWwwQGlJ .modal-lg,
  .cid-uMvWwwQGlJ .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWwwQGlJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWwwQGlJ .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWwwQGlJ .container {
    max-width: 1140px;
  }
}
.cid-uMvWwwQGlJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWwwQGlJ .container {
    max-width: 720px;
  }
}
.cid-uMvWwwQGlJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWwwQGlJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWwwQGlJ .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWwwQGlJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWwwQGlJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWwwQGlJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWwyB50B.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWwyB50B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWwyB50B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWwyB50B .modal-content,
.cid-uMvWwyB50B .modal-dialog {
  height: auto;
}
.cid-uMvWwyB50B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWwyB50B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWwyB50B .form-wrapper .mbr-form .form-group,
  .cid-uMvWwyB50B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWwyB50B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWwyB50B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWwyB50B .mbr-text {
  text-align: center;
}
.cid-uMvWwyB50B .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWwyB50B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWwyB50B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWwyB50B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWwyB50B .modal-open {
  overflow: hidden;
}
.cid-uMvWwyB50B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWwyB50B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWwyB50B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWwyB50B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWwyB50B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWwyB50B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWwyB50B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWwyB50B .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWwyB50B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWwyB50B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWwyB50B .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWwyB50B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWwyB50B .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWwyB50B .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWwyB50B .modal-header .close:focus {
  outline: none;
}
.cid-uMvWwyB50B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWwyB50B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWwyB50B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWwyB50B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWwyB50B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWwyB50B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWwyB50B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWwyB50B .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWwyB50B .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWwyB50B .modal-lg,
  .cid-uMvWwyB50B .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWwyB50B .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWwyB50B .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWwyB50B .container {
    max-width: 1140px;
  }
}
.cid-uMvWwyB50B .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWwyB50B .container {
    max-width: 720px;
  }
}
.cid-uMvWwyB50B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWwyB50B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWwyB50B .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWwyB50B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWwyB50B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWwyB50B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWl2JXpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWl2JXpj .nav-item,
.cid-uMvWl2JXpj .nav-link,
.cid-uMvWl2JXpj .navbar-caption {
  font-weight: normal;
}
.cid-uMvWl2JXpj .nav-item:focus,
.cid-uMvWl2JXpj .nav-link:focus {
  outline: none;
}
.cid-uMvWl2JXpj .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvWl2JXpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMvWl2JXpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWl2JXpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvWl2JXpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvWl2JXpj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uMvWl2JXpj .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uMvWl2JXpj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uMvWl2JXpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvWl2JXpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvWl2JXpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMvWl2JXpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMvWl2JXpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvWl2JXpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMvWl2JXpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMvWl2JXpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWl2JXpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMvWl2JXpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvWl2JXpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvWl2JXpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMvWl2JXpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvWl2JXpj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMvWl2JXpj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uMvWl2JXpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMvWl2JXpj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMvWl2JXpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMvWl2JXpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMvWl2JXpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvWl2JXpj .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uMvWl2JXpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMvWl2JXpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMvWl2JXpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMvWl2JXpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvWl2JXpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvWl2JXpj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMvWl2JXpj .dropdown-item.active,
.cid-uMvWl2JXpj .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvWl2JXpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvWl2JXpj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvWl2JXpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uMvWl2JXpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvWl2JXpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvWl2JXpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMvWl2JXpj .navbar-buttons {
  text-align: center;
}
.cid-uMvWl2JXpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWl2JXpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uMvWl2JXpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvWl2JXpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWl2JXpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWl2JXpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvWl2JXpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWl2JXpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvWl2JXpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvWl2JXpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWl2JXpj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uMvWl2JXpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWl2JXpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uMvWl2JXpj .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uMvWl2JXpj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uMvWl2JXpj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvWl2JXpj .navbar {
    height: 77px;
  }
  .cid-uMvWl2JXpj .navbar.opened {
    height: auto;
  }
  .cid-uMvWl2JXpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvWl4fKtQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uMvWl4fKtQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMvWl5gs3R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uMvWl5gs3R .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMvWl5gs3R .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMvWl5gs3R .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMvWl5gs3R .mbr-text {
  color: #000000;
}
.cid-uMvWl5gs3R .fnt025 {
  font-size: 25px;
}
.cid-uMvWl6iHIe {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uMvWl6iHIe .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uMvWl6iHIe img,
.cid-uMvWl6iHIe .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMvWl6iHIe .item:focus,
.cid-uMvWl6iHIe span:focus {
  outline: none;
}
.cid-uMvWl6iHIe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMvWl6iHIe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMvWl6iHIe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWl6iHIe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMvWl6iHIe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMvWl6iHIe .mbr-section-title {
  color: #232323;
}
.cid-uMvWl6iHIe .mbr-text,
.cid-uMvWl6iHIe .mbr-section-btn {
  text-align: left;
}
.cid-uMvWl6iHIe .item-title {
  text-align: left;
}
.cid-uMvWl6iHIe .item-subtitle {
  text-align: left;
}
.cid-uMvWl7Fu9C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uMvWl7Fu9C .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uMvWl7Fu9C form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMvWl7Fu9C form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWl7Fu9C form.mbr-form {
    padding: 1rem;
  }
}
.cid-uMvWl7Fu9C form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uMvWl7Fu9C form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uMvWl8I6HJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uMvWl8I6HJ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uMvWl8I6HJ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uMvWl8I6HJ .mbr-text {
  color: #444;
}
.cid-uMvWl8I6HJ h5 {
  margin-bottom: 0;
}
.cid-uMvWl8I6HJ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uMvWl8I6HJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWl8I6HJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uMvWl8I6HJ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWl8I6HJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMvWl8I6HJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMvWl8I6HJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMvWl8I6HJ .social-list a:hover {
  opacity: 0.4;
}
.cid-uMvWl8I6HJ .media-container-row > div {
  padding: 0px;
}
.cid-uMvWl8I6HJ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWl8I6HJ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMvWl8I6HJ .group-title SPAN {
  color: #ffffff;
}
.cid-uMvWl8I6HJ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uMvWl8I6HJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMvWl8I6HJ .social-list,
  .cid-uMvWl8I6HJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMvWl8I6HJ h3 {
    margin-bottom: 10px;
  }
  .cid-uMvWl8I6HJ .navbar-brand {
    text-align: center;
  }
}
.cid-uMvWl8I6HJ .links SPAN {
  color: #9e9e9e;
}
.cid-uMvWla6s07 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uMvWla6s07 .col + .mbr-section-btn .btn,
  .cid-uMvWla6s07 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uMvWla6s07 .dragArea > *:nth-last-child(2).col,
  .cid-uMvWla6s07 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMvWla6s07 .col + .mbr-section-btn,
  .cid-uMvWla6s07 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uMvWla6s07 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uMvWla6s07 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uMvWla6s07 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uMvWla6s07 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMvWla6s07 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uMvWla6s07 .subtext-1,
.cid-uMvWla6s07 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uMvWla6s07 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMvWla6s07 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uMvWla6s07 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWla6s07 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uMvWla6s07 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWla6s07 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uMvWla6s07 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uMvWla6s07 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uMvWla6s07 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWla6s07 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWla6s07 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWla6s07 .form-group {
  max-width: 400px;
}
.cid-uMvWla6s07 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uMvWla6s07 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uMvWla6s07 .form-row {
    justify-content: center;
  }
  .cid-uMvWla6s07 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWla6s07 .subtext-1,
  .cid-uMvWla6s07 .subtext-2,
  .cid-uMvWla6s07 .card-support {
    text-align: center;
  }
  .cid-uMvWla6s07 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uMvWla6s07 .form-text {
    text-align: center;
  }
  .cid-uMvWla6s07 .follow-section {
    margin: 0;
  }
  .cid-uMvWla6s07 .mbr-form {
    text-align: center;
  }
  .cid-uMvWla6s07 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uMvWla6s07 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWla6s07 .firstColumn,
  .cid-uMvWla6s07 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uMvWla6s07 .form-row {
    flex-direction: column;
  }
}
.cid-uMvWla6s07 img {
  width: auto;
}
.cid-uMvWla6s07 LI {
  color: #ffffff;
}
.cid-uMvWlbWt8E.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWlbWt8E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWlbWt8E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWlbWt8E .modal-content,
.cid-uMvWlbWt8E .modal-dialog {
  height: auto;
}
.cid-uMvWlbWt8E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWlbWt8E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWlbWt8E .form-wrapper .mbr-form .form-group,
  .cid-uMvWlbWt8E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWlbWt8E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWlbWt8E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWlbWt8E .mbr-text {
  text-align: center;
}
.cid-uMvWlbWt8E .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWlbWt8E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWlbWt8E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWlbWt8E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWlbWt8E .modal-open {
  overflow: hidden;
}
.cid-uMvWlbWt8E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWlbWt8E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWlbWt8E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWlbWt8E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWlbWt8E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWlbWt8E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWlbWt8E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWlbWt8E .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWlbWt8E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWlbWt8E .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWlbWt8E .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWlbWt8E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWlbWt8E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWlbWt8E .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWlbWt8E .modal-header .close:focus {
  outline: none;
}
.cid-uMvWlbWt8E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWlbWt8E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWlbWt8E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWlbWt8E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWlbWt8E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWlbWt8E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWlbWt8E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWlbWt8E .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWlbWt8E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWlbWt8E .modal-lg,
  .cid-uMvWlbWt8E .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWlbWt8E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWlbWt8E .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWlbWt8E .container {
    max-width: 1140px;
  }
}
.cid-uMvWlbWt8E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWlbWt8E .container {
    max-width: 720px;
  }
}
.cid-uMvWlbWt8E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWlbWt8E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWlbWt8E .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWlbWt8E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWlbWt8E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWlbWt8E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWle6O1P.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWle6O1P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWle6O1P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWle6O1P .modal-content,
.cid-uMvWle6O1P .modal-dialog {
  height: auto;
}
.cid-uMvWle6O1P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWle6O1P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWle6O1P .form-wrapper .mbr-form .form-group,
  .cid-uMvWle6O1P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWle6O1P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWle6O1P .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWle6O1P .mbr-text {
  text-align: center;
}
.cid-uMvWle6O1P .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWle6O1P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWle6O1P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWle6O1P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWle6O1P .modal-open {
  overflow: hidden;
}
.cid-uMvWle6O1P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWle6O1P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWle6O1P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWle6O1P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWle6O1P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWle6O1P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWle6O1P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWle6O1P .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWle6O1P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWle6O1P .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWle6O1P .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWle6O1P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWle6O1P .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWle6O1P .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWle6O1P .modal-header .close:focus {
  outline: none;
}
.cid-uMvWle6O1P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWle6O1P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWle6O1P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWle6O1P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWle6O1P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWle6O1P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWle6O1P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWle6O1P .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWle6O1P .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWle6O1P .modal-lg,
  .cid-uMvWle6O1P .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWle6O1P .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWle6O1P .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWle6O1P .container {
    max-width: 1140px;
  }
}
.cid-uMvWle6O1P .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWle6O1P .container {
    max-width: 720px;
  }
}
.cid-uMvWle6O1P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWle6O1P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWle6O1P .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWle6O1P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWle6O1P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWle6O1P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDxKm9vHUj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-sDxKm9vHUj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDsBlbkQJl.popup-builder {
  background-color: #ffffff;
}
.cid-sDsBlbkQJl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDsBlbkQJl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDsBlbkQJl .modal-content,
.cid-sDsBlbkQJl .modal-dialog {
  height: auto;
}
.cid-sDsBlbkQJl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDsBlbkQJl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDsBlbkQJl .form-wrapper .mbr-form .form-group,
  .cid-sDsBlbkQJl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDsBlbkQJl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDsBlbkQJl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDsBlbkQJl .mbr-text {
  text-align: center;
}
.cid-sDsBlbkQJl .pt-0 {
  padding-top: 0 !important;
}
.cid-sDsBlbkQJl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDsBlbkQJl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDsBlbkQJl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDsBlbkQJl .modal-open {
  overflow: hidden;
}
.cid-sDsBlbkQJl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDsBlbkQJl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDsBlbkQJl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDsBlbkQJl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDsBlbkQJl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDsBlbkQJl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDsBlbkQJl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDsBlbkQJl .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDsBlbkQJl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDsBlbkQJl .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDsBlbkQJl .modal-backdrop.show {
  opacity: .5;
}
.cid-sDsBlbkQJl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDsBlbkQJl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDsBlbkQJl .modal-header .close:hover {
  opacity: 1;
}
.cid-sDsBlbkQJl .modal-header .close:focus {
  outline: none;
}
.cid-sDsBlbkQJl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDsBlbkQJl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDsBlbkQJl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDsBlbkQJl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDsBlbkQJl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDsBlbkQJl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDsBlbkQJl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDsBlbkQJl .modal-sm {
    max-width: 300px;
  }
  .cid-sDsBlbkQJl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDsBlbkQJl .modal-lg,
  .cid-sDsBlbkQJl .modal-xl {
    max-width: 800px;
  }
  .cid-sDsBlbkQJl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDsBlbkQJl .modal-xl {
    max-width: 1140px;
  }
  .cid-sDsBlbkQJl .container {
    max-width: 1140px;
  }
}
.cid-sDsBlbkQJl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDsBlbkQJl .container {
    max-width: 720px;
  }
}
.cid-sDsBlbkQJl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDsBlbkQJl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDsBlbkQJl .form-group {
  margin-bottom: 1rem;
}
.cid-sDsBlbkQJl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDsBlbkQJl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsBlbkQJl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-svPUTPbZoD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
@media (max-width: 991px) {
  .cid-svPUTPbZoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-svPUTPbZoD .row {
  flex-direction: row-reverse;
}
.cid-svPUTPbZoD img {
  width: 100%;
}
.cid-svPUTPbZoD .mbr-description {
  color: #f6ebeb;
}
.cid-svPUTPbZoD .fnt22 {
  font-size: 22px;
  color: #b8dbbb;
}
.cid-svPUTPbZoD P {
  color: #b8dbbb;
}
.cid-svPUTQeLdR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #64e41c;
}
.cid-svPUTQeLdR .container {
  max-width: 1500px;
}
.cid-svPUTQeLdR img {
  width: 100%;
}
.cid-svPUTQeLdR h2 {
  padding: 0;
  margin: 0;
}
.cid-svPUTQeLdR .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-svPUTQeLdR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-svPUTQeLdR .img-col {
  position: relative;
}
.cid-svPUTQeLdR .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-svPUTQeLdR .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-svPUTQeLdR .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-svPUTQeLdR .img2 {
    top: -2rem;
  }
  .cid-svPUTQeLdR .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-svPUTQeLdR .img2 {
    width: 50%;
  }
  .cid-svPUTQeLdR .number {
    margin: auto;
  }
}
.cid-th6WNhiuC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-th6WNhiuC8 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-th6WNhiuC8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-th6WNhiuC8 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th6WNhiuC8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-th6WNhiuC8 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-th6WNhiuC8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tgvifAmYAd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-tgvifAmYAd .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tgvifAmYAd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tgvifAmYAd .mbr-text {
  color: #444;
}
.cid-tgvifAmYAd h5 {
  margin-bottom: 0;
}
.cid-tgvifAmYAd .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tgvifAmYAd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgvifAmYAd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-tgvifAmYAd .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgvifAmYAd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tgvifAmYAd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tgvifAmYAd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgvifAmYAd .social-list a:hover {
  opacity: 0.4;
}
.cid-tgvifAmYAd .media-container-row > div {
  padding: 0px;
}
.cid-tgvifAmYAd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tgvifAmYAd .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tgvifAmYAd .group-title SPAN {
  color: #ffffff;
}
.cid-tgvifAmYAd .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tgvifAmYAd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tgvifAmYAd .social-list,
  .cid-tgvifAmYAd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tgvifAmYAd h3 {
    margin-bottom: 10px;
  }
  .cid-tgvifAmYAd .navbar-brand {
    text-align: center;
  }
}
.cid-tgvifAmYAd .links SPAN {
  color: #9e9e9e;
}
.cid-tw9VrGBgtL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-tw9VrGBgtL .col + .mbr-section-btn .btn,
  .cid-tw9VrGBgtL .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-tw9VrGBgtL .dragArea > *:nth-last-child(2).col,
  .cid-tw9VrGBgtL .dragArea > *:nth-last-child(2).col-auto,
  .cid-tw9VrGBgtL .col + .mbr-section-btn,
  .cid-tw9VrGBgtL .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-tw9VrGBgtL .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tw9VrGBgtL .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tw9VrGBgtL .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tw9VrGBgtL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tw9VrGBgtL .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-tw9VrGBgtL .subtext-1,
.cid-tw9VrGBgtL .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-tw9VrGBgtL .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tw9VrGBgtL .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tw9VrGBgtL .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9VrGBgtL .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-tw9VrGBgtL .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tw9VrGBgtL .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tw9VrGBgtL .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-tw9VrGBgtL .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-tw9VrGBgtL .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tw9VrGBgtL .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9VrGBgtL .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tw9VrGBgtL .form-group {
  max-width: 400px;
}
.cid-tw9VrGBgtL .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tw9VrGBgtL .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-tw9VrGBgtL .form-row {
    justify-content: center;
  }
  .cid-tw9VrGBgtL .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tw9VrGBgtL .subtext-1,
  .cid-tw9VrGBgtL .subtext-2,
  .cid-tw9VrGBgtL .card-support {
    text-align: center;
  }
  .cid-tw9VrGBgtL .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tw9VrGBgtL .form-text {
    text-align: center;
  }
  .cid-tw9VrGBgtL .follow-section {
    margin: 0;
  }
  .cid-tw9VrGBgtL .mbr-form {
    text-align: center;
  }
  .cid-tw9VrGBgtL .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-tw9VrGBgtL .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tw9VrGBgtL .firstColumn,
  .cid-tw9VrGBgtL .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tw9VrGBgtL .form-row {
    flex-direction: column;
  }
}
.cid-tw9VrGBgtL img {
  width: auto;
}
.cid-tw9VrGBgtL LI {
  color: #ffffff;
}
.cid-sCCFrRXdjM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .nav-item,
.cid-sCCFrRXdjM .nav-link,
.cid-sCCFrRXdjM .navbar-caption {
  font-weight: normal;
}
.cid-sCCFrRXdjM .nav-item:focus,
.cid-sCCFrRXdjM .nav-link:focus {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sCCFrRXdjM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCCFrRXdjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCCFrRXdjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCCFrRXdjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCCFrRXdjM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-sCCFrRXdjM .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-sCCFrRXdjM .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sCCFrRXdjM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCCFrRXdjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCCFrRXdjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCCFrRXdjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCCFrRXdjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCCFrRXdjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCCFrRXdjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCCFrRXdjM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCCFrRXdjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCCFrRXdjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCCFrRXdjM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCCFrRXdjM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCCFrRXdjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCCFrRXdjM .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCCFrRXdjM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCCFrRXdjM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCCFrRXdjM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCCFrRXdjM .dropdown-item.active,
.cid-sCCFrRXdjM .dropdown-item:active {
  background-color: transparent;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCCFrRXdjM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-sCCFrRXdjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCCFrRXdjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCCFrRXdjM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCCFrRXdjM .navbar-buttons {
  text-align: center;
}
.cid-sCCFrRXdjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCCFrRXdjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCCFrRXdjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCCFrRXdjM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCCFrRXdjM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCCFrRXdjM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sCCFrRXdjM .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sCCFrRXdjM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCCFrRXdjM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCCFrRXdjM .navbar {
    height: 77px;
  }
  .cid-sCCFrRXdjM .navbar.opened {
    height: auto;
  }
  .cid-sCCFrRXdjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDsotxibWz.popup-builder {
  background-color: #ffffff;
}
.cid-sDsotxibWz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDsotxibWz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDsotxibWz .modal-content,
.cid-sDsotxibWz .modal-dialog {
  height: auto;
}
.cid-sDsotxibWz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDsotxibWz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDsotxibWz .form-wrapper .mbr-form .form-group,
  .cid-sDsotxibWz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDsotxibWz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDsotxibWz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDsotxibWz .mbr-text {
  text-align: center;
}
.cid-sDsotxibWz .pt-0 {
  padding-top: 0 !important;
}
.cid-sDsotxibWz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDsotxibWz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDsotxibWz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDsotxibWz .modal-open {
  overflow: hidden;
}
.cid-sDsotxibWz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDsotxibWz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDsotxibWz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDsotxibWz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDsotxibWz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDsotxibWz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDsotxibWz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDsotxibWz .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDsotxibWz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDsotxibWz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDsotxibWz .modal-backdrop.show {
  opacity: .5;
}
.cid-sDsotxibWz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDsotxibWz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDsotxibWz .modal-header .close:hover {
  opacity: 1;
}
.cid-sDsotxibWz .modal-header .close:focus {
  outline: none;
}
.cid-sDsotxibWz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDsotxibWz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDsotxibWz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDsotxibWz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDsotxibWz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDsotxibWz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDsotxibWz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDsotxibWz .modal-sm {
    max-width: 300px;
  }
  .cid-sDsotxibWz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDsotxibWz .modal-lg,
  .cid-sDsotxibWz .modal-xl {
    max-width: 800px;
  }
  .cid-sDsotxibWz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDsotxibWz .modal-xl {
    max-width: 1140px;
  }
  .cid-sDsotxibWz .container {
    max-width: 1140px;
  }
}
.cid-sDsotxibWz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDsotxibWz .container {
    max-width: 720px;
  }
}
.cid-sDsotxibWz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDsotxibWz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDsotxibWz .form-group {
  margin-bottom: 1rem;
}
.cid-sDsotxibWz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDsotxibWz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsotxibWz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uNJhYfyhuv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNJhYfyhuv .nav-item,
.cid-uNJhYfyhuv .nav-link,
.cid-uNJhYfyhuv .navbar-caption {
  font-weight: normal;
}
.cid-uNJhYfyhuv .nav-item:focus,
.cid-uNJhYfyhuv .nav-link:focus {
  outline: none;
}
.cid-uNJhYfyhuv .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uNJhYfyhuv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uNJhYfyhuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNJhYfyhuv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNJhYfyhuv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNJhYfyhuv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uNJhYfyhuv .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uNJhYfyhuv .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uNJhYfyhuv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNJhYfyhuv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNJhYfyhuv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNJhYfyhuv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNJhYfyhuv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNJhYfyhuv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNJhYfyhuv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNJhYfyhuv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNJhYfyhuv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNJhYfyhuv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNJhYfyhuv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNJhYfyhuv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNJhYfyhuv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNJhYfyhuv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNJhYfyhuv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uNJhYfyhuv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNJhYfyhuv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNJhYfyhuv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uNJhYfyhuv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNJhYfyhuv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNJhYfyhuv .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uNJhYfyhuv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uNJhYfyhuv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNJhYfyhuv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNJhYfyhuv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNJhYfyhuv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNJhYfyhuv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uNJhYfyhuv .dropdown-item.active,
.cid-uNJhYfyhuv .dropdown-item:active {
  background-color: transparent;
}
.cid-uNJhYfyhuv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNJhYfyhuv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNJhYfyhuv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uNJhYfyhuv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNJhYfyhuv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNJhYfyhuv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uNJhYfyhuv .navbar-buttons {
  text-align: center;
}
.cid-uNJhYfyhuv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNJhYfyhuv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uNJhYfyhuv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNJhYfyhuv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJhYfyhuv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJhYfyhuv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNJhYfyhuv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJhYfyhuv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNJhYfyhuv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNJhYfyhuv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJhYfyhuv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uNJhYfyhuv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNJhYfyhuv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uNJhYfyhuv .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uNJhYfyhuv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uNJhYfyhuv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNJhYfyhuv .navbar {
    height: 77px;
  }
  .cid-uNJhYfyhuv .navbar.opened {
    height: auto;
  }
  .cid-uNJhYfyhuv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNJhYihd3Q {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uNJhYihd3Q .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNJhYog5Vx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uNJhYog5Vx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uNJhYog5Vx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uNJhYog5Vx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uNJhYog5Vx .mbr-text {
  color: #000000;
}
.cid-uNJhYog5Vx .fnt025 {
  font-size: 25px;
}
.cid-uNJhYpsur2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uNJhYpsur2 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uNJhYpsur2 img,
.cid-uNJhYpsur2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNJhYpsur2 .item:focus,
.cid-uNJhYpsur2 span:focus {
  outline: none;
}
.cid-uNJhYpsur2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNJhYpsur2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNJhYpsur2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNJhYpsur2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNJhYpsur2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNJhYpsur2 .mbr-section-title {
  color: #232323;
}
.cid-uNJhYpsur2 .mbr-text,
.cid-uNJhYpsur2 .mbr-section-btn {
  text-align: left;
}
.cid-uNJhYpsur2 .item-title {
  text-align: left;
}
.cid-uNJhYpsur2 .item-subtitle {
  text-align: left;
}
.cid-uNJhYraQVR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uNJhYraQVR .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uNJhYraQVR form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNJhYraQVR form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNJhYraQVR form.mbr-form {
    padding: 1rem;
  }
}
.cid-uNJhYraQVR form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uNJhYraQVR form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uNJhYsz1AI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uNJhYsz1AI .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uNJhYsz1AI .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uNJhYsz1AI .mbr-text {
  color: #444;
}
.cid-uNJhYsz1AI h5 {
  margin-bottom: 0;
}
.cid-uNJhYsz1AI .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uNJhYsz1AI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNJhYsz1AI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uNJhYsz1AI .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNJhYsz1AI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNJhYsz1AI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uNJhYsz1AI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNJhYsz1AI .social-list a:hover {
  opacity: 0.4;
}
.cid-uNJhYsz1AI .media-container-row > div {
  padding: 0px;
}
.cid-uNJhYsz1AI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uNJhYsz1AI .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uNJhYsz1AI .group-title SPAN {
  color: #ffffff;
}
.cid-uNJhYsz1AI .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uNJhYsz1AI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uNJhYsz1AI .social-list,
  .cid-uNJhYsz1AI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uNJhYsz1AI h3 {
    margin-bottom: 10px;
  }
  .cid-uNJhYsz1AI .navbar-brand {
    text-align: center;
  }
}
.cid-uNJhYsz1AI .links SPAN {
  color: #9e9e9e;
}
.cid-uNJhYv73s1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uNJhYv73s1 .col + .mbr-section-btn .btn,
  .cid-uNJhYv73s1 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uNJhYv73s1 .dragArea > *:nth-last-child(2).col,
  .cid-uNJhYv73s1 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uNJhYv73s1 .col + .mbr-section-btn,
  .cid-uNJhYv73s1 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uNJhYv73s1 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uNJhYv73s1 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uNJhYv73s1 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uNJhYv73s1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNJhYv73s1 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uNJhYv73s1 .subtext-1,
.cid-uNJhYv73s1 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uNJhYv73s1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNJhYv73s1 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uNJhYv73s1 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uNJhYv73s1 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uNJhYv73s1 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uNJhYv73s1 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uNJhYv73s1 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uNJhYv73s1 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uNJhYv73s1 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uNJhYv73s1 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uNJhYv73s1 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uNJhYv73s1 .form-group {
  max-width: 400px;
}
.cid-uNJhYv73s1 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uNJhYv73s1 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uNJhYv73s1 .form-row {
    justify-content: center;
  }
  .cid-uNJhYv73s1 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uNJhYv73s1 .subtext-1,
  .cid-uNJhYv73s1 .subtext-2,
  .cid-uNJhYv73s1 .card-support {
    text-align: center;
  }
  .cid-uNJhYv73s1 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uNJhYv73s1 .form-text {
    text-align: center;
  }
  .cid-uNJhYv73s1 .follow-section {
    margin: 0;
  }
  .cid-uNJhYv73s1 .mbr-form {
    text-align: center;
  }
  .cid-uNJhYv73s1 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uNJhYv73s1 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uNJhYv73s1 .firstColumn,
  .cid-uNJhYv73s1 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uNJhYv73s1 .form-row {
    flex-direction: column;
  }
}
.cid-uNJhYv73s1 img {
  width: auto;
}
.cid-uNJhYv73s1 LI {
  color: #ffffff;
}
.cid-uNJhYxpDiA.popup-builder {
  background-color: #ffffff;
}
.cid-uNJhYxpDiA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNJhYxpDiA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNJhYxpDiA .modal-content,
.cid-uNJhYxpDiA .modal-dialog {
  height: auto;
}
.cid-uNJhYxpDiA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNJhYxpDiA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNJhYxpDiA .form-wrapper .mbr-form .form-group,
  .cid-uNJhYxpDiA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNJhYxpDiA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNJhYxpDiA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNJhYxpDiA .mbr-text {
  text-align: center;
}
.cid-uNJhYxpDiA .pt-0 {
  padding-top: 0 !important;
}
.cid-uNJhYxpDiA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNJhYxpDiA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNJhYxpDiA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNJhYxpDiA .modal-open {
  overflow: hidden;
}
.cid-uNJhYxpDiA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNJhYxpDiA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNJhYxpDiA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNJhYxpDiA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uNJhYxpDiA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNJhYxpDiA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNJhYxpDiA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNJhYxpDiA .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uNJhYxpDiA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNJhYxpDiA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNJhYxpDiA .modal-backdrop.show {
  opacity: .5;
}
.cid-uNJhYxpDiA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uNJhYxpDiA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNJhYxpDiA .modal-header .close:hover {
  opacity: 1;
}
.cid-uNJhYxpDiA .modal-header .close:focus {
  outline: none;
}
.cid-uNJhYxpDiA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uNJhYxpDiA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uNJhYxpDiA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uNJhYxpDiA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNJhYxpDiA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNJhYxpDiA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNJhYxpDiA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNJhYxpDiA .modal-sm {
    max-width: 300px;
  }
  .cid-uNJhYxpDiA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uNJhYxpDiA .modal-lg,
  .cid-uNJhYxpDiA .modal-xl {
    max-width: 800px;
  }
  .cid-uNJhYxpDiA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uNJhYxpDiA .modal-xl {
    max-width: 1140px;
  }
  .cid-uNJhYxpDiA .container {
    max-width: 1140px;
  }
}
.cid-uNJhYxpDiA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uNJhYxpDiA .container {
    max-width: 720px;
  }
}
.cid-uNJhYxpDiA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNJhYxpDiA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uNJhYxpDiA .form-group {
  margin-bottom: 1rem;
}
.cid-uNJhYxpDiA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNJhYxpDiA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNJhYxpDiA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uNJhYzYZX2.popup-builder {
  background-color: #ffffff;
}
.cid-uNJhYzYZX2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNJhYzYZX2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNJhYzYZX2 .modal-content,
.cid-uNJhYzYZX2 .modal-dialog {
  height: auto;
}
.cid-uNJhYzYZX2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNJhYzYZX2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNJhYzYZX2 .form-wrapper .mbr-form .form-group,
  .cid-uNJhYzYZX2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNJhYzYZX2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNJhYzYZX2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNJhYzYZX2 .mbr-text {
  text-align: center;
}
.cid-uNJhYzYZX2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uNJhYzYZX2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNJhYzYZX2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNJhYzYZX2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNJhYzYZX2 .modal-open {
  overflow: hidden;
}
.cid-uNJhYzYZX2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNJhYzYZX2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNJhYzYZX2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNJhYzYZX2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uNJhYzYZX2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNJhYzYZX2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNJhYzYZX2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNJhYzYZX2 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uNJhYzYZX2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNJhYzYZX2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNJhYzYZX2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uNJhYzYZX2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uNJhYzYZX2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNJhYzYZX2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uNJhYzYZX2 .modal-header .close:focus {
  outline: none;
}
.cid-uNJhYzYZX2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uNJhYzYZX2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uNJhYzYZX2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uNJhYzYZX2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNJhYzYZX2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNJhYzYZX2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNJhYzYZX2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNJhYzYZX2 .modal-sm {
    max-width: 300px;
  }
  .cid-uNJhYzYZX2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uNJhYzYZX2 .modal-lg,
  .cid-uNJhYzYZX2 .modal-xl {
    max-width: 800px;
  }
  .cid-uNJhYzYZX2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uNJhYzYZX2 .modal-xl {
    max-width: 1140px;
  }
  .cid-uNJhYzYZX2 .container {
    max-width: 1140px;
  }
}
.cid-uNJhYzYZX2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uNJhYzYZX2 .container {
    max-width: 720px;
  }
}
.cid-uNJhYzYZX2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNJhYzYZX2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uNJhYzYZX2 .form-group {
  margin-bottom: 1rem;
}
.cid-uNJhYzYZX2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNJhYzYZX2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNJhYzYZX2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWEltGnW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWEltGnW .nav-item,
.cid-uMvWEltGnW .nav-link,
.cid-uMvWEltGnW .navbar-caption {
  font-weight: normal;
}
.cid-uMvWEltGnW .nav-item:focus,
.cid-uMvWEltGnW .nav-link:focus {
  outline: none;
}
.cid-uMvWEltGnW .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvWEltGnW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMvWEltGnW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMvWEltGnW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvWEltGnW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvWEltGnW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uMvWEltGnW .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uMvWEltGnW .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uMvWEltGnW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvWEltGnW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvWEltGnW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMvWEltGnW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMvWEltGnW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvWEltGnW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMvWEltGnW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMvWEltGnW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWEltGnW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMvWEltGnW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvWEltGnW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvWEltGnW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMvWEltGnW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvWEltGnW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMvWEltGnW .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uMvWEltGnW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMvWEltGnW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMvWEltGnW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMvWEltGnW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMvWEltGnW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvWEltGnW .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uMvWEltGnW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMvWEltGnW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMvWEltGnW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMvWEltGnW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvWEltGnW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvWEltGnW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMvWEltGnW .dropdown-item.active,
.cid-uMvWEltGnW .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvWEltGnW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvWEltGnW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvWEltGnW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uMvWEltGnW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvWEltGnW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvWEltGnW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMvWEltGnW .navbar-buttons {
  text-align: center;
}
.cid-uMvWEltGnW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWEltGnW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uMvWEltGnW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvWEltGnW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWEltGnW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvWEltGnW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvWEltGnW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWEltGnW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvWEltGnW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvWEltGnW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvWEltGnW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uMvWEltGnW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWEltGnW .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uMvWEltGnW .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uMvWEltGnW .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uMvWEltGnW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvWEltGnW .navbar {
    height: 77px;
  }
  .cid-uMvWEltGnW .navbar.opened {
    height: auto;
  }
  .cid-uMvWEltGnW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvWEnnox5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uMvWEnnox5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMvWEofuXh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uMvWEofuXh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMvWEofuXh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMvWEofuXh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMvWEofuXh .mbr-text {
  color: #000000;
}
.cid-uMvWEofuXh .fnt025 {
  font-size: 25px;
}
.cid-uMvWEpvtQU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uMvWEpvtQU .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uMvWEpvtQU img,
.cid-uMvWEpvtQU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMvWEpvtQU .item:focus,
.cid-uMvWEpvtQU span:focus {
  outline: none;
}
.cid-uMvWEpvtQU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMvWEpvtQU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMvWEpvtQU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWEpvtQU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMvWEpvtQU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMvWEpvtQU .mbr-section-title {
  color: #232323;
}
.cid-uMvWEpvtQU .mbr-text,
.cid-uMvWEpvtQU .mbr-section-btn {
  text-align: left;
}
.cid-uMvWEpvtQU .item-title {
  text-align: left;
}
.cid-uMvWEpvtQU .item-subtitle {
  text-align: left;
}
.cid-uMvWEr0fk2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uMvWEr0fk2 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uMvWEr0fk2 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMvWEr0fk2 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMvWEr0fk2 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uMvWEr0fk2 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uMvWEr0fk2 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uMvWEsONto {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uMvWEsONto .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uMvWEsONto .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uMvWEsONto .mbr-text {
  color: #444;
}
.cid-uMvWEsONto h5 {
  margin-bottom: 0;
}
.cid-uMvWEsONto .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uMvWEsONto .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMvWEsONto .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uMvWEsONto .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMvWEsONto .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMvWEsONto .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMvWEsONto .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMvWEsONto .social-list a:hover {
  opacity: 0.4;
}
.cid-uMvWEsONto .media-container-row > div {
  padding: 0px;
}
.cid-uMvWEsONto .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWEsONto .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMvWEsONto .group-title SPAN {
  color: #ffffff;
}
.cid-uMvWEsONto .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uMvWEsONto .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMvWEsONto .social-list,
  .cid-uMvWEsONto .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMvWEsONto h3 {
    margin-bottom: 10px;
  }
  .cid-uMvWEsONto .navbar-brand {
    text-align: center;
  }
}
.cid-uMvWEsONto .links SPAN {
  color: #9e9e9e;
}
.cid-uMvWEvk1Gk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uMvWEvk1Gk .col + .mbr-section-btn .btn,
  .cid-uMvWEvk1Gk .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uMvWEvk1Gk .dragArea > *:nth-last-child(2).col,
  .cid-uMvWEvk1Gk .dragArea > *:nth-last-child(2).col-auto,
  .cid-uMvWEvk1Gk .col + .mbr-section-btn,
  .cid-uMvWEvk1Gk .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uMvWEvk1Gk .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uMvWEvk1Gk .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uMvWEvk1Gk .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uMvWEvk1Gk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMvWEvk1Gk .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uMvWEvk1Gk .subtext-1,
.cid-uMvWEvk1Gk .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uMvWEvk1Gk .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMvWEvk1Gk .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uMvWEvk1Gk .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWEvk1Gk .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uMvWEvk1Gk .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uMvWEvk1Gk .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uMvWEvk1Gk .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uMvWEvk1Gk .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uMvWEvk1Gk .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWEvk1Gk .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWEvk1Gk .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMvWEvk1Gk .form-group {
  max-width: 400px;
}
.cid-uMvWEvk1Gk .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uMvWEvk1Gk .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uMvWEvk1Gk .form-row {
    justify-content: center;
  }
  .cid-uMvWEvk1Gk .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWEvk1Gk .subtext-1,
  .cid-uMvWEvk1Gk .subtext-2,
  .cid-uMvWEvk1Gk .card-support {
    text-align: center;
  }
  .cid-uMvWEvk1Gk .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uMvWEvk1Gk .form-text {
    text-align: center;
  }
  .cid-uMvWEvk1Gk .follow-section {
    margin: 0;
  }
  .cid-uMvWEvk1Gk .mbr-form {
    text-align: center;
  }
  .cid-uMvWEvk1Gk .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uMvWEvk1Gk .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uMvWEvk1Gk .firstColumn,
  .cid-uMvWEvk1Gk .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uMvWEvk1Gk .form-row {
    flex-direction: column;
  }
}
.cid-uMvWEvk1Gk img {
  width: auto;
}
.cid-uMvWEvk1Gk LI {
  color: #ffffff;
}
.cid-uMvWExmvk3.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWExmvk3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWExmvk3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWExmvk3 .modal-content,
.cid-uMvWExmvk3 .modal-dialog {
  height: auto;
}
.cid-uMvWExmvk3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWExmvk3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWExmvk3 .form-wrapper .mbr-form .form-group,
  .cid-uMvWExmvk3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWExmvk3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWExmvk3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWExmvk3 .mbr-text {
  text-align: center;
}
.cid-uMvWExmvk3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWExmvk3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWExmvk3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWExmvk3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWExmvk3 .modal-open {
  overflow: hidden;
}
.cid-uMvWExmvk3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWExmvk3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWExmvk3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWExmvk3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWExmvk3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWExmvk3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWExmvk3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWExmvk3 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWExmvk3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWExmvk3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWExmvk3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWExmvk3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWExmvk3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWExmvk3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWExmvk3 .modal-header .close:focus {
  outline: none;
}
.cid-uMvWExmvk3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWExmvk3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWExmvk3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWExmvk3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWExmvk3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWExmvk3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWExmvk3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWExmvk3 .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWExmvk3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWExmvk3 .modal-lg,
  .cid-uMvWExmvk3 .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWExmvk3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWExmvk3 .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWExmvk3 .container {
    max-width: 1140px;
  }
}
.cid-uMvWExmvk3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWExmvk3 .container {
    max-width: 720px;
  }
}
.cid-uMvWExmvk3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWExmvk3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWExmvk3 .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWExmvk3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWExmvk3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWExmvk3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMvWEySUSz.popup-builder {
  background-color: #ffffff;
}
.cid-uMvWEySUSz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMvWEySUSz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMvWEySUSz .modal-content,
.cid-uMvWEySUSz .modal-dialog {
  height: auto;
}
.cid-uMvWEySUSz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMvWEySUSz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMvWEySUSz .form-wrapper .mbr-form .form-group,
  .cid-uMvWEySUSz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMvWEySUSz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMvWEySUSz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvWEySUSz .mbr-text {
  text-align: center;
}
.cid-uMvWEySUSz .pt-0 {
  padding-top: 0 !important;
}
.cid-uMvWEySUSz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMvWEySUSz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMvWEySUSz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMvWEySUSz .modal-open {
  overflow: hidden;
}
.cid-uMvWEySUSz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMvWEySUSz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMvWEySUSz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMvWEySUSz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMvWEySUSz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMvWEySUSz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMvWEySUSz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMvWEySUSz .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMvWEySUSz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMvWEySUSz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMvWEySUSz .modal-backdrop.show {
  opacity: .5;
}
.cid-uMvWEySUSz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMvWEySUSz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMvWEySUSz .modal-header .close:hover {
  opacity: 1;
}
.cid-uMvWEySUSz .modal-header .close:focus {
  outline: none;
}
.cid-uMvWEySUSz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMvWEySUSz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMvWEySUSz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMvWEySUSz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMvWEySUSz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMvWEySUSz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMvWEySUSz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMvWEySUSz .modal-sm {
    max-width: 300px;
  }
  .cid-uMvWEySUSz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMvWEySUSz .modal-lg,
  .cid-uMvWEySUSz .modal-xl {
    max-width: 800px;
  }
  .cid-uMvWEySUSz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMvWEySUSz .modal-xl {
    max-width: 1140px;
  }
  .cid-uMvWEySUSz .container {
    max-width: 1140px;
  }
}
.cid-uMvWEySUSz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMvWEySUSz .container {
    max-width: 720px;
  }
}
.cid-uMvWEySUSz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMvWEySUSz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMvWEySUSz .form-group {
  margin-bottom: 1rem;
}
.cid-uMvWEySUSz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMvWEySUSz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvWEySUSz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pqvxvdu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pqvxvdu .nav-item,
.cid-uQ3pqvxvdu .nav-link,
.cid-uQ3pqvxvdu .navbar-caption {
  font-weight: normal;
}
.cid-uQ3pqvxvdu .nav-item:focus,
.cid-uQ3pqvxvdu .nav-link:focus {
  outline: none;
}
.cid-uQ3pqvxvdu .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQ3pqvxvdu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3pqvxvdu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pqvxvdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3pqvxvdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3pqvxvdu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQ3pqvxvdu .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQ3pqvxvdu .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQ3pqvxvdu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ3pqvxvdu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3pqvxvdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3pqvxvdu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3pqvxvdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3pqvxvdu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3pqvxvdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3pqvxvdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pqvxvdu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ3pqvxvdu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3pqvxvdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3pqvxvdu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3pqvxvdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3pqvxvdu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3pqvxvdu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQ3pqvxvdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3pqvxvdu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ3pqvxvdu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3pqvxvdu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3pqvxvdu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ3pqvxvdu .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQ3pqvxvdu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQ3pqvxvdu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3pqvxvdu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3pqvxvdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3pqvxvdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3pqvxvdu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQ3pqvxvdu .dropdown-item.active,
.cid-uQ3pqvxvdu .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3pqvxvdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3pqvxvdu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3pqvxvdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQ3pqvxvdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3pqvxvdu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3pqvxvdu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3pqvxvdu .navbar-buttons {
  text-align: center;
}
.cid-uQ3pqvxvdu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pqvxvdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQ3pqvxvdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ3pqvxvdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pqvxvdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pqvxvdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ3pqvxvdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pqvxvdu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ3pqvxvdu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ3pqvxvdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pqvxvdu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQ3pqvxvdu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pqvxvdu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ3pqvxvdu .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQ3pqvxvdu .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQ3pqvxvdu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3pqvxvdu .navbar {
    height: 77px;
  }
  .cid-uQ3pqvxvdu .navbar.opened {
    height: auto;
  }
  .cid-uQ3pqvxvdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3pqwzt9A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQ3pqwzt9A .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ3pqxuXdT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uQ3pqxuXdT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ3pqxuXdT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ3pqxuXdT .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ3pqxuXdT .mbr-text {
  color: #000000;
}
.cid-uQ3pqxuXdT .fnt025 {
  font-size: 25px;
}
.cid-uQ3pqyqcyU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQ3pqyqcyU .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQ3pqyqcyU img,
.cid-uQ3pqyqcyU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQ3pqyqcyU .item:focus,
.cid-uQ3pqyqcyU span:focus {
  outline: none;
}
.cid-uQ3pqyqcyU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ3pqyqcyU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQ3pqyqcyU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pqyqcyU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQ3pqyqcyU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ3pqyqcyU .mbr-section-title {
  color: #232323;
}
.cid-uQ3pqyqcyU .mbr-text,
.cid-uQ3pqyqcyU .mbr-section-btn {
  text-align: left;
}
.cid-uQ3pqyqcyU .item-title {
  text-align: left;
}
.cid-uQ3pqyqcyU .item-subtitle {
  text-align: left;
}
.cid-uQ3pqzD5qk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQ3pqzD5qk .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQ3pqzD5qk form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQ3pqzD5qk form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pqzD5qk form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQ3pqzD5qk form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQ3pqzD5qk form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQ3pqAElDR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQ3pqAElDR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQ3pqAElDR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQ3pqAElDR .mbr-text {
  color: #444;
}
.cid-uQ3pqAElDR h5 {
  margin-bottom: 0;
}
.cid-uQ3pqAElDR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQ3pqAElDR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pqAElDR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQ3pqAElDR .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pqAElDR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3pqAElDR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQ3pqAElDR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQ3pqAElDR .social-list a:hover {
  opacity: 0.4;
}
.cid-uQ3pqAElDR .media-container-row > div {
  padding: 0px;
}
.cid-uQ3pqAElDR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pqAElDR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQ3pqAElDR .group-title SPAN {
  color: #ffffff;
}
.cid-uQ3pqAElDR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQ3pqAElDR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQ3pqAElDR .social-list,
  .cid-uQ3pqAElDR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQ3pqAElDR h3 {
    margin-bottom: 10px;
  }
  .cid-uQ3pqAElDR .navbar-brand {
    text-align: center;
  }
}
.cid-uQ3pqAElDR .links SPAN {
  color: #9e9e9e;
}
.cid-uQ3pqC7Izc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQ3pqC7Izc .col + .mbr-section-btn .btn,
  .cid-uQ3pqC7Izc .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQ3pqC7Izc .dragArea > *:nth-last-child(2).col,
  .cid-uQ3pqC7Izc .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQ3pqC7Izc .col + .mbr-section-btn,
  .cid-uQ3pqC7Izc .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQ3pqC7Izc .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQ3pqC7Izc .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQ3pqC7Izc .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQ3pqC7Izc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQ3pqC7Izc .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQ3pqC7Izc .subtext-1,
.cid-uQ3pqC7Izc .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQ3pqC7Izc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQ3pqC7Izc .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQ3pqC7Izc .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pqC7Izc .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQ3pqC7Izc .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pqC7Izc .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQ3pqC7Izc .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQ3pqC7Izc .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQ3pqC7Izc .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pqC7Izc .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pqC7Izc .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pqC7Izc .form-group {
  max-width: 400px;
}
.cid-uQ3pqC7Izc .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQ3pqC7Izc .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3pqC7Izc .form-row {
    justify-content: center;
  }
  .cid-uQ3pqC7Izc .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pqC7Izc .subtext-1,
  .cid-uQ3pqC7Izc .subtext-2,
  .cid-uQ3pqC7Izc .card-support {
    text-align: center;
  }
  .cid-uQ3pqC7Izc .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQ3pqC7Izc .form-text {
    text-align: center;
  }
  .cid-uQ3pqC7Izc .follow-section {
    margin: 0;
  }
  .cid-uQ3pqC7Izc .mbr-form {
    text-align: center;
  }
  .cid-uQ3pqC7Izc .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQ3pqC7Izc .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pqC7Izc .firstColumn,
  .cid-uQ3pqC7Izc .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQ3pqC7Izc .form-row {
    flex-direction: column;
  }
}
.cid-uQ3pqC7Izc img {
  width: auto;
}
.cid-uQ3pqC7Izc LI {
  color: #ffffff;
}
.cid-uQ3pqDOs0S.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pqDOs0S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pqDOs0S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pqDOs0S .modal-content,
.cid-uQ3pqDOs0S .modal-dialog {
  height: auto;
}
.cid-uQ3pqDOs0S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pqDOs0S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pqDOs0S .form-wrapper .mbr-form .form-group,
  .cid-uQ3pqDOs0S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pqDOs0S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pqDOs0S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pqDOs0S .mbr-text {
  text-align: center;
}
.cid-uQ3pqDOs0S .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pqDOs0S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pqDOs0S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pqDOs0S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pqDOs0S .modal-open {
  overflow: hidden;
}
.cid-uQ3pqDOs0S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pqDOs0S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pqDOs0S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pqDOs0S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pqDOs0S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pqDOs0S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pqDOs0S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pqDOs0S .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pqDOs0S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pqDOs0S .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pqDOs0S .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pqDOs0S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pqDOs0S .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pqDOs0S .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pqDOs0S .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pqDOs0S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pqDOs0S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pqDOs0S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pqDOs0S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pqDOs0S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pqDOs0S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pqDOs0S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pqDOs0S .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pqDOs0S .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pqDOs0S .modal-lg,
  .cid-uQ3pqDOs0S .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pqDOs0S .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pqDOs0S .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pqDOs0S .container {
    max-width: 1140px;
  }
}
.cid-uQ3pqDOs0S .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pqDOs0S .container {
    max-width: 720px;
  }
}
.cid-uQ3pqDOs0S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pqDOs0S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pqDOs0S .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pqDOs0S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pqDOs0S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pqDOs0S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pqFcHuq.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pqFcHuq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pqFcHuq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pqFcHuq .modal-content,
.cid-uQ3pqFcHuq .modal-dialog {
  height: auto;
}
.cid-uQ3pqFcHuq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pqFcHuq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pqFcHuq .form-wrapper .mbr-form .form-group,
  .cid-uQ3pqFcHuq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pqFcHuq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pqFcHuq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pqFcHuq .mbr-text {
  text-align: center;
}
.cid-uQ3pqFcHuq .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pqFcHuq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pqFcHuq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pqFcHuq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pqFcHuq .modal-open {
  overflow: hidden;
}
.cid-uQ3pqFcHuq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pqFcHuq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pqFcHuq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pqFcHuq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pqFcHuq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pqFcHuq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pqFcHuq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pqFcHuq .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pqFcHuq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pqFcHuq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pqFcHuq .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pqFcHuq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pqFcHuq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pqFcHuq .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pqFcHuq .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pqFcHuq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pqFcHuq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pqFcHuq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pqFcHuq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pqFcHuq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pqFcHuq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pqFcHuq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pqFcHuq .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pqFcHuq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pqFcHuq .modal-lg,
  .cid-uQ3pqFcHuq .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pqFcHuq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pqFcHuq .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pqFcHuq .container {
    max-width: 1140px;
  }
}
.cid-uQ3pqFcHuq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pqFcHuq .container {
    max-width: 720px;
  }
}
.cid-uQ3pqFcHuq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pqFcHuq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pqFcHuq .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pqFcHuq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pqFcHuq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pqFcHuq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pylDJxX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pylDJxX .nav-item,
.cid-uQ3pylDJxX .nav-link,
.cid-uQ3pylDJxX .navbar-caption {
  font-weight: normal;
}
.cid-uQ3pylDJxX .nav-item:focus,
.cid-uQ3pylDJxX .nav-link:focus {
  outline: none;
}
.cid-uQ3pylDJxX .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQ3pylDJxX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3pylDJxX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pylDJxX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3pylDJxX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3pylDJxX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQ3pylDJxX .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQ3pylDJxX .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQ3pylDJxX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ3pylDJxX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3pylDJxX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3pylDJxX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3pylDJxX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3pylDJxX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3pylDJxX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3pylDJxX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pylDJxX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ3pylDJxX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3pylDJxX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3pylDJxX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3pylDJxX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3pylDJxX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3pylDJxX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQ3pylDJxX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3pylDJxX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ3pylDJxX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3pylDJxX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3pylDJxX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ3pylDJxX .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQ3pylDJxX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQ3pylDJxX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3pylDJxX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3pylDJxX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3pylDJxX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3pylDJxX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQ3pylDJxX .dropdown-item.active,
.cid-uQ3pylDJxX .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3pylDJxX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3pylDJxX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3pylDJxX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQ3pylDJxX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3pylDJxX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3pylDJxX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3pylDJxX .navbar-buttons {
  text-align: center;
}
.cid-uQ3pylDJxX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pylDJxX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQ3pylDJxX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ3pylDJxX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pylDJxX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pylDJxX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ3pylDJxX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pylDJxX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ3pylDJxX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ3pylDJxX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pylDJxX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQ3pylDJxX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pylDJxX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ3pylDJxX .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQ3pylDJxX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQ3pylDJxX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3pylDJxX .navbar {
    height: 77px;
  }
  .cid-uQ3pylDJxX .navbar.opened {
    height: auto;
  }
  .cid-uQ3pylDJxX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3pymuTWm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQ3pymuTWm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ3pynlQCh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uQ3pynlQCh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ3pynlQCh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ3pynlQCh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ3pynlQCh .mbr-text {
  color: #000000;
}
.cid-uQ3pynlQCh .fnt025 {
  font-size: 25px;
}
.cid-uQ3pyoilFM {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQ3pyoilFM .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQ3pyoilFM img,
.cid-uQ3pyoilFM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQ3pyoilFM .item:focus,
.cid-uQ3pyoilFM span:focus {
  outline: none;
}
.cid-uQ3pyoilFM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ3pyoilFM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQ3pyoilFM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pyoilFM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQ3pyoilFM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ3pyoilFM .mbr-section-title {
  color: #232323;
}
.cid-uQ3pyoilFM .mbr-text,
.cid-uQ3pyoilFM .mbr-section-btn {
  text-align: left;
}
.cid-uQ3pyoilFM .item-title {
  text-align: left;
}
.cid-uQ3pyoilFM .item-subtitle {
  text-align: left;
}
.cid-uQ3pyprImr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQ3pyprImr .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQ3pyprImr form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQ3pyprImr form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pyprImr form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQ3pyprImr form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQ3pyprImr form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQ3pyqp7Bn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQ3pyqp7Bn .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQ3pyqp7Bn .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQ3pyqp7Bn .mbr-text {
  color: #444;
}
.cid-uQ3pyqp7Bn h5 {
  margin-bottom: 0;
}
.cid-uQ3pyqp7Bn .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQ3pyqp7Bn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pyqp7Bn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQ3pyqp7Bn .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pyqp7Bn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3pyqp7Bn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQ3pyqp7Bn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQ3pyqp7Bn .social-list a:hover {
  opacity: 0.4;
}
.cid-uQ3pyqp7Bn .media-container-row > div {
  padding: 0px;
}
.cid-uQ3pyqp7Bn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pyqp7Bn .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQ3pyqp7Bn .group-title SPAN {
  color: #ffffff;
}
.cid-uQ3pyqp7Bn .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQ3pyqp7Bn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQ3pyqp7Bn .social-list,
  .cid-uQ3pyqp7Bn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQ3pyqp7Bn h3 {
    margin-bottom: 10px;
  }
  .cid-uQ3pyqp7Bn .navbar-brand {
    text-align: center;
  }
}
.cid-uQ3pyqp7Bn .links SPAN {
  color: #9e9e9e;
}
.cid-uQ3pyrBrGs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQ3pyrBrGs .col + .mbr-section-btn .btn,
  .cid-uQ3pyrBrGs .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQ3pyrBrGs .dragArea > *:nth-last-child(2).col,
  .cid-uQ3pyrBrGs .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQ3pyrBrGs .col + .mbr-section-btn,
  .cid-uQ3pyrBrGs .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQ3pyrBrGs .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQ3pyrBrGs .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQ3pyrBrGs .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQ3pyrBrGs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQ3pyrBrGs .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQ3pyrBrGs .subtext-1,
.cid-uQ3pyrBrGs .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQ3pyrBrGs .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQ3pyrBrGs .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQ3pyrBrGs .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pyrBrGs .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQ3pyrBrGs .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pyrBrGs .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQ3pyrBrGs .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQ3pyrBrGs .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQ3pyrBrGs .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pyrBrGs .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pyrBrGs .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pyrBrGs .form-group {
  max-width: 400px;
}
.cid-uQ3pyrBrGs .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQ3pyrBrGs .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3pyrBrGs .form-row {
    justify-content: center;
  }
  .cid-uQ3pyrBrGs .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pyrBrGs .subtext-1,
  .cid-uQ3pyrBrGs .subtext-2,
  .cid-uQ3pyrBrGs .card-support {
    text-align: center;
  }
  .cid-uQ3pyrBrGs .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQ3pyrBrGs .form-text {
    text-align: center;
  }
  .cid-uQ3pyrBrGs .follow-section {
    margin: 0;
  }
  .cid-uQ3pyrBrGs .mbr-form {
    text-align: center;
  }
  .cid-uQ3pyrBrGs .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQ3pyrBrGs .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pyrBrGs .firstColumn,
  .cid-uQ3pyrBrGs .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQ3pyrBrGs .form-row {
    flex-direction: column;
  }
}
.cid-uQ3pyrBrGs img {
  width: auto;
}
.cid-uQ3pyrBrGs LI {
  color: #ffffff;
}
.cid-uQ3pyt6LDP.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pyt6LDP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pyt6LDP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pyt6LDP .modal-content,
.cid-uQ3pyt6LDP .modal-dialog {
  height: auto;
}
.cid-uQ3pyt6LDP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pyt6LDP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pyt6LDP .form-wrapper .mbr-form .form-group,
  .cid-uQ3pyt6LDP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pyt6LDP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pyt6LDP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pyt6LDP .mbr-text {
  text-align: center;
}
.cid-uQ3pyt6LDP .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pyt6LDP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pyt6LDP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pyt6LDP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pyt6LDP .modal-open {
  overflow: hidden;
}
.cid-uQ3pyt6LDP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pyt6LDP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pyt6LDP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pyt6LDP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pyt6LDP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pyt6LDP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pyt6LDP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pyt6LDP .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pyt6LDP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pyt6LDP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pyt6LDP .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pyt6LDP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pyt6LDP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pyt6LDP .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pyt6LDP .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pyt6LDP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pyt6LDP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pyt6LDP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pyt6LDP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pyt6LDP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pyt6LDP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pyt6LDP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pyt6LDP .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pyt6LDP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pyt6LDP .modal-lg,
  .cid-uQ3pyt6LDP .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pyt6LDP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pyt6LDP .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pyt6LDP .container {
    max-width: 1140px;
  }
}
.cid-uQ3pyt6LDP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pyt6LDP .container {
    max-width: 720px;
  }
}
.cid-uQ3pyt6LDP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pyt6LDP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pyt6LDP .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pyt6LDP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pyt6LDP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pyt6LDP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pyul9gh.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pyul9gh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pyul9gh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pyul9gh .modal-content,
.cid-uQ3pyul9gh .modal-dialog {
  height: auto;
}
.cid-uQ3pyul9gh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pyul9gh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pyul9gh .form-wrapper .mbr-form .form-group,
  .cid-uQ3pyul9gh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pyul9gh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pyul9gh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pyul9gh .mbr-text {
  text-align: center;
}
.cid-uQ3pyul9gh .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pyul9gh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pyul9gh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pyul9gh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pyul9gh .modal-open {
  overflow: hidden;
}
.cid-uQ3pyul9gh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pyul9gh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pyul9gh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pyul9gh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pyul9gh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pyul9gh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pyul9gh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pyul9gh .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pyul9gh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pyul9gh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pyul9gh .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pyul9gh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pyul9gh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pyul9gh .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pyul9gh .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pyul9gh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pyul9gh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pyul9gh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pyul9gh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pyul9gh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pyul9gh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pyul9gh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pyul9gh .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pyul9gh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pyul9gh .modal-lg,
  .cid-uQ3pyul9gh .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pyul9gh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pyul9gh .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pyul9gh .container {
    max-width: 1140px;
  }
}
.cid-uQ3pyul9gh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pyul9gh .container {
    max-width: 720px;
  }
}
.cid-uQ3pyul9gh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pyul9gh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pyul9gh .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pyul9gh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pyul9gh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pyul9gh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pTu43Lz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pTu43Lz .nav-item,
.cid-uQ3pTu43Lz .nav-link,
.cid-uQ3pTu43Lz .navbar-caption {
  font-weight: normal;
}
.cid-uQ3pTu43Lz .nav-item:focus,
.cid-uQ3pTu43Lz .nav-link:focus {
  outline: none;
}
.cid-uQ3pTu43Lz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQ3pTu43Lz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3pTu43Lz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3pTu43Lz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3pTu43Lz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3pTu43Lz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQ3pTu43Lz .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQ3pTu43Lz .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQ3pTu43Lz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ3pTu43Lz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3pTu43Lz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3pTu43Lz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3pTu43Lz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3pTu43Lz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3pTu43Lz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3pTu43Lz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pTu43Lz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ3pTu43Lz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3pTu43Lz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3pTu43Lz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3pTu43Lz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3pTu43Lz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3pTu43Lz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQ3pTu43Lz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3pTu43Lz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ3pTu43Lz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3pTu43Lz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3pTu43Lz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ3pTu43Lz .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQ3pTu43Lz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQ3pTu43Lz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3pTu43Lz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3pTu43Lz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3pTu43Lz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3pTu43Lz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQ3pTu43Lz .dropdown-item.active,
.cid-uQ3pTu43Lz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3pTu43Lz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3pTu43Lz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3pTu43Lz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQ3pTu43Lz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3pTu43Lz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3pTu43Lz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3pTu43Lz .navbar-buttons {
  text-align: center;
}
.cid-uQ3pTu43Lz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pTu43Lz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQ3pTu43Lz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ3pTu43Lz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pTu43Lz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3pTu43Lz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ3pTu43Lz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pTu43Lz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ3pTu43Lz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ3pTu43Lz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3pTu43Lz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQ3pTu43Lz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pTu43Lz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ3pTu43Lz .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQ3pTu43Lz .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQ3pTu43Lz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3pTu43Lz .navbar {
    height: 77px;
  }
  .cid-uQ3pTu43Lz .navbar.opened {
    height: auto;
  }
  .cid-uQ3pTu43Lz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3pTv3tyd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQ3pTv3tyd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ3pTvLYwq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uQ3pTvLYwq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ3pTvLYwq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ3pTvLYwq .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ3pTvLYwq .mbr-text {
  color: #000000;
}
.cid-uQ3pTvLYwq .fnt025 {
  font-size: 25px;
}
.cid-uQ3pTwJiRr {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQ3pTwJiRr .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQ3pTwJiRr img,
.cid-uQ3pTwJiRr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQ3pTwJiRr .item:focus,
.cid-uQ3pTwJiRr span:focus {
  outline: none;
}
.cid-uQ3pTwJiRr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ3pTwJiRr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQ3pTwJiRr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pTwJiRr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQ3pTwJiRr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ3pTwJiRr .mbr-section-title {
  color: #232323;
}
.cid-uQ3pTwJiRr .mbr-text,
.cid-uQ3pTwJiRr .mbr-section-btn {
  text-align: left;
}
.cid-uQ3pTwJiRr .item-title {
  text-align: left;
}
.cid-uQ3pTwJiRr .item-subtitle {
  text-align: left;
}
.cid-uQ3pTy7YGY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQ3pTy7YGY .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQ3pTy7YGY form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQ3pTy7YGY form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3pTy7YGY form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQ3pTy7YGY form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQ3pTy7YGY form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQ3pTz1Edc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQ3pTz1Edc .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQ3pTz1Edc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQ3pTz1Edc .mbr-text {
  color: #444;
}
.cid-uQ3pTz1Edc h5 {
  margin-bottom: 0;
}
.cid-uQ3pTz1Edc .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQ3pTz1Edc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3pTz1Edc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQ3pTz1Edc .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3pTz1Edc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3pTz1Edc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQ3pTz1Edc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQ3pTz1Edc .social-list a:hover {
  opacity: 0.4;
}
.cid-uQ3pTz1Edc .media-container-row > div {
  padding: 0px;
}
.cid-uQ3pTz1Edc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pTz1Edc .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQ3pTz1Edc .group-title SPAN {
  color: #ffffff;
}
.cid-uQ3pTz1Edc .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQ3pTz1Edc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQ3pTz1Edc .social-list,
  .cid-uQ3pTz1Edc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQ3pTz1Edc h3 {
    margin-bottom: 10px;
  }
  .cid-uQ3pTz1Edc .navbar-brand {
    text-align: center;
  }
}
.cid-uQ3pTz1Edc .links SPAN {
  color: #9e9e9e;
}
.cid-uQ3pTAp3VO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQ3pTAp3VO .col + .mbr-section-btn .btn,
  .cid-uQ3pTAp3VO .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQ3pTAp3VO .dragArea > *:nth-last-child(2).col,
  .cid-uQ3pTAp3VO .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQ3pTAp3VO .col + .mbr-section-btn,
  .cid-uQ3pTAp3VO .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQ3pTAp3VO .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQ3pTAp3VO .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQ3pTAp3VO .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQ3pTAp3VO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQ3pTAp3VO .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQ3pTAp3VO .subtext-1,
.cid-uQ3pTAp3VO .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQ3pTAp3VO .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQ3pTAp3VO .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQ3pTAp3VO .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pTAp3VO .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQ3pTAp3VO .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3pTAp3VO .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQ3pTAp3VO .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQ3pTAp3VO .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQ3pTAp3VO .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pTAp3VO .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pTAp3VO .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3pTAp3VO .form-group {
  max-width: 400px;
}
.cid-uQ3pTAp3VO .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQ3pTAp3VO .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3pTAp3VO .form-row {
    justify-content: center;
  }
  .cid-uQ3pTAp3VO .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pTAp3VO .subtext-1,
  .cid-uQ3pTAp3VO .subtext-2,
  .cid-uQ3pTAp3VO .card-support {
    text-align: center;
  }
  .cid-uQ3pTAp3VO .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQ3pTAp3VO .form-text {
    text-align: center;
  }
  .cid-uQ3pTAp3VO .follow-section {
    margin: 0;
  }
  .cid-uQ3pTAp3VO .mbr-form {
    text-align: center;
  }
  .cid-uQ3pTAp3VO .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQ3pTAp3VO .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3pTAp3VO .firstColumn,
  .cid-uQ3pTAp3VO .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQ3pTAp3VO .form-row {
    flex-direction: column;
  }
}
.cid-uQ3pTAp3VO img {
  width: auto;
}
.cid-uQ3pTAp3VO LI {
  color: #ffffff;
}
.cid-uQ3pTBWm08.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pTBWm08.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pTBWm08.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pTBWm08 .modal-content,
.cid-uQ3pTBWm08 .modal-dialog {
  height: auto;
}
.cid-uQ3pTBWm08 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pTBWm08 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pTBWm08 .form-wrapper .mbr-form .form-group,
  .cid-uQ3pTBWm08 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pTBWm08 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pTBWm08 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pTBWm08 .mbr-text {
  text-align: center;
}
.cid-uQ3pTBWm08 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pTBWm08 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pTBWm08 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pTBWm08 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pTBWm08 .modal-open {
  overflow: hidden;
}
.cid-uQ3pTBWm08 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pTBWm08 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pTBWm08 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pTBWm08 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pTBWm08 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pTBWm08 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pTBWm08 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pTBWm08 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pTBWm08 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pTBWm08 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pTBWm08 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pTBWm08 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pTBWm08 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pTBWm08 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pTBWm08 .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pTBWm08 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pTBWm08 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pTBWm08 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pTBWm08 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pTBWm08 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pTBWm08 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pTBWm08 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pTBWm08 .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pTBWm08 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pTBWm08 .modal-lg,
  .cid-uQ3pTBWm08 .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pTBWm08 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pTBWm08 .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pTBWm08 .container {
    max-width: 1140px;
  }
}
.cid-uQ3pTBWm08 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pTBWm08 .container {
    max-width: 720px;
  }
}
.cid-uQ3pTBWm08 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pTBWm08 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pTBWm08 .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pTBWm08 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pTBWm08 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pTBWm08 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3pTDheDa.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3pTDheDa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3pTDheDa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3pTDheDa .modal-content,
.cid-uQ3pTDheDa .modal-dialog {
  height: auto;
}
.cid-uQ3pTDheDa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3pTDheDa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3pTDheDa .form-wrapper .mbr-form .form-group,
  .cid-uQ3pTDheDa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3pTDheDa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3pTDheDa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3pTDheDa .mbr-text {
  text-align: center;
}
.cid-uQ3pTDheDa .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3pTDheDa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3pTDheDa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3pTDheDa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3pTDheDa .modal-open {
  overflow: hidden;
}
.cid-uQ3pTDheDa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3pTDheDa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3pTDheDa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3pTDheDa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3pTDheDa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3pTDheDa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3pTDheDa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3pTDheDa .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3pTDheDa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3pTDheDa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3pTDheDa .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3pTDheDa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3pTDheDa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3pTDheDa .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3pTDheDa .modal-header .close:focus {
  outline: none;
}
.cid-uQ3pTDheDa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3pTDheDa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3pTDheDa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3pTDheDa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3pTDheDa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3pTDheDa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3pTDheDa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3pTDheDa .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3pTDheDa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3pTDheDa .modal-lg,
  .cid-uQ3pTDheDa .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3pTDheDa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3pTDheDa .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3pTDheDa .container {
    max-width: 1140px;
  }
}
.cid-uQ3pTDheDa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3pTDheDa .container {
    max-width: 720px;
  }
}
.cid-uQ3pTDheDa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3pTDheDa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3pTDheDa .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3pTDheDa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3pTDheDa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3pTDheDa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3q17Z0AQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q17Z0AQ .nav-item,
.cid-uQ3q17Z0AQ .nav-link,
.cid-uQ3q17Z0AQ .navbar-caption {
  font-weight: normal;
}
.cid-uQ3q17Z0AQ .nav-item:focus,
.cid-uQ3q17Z0AQ .nav-link:focus {
  outline: none;
}
.cid-uQ3q17Z0AQ .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQ3q17Z0AQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3q17Z0AQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q17Z0AQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3q17Z0AQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3q17Z0AQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQ3q17Z0AQ .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQ3q17Z0AQ .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQ3q17Z0AQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3q17Z0AQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3q17Z0AQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3q17Z0AQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ3q17Z0AQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3q17Z0AQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3q17Z0AQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3q17Z0AQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3q17Z0AQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3q17Z0AQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQ3q17Z0AQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3q17Z0AQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ3q17Z0AQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3q17Z0AQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3q17Z0AQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ3q17Z0AQ .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQ3q17Z0AQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQ3q17Z0AQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3q17Z0AQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3q17Z0AQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3q17Z0AQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3q17Z0AQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQ3q17Z0AQ .dropdown-item.active,
.cid-uQ3q17Z0AQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3q17Z0AQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3q17Z0AQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3q17Z0AQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQ3q17Z0AQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3q17Z0AQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3q17Z0AQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3q17Z0AQ .navbar-buttons {
  text-align: center;
}
.cid-uQ3q17Z0AQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q17Z0AQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQ3q17Z0AQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ3q17Z0AQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3q17Z0AQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3q17Z0AQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ3q17Z0AQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3q17Z0AQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ3q17Z0AQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ3q17Z0AQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3q17Z0AQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQ3q17Z0AQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3q17Z0AQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ3q17Z0AQ .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQ3q17Z0AQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQ3q17Z0AQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3q17Z0AQ .navbar {
    height: 77px;
  }
  .cid-uQ3q17Z0AQ .navbar.opened {
    height: auto;
  }
  .cid-uQ3q17Z0AQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3q191A2g {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQ3q191A2g .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ3q19PHoA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uQ3q19PHoA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ3q19PHoA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ3q19PHoA .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ3q19PHoA .mbr-text {
  color: #000000;
}
.cid-uQ3q19PHoA .fnt025 {
  font-size: 25px;
}
.cid-uQ3q1aTVQN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQ3q1aTVQN .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQ3q1aTVQN img,
.cid-uQ3q1aTVQN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQ3q1aTVQN .item:focus,
.cid-uQ3q1aTVQN span:focus {
  outline: none;
}
.cid-uQ3q1aTVQN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ3q1aTVQN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQ3q1aTVQN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3q1aTVQN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQ3q1aTVQN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ3q1aTVQN .mbr-section-title {
  color: #232323;
}
.cid-uQ3q1aTVQN .mbr-text,
.cid-uQ3q1aTVQN .mbr-section-btn {
  text-align: left;
}
.cid-uQ3q1aTVQN .item-title {
  text-align: left;
}
.cid-uQ3q1aTVQN .item-subtitle {
  text-align: left;
}
.cid-uQ3q1bZFgS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQ3q1bZFgS .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQ3q1bZFgS form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQ3q1bZFgS form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3q1bZFgS form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQ3q1bZFgS form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQ3q1bZFgS form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQ3q1cZIq5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQ3q1cZIq5 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQ3q1cZIq5 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQ3q1cZIq5 .mbr-text {
  color: #444;
}
.cid-uQ3q1cZIq5 h5 {
  margin-bottom: 0;
}
.cid-uQ3q1cZIq5 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQ3q1cZIq5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3q1cZIq5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQ3q1cZIq5 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3q1cZIq5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3q1cZIq5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQ3q1cZIq5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQ3q1cZIq5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uQ3q1cZIq5 .media-container-row > div {
  padding: 0px;
}
.cid-uQ3q1cZIq5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q1cZIq5 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQ3q1cZIq5 .group-title SPAN {
  color: #ffffff;
}
.cid-uQ3q1cZIq5 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQ3q1cZIq5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQ3q1cZIq5 .social-list,
  .cid-uQ3q1cZIq5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQ3q1cZIq5 h3 {
    margin-bottom: 10px;
  }
  .cid-uQ3q1cZIq5 .navbar-brand {
    text-align: center;
  }
}
.cid-uQ3q1cZIq5 .links SPAN {
  color: #9e9e9e;
}
.cid-uQ3q1eq8Px {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQ3q1eq8Px .col + .mbr-section-btn .btn,
  .cid-uQ3q1eq8Px .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQ3q1eq8Px .dragArea > *:nth-last-child(2).col,
  .cid-uQ3q1eq8Px .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQ3q1eq8Px .col + .mbr-section-btn,
  .cid-uQ3q1eq8Px .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQ3q1eq8Px .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQ3q1eq8Px .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQ3q1eq8Px .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQ3q1eq8Px .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQ3q1eq8Px .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQ3q1eq8Px .subtext-1,
.cid-uQ3q1eq8Px .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQ3q1eq8Px .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQ3q1eq8Px .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQ3q1eq8Px .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3q1eq8Px .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQ3q1eq8Px .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3q1eq8Px .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQ3q1eq8Px .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQ3q1eq8Px .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQ3q1eq8Px .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q1eq8Px .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q1eq8Px .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q1eq8Px .form-group {
  max-width: 400px;
}
.cid-uQ3q1eq8Px .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQ3q1eq8Px .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3q1eq8Px .form-row {
    justify-content: center;
  }
  .cid-uQ3q1eq8Px .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3q1eq8Px .subtext-1,
  .cid-uQ3q1eq8Px .subtext-2,
  .cid-uQ3q1eq8Px .card-support {
    text-align: center;
  }
  .cid-uQ3q1eq8Px .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQ3q1eq8Px .form-text {
    text-align: center;
  }
  .cid-uQ3q1eq8Px .follow-section {
    margin: 0;
  }
  .cid-uQ3q1eq8Px .mbr-form {
    text-align: center;
  }
  .cid-uQ3q1eq8Px .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQ3q1eq8Px .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3q1eq8Px .firstColumn,
  .cid-uQ3q1eq8Px .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQ3q1eq8Px .form-row {
    flex-direction: column;
  }
}
.cid-uQ3q1eq8Px img {
  width: auto;
}
.cid-uQ3q1eq8Px LI {
  color: #ffffff;
}
.cid-uQ3q1fXOT5.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3q1fXOT5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3q1fXOT5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3q1fXOT5 .modal-content,
.cid-uQ3q1fXOT5 .modal-dialog {
  height: auto;
}
.cid-uQ3q1fXOT5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3q1fXOT5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3q1fXOT5 .form-wrapper .mbr-form .form-group,
  .cid-uQ3q1fXOT5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3q1fXOT5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3q1fXOT5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q1fXOT5 .mbr-text {
  text-align: center;
}
.cid-uQ3q1fXOT5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3q1fXOT5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3q1fXOT5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3q1fXOT5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3q1fXOT5 .modal-open {
  overflow: hidden;
}
.cid-uQ3q1fXOT5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3q1fXOT5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3q1fXOT5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3q1fXOT5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3q1fXOT5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3q1fXOT5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3q1fXOT5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3q1fXOT5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3q1fXOT5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3q1fXOT5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3q1fXOT5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3q1fXOT5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3q1fXOT5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3q1fXOT5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3q1fXOT5 .modal-header .close:focus {
  outline: none;
}
.cid-uQ3q1fXOT5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3q1fXOT5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3q1fXOT5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3q1fXOT5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3q1fXOT5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3q1fXOT5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3q1fXOT5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3q1fXOT5 .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3q1fXOT5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3q1fXOT5 .modal-lg,
  .cid-uQ3q1fXOT5 .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3q1fXOT5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3q1fXOT5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3q1fXOT5 .container {
    max-width: 1140px;
  }
}
.cid-uQ3q1fXOT5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3q1fXOT5 .container {
    max-width: 720px;
  }
}
.cid-uQ3q1fXOT5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3q1fXOT5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3q1fXOT5 .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3q1fXOT5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3q1fXOT5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3q1fXOT5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3q1h9CCZ.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3q1h9CCZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3q1h9CCZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3q1h9CCZ .modal-content,
.cid-uQ3q1h9CCZ .modal-dialog {
  height: auto;
}
.cid-uQ3q1h9CCZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3q1h9CCZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3q1h9CCZ .form-wrapper .mbr-form .form-group,
  .cid-uQ3q1h9CCZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3q1h9CCZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3q1h9CCZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q1h9CCZ .mbr-text {
  text-align: center;
}
.cid-uQ3q1h9CCZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3q1h9CCZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3q1h9CCZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3q1h9CCZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3q1h9CCZ .modal-open {
  overflow: hidden;
}
.cid-uQ3q1h9CCZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3q1h9CCZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3q1h9CCZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3q1h9CCZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3q1h9CCZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3q1h9CCZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3q1h9CCZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3q1h9CCZ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3q1h9CCZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3q1h9CCZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3q1h9CCZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3q1h9CCZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3q1h9CCZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3q1h9CCZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3q1h9CCZ .modal-header .close:focus {
  outline: none;
}
.cid-uQ3q1h9CCZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3q1h9CCZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3q1h9CCZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3q1h9CCZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3q1h9CCZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3q1h9CCZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3q1h9CCZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3q1h9CCZ .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3q1h9CCZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3q1h9CCZ .modal-lg,
  .cid-uQ3q1h9CCZ .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3q1h9CCZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3q1h9CCZ .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3q1h9CCZ .container {
    max-width: 1140px;
  }
}
.cid-uQ3q1h9CCZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3q1h9CCZ .container {
    max-width: 720px;
  }
}
.cid-uQ3q1h9CCZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3q1h9CCZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3q1h9CCZ .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3q1h9CCZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3q1h9CCZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3q1h9CCZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3q7LIeL5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q7LIeL5 .nav-item,
.cid-uQ3q7LIeL5 .nav-link,
.cid-uQ3q7LIeL5 .navbar-caption {
  font-weight: normal;
}
.cid-uQ3q7LIeL5 .nav-item:focus,
.cid-uQ3q7LIeL5 .nav-link:focus {
  outline: none;
}
.cid-uQ3q7LIeL5 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQ3q7LIeL5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3q7LIeL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3q7LIeL5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3q7LIeL5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3q7LIeL5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQ3q7LIeL5 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQ3q7LIeL5 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQ3q7LIeL5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3q7LIeL5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3q7LIeL5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3q7LIeL5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ3q7LIeL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3q7LIeL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3q7LIeL5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3q7LIeL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3q7LIeL5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3q7LIeL5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQ3q7LIeL5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3q7LIeL5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ3q7LIeL5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3q7LIeL5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3q7LIeL5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ3q7LIeL5 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQ3q7LIeL5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQ3q7LIeL5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3q7LIeL5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3q7LIeL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3q7LIeL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3q7LIeL5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQ3q7LIeL5 .dropdown-item.active,
.cid-uQ3q7LIeL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3q7LIeL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3q7LIeL5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3q7LIeL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQ3q7LIeL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3q7LIeL5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3q7LIeL5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3q7LIeL5 .navbar-buttons {
  text-align: center;
}
.cid-uQ3q7LIeL5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q7LIeL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQ3q7LIeL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ3q7LIeL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3q7LIeL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ3q7LIeL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ3q7LIeL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3q7LIeL5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ3q7LIeL5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ3q7LIeL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ3q7LIeL5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQ3q7LIeL5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3q7LIeL5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQ3q7LIeL5 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQ3q7LIeL5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQ3q7LIeL5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3q7LIeL5 .navbar {
    height: 77px;
  }
  .cid-uQ3q7LIeL5 .navbar.opened {
    height: auto;
  }
  .cid-uQ3q7LIeL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3q7MHP7J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQ3q7MHP7J .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ3q7Nr2Wx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uQ3q7Nr2Wx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ3q7Nr2Wx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ3q7Nr2Wx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ3q7Nr2Wx .mbr-text {
  color: #000000;
}
.cid-uQ3q7Nr2Wx .fnt025 {
  font-size: 25px;
}
.cid-uQ3q7Omasa {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uQ3q7Omasa .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uQ3q7Omasa img,
.cid-uQ3q7Omasa .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQ3q7Omasa .item:focus,
.cid-uQ3q7Omasa span:focus {
  outline: none;
}
.cid-uQ3q7Omasa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ3q7Omasa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQ3q7Omasa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3q7Omasa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQ3q7Omasa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ3q7Omasa .mbr-section-title {
  color: #232323;
}
.cid-uQ3q7Omasa .mbr-text,
.cid-uQ3q7Omasa .mbr-section-btn {
  text-align: left;
}
.cid-uQ3q7Omasa .item-title {
  text-align: left;
}
.cid-uQ3q7Omasa .item-subtitle {
  text-align: left;
}
.cid-uQ3q7PsO5x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQ3q7PsO5x .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQ3q7PsO5x form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQ3q7PsO5x form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ3q7PsO5x form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQ3q7PsO5x form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQ3q7PsO5x form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQ3q7QwvkJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQ3q7QwvkJ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQ3q7QwvkJ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQ3q7QwvkJ .mbr-text {
  color: #444;
}
.cid-uQ3q7QwvkJ h5 {
  margin-bottom: 0;
}
.cid-uQ3q7QwvkJ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQ3q7QwvkJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3q7QwvkJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQ3q7QwvkJ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ3q7QwvkJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3q7QwvkJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQ3q7QwvkJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQ3q7QwvkJ .social-list a:hover {
  opacity: 0.4;
}
.cid-uQ3q7QwvkJ .media-container-row > div {
  padding: 0px;
}
.cid-uQ3q7QwvkJ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q7QwvkJ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQ3q7QwvkJ .group-title SPAN {
  color: #ffffff;
}
.cid-uQ3q7QwvkJ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQ3q7QwvkJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQ3q7QwvkJ .social-list,
  .cid-uQ3q7QwvkJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQ3q7QwvkJ h3 {
    margin-bottom: 10px;
  }
  .cid-uQ3q7QwvkJ .navbar-brand {
    text-align: center;
  }
}
.cid-uQ3q7QwvkJ .links SPAN {
  color: #9e9e9e;
}
.cid-uQ3q7RRQKe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQ3q7RRQKe .col + .mbr-section-btn .btn,
  .cid-uQ3q7RRQKe .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQ3q7RRQKe .dragArea > *:nth-last-child(2).col,
  .cid-uQ3q7RRQKe .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQ3q7RRQKe .col + .mbr-section-btn,
  .cid-uQ3q7RRQKe .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQ3q7RRQKe .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQ3q7RRQKe .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQ3q7RRQKe .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQ3q7RRQKe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQ3q7RRQKe .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQ3q7RRQKe .subtext-1,
.cid-uQ3q7RRQKe .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQ3q7RRQKe .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQ3q7RRQKe .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQ3q7RRQKe .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3q7RRQKe .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQ3q7RRQKe .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQ3q7RRQKe .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQ3q7RRQKe .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQ3q7RRQKe .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQ3q7RRQKe .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q7RRQKe .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q7RRQKe .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ3q7RRQKe .form-group {
  max-width: 400px;
}
.cid-uQ3q7RRQKe .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQ3q7RRQKe .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3q7RRQKe .form-row {
    justify-content: center;
  }
  .cid-uQ3q7RRQKe .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3q7RRQKe .subtext-1,
  .cid-uQ3q7RRQKe .subtext-2,
  .cid-uQ3q7RRQKe .card-support {
    text-align: center;
  }
  .cid-uQ3q7RRQKe .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQ3q7RRQKe .form-text {
    text-align: center;
  }
  .cid-uQ3q7RRQKe .follow-section {
    margin: 0;
  }
  .cid-uQ3q7RRQKe .mbr-form {
    text-align: center;
  }
  .cid-uQ3q7RRQKe .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQ3q7RRQKe .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQ3q7RRQKe .firstColumn,
  .cid-uQ3q7RRQKe .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQ3q7RRQKe .form-row {
    flex-direction: column;
  }
}
.cid-uQ3q7RRQKe img {
  width: auto;
}
.cid-uQ3q7RRQKe LI {
  color: #ffffff;
}
.cid-uQ3q7TlXcn.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3q7TlXcn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3q7TlXcn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3q7TlXcn .modal-content,
.cid-uQ3q7TlXcn .modal-dialog {
  height: auto;
}
.cid-uQ3q7TlXcn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3q7TlXcn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3q7TlXcn .form-wrapper .mbr-form .form-group,
  .cid-uQ3q7TlXcn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3q7TlXcn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3q7TlXcn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q7TlXcn .mbr-text {
  text-align: center;
}
.cid-uQ3q7TlXcn .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3q7TlXcn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3q7TlXcn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3q7TlXcn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3q7TlXcn .modal-open {
  overflow: hidden;
}
.cid-uQ3q7TlXcn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3q7TlXcn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3q7TlXcn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3q7TlXcn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3q7TlXcn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3q7TlXcn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3q7TlXcn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3q7TlXcn .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3q7TlXcn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3q7TlXcn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3q7TlXcn .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3q7TlXcn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3q7TlXcn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3q7TlXcn .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3q7TlXcn .modal-header .close:focus {
  outline: none;
}
.cid-uQ3q7TlXcn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3q7TlXcn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3q7TlXcn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3q7TlXcn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3q7TlXcn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3q7TlXcn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3q7TlXcn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3q7TlXcn .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3q7TlXcn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3q7TlXcn .modal-lg,
  .cid-uQ3q7TlXcn .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3q7TlXcn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3q7TlXcn .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3q7TlXcn .container {
    max-width: 1140px;
  }
}
.cid-uQ3q7TlXcn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3q7TlXcn .container {
    max-width: 720px;
  }
}
.cid-uQ3q7TlXcn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3q7TlXcn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3q7TlXcn .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3q7TlXcn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3q7TlXcn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3q7TlXcn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQ3q7UyLCn.popup-builder {
  background-color: #ffffff;
}
.cid-uQ3q7UyLCn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQ3q7UyLCn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQ3q7UyLCn .modal-content,
.cid-uQ3q7UyLCn .modal-dialog {
  height: auto;
}
.cid-uQ3q7UyLCn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQ3q7UyLCn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQ3q7UyLCn .form-wrapper .mbr-form .form-group,
  .cid-uQ3q7UyLCn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQ3q7UyLCn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQ3q7UyLCn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3q7UyLCn .mbr-text {
  text-align: center;
}
.cid-uQ3q7UyLCn .pt-0 {
  padding-top: 0 !important;
}
.cid-uQ3q7UyLCn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQ3q7UyLCn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQ3q7UyLCn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQ3q7UyLCn .modal-open {
  overflow: hidden;
}
.cid-uQ3q7UyLCn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQ3q7UyLCn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQ3q7UyLCn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQ3q7UyLCn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQ3q7UyLCn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQ3q7UyLCn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQ3q7UyLCn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQ3q7UyLCn .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQ3q7UyLCn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQ3q7UyLCn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQ3q7UyLCn .modal-backdrop.show {
  opacity: .5;
}
.cid-uQ3q7UyLCn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQ3q7UyLCn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQ3q7UyLCn .modal-header .close:hover {
  opacity: 1;
}
.cid-uQ3q7UyLCn .modal-header .close:focus {
  outline: none;
}
.cid-uQ3q7UyLCn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQ3q7UyLCn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQ3q7UyLCn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQ3q7UyLCn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQ3q7UyLCn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQ3q7UyLCn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQ3q7UyLCn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQ3q7UyLCn .modal-sm {
    max-width: 300px;
  }
  .cid-uQ3q7UyLCn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQ3q7UyLCn .modal-lg,
  .cid-uQ3q7UyLCn .modal-xl {
    max-width: 800px;
  }
  .cid-uQ3q7UyLCn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQ3q7UyLCn .modal-xl {
    max-width: 1140px;
  }
  .cid-uQ3q7UyLCn .container {
    max-width: 1140px;
  }
}
.cid-uQ3q7UyLCn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQ3q7UyLCn .container {
    max-width: 720px;
  }
}
.cid-uQ3q7UyLCn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQ3q7UyLCn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQ3q7UyLCn .form-group {
  margin-bottom: 1rem;
}
.cid-uQ3q7UyLCn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQ3q7UyLCn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQ3q7UyLCn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWIA5Lrk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWIA5Lrk .nav-item,
.cid-uSFWIA5Lrk .nav-link,
.cid-uSFWIA5Lrk .navbar-caption {
  font-weight: normal;
}
.cid-uSFWIA5Lrk .nav-item:focus,
.cid-uSFWIA5Lrk .nav-link:focus {
  outline: none;
}
.cid-uSFWIA5Lrk .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uSFWIA5Lrk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSFWIA5Lrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWIA5Lrk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSFWIA5Lrk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSFWIA5Lrk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uSFWIA5Lrk .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uSFWIA5Lrk .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uSFWIA5Lrk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSFWIA5Lrk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSFWIA5Lrk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSFWIA5Lrk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSFWIA5Lrk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSFWIA5Lrk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSFWIA5Lrk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSFWIA5Lrk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWIA5Lrk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSFWIA5Lrk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSFWIA5Lrk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSFWIA5Lrk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSFWIA5Lrk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSFWIA5Lrk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSFWIA5Lrk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uSFWIA5Lrk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSFWIA5Lrk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSFWIA5Lrk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSFWIA5Lrk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSFWIA5Lrk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSFWIA5Lrk .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uSFWIA5Lrk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uSFWIA5Lrk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSFWIA5Lrk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSFWIA5Lrk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSFWIA5Lrk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSFWIA5Lrk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uSFWIA5Lrk .dropdown-item.active,
.cid-uSFWIA5Lrk .dropdown-item:active {
  background-color: transparent;
}
.cid-uSFWIA5Lrk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSFWIA5Lrk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSFWIA5Lrk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uSFWIA5Lrk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSFWIA5Lrk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSFWIA5Lrk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSFWIA5Lrk .navbar-buttons {
  text-align: center;
}
.cid-uSFWIA5Lrk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWIA5Lrk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uSFWIA5Lrk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSFWIA5Lrk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWIA5Lrk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWIA5Lrk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSFWIA5Lrk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWIA5Lrk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSFWIA5Lrk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSFWIA5Lrk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWIA5Lrk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uSFWIA5Lrk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWIA5Lrk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uSFWIA5Lrk .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uSFWIA5Lrk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uSFWIA5Lrk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSFWIA5Lrk .navbar {
    height: 77px;
  }
  .cid-uSFWIA5Lrk .navbar.opened {
    height: auto;
  }
  .cid-uSFWIA5Lrk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSFWIAyItj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uSFWIAyItj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSFWIAFepc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uSFWIAFepc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSFWIAFepc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSFWIAFepc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSFWIAFepc .mbr-text {
  color: #000000;
}
.cid-uSFWIAFepc .fnt025 {
  font-size: 25px;
}
.cid-uSFWIAXEYq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uSFWIAXEYq .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uSFWIAXEYq img,
.cid-uSFWIAXEYq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uSFWIAXEYq .item:focus,
.cid-uSFWIAXEYq span:focus {
  outline: none;
}
.cid-uSFWIAXEYq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSFWIAXEYq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSFWIAXEYq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWIAXEYq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSFWIAXEYq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSFWIAXEYq .mbr-section-title {
  color: #232323;
}
.cid-uSFWIAXEYq .mbr-text,
.cid-uSFWIAXEYq .mbr-section-btn {
  text-align: left;
}
.cid-uSFWIAXEYq .item-title {
  text-align: left;
}
.cid-uSFWIAXEYq .item-subtitle {
  text-align: left;
}
.cid-uSFWIBlgRe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uSFWIBlgRe .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uSFWIBlgRe form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uSFWIBlgRe form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWIBlgRe form.mbr-form {
    padding: 1rem;
  }
}
.cid-uSFWIBlgRe form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uSFWIBlgRe form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uSFWIBCLsH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uSFWIBCLsH .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uSFWIBCLsH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uSFWIBCLsH .mbr-text {
  color: #444;
}
.cid-uSFWIBCLsH h5 {
  margin-bottom: 0;
}
.cid-uSFWIBCLsH .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uSFWIBCLsH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWIBCLsH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uSFWIBCLsH .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWIBCLsH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uSFWIBCLsH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uSFWIBCLsH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uSFWIBCLsH .social-list a:hover {
  opacity: 0.4;
}
.cid-uSFWIBCLsH .media-container-row > div {
  padding: 0px;
}
.cid-uSFWIBCLsH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWIBCLsH .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uSFWIBCLsH .group-title SPAN {
  color: #ffffff;
}
.cid-uSFWIBCLsH .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uSFWIBCLsH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uSFWIBCLsH .social-list,
  .cid-uSFWIBCLsH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSFWIBCLsH h3 {
    margin-bottom: 10px;
  }
  .cid-uSFWIBCLsH .navbar-brand {
    text-align: center;
  }
}
.cid-uSFWIBCLsH .links SPAN {
  color: #9e9e9e;
}
.cid-uSFWIC750n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uSFWIC750n .col + .mbr-section-btn .btn,
  .cid-uSFWIC750n .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uSFWIC750n .dragArea > *:nth-last-child(2).col,
  .cid-uSFWIC750n .dragArea > *:nth-last-child(2).col-auto,
  .cid-uSFWIC750n .col + .mbr-section-btn,
  .cid-uSFWIC750n .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uSFWIC750n .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uSFWIC750n .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uSFWIC750n .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uSFWIC750n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSFWIC750n .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uSFWIC750n .subtext-1,
.cid-uSFWIC750n .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uSFWIC750n .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSFWIC750n .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uSFWIC750n .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWIC750n .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uSFWIC750n .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWIC750n .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uSFWIC750n .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uSFWIC750n .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uSFWIC750n .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWIC750n .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWIC750n .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWIC750n .form-group {
  max-width: 400px;
}
.cid-uSFWIC750n .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uSFWIC750n .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uSFWIC750n .form-row {
    justify-content: center;
  }
  .cid-uSFWIC750n .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWIC750n .subtext-1,
  .cid-uSFWIC750n .subtext-2,
  .cid-uSFWIC750n .card-support {
    text-align: center;
  }
  .cid-uSFWIC750n .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uSFWIC750n .form-text {
    text-align: center;
  }
  .cid-uSFWIC750n .follow-section {
    margin: 0;
  }
  .cid-uSFWIC750n .mbr-form {
    text-align: center;
  }
  .cid-uSFWIC750n .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uSFWIC750n .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWIC750n .firstColumn,
  .cid-uSFWIC750n .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uSFWIC750n .form-row {
    flex-direction: column;
  }
}
.cid-uSFWIC750n img {
  width: auto;
}
.cid-uSFWIC750n LI {
  color: #ffffff;
}
.cid-uSFWICOT1V.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWICOT1V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWICOT1V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWICOT1V .modal-content,
.cid-uSFWICOT1V .modal-dialog {
  height: auto;
}
.cid-uSFWICOT1V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWICOT1V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWICOT1V .form-wrapper .mbr-form .form-group,
  .cid-uSFWICOT1V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWICOT1V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWICOT1V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWICOT1V .mbr-text {
  text-align: center;
}
.cid-uSFWICOT1V .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWICOT1V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWICOT1V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWICOT1V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWICOT1V .modal-open {
  overflow: hidden;
}
.cid-uSFWICOT1V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWICOT1V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWICOT1V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWICOT1V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWICOT1V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWICOT1V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWICOT1V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWICOT1V .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWICOT1V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWICOT1V .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWICOT1V .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWICOT1V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWICOT1V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWICOT1V .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWICOT1V .modal-header .close:focus {
  outline: none;
}
.cid-uSFWICOT1V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWICOT1V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWICOT1V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWICOT1V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWICOT1V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWICOT1V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWICOT1V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWICOT1V .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWICOT1V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWICOT1V .modal-lg,
  .cid-uSFWICOT1V .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWICOT1V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWICOT1V .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWICOT1V .container {
    max-width: 1140px;
  }
}
.cid-uSFWICOT1V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWICOT1V .container {
    max-width: 720px;
  }
}
.cid-uSFWICOT1V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWICOT1V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWICOT1V .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWICOT1V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWICOT1V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWICOT1V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWIDeblR.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWIDeblR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWIDeblR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWIDeblR .modal-content,
.cid-uSFWIDeblR .modal-dialog {
  height: auto;
}
.cid-uSFWIDeblR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWIDeblR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWIDeblR .form-wrapper .mbr-form .form-group,
  .cid-uSFWIDeblR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWIDeblR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWIDeblR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWIDeblR .mbr-text {
  text-align: center;
}
.cid-uSFWIDeblR .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWIDeblR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWIDeblR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWIDeblR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWIDeblR .modal-open {
  overflow: hidden;
}
.cid-uSFWIDeblR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWIDeblR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWIDeblR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWIDeblR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWIDeblR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWIDeblR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWIDeblR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWIDeblR .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWIDeblR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWIDeblR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWIDeblR .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWIDeblR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWIDeblR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWIDeblR .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWIDeblR .modal-header .close:focus {
  outline: none;
}
.cid-uSFWIDeblR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWIDeblR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWIDeblR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWIDeblR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWIDeblR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWIDeblR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWIDeblR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWIDeblR .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWIDeblR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWIDeblR .modal-lg,
  .cid-uSFWIDeblR .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWIDeblR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWIDeblR .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWIDeblR .container {
    max-width: 1140px;
  }
}
.cid-uSFWIDeblR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWIDeblR .container {
    max-width: 720px;
  }
}
.cid-uSFWIDeblR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWIDeblR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWIDeblR .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWIDeblR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWIDeblR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWIDeblR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWP7m4vt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWP7m4vt .nav-item,
.cid-uSFWP7m4vt .nav-link,
.cid-uSFWP7m4vt .navbar-caption {
  font-weight: normal;
}
.cid-uSFWP7m4vt .nav-item:focus,
.cid-uSFWP7m4vt .nav-link:focus {
  outline: none;
}
.cid-uSFWP7m4vt .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uSFWP7m4vt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSFWP7m4vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWP7m4vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSFWP7m4vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSFWP7m4vt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uSFWP7m4vt .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uSFWP7m4vt .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uSFWP7m4vt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSFWP7m4vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSFWP7m4vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSFWP7m4vt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSFWP7m4vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSFWP7m4vt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSFWP7m4vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSFWP7m4vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWP7m4vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSFWP7m4vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSFWP7m4vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSFWP7m4vt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSFWP7m4vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSFWP7m4vt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSFWP7m4vt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uSFWP7m4vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSFWP7m4vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSFWP7m4vt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSFWP7m4vt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSFWP7m4vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSFWP7m4vt .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uSFWP7m4vt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uSFWP7m4vt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSFWP7m4vt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSFWP7m4vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSFWP7m4vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSFWP7m4vt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uSFWP7m4vt .dropdown-item.active,
.cid-uSFWP7m4vt .dropdown-item:active {
  background-color: transparent;
}
.cid-uSFWP7m4vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSFWP7m4vt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSFWP7m4vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uSFWP7m4vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSFWP7m4vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSFWP7m4vt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSFWP7m4vt .navbar-buttons {
  text-align: center;
}
.cid-uSFWP7m4vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWP7m4vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uSFWP7m4vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSFWP7m4vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWP7m4vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWP7m4vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSFWP7m4vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWP7m4vt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSFWP7m4vt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSFWP7m4vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWP7m4vt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uSFWP7m4vt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWP7m4vt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uSFWP7m4vt .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uSFWP7m4vt .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uSFWP7m4vt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSFWP7m4vt .navbar {
    height: 77px;
  }
  .cid-uSFWP7m4vt .navbar.opened {
    height: auto;
  }
  .cid-uSFWP7m4vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSFWP7OG5y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uSFWP7OG5y .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSFWP7VfeH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uSFWP7VfeH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSFWP7VfeH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSFWP7VfeH .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSFWP7VfeH .mbr-text {
  color: #000000;
}
.cid-uSFWP7VfeH .fnt025 {
  font-size: 25px;
}
.cid-uSFWP87WXJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uSFWP87WXJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uSFWP87WXJ img,
.cid-uSFWP87WXJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uSFWP87WXJ .item:focus,
.cid-uSFWP87WXJ span:focus {
  outline: none;
}
.cid-uSFWP87WXJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSFWP87WXJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSFWP87WXJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWP87WXJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSFWP87WXJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSFWP87WXJ .mbr-section-title {
  color: #232323;
}
.cid-uSFWP87WXJ .mbr-text,
.cid-uSFWP87WXJ .mbr-section-btn {
  text-align: left;
}
.cid-uSFWP87WXJ .item-title {
  text-align: left;
}
.cid-uSFWP87WXJ .item-subtitle {
  text-align: left;
}
.cid-uSFWP8yHr1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uSFWP8yHr1 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uSFWP8yHr1 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uSFWP8yHr1 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWP8yHr1 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uSFWP8yHr1 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uSFWP8yHr1 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uSFWP8PC6J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uSFWP8PC6J .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uSFWP8PC6J .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uSFWP8PC6J .mbr-text {
  color: #444;
}
.cid-uSFWP8PC6J h5 {
  margin-bottom: 0;
}
.cid-uSFWP8PC6J .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uSFWP8PC6J .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWP8PC6J .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uSFWP8PC6J .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWP8PC6J .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uSFWP8PC6J .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uSFWP8PC6J .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uSFWP8PC6J .social-list a:hover {
  opacity: 0.4;
}
.cid-uSFWP8PC6J .media-container-row > div {
  padding: 0px;
}
.cid-uSFWP8PC6J .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWP8PC6J .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uSFWP8PC6J .group-title SPAN {
  color: #ffffff;
}
.cid-uSFWP8PC6J .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uSFWP8PC6J .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uSFWP8PC6J .social-list,
  .cid-uSFWP8PC6J .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSFWP8PC6J h3 {
    margin-bottom: 10px;
  }
  .cid-uSFWP8PC6J .navbar-brand {
    text-align: center;
  }
}
.cid-uSFWP8PC6J .links SPAN {
  color: #9e9e9e;
}
.cid-uSFWP9gISm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uSFWP9gISm .col + .mbr-section-btn .btn,
  .cid-uSFWP9gISm .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uSFWP9gISm .dragArea > *:nth-last-child(2).col,
  .cid-uSFWP9gISm .dragArea > *:nth-last-child(2).col-auto,
  .cid-uSFWP9gISm .col + .mbr-section-btn,
  .cid-uSFWP9gISm .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uSFWP9gISm .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uSFWP9gISm .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uSFWP9gISm .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uSFWP9gISm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSFWP9gISm .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uSFWP9gISm .subtext-1,
.cid-uSFWP9gISm .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uSFWP9gISm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSFWP9gISm .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uSFWP9gISm .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWP9gISm .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uSFWP9gISm .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWP9gISm .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uSFWP9gISm .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uSFWP9gISm .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uSFWP9gISm .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWP9gISm .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWP9gISm .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWP9gISm .form-group {
  max-width: 400px;
}
.cid-uSFWP9gISm .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uSFWP9gISm .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uSFWP9gISm .form-row {
    justify-content: center;
  }
  .cid-uSFWP9gISm .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWP9gISm .subtext-1,
  .cid-uSFWP9gISm .subtext-2,
  .cid-uSFWP9gISm .card-support {
    text-align: center;
  }
  .cid-uSFWP9gISm .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uSFWP9gISm .form-text {
    text-align: center;
  }
  .cid-uSFWP9gISm .follow-section {
    margin: 0;
  }
  .cid-uSFWP9gISm .mbr-form {
    text-align: center;
  }
  .cid-uSFWP9gISm .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uSFWP9gISm .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWP9gISm .firstColumn,
  .cid-uSFWP9gISm .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uSFWP9gISm .form-row {
    flex-direction: column;
  }
}
.cid-uSFWP9gISm img {
  width: auto;
}
.cid-uSFWP9gISm LI {
  color: #ffffff;
}
.cid-uSFWP9XQsn.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWP9XQsn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWP9XQsn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWP9XQsn .modal-content,
.cid-uSFWP9XQsn .modal-dialog {
  height: auto;
}
.cid-uSFWP9XQsn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWP9XQsn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWP9XQsn .form-wrapper .mbr-form .form-group,
  .cid-uSFWP9XQsn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWP9XQsn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWP9XQsn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWP9XQsn .mbr-text {
  text-align: center;
}
.cid-uSFWP9XQsn .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWP9XQsn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWP9XQsn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWP9XQsn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWP9XQsn .modal-open {
  overflow: hidden;
}
.cid-uSFWP9XQsn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWP9XQsn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWP9XQsn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWP9XQsn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWP9XQsn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWP9XQsn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWP9XQsn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWP9XQsn .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWP9XQsn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWP9XQsn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWP9XQsn .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWP9XQsn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWP9XQsn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWP9XQsn .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWP9XQsn .modal-header .close:focus {
  outline: none;
}
.cid-uSFWP9XQsn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWP9XQsn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWP9XQsn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWP9XQsn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWP9XQsn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWP9XQsn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWP9XQsn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWP9XQsn .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWP9XQsn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWP9XQsn .modal-lg,
  .cid-uSFWP9XQsn .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWP9XQsn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWP9XQsn .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWP9XQsn .container {
    max-width: 1140px;
  }
}
.cid-uSFWP9XQsn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWP9XQsn .container {
    max-width: 720px;
  }
}
.cid-uSFWP9XQsn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWP9XQsn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWP9XQsn .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWP9XQsn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWP9XQsn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWP9XQsn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWPambNx.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWPambNx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWPambNx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWPambNx .modal-content,
.cid-uSFWPambNx .modal-dialog {
  height: auto;
}
.cid-uSFWPambNx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWPambNx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWPambNx .form-wrapper .mbr-form .form-group,
  .cid-uSFWPambNx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWPambNx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWPambNx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWPambNx .mbr-text {
  text-align: center;
}
.cid-uSFWPambNx .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWPambNx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWPambNx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWPambNx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWPambNx .modal-open {
  overflow: hidden;
}
.cid-uSFWPambNx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWPambNx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWPambNx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWPambNx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWPambNx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWPambNx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWPambNx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWPambNx .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWPambNx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWPambNx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWPambNx .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWPambNx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWPambNx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWPambNx .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWPambNx .modal-header .close:focus {
  outline: none;
}
.cid-uSFWPambNx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWPambNx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWPambNx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWPambNx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWPambNx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWPambNx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWPambNx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWPambNx .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWPambNx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWPambNx .modal-lg,
  .cid-uSFWPambNx .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWPambNx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWPambNx .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWPambNx .container {
    max-width: 1140px;
  }
}
.cid-uSFWPambNx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWPambNx .container {
    max-width: 720px;
  }
}
.cid-uSFWPambNx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWPambNx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWPambNx .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWPambNx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWPambNx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWPambNx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFX6IUMD9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFX6IUMD9 .nav-item,
.cid-uSFX6IUMD9 .nav-link,
.cid-uSFX6IUMD9 .navbar-caption {
  font-weight: normal;
}
.cid-uSFX6IUMD9 .nav-item:focus,
.cid-uSFX6IUMD9 .nav-link:focus {
  outline: none;
}
.cid-uSFX6IUMD9 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uSFX6IUMD9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSFX6IUMD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFX6IUMD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSFX6IUMD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSFX6IUMD9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uSFX6IUMD9 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uSFX6IUMD9 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uSFX6IUMD9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSFX6IUMD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSFX6IUMD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSFX6IUMD9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSFX6IUMD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSFX6IUMD9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSFX6IUMD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSFX6IUMD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFX6IUMD9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSFX6IUMD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSFX6IUMD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSFX6IUMD9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSFX6IUMD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSFX6IUMD9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSFX6IUMD9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uSFX6IUMD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSFX6IUMD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSFX6IUMD9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSFX6IUMD9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSFX6IUMD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSFX6IUMD9 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uSFX6IUMD9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uSFX6IUMD9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSFX6IUMD9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSFX6IUMD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSFX6IUMD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSFX6IUMD9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uSFX6IUMD9 .dropdown-item.active,
.cid-uSFX6IUMD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSFX6IUMD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSFX6IUMD9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSFX6IUMD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uSFX6IUMD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSFX6IUMD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSFX6IUMD9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSFX6IUMD9 .navbar-buttons {
  text-align: center;
}
.cid-uSFX6IUMD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFX6IUMD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uSFX6IUMD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSFX6IUMD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFX6IUMD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFX6IUMD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSFX6IUMD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFX6IUMD9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSFX6IUMD9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSFX6IUMD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFX6IUMD9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uSFX6IUMD9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFX6IUMD9 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uSFX6IUMD9 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uSFX6IUMD9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uSFX6IUMD9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSFX6IUMD9 .navbar {
    height: 77px;
  }
  .cid-uSFX6IUMD9 .navbar.opened {
    height: auto;
  }
  .cid-uSFX6IUMD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSFX6JxLGq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uSFX6JxLGq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSFX6JIbMz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uSFX6JIbMz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSFX6JIbMz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSFX6JIbMz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSFX6JIbMz .mbr-text {
  color: #000000;
}
.cid-uSFX6JIbMz .fnt025 {
  font-size: 25px;
}
.cid-uSFX6JWdPQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uSFX6JWdPQ .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uSFX6JWdPQ img,
.cid-uSFX6JWdPQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uSFX6JWdPQ .item:focus,
.cid-uSFX6JWdPQ span:focus {
  outline: none;
}
.cid-uSFX6JWdPQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSFX6JWdPQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSFX6JWdPQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFX6JWdPQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSFX6JWdPQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSFX6JWdPQ .mbr-section-title {
  color: #232323;
}
.cid-uSFX6JWdPQ .mbr-text,
.cid-uSFX6JWdPQ .mbr-section-btn {
  text-align: left;
}
.cid-uSFX6JWdPQ .item-title {
  text-align: left;
}
.cid-uSFX6JWdPQ .item-subtitle {
  text-align: left;
}
.cid-uSFX6KiMuE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uSFX6KiMuE .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uSFX6KiMuE form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uSFX6KiMuE form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFX6KiMuE form.mbr-form {
    padding: 1rem;
  }
}
.cid-uSFX6KiMuE form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uSFX6KiMuE form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uSFX6Kxidq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uSFX6Kxidq .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uSFX6Kxidq .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uSFX6Kxidq .mbr-text {
  color: #444;
}
.cid-uSFX6Kxidq h5 {
  margin-bottom: 0;
}
.cid-uSFX6Kxidq .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uSFX6Kxidq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFX6Kxidq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uSFX6Kxidq .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFX6Kxidq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uSFX6Kxidq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uSFX6Kxidq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uSFX6Kxidq .social-list a:hover {
  opacity: 0.4;
}
.cid-uSFX6Kxidq .media-container-row > div {
  padding: 0px;
}
.cid-uSFX6Kxidq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFX6Kxidq .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uSFX6Kxidq .group-title SPAN {
  color: #ffffff;
}
.cid-uSFX6Kxidq .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uSFX6Kxidq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uSFX6Kxidq .social-list,
  .cid-uSFX6Kxidq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSFX6Kxidq h3 {
    margin-bottom: 10px;
  }
  .cid-uSFX6Kxidq .navbar-brand {
    text-align: center;
  }
}
.cid-uSFX6Kxidq .links SPAN {
  color: #9e9e9e;
}
.cid-uSFX6KZsNs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uSFX6KZsNs .col + .mbr-section-btn .btn,
  .cid-uSFX6KZsNs .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uSFX6KZsNs .dragArea > *:nth-last-child(2).col,
  .cid-uSFX6KZsNs .dragArea > *:nth-last-child(2).col-auto,
  .cid-uSFX6KZsNs .col + .mbr-section-btn,
  .cid-uSFX6KZsNs .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uSFX6KZsNs .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uSFX6KZsNs .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uSFX6KZsNs .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uSFX6KZsNs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSFX6KZsNs .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uSFX6KZsNs .subtext-1,
.cid-uSFX6KZsNs .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uSFX6KZsNs .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSFX6KZsNs .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uSFX6KZsNs .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFX6KZsNs .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uSFX6KZsNs .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFX6KZsNs .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uSFX6KZsNs .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uSFX6KZsNs .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uSFX6KZsNs .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uSFX6KZsNs .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFX6KZsNs .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFX6KZsNs .form-group {
  max-width: 400px;
}
.cid-uSFX6KZsNs .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uSFX6KZsNs .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uSFX6KZsNs .form-row {
    justify-content: center;
  }
  .cid-uSFX6KZsNs .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uSFX6KZsNs .subtext-1,
  .cid-uSFX6KZsNs .subtext-2,
  .cid-uSFX6KZsNs .card-support {
    text-align: center;
  }
  .cid-uSFX6KZsNs .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uSFX6KZsNs .form-text {
    text-align: center;
  }
  .cid-uSFX6KZsNs .follow-section {
    margin: 0;
  }
  .cid-uSFX6KZsNs .mbr-form {
    text-align: center;
  }
  .cid-uSFX6KZsNs .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uSFX6KZsNs .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uSFX6KZsNs .firstColumn,
  .cid-uSFX6KZsNs .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uSFX6KZsNs .form-row {
    flex-direction: column;
  }
}
.cid-uSFX6KZsNs img {
  width: auto;
}
.cid-uSFX6KZsNs LI {
  color: #ffffff;
}
.cid-uSFX6LC78T.popup-builder {
  background-color: #ffffff;
}
.cid-uSFX6LC78T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFX6LC78T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFX6LC78T .modal-content,
.cid-uSFX6LC78T .modal-dialog {
  height: auto;
}
.cid-uSFX6LC78T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFX6LC78T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFX6LC78T .form-wrapper .mbr-form .form-group,
  .cid-uSFX6LC78T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFX6LC78T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFX6LC78T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFX6LC78T .mbr-text {
  text-align: center;
}
.cid-uSFX6LC78T .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFX6LC78T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFX6LC78T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFX6LC78T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFX6LC78T .modal-open {
  overflow: hidden;
}
.cid-uSFX6LC78T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFX6LC78T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFX6LC78T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFX6LC78T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFX6LC78T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFX6LC78T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFX6LC78T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFX6LC78T .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFX6LC78T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFX6LC78T .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFX6LC78T .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFX6LC78T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFX6LC78T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFX6LC78T .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFX6LC78T .modal-header .close:focus {
  outline: none;
}
.cid-uSFX6LC78T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFX6LC78T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFX6LC78T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFX6LC78T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFX6LC78T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFX6LC78T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFX6LC78T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFX6LC78T .modal-sm {
    max-width: 300px;
  }
  .cid-uSFX6LC78T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFX6LC78T .modal-lg,
  .cid-uSFX6LC78T .modal-xl {
    max-width: 800px;
  }
  .cid-uSFX6LC78T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFX6LC78T .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFX6LC78T .container {
    max-width: 1140px;
  }
}
.cid-uSFX6LC78T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFX6LC78T .container {
    max-width: 720px;
  }
}
.cid-uSFX6LC78T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFX6LC78T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFX6LC78T .form-group {
  margin-bottom: 1rem;
}
.cid-uSFX6LC78T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFX6LC78T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFX6LC78T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFX6M0FC5.popup-builder {
  background-color: #ffffff;
}
.cid-uSFX6M0FC5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFX6M0FC5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFX6M0FC5 .modal-content,
.cid-uSFX6M0FC5 .modal-dialog {
  height: auto;
}
.cid-uSFX6M0FC5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFX6M0FC5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFX6M0FC5 .form-wrapper .mbr-form .form-group,
  .cid-uSFX6M0FC5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFX6M0FC5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFX6M0FC5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFX6M0FC5 .mbr-text {
  text-align: center;
}
.cid-uSFX6M0FC5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFX6M0FC5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFX6M0FC5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFX6M0FC5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFX6M0FC5 .modal-open {
  overflow: hidden;
}
.cid-uSFX6M0FC5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFX6M0FC5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFX6M0FC5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFX6M0FC5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFX6M0FC5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFX6M0FC5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFX6M0FC5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFX6M0FC5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFX6M0FC5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFX6M0FC5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFX6M0FC5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFX6M0FC5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFX6M0FC5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFX6M0FC5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFX6M0FC5 .modal-header .close:focus {
  outline: none;
}
.cid-uSFX6M0FC5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFX6M0FC5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFX6M0FC5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFX6M0FC5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFX6M0FC5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFX6M0FC5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFX6M0FC5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFX6M0FC5 .modal-sm {
    max-width: 300px;
  }
  .cid-uSFX6M0FC5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFX6M0FC5 .modal-lg,
  .cid-uSFX6M0FC5 .modal-xl {
    max-width: 800px;
  }
  .cid-uSFX6M0FC5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFX6M0FC5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFX6M0FC5 .container {
    max-width: 1140px;
  }
}
.cid-uSFX6M0FC5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFX6M0FC5 .container {
    max-width: 720px;
  }
}
.cid-uSFX6M0FC5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFX6M0FC5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFX6M0FC5 .form-group {
  margin-bottom: 1rem;
}
.cid-uSFX6M0FC5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFX6M0FC5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFX6M0FC5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWt2UhGN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWt2UhGN .nav-item,
.cid-uSFWt2UhGN .nav-link,
.cid-uSFWt2UhGN .navbar-caption {
  font-weight: normal;
}
.cid-uSFWt2UhGN .nav-item:focus,
.cid-uSFWt2UhGN .nav-link:focus {
  outline: none;
}
.cid-uSFWt2UhGN .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uSFWt2UhGN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSFWt2UhGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSFWt2UhGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSFWt2UhGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSFWt2UhGN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uSFWt2UhGN .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uSFWt2UhGN .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uSFWt2UhGN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSFWt2UhGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSFWt2UhGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSFWt2UhGN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSFWt2UhGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSFWt2UhGN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uSFWt2UhGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSFWt2UhGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWt2UhGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSFWt2UhGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSFWt2UhGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSFWt2UhGN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uSFWt2UhGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSFWt2UhGN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uSFWt2UhGN .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uSFWt2UhGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSFWt2UhGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSFWt2UhGN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uSFWt2UhGN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSFWt2UhGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSFWt2UhGN .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uSFWt2UhGN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uSFWt2UhGN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSFWt2UhGN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSFWt2UhGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSFWt2UhGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSFWt2UhGN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uSFWt2UhGN .dropdown-item.active,
.cid-uSFWt2UhGN .dropdown-item:active {
  background-color: transparent;
}
.cid-uSFWt2UhGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSFWt2UhGN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSFWt2UhGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uSFWt2UhGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSFWt2UhGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSFWt2UhGN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSFWt2UhGN .navbar-buttons {
  text-align: center;
}
.cid-uSFWt2UhGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWt2UhGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uSFWt2UhGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSFWt2UhGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWt2UhGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSFWt2UhGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSFWt2UhGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWt2UhGN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSFWt2UhGN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSFWt2UhGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSFWt2UhGN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uSFWt2UhGN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWt2UhGN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uSFWt2UhGN .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uSFWt2UhGN .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uSFWt2UhGN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSFWt2UhGN .navbar {
    height: 77px;
  }
  .cid-uSFWt2UhGN .navbar.opened {
    height: auto;
  }
  .cid-uSFWt2UhGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSFWt3kqYQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uSFWt3kqYQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSFWt3rXFR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uSFWt3rXFR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSFWt3rXFR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uSFWt3rXFR .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSFWt3rXFR .mbr-text {
  color: #000000;
}
.cid-uSFWt3rXFR .fnt025 {
  font-size: 25px;
}
.cid-uSFWt3Cohe {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uSFWt3Cohe .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uSFWt3Cohe img,
.cid-uSFWt3Cohe .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uSFWt3Cohe .item:focus,
.cid-uSFWt3Cohe span:focus {
  outline: none;
}
.cid-uSFWt3Cohe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSFWt3Cohe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSFWt3Cohe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWt3Cohe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSFWt3Cohe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSFWt3Cohe .mbr-section-title {
  color: #232323;
}
.cid-uSFWt3Cohe .mbr-text,
.cid-uSFWt3Cohe .mbr-section-btn {
  text-align: left;
}
.cid-uSFWt3Cohe .item-title {
  text-align: left;
}
.cid-uSFWt3Cohe .item-subtitle {
  text-align: left;
}
.cid-uSFWt3XkeF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uSFWt3XkeF .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uSFWt3XkeF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uSFWt3XkeF form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSFWt3XkeF form.mbr-form {
    padding: 1rem;
  }
}
.cid-uSFWt3XkeF form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uSFWt3XkeF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uSFWt4cJJZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uSFWt4cJJZ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uSFWt4cJJZ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uSFWt4cJJZ .mbr-text {
  color: #444;
}
.cid-uSFWt4cJJZ h5 {
  margin-bottom: 0;
}
.cid-uSFWt4cJJZ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uSFWt4cJJZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSFWt4cJJZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uSFWt4cJJZ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSFWt4cJJZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uSFWt4cJJZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uSFWt4cJJZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uSFWt4cJJZ .social-list a:hover {
  opacity: 0.4;
}
.cid-uSFWt4cJJZ .media-container-row > div {
  padding: 0px;
}
.cid-uSFWt4cJJZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWt4cJJZ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uSFWt4cJJZ .group-title SPAN {
  color: #ffffff;
}
.cid-uSFWt4cJJZ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uSFWt4cJJZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uSFWt4cJJZ .social-list,
  .cid-uSFWt4cJJZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSFWt4cJJZ h3 {
    margin-bottom: 10px;
  }
  .cid-uSFWt4cJJZ .navbar-brand {
    text-align: center;
  }
}
.cid-uSFWt4cJJZ .links SPAN {
  color: #9e9e9e;
}
.cid-uSFWt4DZkC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uSFWt4DZkC .col + .mbr-section-btn .btn,
  .cid-uSFWt4DZkC .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uSFWt4DZkC .dragArea > *:nth-last-child(2).col,
  .cid-uSFWt4DZkC .dragArea > *:nth-last-child(2).col-auto,
  .cid-uSFWt4DZkC .col + .mbr-section-btn,
  .cid-uSFWt4DZkC .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uSFWt4DZkC .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uSFWt4DZkC .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uSFWt4DZkC .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uSFWt4DZkC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uSFWt4DZkC .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uSFWt4DZkC .subtext-1,
.cid-uSFWt4DZkC .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uSFWt4DZkC .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uSFWt4DZkC .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uSFWt4DZkC .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWt4DZkC .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uSFWt4DZkC .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uSFWt4DZkC .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uSFWt4DZkC .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uSFWt4DZkC .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uSFWt4DZkC .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWt4DZkC .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWt4DZkC .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uSFWt4DZkC .form-group {
  max-width: 400px;
}
.cid-uSFWt4DZkC .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uSFWt4DZkC .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uSFWt4DZkC .form-row {
    justify-content: center;
  }
  .cid-uSFWt4DZkC .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWt4DZkC .subtext-1,
  .cid-uSFWt4DZkC .subtext-2,
  .cid-uSFWt4DZkC .card-support {
    text-align: center;
  }
  .cid-uSFWt4DZkC .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uSFWt4DZkC .form-text {
    text-align: center;
  }
  .cid-uSFWt4DZkC .follow-section {
    margin: 0;
  }
  .cid-uSFWt4DZkC .mbr-form {
    text-align: center;
  }
  .cid-uSFWt4DZkC .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uSFWt4DZkC .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uSFWt4DZkC .firstColumn,
  .cid-uSFWt4DZkC .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uSFWt4DZkC .form-row {
    flex-direction: column;
  }
}
.cid-uSFWt4DZkC img {
  width: auto;
}
.cid-uSFWt4DZkC LI {
  color: #ffffff;
}
.cid-uSFWt5eB5d.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWt5eB5d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWt5eB5d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWt5eB5d .modal-content,
.cid-uSFWt5eB5d .modal-dialog {
  height: auto;
}
.cid-uSFWt5eB5d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWt5eB5d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWt5eB5d .form-wrapper .mbr-form .form-group,
  .cid-uSFWt5eB5d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWt5eB5d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWt5eB5d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWt5eB5d .mbr-text {
  text-align: center;
}
.cid-uSFWt5eB5d .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWt5eB5d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWt5eB5d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWt5eB5d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWt5eB5d .modal-open {
  overflow: hidden;
}
.cid-uSFWt5eB5d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWt5eB5d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWt5eB5d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWt5eB5d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWt5eB5d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWt5eB5d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWt5eB5d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWt5eB5d .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWt5eB5d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWt5eB5d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWt5eB5d .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWt5eB5d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWt5eB5d .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWt5eB5d .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWt5eB5d .modal-header .close:focus {
  outline: none;
}
.cid-uSFWt5eB5d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWt5eB5d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWt5eB5d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWt5eB5d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWt5eB5d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWt5eB5d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWt5eB5d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWt5eB5d .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWt5eB5d .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWt5eB5d .modal-lg,
  .cid-uSFWt5eB5d .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWt5eB5d .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWt5eB5d .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWt5eB5d .container {
    max-width: 1140px;
  }
}
.cid-uSFWt5eB5d .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWt5eB5d .container {
    max-width: 720px;
  }
}
.cid-uSFWt5eB5d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWt5eB5d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWt5eB5d .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWt5eB5d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWt5eB5d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWt5eB5d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSFWt5ySne.popup-builder {
  background-color: #ffffff;
}
.cid-uSFWt5ySne.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSFWt5ySne.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSFWt5ySne .modal-content,
.cid-uSFWt5ySne .modal-dialog {
  height: auto;
}
.cid-uSFWt5ySne .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSFWt5ySne .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSFWt5ySne .form-wrapper .mbr-form .form-group,
  .cid-uSFWt5ySne .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSFWt5ySne .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSFWt5ySne .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSFWt5ySne .mbr-text {
  text-align: center;
}
.cid-uSFWt5ySne .pt-0 {
  padding-top: 0 !important;
}
.cid-uSFWt5ySne .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSFWt5ySne .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSFWt5ySne .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSFWt5ySne .modal-open {
  overflow: hidden;
}
.cid-uSFWt5ySne .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSFWt5ySne .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSFWt5ySne .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSFWt5ySne .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSFWt5ySne .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSFWt5ySne .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSFWt5ySne .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSFWt5ySne .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSFWt5ySne .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSFWt5ySne .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSFWt5ySne .modal-backdrop.show {
  opacity: .5;
}
.cid-uSFWt5ySne .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uSFWt5ySne .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSFWt5ySne .modal-header .close:hover {
  opacity: 1;
}
.cid-uSFWt5ySne .modal-header .close:focus {
  outline: none;
}
.cid-uSFWt5ySne .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSFWt5ySne .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uSFWt5ySne .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uSFWt5ySne .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSFWt5ySne .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSFWt5ySne .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSFWt5ySne .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSFWt5ySne .modal-sm {
    max-width: 300px;
  }
  .cid-uSFWt5ySne .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uSFWt5ySne .modal-lg,
  .cid-uSFWt5ySne .modal-xl {
    max-width: 800px;
  }
  .cid-uSFWt5ySne .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uSFWt5ySne .modal-xl {
    max-width: 1140px;
  }
  .cid-uSFWt5ySne .container {
    max-width: 1140px;
  }
}
.cid-uSFWt5ySne .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSFWt5ySne .container {
    max-width: 720px;
  }
}
.cid-uSFWt5ySne .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSFWt5ySne .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSFWt5ySne .form-group {
  margin-bottom: 1rem;
}
.cid-uSFWt5ySne .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSFWt5ySne .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSFWt5ySne .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMnI4tMvo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMnI4tMvo .nav-item,
.cid-uUMnI4tMvo .nav-link,
.cid-uUMnI4tMvo .navbar-caption {
  font-weight: normal;
}
.cid-uUMnI4tMvo .nav-item:focus,
.cid-uUMnI4tMvo .nav-link:focus {
  outline: none;
}
.cid-uUMnI4tMvo .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUMnI4tMvo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMnI4tMvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMnI4tMvo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMnI4tMvo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMnI4tMvo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uUMnI4tMvo .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uUMnI4tMvo .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUMnI4tMvo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUMnI4tMvo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUMnI4tMvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUMnI4tMvo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUMnI4tMvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUMnI4tMvo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUMnI4tMvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUMnI4tMvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMnI4tMvo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUMnI4tMvo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMnI4tMvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMnI4tMvo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUMnI4tMvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMnI4tMvo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUMnI4tMvo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUMnI4tMvo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMnI4tMvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMnI4tMvo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUMnI4tMvo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMnI4tMvo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUMnI4tMvo .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uUMnI4tMvo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUMnI4tMvo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUMnI4tMvo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUMnI4tMvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMnI4tMvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMnI4tMvo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUMnI4tMvo .dropdown-item.active,
.cid-uUMnI4tMvo .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMnI4tMvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMnI4tMvo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMnI4tMvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uUMnI4tMvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMnI4tMvo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMnI4tMvo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUMnI4tMvo .navbar-buttons {
  text-align: center;
}
.cid-uUMnI4tMvo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMnI4tMvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uUMnI4tMvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUMnI4tMvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMnI4tMvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMnI4tMvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUMnI4tMvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMnI4tMvo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUMnI4tMvo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUMnI4tMvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMnI4tMvo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUMnI4tMvo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMnI4tMvo .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUMnI4tMvo .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUMnI4tMvo .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUMnI4tMvo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUMnI4tMvo .navbar {
    height: 77px;
  }
  .cid-uUMnI4tMvo .navbar.opened {
    height: auto;
  }
  .cid-uUMnI4tMvo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUMnI53lIj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uUMnI53lIj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUMnI5dD6m {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uUMnI5dD6m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUMnI5dD6m .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUMnI5dD6m .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uUMnI5dD6m .mbr-text {
  color: #000000;
}
.cid-uUMnI5dD6m .fnt025 {
  font-size: 25px;
}
.cid-uUMnI5suFs {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uUMnI5suFs .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uUMnI5suFs img,
.cid-uUMnI5suFs .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUMnI5suFs .item:focus,
.cid-uUMnI5suFs span:focus {
  outline: none;
}
.cid-uUMnI5suFs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUMnI5suFs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUMnI5suFs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMnI5suFs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUMnI5suFs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUMnI5suFs .mbr-section-title {
  color: #232323;
}
.cid-uUMnI5suFs .mbr-text,
.cid-uUMnI5suFs .mbr-section-btn {
  text-align: left;
}
.cid-uUMnI5suFs .item-title {
  text-align: left;
}
.cid-uUMnI5suFs .item-subtitle {
  text-align: left;
}
.cid-uUMnI5ZaJq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uUMnI5ZaJq .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uUMnI5ZaJq form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUMnI5ZaJq form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMnI5ZaJq form.mbr-form {
    padding: 1rem;
  }
}
.cid-uUMnI5ZaJq form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uUMnI5ZaJq form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uUMnI6icyR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uUMnI6icyR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uUMnI6icyR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uUMnI6icyR .mbr-text {
  color: #444;
}
.cid-uUMnI6icyR h5 {
  margin-bottom: 0;
}
.cid-uUMnI6icyR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uUMnI6icyR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMnI6icyR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uUMnI6icyR .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMnI6icyR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uUMnI6icyR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uUMnI6icyR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uUMnI6icyR .social-list a:hover {
  opacity: 0.4;
}
.cid-uUMnI6icyR .media-container-row > div {
  padding: 0px;
}
.cid-uUMnI6icyR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMnI6icyR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUMnI6icyR .group-title SPAN {
  color: #ffffff;
}
.cid-uUMnI6icyR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uUMnI6icyR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uUMnI6icyR .social-list,
  .cid-uUMnI6icyR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMnI6icyR h3 {
    margin-bottom: 10px;
  }
  .cid-uUMnI6icyR .navbar-brand {
    text-align: center;
  }
}
.cid-uUMnI6icyR .links SPAN {
  color: #9e9e9e;
}
.cid-uUMnI6Yvqx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uUMnI6Yvqx .col + .mbr-section-btn .btn,
  .cid-uUMnI6Yvqx .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uUMnI6Yvqx .dragArea > *:nth-last-child(2).col,
  .cid-uUMnI6Yvqx .dragArea > *:nth-last-child(2).col-auto,
  .cid-uUMnI6Yvqx .col + .mbr-section-btn,
  .cid-uUMnI6Yvqx .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uUMnI6Yvqx .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uUMnI6Yvqx .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uUMnI6Yvqx .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uUMnI6Yvqx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUMnI6Yvqx .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uUMnI6Yvqx .subtext-1,
.cid-uUMnI6Yvqx .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uUMnI6Yvqx .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUMnI6Yvqx .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uUMnI6Yvqx .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMnI6Yvqx .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uUMnI6Yvqx .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMnI6Yvqx .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uUMnI6Yvqx .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uUMnI6Yvqx .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uUMnI6Yvqx .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUMnI6Yvqx .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMnI6Yvqx .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMnI6Yvqx .form-group {
  max-width: 400px;
}
.cid-uUMnI6Yvqx .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uUMnI6Yvqx .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uUMnI6Yvqx .form-row {
    justify-content: center;
  }
  .cid-uUMnI6Yvqx .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uUMnI6Yvqx .subtext-1,
  .cid-uUMnI6Yvqx .subtext-2,
  .cid-uUMnI6Yvqx .card-support {
    text-align: center;
  }
  .cid-uUMnI6Yvqx .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uUMnI6Yvqx .form-text {
    text-align: center;
  }
  .cid-uUMnI6Yvqx .follow-section {
    margin: 0;
  }
  .cid-uUMnI6Yvqx .mbr-form {
    text-align: center;
  }
  .cid-uUMnI6Yvqx .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uUMnI6Yvqx .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uUMnI6Yvqx .firstColumn,
  .cid-uUMnI6Yvqx .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uUMnI6Yvqx .form-row {
    flex-direction: column;
  }
}
.cid-uUMnI6Yvqx img {
  width: auto;
}
.cid-uUMnI6Yvqx LI {
  color: #ffffff;
}
.cid-uUMnI7Kfqy.popup-builder {
  background-color: #ffffff;
}
.cid-uUMnI7Kfqy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMnI7Kfqy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMnI7Kfqy .modal-content,
.cid-uUMnI7Kfqy .modal-dialog {
  height: auto;
}
.cid-uUMnI7Kfqy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMnI7Kfqy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMnI7Kfqy .form-wrapper .mbr-form .form-group,
  .cid-uUMnI7Kfqy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMnI7Kfqy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMnI7Kfqy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMnI7Kfqy .mbr-text {
  text-align: center;
}
.cid-uUMnI7Kfqy .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMnI7Kfqy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMnI7Kfqy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMnI7Kfqy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMnI7Kfqy .modal-open {
  overflow: hidden;
}
.cid-uUMnI7Kfqy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMnI7Kfqy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMnI7Kfqy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMnI7Kfqy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMnI7Kfqy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMnI7Kfqy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMnI7Kfqy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMnI7Kfqy .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMnI7Kfqy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMnI7Kfqy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMnI7Kfqy .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMnI7Kfqy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMnI7Kfqy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMnI7Kfqy .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMnI7Kfqy .modal-header .close:focus {
  outline: none;
}
.cid-uUMnI7Kfqy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMnI7Kfqy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMnI7Kfqy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMnI7Kfqy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMnI7Kfqy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMnI7Kfqy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMnI7Kfqy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMnI7Kfqy .modal-sm {
    max-width: 300px;
  }
  .cid-uUMnI7Kfqy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMnI7Kfqy .modal-lg,
  .cid-uUMnI7Kfqy .modal-xl {
    max-width: 800px;
  }
  .cid-uUMnI7Kfqy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMnI7Kfqy .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMnI7Kfqy .container {
    max-width: 1140px;
  }
}
.cid-uUMnI7Kfqy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMnI7Kfqy .container {
    max-width: 720px;
  }
}
.cid-uUMnI7Kfqy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMnI7Kfqy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMnI7Kfqy .form-group {
  margin-bottom: 1rem;
}
.cid-uUMnI7Kfqy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMnI7Kfqy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMnI7Kfqy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMnI8iHgv.popup-builder {
  background-color: #ffffff;
}
.cid-uUMnI8iHgv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMnI8iHgv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMnI8iHgv .modal-content,
.cid-uUMnI8iHgv .modal-dialog {
  height: auto;
}
.cid-uUMnI8iHgv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMnI8iHgv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMnI8iHgv .form-wrapper .mbr-form .form-group,
  .cid-uUMnI8iHgv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMnI8iHgv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMnI8iHgv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMnI8iHgv .mbr-text {
  text-align: center;
}
.cid-uUMnI8iHgv .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMnI8iHgv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMnI8iHgv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMnI8iHgv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMnI8iHgv .modal-open {
  overflow: hidden;
}
.cid-uUMnI8iHgv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMnI8iHgv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMnI8iHgv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMnI8iHgv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMnI8iHgv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMnI8iHgv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMnI8iHgv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMnI8iHgv .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMnI8iHgv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMnI8iHgv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMnI8iHgv .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMnI8iHgv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMnI8iHgv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMnI8iHgv .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMnI8iHgv .modal-header .close:focus {
  outline: none;
}
.cid-uUMnI8iHgv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMnI8iHgv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMnI8iHgv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMnI8iHgv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMnI8iHgv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMnI8iHgv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMnI8iHgv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMnI8iHgv .modal-sm {
    max-width: 300px;
  }
  .cid-uUMnI8iHgv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMnI8iHgv .modal-lg,
  .cid-uUMnI8iHgv .modal-xl {
    max-width: 800px;
  }
  .cid-uUMnI8iHgv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMnI8iHgv .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMnI8iHgv .container {
    max-width: 1140px;
  }
}
.cid-uUMnI8iHgv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMnI8iHgv .container {
    max-width: 720px;
  }
}
.cid-uUMnI8iHgv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMnI8iHgv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMnI8iHgv .form-group {
  margin-bottom: 1rem;
}
.cid-uUMnI8iHgv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMnI8iHgv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMnI8iHgv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMoaMBA4h .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoaMBA4h .nav-item,
.cid-uUMoaMBA4h .nav-link,
.cid-uUMoaMBA4h .navbar-caption {
  font-weight: normal;
}
.cid-uUMoaMBA4h .nav-item:focus,
.cid-uUMoaMBA4h .nav-link:focus {
  outline: none;
}
.cid-uUMoaMBA4h .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUMoaMBA4h .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMoaMBA4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoaMBA4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMoaMBA4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMoaMBA4h .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uUMoaMBA4h .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uUMoaMBA4h .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUMoaMBA4h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUMoaMBA4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUMoaMBA4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUMoaMBA4h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUMoaMBA4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUMoaMBA4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUMoaMBA4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUMoaMBA4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMoaMBA4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUMoaMBA4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMoaMBA4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMoaMBA4h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUMoaMBA4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMoaMBA4h .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUMoaMBA4h .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUMoaMBA4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMoaMBA4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMoaMBA4h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUMoaMBA4h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMoaMBA4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUMoaMBA4h .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uUMoaMBA4h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUMoaMBA4h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUMoaMBA4h .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUMoaMBA4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMoaMBA4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMoaMBA4h .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUMoaMBA4h .dropdown-item.active,
.cid-uUMoaMBA4h .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMoaMBA4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMoaMBA4h .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMoaMBA4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uUMoaMBA4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMoaMBA4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMoaMBA4h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUMoaMBA4h .navbar-buttons {
  text-align: center;
}
.cid-uUMoaMBA4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoaMBA4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uUMoaMBA4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUMoaMBA4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMoaMBA4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMoaMBA4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUMoaMBA4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMoaMBA4h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUMoaMBA4h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUMoaMBA4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMoaMBA4h .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUMoaMBA4h a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMoaMBA4h .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUMoaMBA4h .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUMoaMBA4h .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUMoaMBA4h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUMoaMBA4h .navbar {
    height: 77px;
  }
  .cid-uUMoaMBA4h .navbar.opened {
    height: auto;
  }
  .cid-uUMoaMBA4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUMoaN58dL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uUMoaN58dL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUMoaNcHCY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uUMoaNcHCY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUMoaNcHCY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUMoaNcHCY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uUMoaNcHCY .mbr-text {
  color: #000000;
}
.cid-uUMoaNcHCY .fnt025 {
  font-size: 25px;
}
.cid-uUMoaNsB0h {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uUMoaNsB0h .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uUMoaNsB0h img,
.cid-uUMoaNsB0h .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUMoaNsB0h .item:focus,
.cid-uUMoaNsB0h span:focus {
  outline: none;
}
.cid-uUMoaNsB0h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUMoaNsB0h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUMoaNsB0h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMoaNsB0h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUMoaNsB0h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUMoaNsB0h .mbr-section-title {
  color: #232323;
}
.cid-uUMoaNsB0h .mbr-text,
.cid-uUMoaNsB0h .mbr-section-btn {
  text-align: left;
}
.cid-uUMoaNsB0h .item-title {
  text-align: left;
}
.cid-uUMoaNsB0h .item-subtitle {
  text-align: left;
}
.cid-uUMoaNTf37 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uUMoaNTf37 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uUMoaNTf37 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUMoaNTf37 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMoaNTf37 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uUMoaNTf37 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uUMoaNTf37 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uUMoaObKBR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uUMoaObKBR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uUMoaObKBR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uUMoaObKBR .mbr-text {
  color: #444;
}
.cid-uUMoaObKBR h5 {
  margin-bottom: 0;
}
.cid-uUMoaObKBR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uUMoaObKBR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMoaObKBR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uUMoaObKBR .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMoaObKBR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uUMoaObKBR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uUMoaObKBR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uUMoaObKBR .social-list a:hover {
  opacity: 0.4;
}
.cid-uUMoaObKBR .media-container-row > div {
  padding: 0px;
}
.cid-uUMoaObKBR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoaObKBR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUMoaObKBR .group-title SPAN {
  color: #ffffff;
}
.cid-uUMoaObKBR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uUMoaObKBR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uUMoaObKBR .social-list,
  .cid-uUMoaObKBR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMoaObKBR h3 {
    margin-bottom: 10px;
  }
  .cid-uUMoaObKBR .navbar-brand {
    text-align: center;
  }
}
.cid-uUMoaObKBR .links SPAN {
  color: #9e9e9e;
}
.cid-uUMoaOGKjt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uUMoaOGKjt .col + .mbr-section-btn .btn,
  .cid-uUMoaOGKjt .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uUMoaOGKjt .dragArea > *:nth-last-child(2).col,
  .cid-uUMoaOGKjt .dragArea > *:nth-last-child(2).col-auto,
  .cid-uUMoaOGKjt .col + .mbr-section-btn,
  .cid-uUMoaOGKjt .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uUMoaOGKjt .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uUMoaOGKjt .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uUMoaOGKjt .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uUMoaOGKjt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUMoaOGKjt .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uUMoaOGKjt .subtext-1,
.cid-uUMoaOGKjt .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uUMoaOGKjt .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUMoaOGKjt .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uUMoaOGKjt .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMoaOGKjt .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uUMoaOGKjt .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMoaOGKjt .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uUMoaOGKjt .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uUMoaOGKjt .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uUMoaOGKjt .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoaOGKjt .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoaOGKjt .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoaOGKjt .form-group {
  max-width: 400px;
}
.cid-uUMoaOGKjt .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uUMoaOGKjt .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uUMoaOGKjt .form-row {
    justify-content: center;
  }
  .cid-uUMoaOGKjt .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uUMoaOGKjt .subtext-1,
  .cid-uUMoaOGKjt .subtext-2,
  .cid-uUMoaOGKjt .card-support {
    text-align: center;
  }
  .cid-uUMoaOGKjt .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uUMoaOGKjt .form-text {
    text-align: center;
  }
  .cid-uUMoaOGKjt .follow-section {
    margin: 0;
  }
  .cid-uUMoaOGKjt .mbr-form {
    text-align: center;
  }
  .cid-uUMoaOGKjt .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uUMoaOGKjt .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uUMoaOGKjt .firstColumn,
  .cid-uUMoaOGKjt .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uUMoaOGKjt .form-row {
    flex-direction: column;
  }
}
.cid-uUMoaOGKjt img {
  width: auto;
}
.cid-uUMoaOGKjt LI {
  color: #ffffff;
}
.cid-uUMoaPlxSr.popup-builder {
  background-color: #ffffff;
}
.cid-uUMoaPlxSr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMoaPlxSr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMoaPlxSr .modal-content,
.cid-uUMoaPlxSr .modal-dialog {
  height: auto;
}
.cid-uUMoaPlxSr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMoaPlxSr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMoaPlxSr .form-wrapper .mbr-form .form-group,
  .cid-uUMoaPlxSr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMoaPlxSr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMoaPlxSr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoaPlxSr .mbr-text {
  text-align: center;
}
.cid-uUMoaPlxSr .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMoaPlxSr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMoaPlxSr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMoaPlxSr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMoaPlxSr .modal-open {
  overflow: hidden;
}
.cid-uUMoaPlxSr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMoaPlxSr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMoaPlxSr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMoaPlxSr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMoaPlxSr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMoaPlxSr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMoaPlxSr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMoaPlxSr .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMoaPlxSr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMoaPlxSr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMoaPlxSr .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMoaPlxSr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMoaPlxSr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMoaPlxSr .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMoaPlxSr .modal-header .close:focus {
  outline: none;
}
.cid-uUMoaPlxSr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMoaPlxSr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMoaPlxSr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMoaPlxSr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMoaPlxSr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMoaPlxSr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMoaPlxSr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMoaPlxSr .modal-sm {
    max-width: 300px;
  }
  .cid-uUMoaPlxSr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMoaPlxSr .modal-lg,
  .cid-uUMoaPlxSr .modal-xl {
    max-width: 800px;
  }
  .cid-uUMoaPlxSr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMoaPlxSr .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMoaPlxSr .container {
    max-width: 1140px;
  }
}
.cid-uUMoaPlxSr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMoaPlxSr .container {
    max-width: 720px;
  }
}
.cid-uUMoaPlxSr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMoaPlxSr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMoaPlxSr .form-group {
  margin-bottom: 1rem;
}
.cid-uUMoaPlxSr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMoaPlxSr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMoaPlxSr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMoaPLXnw.popup-builder {
  background-color: #ffffff;
}
.cid-uUMoaPLXnw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMoaPLXnw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMoaPLXnw .modal-content,
.cid-uUMoaPLXnw .modal-dialog {
  height: auto;
}
.cid-uUMoaPLXnw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMoaPLXnw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMoaPLXnw .form-wrapper .mbr-form .form-group,
  .cid-uUMoaPLXnw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMoaPLXnw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMoaPLXnw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoaPLXnw .mbr-text {
  text-align: center;
}
.cid-uUMoaPLXnw .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMoaPLXnw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMoaPLXnw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMoaPLXnw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMoaPLXnw .modal-open {
  overflow: hidden;
}
.cid-uUMoaPLXnw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMoaPLXnw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMoaPLXnw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMoaPLXnw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMoaPLXnw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMoaPLXnw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMoaPLXnw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMoaPLXnw .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMoaPLXnw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMoaPLXnw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMoaPLXnw .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMoaPLXnw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMoaPLXnw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMoaPLXnw .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMoaPLXnw .modal-header .close:focus {
  outline: none;
}
.cid-uUMoaPLXnw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMoaPLXnw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMoaPLXnw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMoaPLXnw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMoaPLXnw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMoaPLXnw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMoaPLXnw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMoaPLXnw .modal-sm {
    max-width: 300px;
  }
  .cid-uUMoaPLXnw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMoaPLXnw .modal-lg,
  .cid-uUMoaPLXnw .modal-xl {
    max-width: 800px;
  }
  .cid-uUMoaPLXnw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMoaPLXnw .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMoaPLXnw .container {
    max-width: 1140px;
  }
}
.cid-uUMoaPLXnw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMoaPLXnw .container {
    max-width: 720px;
  }
}
.cid-uUMoaPLXnw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMoaPLXnw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMoaPLXnw .form-group {
  margin-bottom: 1rem;
}
.cid-uUMoaPLXnw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMoaPLXnw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMoaPLXnw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMoyvdKOJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoyvdKOJ .nav-item,
.cid-uUMoyvdKOJ .nav-link,
.cid-uUMoyvdKOJ .navbar-caption {
  font-weight: normal;
}
.cid-uUMoyvdKOJ .nav-item:focus,
.cid-uUMoyvdKOJ .nav-link:focus {
  outline: none;
}
.cid-uUMoyvdKOJ .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUMoyvdKOJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMoyvdKOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMoyvdKOJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMoyvdKOJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMoyvdKOJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uUMoyvdKOJ .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uUMoyvdKOJ .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUMoyvdKOJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUMoyvdKOJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUMoyvdKOJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUMoyvdKOJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUMoyvdKOJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUMoyvdKOJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUMoyvdKOJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUMoyvdKOJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMoyvdKOJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUMoyvdKOJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMoyvdKOJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMoyvdKOJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUMoyvdKOJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMoyvdKOJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUMoyvdKOJ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUMoyvdKOJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMoyvdKOJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMoyvdKOJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUMoyvdKOJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMoyvdKOJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUMoyvdKOJ .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uUMoyvdKOJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUMoyvdKOJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUMoyvdKOJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUMoyvdKOJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMoyvdKOJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMoyvdKOJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUMoyvdKOJ .dropdown-item.active,
.cid-uUMoyvdKOJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMoyvdKOJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMoyvdKOJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMoyvdKOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uUMoyvdKOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMoyvdKOJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMoyvdKOJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUMoyvdKOJ .navbar-buttons {
  text-align: center;
}
.cid-uUMoyvdKOJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoyvdKOJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uUMoyvdKOJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUMoyvdKOJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMoyvdKOJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMoyvdKOJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUMoyvdKOJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMoyvdKOJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUMoyvdKOJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUMoyvdKOJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMoyvdKOJ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUMoyvdKOJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMoyvdKOJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUMoyvdKOJ .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUMoyvdKOJ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUMoyvdKOJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUMoyvdKOJ .navbar {
    height: 77px;
  }
  .cid-uUMoyvdKOJ .navbar.opened {
    height: auto;
  }
  .cid-uUMoyvdKOJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUMoyvLGn3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uUMoyvLGn3 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUMoyvVEoi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uUMoyvVEoi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUMoyvVEoi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUMoyvVEoi .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uUMoyvVEoi .mbr-text {
  color: #000000;
}
.cid-uUMoyvVEoi .fnt025 {
  font-size: 25px;
}
.cid-uUMoyw7x2v {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uUMoyw7x2v .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uUMoyw7x2v img,
.cid-uUMoyw7x2v .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUMoyw7x2v .item:focus,
.cid-uUMoyw7x2v span:focus {
  outline: none;
}
.cid-uUMoyw7x2v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUMoyw7x2v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUMoyw7x2v .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMoyw7x2v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUMoyw7x2v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUMoyw7x2v .mbr-section-title {
  color: #232323;
}
.cid-uUMoyw7x2v .mbr-text,
.cid-uUMoyw7x2v .mbr-section-btn {
  text-align: left;
}
.cid-uUMoyw7x2v .item-title {
  text-align: left;
}
.cid-uUMoyw7x2v .item-subtitle {
  text-align: left;
}
.cid-uUMoywzoAG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uUMoywzoAG .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uUMoywzoAG form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUMoywzoAG form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMoywzoAG form.mbr-form {
    padding: 1rem;
  }
}
.cid-uUMoywzoAG form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uUMoywzoAG form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uUMoywPP4b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uUMoywPP4b .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uUMoywPP4b .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uUMoywPP4b .mbr-text {
  color: #444;
}
.cid-uUMoywPP4b h5 {
  margin-bottom: 0;
}
.cid-uUMoywPP4b .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uUMoywPP4b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMoywPP4b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uUMoywPP4b .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMoywPP4b .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uUMoywPP4b .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uUMoywPP4b .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uUMoywPP4b .social-list a:hover {
  opacity: 0.4;
}
.cid-uUMoywPP4b .media-container-row > div {
  padding: 0px;
}
.cid-uUMoywPP4b .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoywPP4b .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUMoywPP4b .group-title SPAN {
  color: #ffffff;
}
.cid-uUMoywPP4b .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uUMoywPP4b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uUMoywPP4b .social-list,
  .cid-uUMoywPP4b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMoywPP4b h3 {
    margin-bottom: 10px;
  }
  .cid-uUMoywPP4b .navbar-brand {
    text-align: center;
  }
}
.cid-uUMoywPP4b .links SPAN {
  color: #9e9e9e;
}
.cid-uUMoyxm5Ay {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uUMoyxm5Ay .col + .mbr-section-btn .btn,
  .cid-uUMoyxm5Ay .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uUMoyxm5Ay .dragArea > *:nth-last-child(2).col,
  .cid-uUMoyxm5Ay .dragArea > *:nth-last-child(2).col-auto,
  .cid-uUMoyxm5Ay .col + .mbr-section-btn,
  .cid-uUMoyxm5Ay .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uUMoyxm5Ay .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uUMoyxm5Ay .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uUMoyxm5Ay .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uUMoyxm5Ay .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUMoyxm5Ay .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uUMoyxm5Ay .subtext-1,
.cid-uUMoyxm5Ay .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uUMoyxm5Ay .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUMoyxm5Ay .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uUMoyxm5Ay .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMoyxm5Ay .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uUMoyxm5Ay .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMoyxm5Ay .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uUMoyxm5Ay .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uUMoyxm5Ay .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uUMoyxm5Ay .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoyxm5Ay .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoyxm5Ay .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMoyxm5Ay .form-group {
  max-width: 400px;
}
.cid-uUMoyxm5Ay .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uUMoyxm5Ay .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uUMoyxm5Ay .form-row {
    justify-content: center;
  }
  .cid-uUMoyxm5Ay .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uUMoyxm5Ay .subtext-1,
  .cid-uUMoyxm5Ay .subtext-2,
  .cid-uUMoyxm5Ay .card-support {
    text-align: center;
  }
  .cid-uUMoyxm5Ay .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uUMoyxm5Ay .form-text {
    text-align: center;
  }
  .cid-uUMoyxm5Ay .follow-section {
    margin: 0;
  }
  .cid-uUMoyxm5Ay .mbr-form {
    text-align: center;
  }
  .cid-uUMoyxm5Ay .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uUMoyxm5Ay .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uUMoyxm5Ay .firstColumn,
  .cid-uUMoyxm5Ay .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uUMoyxm5Ay .form-row {
    flex-direction: column;
  }
}
.cid-uUMoyxm5Ay img {
  width: auto;
}
.cid-uUMoyxm5Ay LI {
  color: #ffffff;
}
.cid-uUMoyy4mLW.popup-builder {
  background-color: #ffffff;
}
.cid-uUMoyy4mLW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMoyy4mLW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMoyy4mLW .modal-content,
.cid-uUMoyy4mLW .modal-dialog {
  height: auto;
}
.cid-uUMoyy4mLW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMoyy4mLW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMoyy4mLW .form-wrapper .mbr-form .form-group,
  .cid-uUMoyy4mLW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMoyy4mLW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMoyy4mLW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoyy4mLW .mbr-text {
  text-align: center;
}
.cid-uUMoyy4mLW .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMoyy4mLW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMoyy4mLW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMoyy4mLW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMoyy4mLW .modal-open {
  overflow: hidden;
}
.cid-uUMoyy4mLW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMoyy4mLW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMoyy4mLW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMoyy4mLW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMoyy4mLW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMoyy4mLW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMoyy4mLW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMoyy4mLW .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMoyy4mLW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMoyy4mLW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMoyy4mLW .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMoyy4mLW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMoyy4mLW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMoyy4mLW .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMoyy4mLW .modal-header .close:focus {
  outline: none;
}
.cid-uUMoyy4mLW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMoyy4mLW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMoyy4mLW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMoyy4mLW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMoyy4mLW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMoyy4mLW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMoyy4mLW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMoyy4mLW .modal-sm {
    max-width: 300px;
  }
  .cid-uUMoyy4mLW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMoyy4mLW .modal-lg,
  .cid-uUMoyy4mLW .modal-xl {
    max-width: 800px;
  }
  .cid-uUMoyy4mLW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMoyy4mLW .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMoyy4mLW .container {
    max-width: 1140px;
  }
}
.cid-uUMoyy4mLW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMoyy4mLW .container {
    max-width: 720px;
  }
}
.cid-uUMoyy4mLW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMoyy4mLW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMoyy4mLW .form-group {
  margin-bottom: 1rem;
}
.cid-uUMoyy4mLW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMoyy4mLW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMoyy4mLW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMoyyqp61.popup-builder {
  background-color: #ffffff;
}
.cid-uUMoyyqp61.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMoyyqp61.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMoyyqp61 .modal-content,
.cid-uUMoyyqp61 .modal-dialog {
  height: auto;
}
.cid-uUMoyyqp61 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMoyyqp61 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMoyyqp61 .form-wrapper .mbr-form .form-group,
  .cid-uUMoyyqp61 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMoyyqp61 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMoyyqp61 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMoyyqp61 .mbr-text {
  text-align: center;
}
.cid-uUMoyyqp61 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMoyyqp61 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMoyyqp61 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMoyyqp61 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMoyyqp61 .modal-open {
  overflow: hidden;
}
.cid-uUMoyyqp61 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMoyyqp61 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMoyyqp61 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMoyyqp61 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMoyyqp61 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMoyyqp61 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMoyyqp61 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMoyyqp61 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMoyyqp61 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMoyyqp61 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMoyyqp61 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMoyyqp61 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMoyyqp61 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMoyyqp61 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMoyyqp61 .modal-header .close:focus {
  outline: none;
}
.cid-uUMoyyqp61 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMoyyqp61 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMoyyqp61 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMoyyqp61 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMoyyqp61 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMoyyqp61 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMoyyqp61 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMoyyqp61 .modal-sm {
    max-width: 300px;
  }
  .cid-uUMoyyqp61 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMoyyqp61 .modal-lg,
  .cid-uUMoyyqp61 .modal-xl {
    max-width: 800px;
  }
  .cid-uUMoyyqp61 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMoyyqp61 .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMoyyqp61 .container {
    max-width: 1140px;
  }
}
.cid-uUMoyyqp61 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMoyyqp61 .container {
    max-width: 720px;
  }
}
.cid-uUMoyyqp61 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMoyyqp61 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMoyyqp61 .form-group {
  margin-bottom: 1rem;
}
.cid-uUMoyyqp61 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMoyyqp61 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMoyyqp61 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMp2VLODr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMp2VLODr .nav-item,
.cid-uUMp2VLODr .nav-link,
.cid-uUMp2VLODr .navbar-caption {
  font-weight: normal;
}
.cid-uUMp2VLODr .nav-item:focus,
.cid-uUMp2VLODr .nav-link:focus {
  outline: none;
}
.cid-uUMp2VLODr .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUMp2VLODr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMp2VLODr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMp2VLODr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMp2VLODr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMp2VLODr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uUMp2VLODr .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uUMp2VLODr .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUMp2VLODr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUMp2VLODr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUMp2VLODr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUMp2VLODr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUMp2VLODr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUMp2VLODr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUMp2VLODr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUMp2VLODr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMp2VLODr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUMp2VLODr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMp2VLODr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMp2VLODr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUMp2VLODr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMp2VLODr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUMp2VLODr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUMp2VLODr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMp2VLODr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMp2VLODr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUMp2VLODr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMp2VLODr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUMp2VLODr .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uUMp2VLODr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUMp2VLODr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUMp2VLODr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUMp2VLODr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMp2VLODr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMp2VLODr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUMp2VLODr .dropdown-item.active,
.cid-uUMp2VLODr .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMp2VLODr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMp2VLODr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMp2VLODr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uUMp2VLODr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMp2VLODr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMp2VLODr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUMp2VLODr .navbar-buttons {
  text-align: center;
}
.cid-uUMp2VLODr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMp2VLODr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uUMp2VLODr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUMp2VLODr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMp2VLODr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUMp2VLODr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUMp2VLODr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMp2VLODr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUMp2VLODr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUMp2VLODr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMp2VLODr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUMp2VLODr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMp2VLODr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUMp2VLODr .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUMp2VLODr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUMp2VLODr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUMp2VLODr .navbar {
    height: 77px;
  }
  .cid-uUMp2VLODr .navbar.opened {
    height: auto;
  }
  .cid-uUMp2VLODr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUMp2Weaq3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uUMp2Weaq3 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUMp2WkbfF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uUMp2WkbfF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUMp2WkbfF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUMp2WkbfF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uUMp2WkbfF .mbr-text {
  color: #000000;
}
.cid-uUMp2WkbfF .fnt025 {
  font-size: 25px;
}
.cid-uUMp2WyGPF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uUMp2WyGPF .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uUMp2WyGPF img,
.cid-uUMp2WyGPF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUMp2WyGPF .item:focus,
.cid-uUMp2WyGPF span:focus {
  outline: none;
}
.cid-uUMp2WyGPF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUMp2WyGPF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUMp2WyGPF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMp2WyGPF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUMp2WyGPF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUMp2WyGPF .mbr-section-title {
  color: #232323;
}
.cid-uUMp2WyGPF .mbr-text,
.cid-uUMp2WyGPF .mbr-section-btn {
  text-align: left;
}
.cid-uUMp2WyGPF .item-title {
  text-align: left;
}
.cid-uUMp2WyGPF .item-subtitle {
  text-align: left;
}
.cid-uUMp2WZaK6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uUMp2WZaK6 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uUMp2WZaK6 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uUMp2WZaK6 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUMp2WZaK6 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uUMp2WZaK6 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uUMp2WZaK6 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uUMp2XidAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uUMp2XidAA .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uUMp2XidAA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uUMp2XidAA .mbr-text {
  color: #444;
}
.cid-uUMp2XidAA h5 {
  margin-bottom: 0;
}
.cid-uUMp2XidAA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uUMp2XidAA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMp2XidAA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uUMp2XidAA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMp2XidAA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uUMp2XidAA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uUMp2XidAA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uUMp2XidAA .social-list a:hover {
  opacity: 0.4;
}
.cid-uUMp2XidAA .media-container-row > div {
  padding: 0px;
}
.cid-uUMp2XidAA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMp2XidAA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUMp2XidAA .group-title SPAN {
  color: #ffffff;
}
.cid-uUMp2XidAA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uUMp2XidAA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uUMp2XidAA .social-list,
  .cid-uUMp2XidAA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMp2XidAA h3 {
    margin-bottom: 10px;
  }
  .cid-uUMp2XidAA .navbar-brand {
    text-align: center;
  }
}
.cid-uUMp2XidAA .links SPAN {
  color: #9e9e9e;
}
.cid-uUMp2XLARi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uUMp2XLARi .col + .mbr-section-btn .btn,
  .cid-uUMp2XLARi .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uUMp2XLARi .dragArea > *:nth-last-child(2).col,
  .cid-uUMp2XLARi .dragArea > *:nth-last-child(2).col-auto,
  .cid-uUMp2XLARi .col + .mbr-section-btn,
  .cid-uUMp2XLARi .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uUMp2XLARi .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uUMp2XLARi .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uUMp2XLARi .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uUMp2XLARi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUMp2XLARi .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uUMp2XLARi .subtext-1,
.cid-uUMp2XLARi .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uUMp2XLARi .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUMp2XLARi .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uUMp2XLARi .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMp2XLARi .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uUMp2XLARi .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUMp2XLARi .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uUMp2XLARi .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uUMp2XLARi .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uUMp2XLARi .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uUMp2XLARi .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMp2XLARi .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUMp2XLARi .form-group {
  max-width: 400px;
}
.cid-uUMp2XLARi .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uUMp2XLARi .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uUMp2XLARi .form-row {
    justify-content: center;
  }
  .cid-uUMp2XLARi .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uUMp2XLARi .subtext-1,
  .cid-uUMp2XLARi .subtext-2,
  .cid-uUMp2XLARi .card-support {
    text-align: center;
  }
  .cid-uUMp2XLARi .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uUMp2XLARi .form-text {
    text-align: center;
  }
  .cid-uUMp2XLARi .follow-section {
    margin: 0;
  }
  .cid-uUMp2XLARi .mbr-form {
    text-align: center;
  }
  .cid-uUMp2XLARi .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uUMp2XLARi .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uUMp2XLARi .firstColumn,
  .cid-uUMp2XLARi .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uUMp2XLARi .form-row {
    flex-direction: column;
  }
}
.cid-uUMp2XLARi img {
  width: auto;
}
.cid-uUMp2XLARi LI {
  color: #ffffff;
}
.cid-uUMp2YrPTx.popup-builder {
  background-color: #ffffff;
}
.cid-uUMp2YrPTx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMp2YrPTx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMp2YrPTx .modal-content,
.cid-uUMp2YrPTx .modal-dialog {
  height: auto;
}
.cid-uUMp2YrPTx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMp2YrPTx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMp2YrPTx .form-wrapper .mbr-form .form-group,
  .cid-uUMp2YrPTx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMp2YrPTx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMp2YrPTx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMp2YrPTx .mbr-text {
  text-align: center;
}
.cid-uUMp2YrPTx .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMp2YrPTx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMp2YrPTx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMp2YrPTx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMp2YrPTx .modal-open {
  overflow: hidden;
}
.cid-uUMp2YrPTx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMp2YrPTx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMp2YrPTx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMp2YrPTx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMp2YrPTx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMp2YrPTx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMp2YrPTx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMp2YrPTx .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMp2YrPTx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMp2YrPTx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMp2YrPTx .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMp2YrPTx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMp2YrPTx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMp2YrPTx .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMp2YrPTx .modal-header .close:focus {
  outline: none;
}
.cid-uUMp2YrPTx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMp2YrPTx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMp2YrPTx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMp2YrPTx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMp2YrPTx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMp2YrPTx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMp2YrPTx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMp2YrPTx .modal-sm {
    max-width: 300px;
  }
  .cid-uUMp2YrPTx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMp2YrPTx .modal-lg,
  .cid-uUMp2YrPTx .modal-xl {
    max-width: 800px;
  }
  .cid-uUMp2YrPTx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMp2YrPTx .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMp2YrPTx .container {
    max-width: 1140px;
  }
}
.cid-uUMp2YrPTx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMp2YrPTx .container {
    max-width: 720px;
  }
}
.cid-uUMp2YrPTx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMp2YrPTx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMp2YrPTx .form-group {
  margin-bottom: 1rem;
}
.cid-uUMp2YrPTx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMp2YrPTx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMp2YrPTx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUMp2YPaj5.popup-builder {
  background-color: #ffffff;
}
.cid-uUMp2YPaj5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUMp2YPaj5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUMp2YPaj5 .modal-content,
.cid-uUMp2YPaj5 .modal-dialog {
  height: auto;
}
.cid-uUMp2YPaj5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUMp2YPaj5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUMp2YPaj5 .form-wrapper .mbr-form .form-group,
  .cid-uUMp2YPaj5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUMp2YPaj5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUMp2YPaj5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMp2YPaj5 .mbr-text {
  text-align: center;
}
.cid-uUMp2YPaj5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUMp2YPaj5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUMp2YPaj5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMp2YPaj5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUMp2YPaj5 .modal-open {
  overflow: hidden;
}
.cid-uUMp2YPaj5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUMp2YPaj5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUMp2YPaj5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUMp2YPaj5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUMp2YPaj5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUMp2YPaj5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUMp2YPaj5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUMp2YPaj5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUMp2YPaj5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUMp2YPaj5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUMp2YPaj5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUMp2YPaj5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUMp2YPaj5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUMp2YPaj5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUMp2YPaj5 .modal-header .close:focus {
  outline: none;
}
.cid-uUMp2YPaj5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUMp2YPaj5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUMp2YPaj5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUMp2YPaj5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUMp2YPaj5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUMp2YPaj5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUMp2YPaj5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUMp2YPaj5 .modal-sm {
    max-width: 300px;
  }
  .cid-uUMp2YPaj5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUMp2YPaj5 .modal-lg,
  .cid-uUMp2YPaj5 .modal-xl {
    max-width: 800px;
  }
  .cid-uUMp2YPaj5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMp2YPaj5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uUMp2YPaj5 .container {
    max-width: 1140px;
  }
}
.cid-uUMp2YPaj5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUMp2YPaj5 .container {
    max-width: 720px;
  }
}
.cid-uUMp2YPaj5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUMp2YPaj5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUMp2YPaj5 .form-group {
  margin-bottom: 1rem;
}
.cid-uUMp2YPaj5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUMp2YPaj5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUMp2YPaj5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5buOKAzp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5buOKAzp .nav-item,
.cid-uX5buOKAzp .nav-link,
.cid-uX5buOKAzp .navbar-caption {
  font-weight: normal;
}
.cid-uX5buOKAzp .nav-item:focus,
.cid-uX5buOKAzp .nav-link:focus {
  outline: none;
}
.cid-uX5buOKAzp .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uX5buOKAzp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX5buOKAzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5buOKAzp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5buOKAzp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5buOKAzp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uX5buOKAzp .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uX5buOKAzp .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uX5buOKAzp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX5buOKAzp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5buOKAzp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX5buOKAzp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX5buOKAzp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5buOKAzp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uX5buOKAzp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5buOKAzp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5buOKAzp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX5buOKAzp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5buOKAzp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5buOKAzp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX5buOKAzp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5buOKAzp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uX5buOKAzp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uX5buOKAzp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX5buOKAzp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX5buOKAzp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX5buOKAzp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX5buOKAzp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5buOKAzp .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uX5buOKAzp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uX5buOKAzp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX5buOKAzp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX5buOKAzp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5buOKAzp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5buOKAzp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uX5buOKAzp .dropdown-item.active,
.cid-uX5buOKAzp .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5buOKAzp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5buOKAzp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5buOKAzp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uX5buOKAzp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX5buOKAzp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX5buOKAzp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX5buOKAzp .navbar-buttons {
  text-align: center;
}
.cid-uX5buOKAzp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5buOKAzp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uX5buOKAzp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5buOKAzp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5buOKAzp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5buOKAzp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5buOKAzp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5buOKAzp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5buOKAzp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5buOKAzp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5buOKAzp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uX5buOKAzp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5buOKAzp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uX5buOKAzp .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uX5buOKAzp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uX5buOKAzp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5buOKAzp .navbar {
    height: 77px;
  }
  .cid-uX5buOKAzp .navbar.opened {
    height: auto;
  }
  .cid-uX5buOKAzp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5buPho1O {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uX5buPho1O .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uX5buPupga {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uX5buPupga .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uX5buPupga .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uX5buPupga .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uX5buPupga .mbr-text {
  color: #000000;
}
.cid-uX5buPupga .fnt025 {
  font-size: 25px;
}
.cid-uX5buPLico {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uX5buPLico img,
.cid-uX5buPLico .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX5buPLico .item:focus,
.cid-uX5buPLico span:focus {
  outline: none;
}
.cid-uX5buPLico .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX5buPLico .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX5buPLico .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5buPLico .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uX5buPLico .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX5buPLico .mbr-section-title {
  color: #232323;
}
.cid-uX5buPLico .mbr-text,
.cid-uX5buPLico .mbr-section-btn {
  text-align: left;
}
.cid-uX5buPLico .item-title {
  text-align: left;
}
.cid-uX5buPLico .item-subtitle {
  text-align: left;
}
.cid-uX5buQjhit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uX5buQjhit .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uX5buQjhit form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uX5buQjhit form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5buQjhit form.mbr-form {
    padding: 1rem;
  }
}
.cid-uX5buQjhit form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uX5buQjhit form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uX5buQGPFn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uX5buQGPFn .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uX5buQGPFn .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uX5buQGPFn .mbr-text {
  color: #444;
}
.cid-uX5buQGPFn h5 {
  margin-bottom: 0;
}
.cid-uX5buQGPFn .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uX5buQGPFn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5buQGPFn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uX5buQGPFn .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5buQGPFn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uX5buQGPFn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uX5buQGPFn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uX5buQGPFn .social-list a:hover {
  opacity: 0.4;
}
.cid-uX5buQGPFn .media-container-row > div {
  padding: 0px;
}
.cid-uX5buQGPFn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5buQGPFn .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uX5buQGPFn .group-title SPAN {
  color: #ffffff;
}
.cid-uX5buQGPFn .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uX5buQGPFn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uX5buQGPFn .social-list,
  .cid-uX5buQGPFn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX5buQGPFn h3 {
    margin-bottom: 10px;
  }
  .cid-uX5buQGPFn .navbar-brand {
    text-align: center;
  }
}
.cid-uX5buQGPFn .links SPAN {
  color: #9e9e9e;
}
.cid-uX5buRkzLw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uX5buRkzLw .col + .mbr-section-btn .btn,
  .cid-uX5buRkzLw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uX5buRkzLw .dragArea > *:nth-last-child(2).col,
  .cid-uX5buRkzLw .dragArea > *:nth-last-child(2).col-auto,
  .cid-uX5buRkzLw .col + .mbr-section-btn,
  .cid-uX5buRkzLw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uX5buRkzLw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uX5buRkzLw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uX5buRkzLw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uX5buRkzLw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uX5buRkzLw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uX5buRkzLw .subtext-1,
.cid-uX5buRkzLw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uX5buRkzLw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uX5buRkzLw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uX5buRkzLw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5buRkzLw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uX5buRkzLw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5buRkzLw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uX5buRkzLw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uX5buRkzLw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uX5buRkzLw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uX5buRkzLw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5buRkzLw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5buRkzLw .form-group {
  max-width: 400px;
}
.cid-uX5buRkzLw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uX5buRkzLw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uX5buRkzLw .form-row {
    justify-content: center;
  }
  .cid-uX5buRkzLw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uX5buRkzLw .subtext-1,
  .cid-uX5buRkzLw .subtext-2,
  .cid-uX5buRkzLw .card-support {
    text-align: center;
  }
  .cid-uX5buRkzLw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uX5buRkzLw .form-text {
    text-align: center;
  }
  .cid-uX5buRkzLw .follow-section {
    margin: 0;
  }
  .cid-uX5buRkzLw .mbr-form {
    text-align: center;
  }
  .cid-uX5buRkzLw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uX5buRkzLw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uX5buRkzLw .firstColumn,
  .cid-uX5buRkzLw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uX5buRkzLw .form-row {
    flex-direction: column;
  }
}
.cid-uX5buRkzLw img {
  width: auto;
}
.cid-uX5buRkzLw LI {
  color: #ffffff;
}
.cid-uX5buSc3KC.popup-builder {
  background-color: #ffffff;
}
.cid-uX5buSc3KC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5buSc3KC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5buSc3KC .modal-content,
.cid-uX5buSc3KC .modal-dialog {
  height: auto;
}
.cid-uX5buSc3KC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5buSc3KC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5buSc3KC .form-wrapper .mbr-form .form-group,
  .cid-uX5buSc3KC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5buSc3KC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5buSc3KC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5buSc3KC .mbr-text {
  text-align: center;
}
.cid-uX5buSc3KC .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5buSc3KC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5buSc3KC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5buSc3KC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5buSc3KC .modal-open {
  overflow: hidden;
}
.cid-uX5buSc3KC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5buSc3KC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5buSc3KC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5buSc3KC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5buSc3KC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5buSc3KC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5buSc3KC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5buSc3KC .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5buSc3KC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5buSc3KC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5buSc3KC .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5buSc3KC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5buSc3KC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5buSc3KC .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5buSc3KC .modal-header .close:focus {
  outline: none;
}
.cid-uX5buSc3KC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5buSc3KC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5buSc3KC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5buSc3KC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5buSc3KC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5buSc3KC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5buSc3KC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5buSc3KC .modal-sm {
    max-width: 300px;
  }
  .cid-uX5buSc3KC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5buSc3KC .modal-lg,
  .cid-uX5buSc3KC .modal-xl {
    max-width: 800px;
  }
  .cid-uX5buSc3KC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5buSc3KC .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5buSc3KC .container {
    max-width: 1140px;
  }
}
.cid-uX5buSc3KC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5buSc3KC .container {
    max-width: 720px;
  }
}
.cid-uX5buSc3KC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5buSc3KC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5buSc3KC .form-group {
  margin-bottom: 1rem;
}
.cid-uX5buSc3KC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5buSc3KC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5buSc3KC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5buSICfC.popup-builder {
  background-color: #ffffff;
}
.cid-uX5buSICfC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5buSICfC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5buSICfC .modal-content,
.cid-uX5buSICfC .modal-dialog {
  height: auto;
}
.cid-uX5buSICfC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5buSICfC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5buSICfC .form-wrapper .mbr-form .form-group,
  .cid-uX5buSICfC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5buSICfC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5buSICfC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5buSICfC .mbr-text {
  text-align: center;
}
.cid-uX5buSICfC .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5buSICfC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5buSICfC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5buSICfC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5buSICfC .modal-open {
  overflow: hidden;
}
.cid-uX5buSICfC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5buSICfC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5buSICfC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5buSICfC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5buSICfC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5buSICfC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5buSICfC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5buSICfC .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5buSICfC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5buSICfC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5buSICfC .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5buSICfC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5buSICfC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5buSICfC .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5buSICfC .modal-header .close:focus {
  outline: none;
}
.cid-uX5buSICfC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5buSICfC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5buSICfC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5buSICfC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5buSICfC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5buSICfC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5buSICfC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5buSICfC .modal-sm {
    max-width: 300px;
  }
  .cid-uX5buSICfC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5buSICfC .modal-lg,
  .cid-uX5buSICfC .modal-xl {
    max-width: 800px;
  }
  .cid-uX5buSICfC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5buSICfC .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5buSICfC .container {
    max-width: 1140px;
  }
}
.cid-uX5buSICfC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5buSICfC .container {
    max-width: 720px;
  }
}
.cid-uX5buSICfC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5buSICfC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5buSICfC .form-group {
  margin-bottom: 1rem;
}
.cid-uX5buSICfC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5buSICfC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5buSICfC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5c5dq5JP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5c5dq5JP .nav-item,
.cid-uX5c5dq5JP .nav-link,
.cid-uX5c5dq5JP .navbar-caption {
  font-weight: normal;
}
.cid-uX5c5dq5JP .nav-item:focus,
.cid-uX5c5dq5JP .nav-link:focus {
  outline: none;
}
.cid-uX5c5dq5JP .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uX5c5dq5JP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX5c5dq5JP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5c5dq5JP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5c5dq5JP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5c5dq5JP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uX5c5dq5JP .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uX5c5dq5JP .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uX5c5dq5JP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX5c5dq5JP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5c5dq5JP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX5c5dq5JP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX5c5dq5JP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5c5dq5JP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uX5c5dq5JP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5c5dq5JP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5c5dq5JP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX5c5dq5JP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5c5dq5JP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5c5dq5JP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX5c5dq5JP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5c5dq5JP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uX5c5dq5JP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uX5c5dq5JP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX5c5dq5JP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX5c5dq5JP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX5c5dq5JP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX5c5dq5JP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5c5dq5JP .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uX5c5dq5JP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uX5c5dq5JP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX5c5dq5JP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX5c5dq5JP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5c5dq5JP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5c5dq5JP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uX5c5dq5JP .dropdown-item.active,
.cid-uX5c5dq5JP .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5c5dq5JP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5c5dq5JP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5c5dq5JP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uX5c5dq5JP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX5c5dq5JP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX5c5dq5JP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX5c5dq5JP .navbar-buttons {
  text-align: center;
}
.cid-uX5c5dq5JP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5c5dq5JP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uX5c5dq5JP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5c5dq5JP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5c5dq5JP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5c5dq5JP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5c5dq5JP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5c5dq5JP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5c5dq5JP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5c5dq5JP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5c5dq5JP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uX5c5dq5JP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5c5dq5JP .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uX5c5dq5JP .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uX5c5dq5JP .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uX5c5dq5JP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5c5dq5JP .navbar {
    height: 77px;
  }
  .cid-uX5c5dq5JP .navbar.opened {
    height: auto;
  }
  .cid-uX5c5dq5JP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5c5edBDi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uX5c5edBDi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uX5c5eyt7B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uX5c5eyt7B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uX5c5eyt7B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uX5c5eyt7B .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uX5c5eyt7B .mbr-text {
  color: #000000;
}
.cid-uX5c5eyt7B .fnt025 {
  font-size: 25px;
}
.cid-uX5c5eWwr3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uX5c5eWwr3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uX5c5eWwr3 img,
.cid-uX5c5eWwr3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX5c5eWwr3 .item:focus,
.cid-uX5c5eWwr3 span:focus {
  outline: none;
}
.cid-uX5c5eWwr3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX5c5eWwr3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX5c5eWwr3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5c5eWwr3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uX5c5eWwr3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX5c5eWwr3 .mbr-section-title {
  color: #232323;
}
.cid-uX5c5eWwr3 .mbr-text,
.cid-uX5c5eWwr3 .mbr-section-btn {
  text-align: left;
}
.cid-uX5c5eWwr3 .item-title {
  text-align: left;
}
.cid-uX5c5eWwr3 .item-subtitle {
  text-align: left;
}
.cid-uX5c5frHCC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uX5c5frHCC .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uX5c5frHCC form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uX5c5frHCC form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5c5frHCC form.mbr-form {
    padding: 1rem;
  }
}
.cid-uX5c5frHCC form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uX5c5frHCC form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uX5c5fKfBv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uX5c5fKfBv .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uX5c5fKfBv .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uX5c5fKfBv .mbr-text {
  color: #444;
}
.cid-uX5c5fKfBv h5 {
  margin-bottom: 0;
}
.cid-uX5c5fKfBv .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uX5c5fKfBv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5c5fKfBv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uX5c5fKfBv .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5c5fKfBv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uX5c5fKfBv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uX5c5fKfBv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uX5c5fKfBv .social-list a:hover {
  opacity: 0.4;
}
.cid-uX5c5fKfBv .media-container-row > div {
  padding: 0px;
}
.cid-uX5c5fKfBv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5c5fKfBv .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uX5c5fKfBv .group-title SPAN {
  color: #ffffff;
}
.cid-uX5c5fKfBv .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uX5c5fKfBv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uX5c5fKfBv .social-list,
  .cid-uX5c5fKfBv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX5c5fKfBv h3 {
    margin-bottom: 10px;
  }
  .cid-uX5c5fKfBv .navbar-brand {
    text-align: center;
  }
}
.cid-uX5c5fKfBv .links SPAN {
  color: #9e9e9e;
}
.cid-uX5c5goJns {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uX5c5goJns .col + .mbr-section-btn .btn,
  .cid-uX5c5goJns .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uX5c5goJns .dragArea > *:nth-last-child(2).col,
  .cid-uX5c5goJns .dragArea > *:nth-last-child(2).col-auto,
  .cid-uX5c5goJns .col + .mbr-section-btn,
  .cid-uX5c5goJns .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uX5c5goJns .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uX5c5goJns .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uX5c5goJns .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uX5c5goJns .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uX5c5goJns .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uX5c5goJns .subtext-1,
.cid-uX5c5goJns .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uX5c5goJns .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uX5c5goJns .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uX5c5goJns .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5c5goJns .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uX5c5goJns .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5c5goJns .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uX5c5goJns .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uX5c5goJns .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uX5c5goJns .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uX5c5goJns .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5c5goJns .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5c5goJns .form-group {
  max-width: 400px;
}
.cid-uX5c5goJns .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uX5c5goJns .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uX5c5goJns .form-row {
    justify-content: center;
  }
  .cid-uX5c5goJns .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uX5c5goJns .subtext-1,
  .cid-uX5c5goJns .subtext-2,
  .cid-uX5c5goJns .card-support {
    text-align: center;
  }
  .cid-uX5c5goJns .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uX5c5goJns .form-text {
    text-align: center;
  }
  .cid-uX5c5goJns .follow-section {
    margin: 0;
  }
  .cid-uX5c5goJns .mbr-form {
    text-align: center;
  }
  .cid-uX5c5goJns .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uX5c5goJns .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uX5c5goJns .firstColumn,
  .cid-uX5c5goJns .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uX5c5goJns .form-row {
    flex-direction: column;
  }
}
.cid-uX5c5goJns img {
  width: auto;
}
.cid-uX5c5goJns LI {
  color: #ffffff;
}
.cid-uX5c5h3Ve5.popup-builder {
  background-color: #ffffff;
}
.cid-uX5c5h3Ve5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5c5h3Ve5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5c5h3Ve5 .modal-content,
.cid-uX5c5h3Ve5 .modal-dialog {
  height: auto;
}
.cid-uX5c5h3Ve5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5c5h3Ve5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5c5h3Ve5 .form-wrapper .mbr-form .form-group,
  .cid-uX5c5h3Ve5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5c5h3Ve5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5c5h3Ve5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5c5h3Ve5 .mbr-text {
  text-align: center;
}
.cid-uX5c5h3Ve5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5c5h3Ve5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5c5h3Ve5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5c5h3Ve5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5c5h3Ve5 .modal-open {
  overflow: hidden;
}
.cid-uX5c5h3Ve5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5c5h3Ve5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5c5h3Ve5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5c5h3Ve5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5c5h3Ve5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5c5h3Ve5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5c5h3Ve5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5c5h3Ve5 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5c5h3Ve5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5c5h3Ve5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5c5h3Ve5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5c5h3Ve5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5c5h3Ve5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5c5h3Ve5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5c5h3Ve5 .modal-header .close:focus {
  outline: none;
}
.cid-uX5c5h3Ve5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5c5h3Ve5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5c5h3Ve5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5c5h3Ve5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5c5h3Ve5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5c5h3Ve5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5c5h3Ve5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5c5h3Ve5 .modal-sm {
    max-width: 300px;
  }
  .cid-uX5c5h3Ve5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5c5h3Ve5 .modal-lg,
  .cid-uX5c5h3Ve5 .modal-xl {
    max-width: 800px;
  }
  .cid-uX5c5h3Ve5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5c5h3Ve5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5c5h3Ve5 .container {
    max-width: 1140px;
  }
}
.cid-uX5c5h3Ve5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5c5h3Ve5 .container {
    max-width: 720px;
  }
}
.cid-uX5c5h3Ve5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5c5h3Ve5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5c5h3Ve5 .form-group {
  margin-bottom: 1rem;
}
.cid-uX5c5h3Ve5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5c5h3Ve5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5c5h3Ve5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5c5hsNc8.popup-builder {
  background-color: #ffffff;
}
.cid-uX5c5hsNc8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5c5hsNc8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5c5hsNc8 .modal-content,
.cid-uX5c5hsNc8 .modal-dialog {
  height: auto;
}
.cid-uX5c5hsNc8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5c5hsNc8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5c5hsNc8 .form-wrapper .mbr-form .form-group,
  .cid-uX5c5hsNc8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5c5hsNc8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5c5hsNc8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5c5hsNc8 .mbr-text {
  text-align: center;
}
.cid-uX5c5hsNc8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5c5hsNc8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5c5hsNc8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5c5hsNc8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5c5hsNc8 .modal-open {
  overflow: hidden;
}
.cid-uX5c5hsNc8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5c5hsNc8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5c5hsNc8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5c5hsNc8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5c5hsNc8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5c5hsNc8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5c5hsNc8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5c5hsNc8 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5c5hsNc8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5c5hsNc8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5c5hsNc8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5c5hsNc8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5c5hsNc8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5c5hsNc8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5c5hsNc8 .modal-header .close:focus {
  outline: none;
}
.cid-uX5c5hsNc8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5c5hsNc8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5c5hsNc8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5c5hsNc8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5c5hsNc8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5c5hsNc8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5c5hsNc8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5c5hsNc8 .modal-sm {
    max-width: 300px;
  }
  .cid-uX5c5hsNc8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5c5hsNc8 .modal-lg,
  .cid-uX5c5hsNc8 .modal-xl {
    max-width: 800px;
  }
  .cid-uX5c5hsNc8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5c5hsNc8 .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5c5hsNc8 .container {
    max-width: 1140px;
  }
}
.cid-uX5c5hsNc8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5c5hsNc8 .container {
    max-width: 720px;
  }
}
.cid-uX5c5hsNc8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5c5hsNc8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5c5hsNc8 .form-group {
  margin-bottom: 1rem;
}
.cid-uX5c5hsNc8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5c5hsNc8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5c5hsNc8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5crIKwm4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5crIKwm4 .nav-item,
.cid-uX5crIKwm4 .nav-link,
.cid-uX5crIKwm4 .navbar-caption {
  font-weight: normal;
}
.cid-uX5crIKwm4 .nav-item:focus,
.cid-uX5crIKwm4 .nav-link:focus {
  outline: none;
}
.cid-uX5crIKwm4 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uX5crIKwm4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX5crIKwm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5crIKwm4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5crIKwm4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5crIKwm4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uX5crIKwm4 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uX5crIKwm4 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uX5crIKwm4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX5crIKwm4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5crIKwm4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX5crIKwm4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX5crIKwm4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5crIKwm4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uX5crIKwm4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5crIKwm4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5crIKwm4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX5crIKwm4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5crIKwm4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5crIKwm4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX5crIKwm4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5crIKwm4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uX5crIKwm4 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uX5crIKwm4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX5crIKwm4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX5crIKwm4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX5crIKwm4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX5crIKwm4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5crIKwm4 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uX5crIKwm4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uX5crIKwm4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX5crIKwm4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX5crIKwm4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5crIKwm4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5crIKwm4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uX5crIKwm4 .dropdown-item.active,
.cid-uX5crIKwm4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5crIKwm4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5crIKwm4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5crIKwm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uX5crIKwm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX5crIKwm4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX5crIKwm4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX5crIKwm4 .navbar-buttons {
  text-align: center;
}
.cid-uX5crIKwm4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5crIKwm4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uX5crIKwm4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5crIKwm4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5crIKwm4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5crIKwm4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5crIKwm4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5crIKwm4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5crIKwm4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5crIKwm4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5crIKwm4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uX5crIKwm4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5crIKwm4 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uX5crIKwm4 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uX5crIKwm4 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uX5crIKwm4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5crIKwm4 .navbar {
    height: 77px;
  }
  .cid-uX5crIKwm4 .navbar.opened {
    height: auto;
  }
  .cid-uX5crIKwm4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5crJhImZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uX5crJhImZ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uX5crJsMJ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uX5crJsMJ8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uX5crJsMJ8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uX5crJsMJ8 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uX5crJsMJ8 .mbr-text {
  color: #000000;
}
.cid-uX5crJsMJ8 .fnt025 {
  font-size: 25px;
}
.cid-uX5crJGnZw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uX5crJGnZw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uX5crJGnZw img,
.cid-uX5crJGnZw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX5crJGnZw .item:focus,
.cid-uX5crJGnZw span:focus {
  outline: none;
}
.cid-uX5crJGnZw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX5crJGnZw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX5crJGnZw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5crJGnZw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uX5crJGnZw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX5crJGnZw .mbr-section-title {
  color: #232323;
}
.cid-uX5crJGnZw .mbr-text,
.cid-uX5crJGnZw .mbr-section-btn {
  text-align: left;
}
.cid-uX5crJGnZw .item-title {
  text-align: left;
}
.cid-uX5crJGnZw .item-subtitle {
  text-align: left;
}
.cid-uX5crK4k12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uX5crK4k12 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uX5crK4k12 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uX5crK4k12 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5crK4k12 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uX5crK4k12 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uX5crK4k12 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uX5crKs5fe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uX5crKs5fe .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uX5crKs5fe .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uX5crKs5fe .mbr-text {
  color: #444;
}
.cid-uX5crKs5fe h5 {
  margin-bottom: 0;
}
.cid-uX5crKs5fe .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uX5crKs5fe .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5crKs5fe .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uX5crKs5fe .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5crKs5fe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uX5crKs5fe .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uX5crKs5fe .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uX5crKs5fe .social-list a:hover {
  opacity: 0.4;
}
.cid-uX5crKs5fe .media-container-row > div {
  padding: 0px;
}
.cid-uX5crKs5fe .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5crKs5fe .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uX5crKs5fe .group-title SPAN {
  color: #ffffff;
}
.cid-uX5crKs5fe .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uX5crKs5fe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uX5crKs5fe .social-list,
  .cid-uX5crKs5fe .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX5crKs5fe h3 {
    margin-bottom: 10px;
  }
  .cid-uX5crKs5fe .navbar-brand {
    text-align: center;
  }
}
.cid-uX5crKs5fe .links SPAN {
  color: #9e9e9e;
}
.cid-uX5crL5ciz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uX5crL5ciz .col + .mbr-section-btn .btn,
  .cid-uX5crL5ciz .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uX5crL5ciz .dragArea > *:nth-last-child(2).col,
  .cid-uX5crL5ciz .dragArea > *:nth-last-child(2).col-auto,
  .cid-uX5crL5ciz .col + .mbr-section-btn,
  .cid-uX5crL5ciz .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uX5crL5ciz .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uX5crL5ciz .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uX5crL5ciz .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uX5crL5ciz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uX5crL5ciz .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uX5crL5ciz .subtext-1,
.cid-uX5crL5ciz .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uX5crL5ciz .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uX5crL5ciz .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uX5crL5ciz .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5crL5ciz .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uX5crL5ciz .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5crL5ciz .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uX5crL5ciz .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uX5crL5ciz .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uX5crL5ciz .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uX5crL5ciz .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5crL5ciz .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5crL5ciz .form-group {
  max-width: 400px;
}
.cid-uX5crL5ciz .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uX5crL5ciz .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uX5crL5ciz .form-row {
    justify-content: center;
  }
  .cid-uX5crL5ciz .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uX5crL5ciz .subtext-1,
  .cid-uX5crL5ciz .subtext-2,
  .cid-uX5crL5ciz .card-support {
    text-align: center;
  }
  .cid-uX5crL5ciz .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uX5crL5ciz .form-text {
    text-align: center;
  }
  .cid-uX5crL5ciz .follow-section {
    margin: 0;
  }
  .cid-uX5crL5ciz .mbr-form {
    text-align: center;
  }
  .cid-uX5crL5ciz .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uX5crL5ciz .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uX5crL5ciz .firstColumn,
  .cid-uX5crL5ciz .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uX5crL5ciz .form-row {
    flex-direction: column;
  }
}
.cid-uX5crL5ciz img {
  width: auto;
}
.cid-uX5crL5ciz LI {
  color: #ffffff;
}
.cid-uX5crLR8iN.popup-builder {
  background-color: #ffffff;
}
.cid-uX5crLR8iN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5crLR8iN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5crLR8iN .modal-content,
.cid-uX5crLR8iN .modal-dialog {
  height: auto;
}
.cid-uX5crLR8iN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5crLR8iN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5crLR8iN .form-wrapper .mbr-form .form-group,
  .cid-uX5crLR8iN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5crLR8iN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5crLR8iN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5crLR8iN .mbr-text {
  text-align: center;
}
.cid-uX5crLR8iN .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5crLR8iN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5crLR8iN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5crLR8iN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5crLR8iN .modal-open {
  overflow: hidden;
}
.cid-uX5crLR8iN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5crLR8iN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5crLR8iN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5crLR8iN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5crLR8iN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5crLR8iN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5crLR8iN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5crLR8iN .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5crLR8iN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5crLR8iN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5crLR8iN .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5crLR8iN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5crLR8iN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5crLR8iN .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5crLR8iN .modal-header .close:focus {
  outline: none;
}
.cid-uX5crLR8iN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5crLR8iN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5crLR8iN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5crLR8iN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5crLR8iN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5crLR8iN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5crLR8iN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5crLR8iN .modal-sm {
    max-width: 300px;
  }
  .cid-uX5crLR8iN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5crLR8iN .modal-lg,
  .cid-uX5crLR8iN .modal-xl {
    max-width: 800px;
  }
  .cid-uX5crLR8iN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5crLR8iN .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5crLR8iN .container {
    max-width: 1140px;
  }
}
.cid-uX5crLR8iN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5crLR8iN .container {
    max-width: 720px;
  }
}
.cid-uX5crLR8iN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5crLR8iN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5crLR8iN .form-group {
  margin-bottom: 1rem;
}
.cid-uX5crLR8iN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5crLR8iN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5crLR8iN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5crMseic.popup-builder {
  background-color: #ffffff;
}
.cid-uX5crMseic.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5crMseic.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5crMseic .modal-content,
.cid-uX5crMseic .modal-dialog {
  height: auto;
}
.cid-uX5crMseic .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5crMseic .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5crMseic .form-wrapper .mbr-form .form-group,
  .cid-uX5crMseic .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5crMseic .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5crMseic .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5crMseic .mbr-text {
  text-align: center;
}
.cid-uX5crMseic .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5crMseic .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5crMseic .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5crMseic .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5crMseic .modal-open {
  overflow: hidden;
}
.cid-uX5crMseic .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5crMseic .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5crMseic .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5crMseic .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5crMseic .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5crMseic .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5crMseic .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5crMseic .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5crMseic .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5crMseic .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5crMseic .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5crMseic .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5crMseic .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5crMseic .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5crMseic .modal-header .close:focus {
  outline: none;
}
.cid-uX5crMseic .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5crMseic .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5crMseic .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5crMseic .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5crMseic .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5crMseic .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5crMseic .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5crMseic .modal-sm {
    max-width: 300px;
  }
  .cid-uX5crMseic .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5crMseic .modal-lg,
  .cid-uX5crMseic .modal-xl {
    max-width: 800px;
  }
  .cid-uX5crMseic .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5crMseic .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5crMseic .container {
    max-width: 1140px;
  }
}
.cid-uX5crMseic .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5crMseic .container {
    max-width: 720px;
  }
}
.cid-uX5crMseic .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5crMseic .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5crMseic .form-group {
  margin-bottom: 1rem;
}
.cid-uX5crMseic .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5crMseic .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5crMseic .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5cN3LyBi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5cN3LyBi .nav-item,
.cid-uX5cN3LyBi .nav-link,
.cid-uX5cN3LyBi .navbar-caption {
  font-weight: normal;
}
.cid-uX5cN3LyBi .nav-item:focus,
.cid-uX5cN3LyBi .nav-link:focus {
  outline: none;
}
.cid-uX5cN3LyBi .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uX5cN3LyBi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX5cN3LyBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX5cN3LyBi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5cN3LyBi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5cN3LyBi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uX5cN3LyBi .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uX5cN3LyBi .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uX5cN3LyBi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX5cN3LyBi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5cN3LyBi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX5cN3LyBi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uX5cN3LyBi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5cN3LyBi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uX5cN3LyBi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5cN3LyBi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5cN3LyBi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX5cN3LyBi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5cN3LyBi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5cN3LyBi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uX5cN3LyBi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5cN3LyBi .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uX5cN3LyBi .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uX5cN3LyBi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX5cN3LyBi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX5cN3LyBi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uX5cN3LyBi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uX5cN3LyBi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5cN3LyBi .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uX5cN3LyBi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uX5cN3LyBi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uX5cN3LyBi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX5cN3LyBi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5cN3LyBi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5cN3LyBi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uX5cN3LyBi .dropdown-item.active,
.cid-uX5cN3LyBi .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5cN3LyBi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5cN3LyBi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5cN3LyBi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uX5cN3LyBi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX5cN3LyBi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX5cN3LyBi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX5cN3LyBi .navbar-buttons {
  text-align: center;
}
.cid-uX5cN3LyBi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5cN3LyBi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uX5cN3LyBi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5cN3LyBi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5cN3LyBi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5cN3LyBi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5cN3LyBi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5cN3LyBi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5cN3LyBi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5cN3LyBi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5cN3LyBi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uX5cN3LyBi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5cN3LyBi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uX5cN3LyBi .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uX5cN3LyBi .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uX5cN3LyBi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5cN3LyBi .navbar {
    height: 77px;
  }
  .cid-uX5cN3LyBi .navbar.opened {
    height: auto;
  }
  .cid-uX5cN3LyBi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5cN4ozwU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uX5cN4ozwU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uX5cN4ykSf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uX5cN4ykSf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uX5cN4ykSf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uX5cN4ykSf .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uX5cN4ykSf .mbr-text {
  color: #000000;
}
.cid-uX5cN4ykSf .fnt025 {
  font-size: 25px;
}
.cid-uX5cN4Ogpw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uX5cN4Ogpw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uX5cN4Ogpw img,
.cid-uX5cN4Ogpw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX5cN4Ogpw .item:focus,
.cid-uX5cN4Ogpw span:focus {
  outline: none;
}
.cid-uX5cN4Ogpw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX5cN4Ogpw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX5cN4Ogpw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5cN4Ogpw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uX5cN4Ogpw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX5cN4Ogpw .mbr-section-title {
  color: #232323;
}
.cid-uX5cN4Ogpw .mbr-text,
.cid-uX5cN4Ogpw .mbr-section-btn {
  text-align: left;
}
.cid-uX5cN4Ogpw .item-title {
  text-align: left;
}
.cid-uX5cN4Ogpw .item-subtitle {
  text-align: left;
}
.cid-uX5cN5fKkA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uX5cN5fKkA .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uX5cN5fKkA form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uX5cN5fKkA form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5cN5fKkA form.mbr-form {
    padding: 1rem;
  }
}
.cid-uX5cN5fKkA form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uX5cN5fKkA form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uX5cN5yJzG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uX5cN5yJzG .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uX5cN5yJzG .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uX5cN5yJzG .mbr-text {
  color: #444;
}
.cid-uX5cN5yJzG h5 {
  margin-bottom: 0;
}
.cid-uX5cN5yJzG .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uX5cN5yJzG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX5cN5yJzG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uX5cN5yJzG .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX5cN5yJzG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uX5cN5yJzG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uX5cN5yJzG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uX5cN5yJzG .social-list a:hover {
  opacity: 0.4;
}
.cid-uX5cN5yJzG .media-container-row > div {
  padding: 0px;
}
.cid-uX5cN5yJzG .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5cN5yJzG .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uX5cN5yJzG .group-title SPAN {
  color: #ffffff;
}
.cid-uX5cN5yJzG .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uX5cN5yJzG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uX5cN5yJzG .social-list,
  .cid-uX5cN5yJzG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX5cN5yJzG h3 {
    margin-bottom: 10px;
  }
  .cid-uX5cN5yJzG .navbar-brand {
    text-align: center;
  }
}
.cid-uX5cN5yJzG .links SPAN {
  color: #9e9e9e;
}
.cid-uX5cN6c1wK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uX5cN6c1wK .col + .mbr-section-btn .btn,
  .cid-uX5cN6c1wK .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uX5cN6c1wK .dragArea > *:nth-last-child(2).col,
  .cid-uX5cN6c1wK .dragArea > *:nth-last-child(2).col-auto,
  .cid-uX5cN6c1wK .col + .mbr-section-btn,
  .cid-uX5cN6c1wK .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uX5cN6c1wK .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uX5cN6c1wK .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uX5cN6c1wK .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uX5cN6c1wK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uX5cN6c1wK .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uX5cN6c1wK .subtext-1,
.cid-uX5cN6c1wK .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uX5cN6c1wK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uX5cN6c1wK .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uX5cN6c1wK .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5cN6c1wK .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uX5cN6c1wK .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uX5cN6c1wK .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uX5cN6c1wK .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uX5cN6c1wK .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uX5cN6c1wK .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uX5cN6c1wK .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5cN6c1wK .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX5cN6c1wK .form-group {
  max-width: 400px;
}
.cid-uX5cN6c1wK .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uX5cN6c1wK .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uX5cN6c1wK .form-row {
    justify-content: center;
  }
  .cid-uX5cN6c1wK .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uX5cN6c1wK .subtext-1,
  .cid-uX5cN6c1wK .subtext-2,
  .cid-uX5cN6c1wK .card-support {
    text-align: center;
  }
  .cid-uX5cN6c1wK .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uX5cN6c1wK .form-text {
    text-align: center;
  }
  .cid-uX5cN6c1wK .follow-section {
    margin: 0;
  }
  .cid-uX5cN6c1wK .mbr-form {
    text-align: center;
  }
  .cid-uX5cN6c1wK .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uX5cN6c1wK .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uX5cN6c1wK .firstColumn,
  .cid-uX5cN6c1wK .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uX5cN6c1wK .form-row {
    flex-direction: column;
  }
}
.cid-uX5cN6c1wK img {
  width: auto;
}
.cid-uX5cN6c1wK LI {
  color: #ffffff;
}
.cid-uX5cN70sIc.popup-builder {
  background-color: #ffffff;
}
.cid-uX5cN70sIc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5cN70sIc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5cN70sIc .modal-content,
.cid-uX5cN70sIc .modal-dialog {
  height: auto;
}
.cid-uX5cN70sIc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5cN70sIc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5cN70sIc .form-wrapper .mbr-form .form-group,
  .cid-uX5cN70sIc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5cN70sIc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5cN70sIc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5cN70sIc .mbr-text {
  text-align: center;
}
.cid-uX5cN70sIc .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5cN70sIc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5cN70sIc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5cN70sIc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5cN70sIc .modal-open {
  overflow: hidden;
}
.cid-uX5cN70sIc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5cN70sIc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5cN70sIc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5cN70sIc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5cN70sIc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5cN70sIc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5cN70sIc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5cN70sIc .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5cN70sIc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5cN70sIc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5cN70sIc .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5cN70sIc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5cN70sIc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5cN70sIc .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5cN70sIc .modal-header .close:focus {
  outline: none;
}
.cid-uX5cN70sIc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5cN70sIc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5cN70sIc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5cN70sIc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5cN70sIc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5cN70sIc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5cN70sIc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5cN70sIc .modal-sm {
    max-width: 300px;
  }
  .cid-uX5cN70sIc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5cN70sIc .modal-lg,
  .cid-uX5cN70sIc .modal-xl {
    max-width: 800px;
  }
  .cid-uX5cN70sIc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5cN70sIc .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5cN70sIc .container {
    max-width: 1140px;
  }
}
.cid-uX5cN70sIc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5cN70sIc .container {
    max-width: 720px;
  }
}
.cid-uX5cN70sIc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5cN70sIc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5cN70sIc .form-group {
  margin-bottom: 1rem;
}
.cid-uX5cN70sIc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5cN70sIc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5cN70sIc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5cN7xSZc.popup-builder {
  background-color: #ffffff;
}
.cid-uX5cN7xSZc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5cN7xSZc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5cN7xSZc .modal-content,
.cid-uX5cN7xSZc .modal-dialog {
  height: auto;
}
.cid-uX5cN7xSZc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5cN7xSZc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5cN7xSZc .form-wrapper .mbr-form .form-group,
  .cid-uX5cN7xSZc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5cN7xSZc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5cN7xSZc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5cN7xSZc .mbr-text {
  text-align: center;
}
.cid-uX5cN7xSZc .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5cN7xSZc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5cN7xSZc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5cN7xSZc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5cN7xSZc .modal-open {
  overflow: hidden;
}
.cid-uX5cN7xSZc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5cN7xSZc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5cN7xSZc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5cN7xSZc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5cN7xSZc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5cN7xSZc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5cN7xSZc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5cN7xSZc .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5cN7xSZc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5cN7xSZc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5cN7xSZc .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5cN7xSZc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uX5cN7xSZc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5cN7xSZc .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5cN7xSZc .modal-header .close:focus {
  outline: none;
}
.cid-uX5cN7xSZc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX5cN7xSZc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uX5cN7xSZc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uX5cN7xSZc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5cN7xSZc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5cN7xSZc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5cN7xSZc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5cN7xSZc .modal-sm {
    max-width: 300px;
  }
  .cid-uX5cN7xSZc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uX5cN7xSZc .modal-lg,
  .cid-uX5cN7xSZc .modal-xl {
    max-width: 800px;
  }
  .cid-uX5cN7xSZc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5cN7xSZc .modal-xl {
    max-width: 1140px;
  }
  .cid-uX5cN7xSZc .container {
    max-width: 1140px;
  }
}
.cid-uX5cN7xSZc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX5cN7xSZc .container {
    max-width: 720px;
  }
}
.cid-uX5cN7xSZc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5cN7xSZc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5cN7xSZc .form-group {
  margin-bottom: 1rem;
}
.cid-uX5cN7xSZc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5cN7xSZc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5cN7xSZc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEj5Cty5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEj5Cty5H .nav-item,
.cid-uYEj5Cty5H .nav-link,
.cid-uYEj5Cty5H .navbar-caption {
  font-weight: normal;
}
.cid-uYEj5Cty5H .nav-item:focus,
.cid-uYEj5Cty5H .nav-link:focus {
  outline: none;
}
.cid-uYEj5Cty5H .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYEj5Cty5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYEj5Cty5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEj5Cty5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEj5Cty5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEj5Cty5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uYEj5Cty5H .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uYEj5Cty5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uYEj5Cty5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEj5Cty5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEj5Cty5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYEj5Cty5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYEj5Cty5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEj5Cty5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYEj5Cty5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEj5Cty5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEj5Cty5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYEj5Cty5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEj5Cty5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEj5Cty5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYEj5Cty5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEj5Cty5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYEj5Cty5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uYEj5Cty5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEj5Cty5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYEj5Cty5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYEj5Cty5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYEj5Cty5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYEj5Cty5H .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uYEj5Cty5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uYEj5Cty5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYEj5Cty5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYEj5Cty5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEj5Cty5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEj5Cty5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYEj5Cty5H .dropdown-item.active,
.cid-uYEj5Cty5H .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEj5Cty5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEj5Cty5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEj5Cty5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uYEj5Cty5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEj5Cty5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEj5Cty5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYEj5Cty5H .navbar-buttons {
  text-align: center;
}
.cid-uYEj5Cty5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEj5Cty5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uYEj5Cty5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYEj5Cty5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEj5Cty5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEj5Cty5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYEj5Cty5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEj5Cty5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYEj5Cty5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYEj5Cty5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEj5Cty5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYEj5Cty5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEj5Cty5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYEj5Cty5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uYEj5Cty5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uYEj5Cty5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEj5Cty5H .navbar {
    height: 77px;
  }
  .cid-uYEj5Cty5H .navbar.opened {
    height: auto;
  }
  .cid-uYEj5Cty5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYEj5D3ZMO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uYEj5D3ZMO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYEj5DfJzt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uYEj5DfJzt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYEj5DfJzt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYEj5DfJzt .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYEj5DfJzt .mbr-text {
  color: #000000;
}
.cid-uYEj5DfJzt .fnt025 {
  font-size: 25px;
}
.cid-uYEj5Dx2Ps {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uYEj5Dx2Ps .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYEj5Dx2Ps img,
.cid-uYEj5Dx2Ps .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYEj5Dx2Ps .item:focus,
.cid-uYEj5Dx2Ps span:focus {
  outline: none;
}
.cid-uYEj5Dx2Ps .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYEj5Dx2Ps .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYEj5Dx2Ps .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEj5Dx2Ps .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYEj5Dx2Ps .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYEj5Dx2Ps .mbr-section-title {
  color: #232323;
}
.cid-uYEj5Dx2Ps .mbr-text,
.cid-uYEj5Dx2Ps .mbr-section-btn {
  text-align: left;
}
.cid-uYEj5Dx2Ps .item-title {
  text-align: left;
}
.cid-uYEj5Dx2Ps .item-subtitle {
  text-align: left;
}
.cid-uYEj5E4Au3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uYEj5E4Au3 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uYEj5E4Au3 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uYEj5E4Au3 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEj5E4Au3 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uYEj5E4Au3 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uYEj5E4Au3 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uYEj5Eo981 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uYEj5Eo981 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uYEj5Eo981 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uYEj5Eo981 .mbr-text {
  color: #444;
}
.cid-uYEj5Eo981 h5 {
  margin-bottom: 0;
}
.cid-uYEj5Eo981 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uYEj5Eo981 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEj5Eo981 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uYEj5Eo981 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEj5Eo981 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYEj5Eo981 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYEj5Eo981 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYEj5Eo981 .social-list a:hover {
  opacity: 0.4;
}
.cid-uYEj5Eo981 .media-container-row > div {
  padding: 0px;
}
.cid-uYEj5Eo981 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEj5Eo981 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uYEj5Eo981 .group-title SPAN {
  color: #ffffff;
}
.cid-uYEj5Eo981 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uYEj5Eo981 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYEj5Eo981 .social-list,
  .cid-uYEj5Eo981 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYEj5Eo981 h3 {
    margin-bottom: 10px;
  }
  .cid-uYEj5Eo981 .navbar-brand {
    text-align: center;
  }
}
.cid-uYEj5Eo981 .links SPAN {
  color: #9e9e9e;
}
.cid-uYEj5EVJor {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uYEj5EVJor .col + .mbr-section-btn .btn,
  .cid-uYEj5EVJor .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uYEj5EVJor .dragArea > *:nth-last-child(2).col,
  .cid-uYEj5EVJor .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYEj5EVJor .col + .mbr-section-btn,
  .cid-uYEj5EVJor .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uYEj5EVJor .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uYEj5EVJor .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uYEj5EVJor .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uYEj5EVJor .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYEj5EVJor .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uYEj5EVJor .subtext-1,
.cid-uYEj5EVJor .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uYEj5EVJor .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYEj5EVJor .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uYEj5EVJor .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEj5EVJor .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uYEj5EVJor .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEj5EVJor .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uYEj5EVJor .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uYEj5EVJor .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uYEj5EVJor .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYEj5EVJor .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEj5EVJor .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEj5EVJor .form-group {
  max-width: 400px;
}
.cid-uYEj5EVJor .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uYEj5EVJor .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uYEj5EVJor .form-row {
    justify-content: center;
  }
  .cid-uYEj5EVJor .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uYEj5EVJor .subtext-1,
  .cid-uYEj5EVJor .subtext-2,
  .cid-uYEj5EVJor .card-support {
    text-align: center;
  }
  .cid-uYEj5EVJor .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uYEj5EVJor .form-text {
    text-align: center;
  }
  .cid-uYEj5EVJor .follow-section {
    margin: 0;
  }
  .cid-uYEj5EVJor .mbr-form {
    text-align: center;
  }
  .cid-uYEj5EVJor .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uYEj5EVJor .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uYEj5EVJor .firstColumn,
  .cid-uYEj5EVJor .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uYEj5EVJor .form-row {
    flex-direction: column;
  }
}
.cid-uYEj5EVJor img {
  width: auto;
}
.cid-uYEj5EVJor LI {
  color: #ffffff;
}
.cid-uYEj5FFka7.popup-builder {
  background-color: #ffffff;
}
.cid-uYEj5FFka7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEj5FFka7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEj5FFka7 .modal-content,
.cid-uYEj5FFka7 .modal-dialog {
  height: auto;
}
.cid-uYEj5FFka7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEj5FFka7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEj5FFka7 .form-wrapper .mbr-form .form-group,
  .cid-uYEj5FFka7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEj5FFka7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEj5FFka7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEj5FFka7 .mbr-text {
  text-align: center;
}
.cid-uYEj5FFka7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEj5FFka7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEj5FFka7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEj5FFka7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEj5FFka7 .modal-open {
  overflow: hidden;
}
.cid-uYEj5FFka7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEj5FFka7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEj5FFka7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEj5FFka7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEj5FFka7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEj5FFka7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEj5FFka7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEj5FFka7 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEj5FFka7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEj5FFka7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEj5FFka7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEj5FFka7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEj5FFka7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEj5FFka7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEj5FFka7 .modal-header .close:focus {
  outline: none;
}
.cid-uYEj5FFka7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEj5FFka7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEj5FFka7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEj5FFka7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEj5FFka7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEj5FFka7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEj5FFka7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEj5FFka7 .modal-sm {
    max-width: 300px;
  }
  .cid-uYEj5FFka7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEj5FFka7 .modal-lg,
  .cid-uYEj5FFka7 .modal-xl {
    max-width: 800px;
  }
  .cid-uYEj5FFka7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEj5FFka7 .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEj5FFka7 .container {
    max-width: 1140px;
  }
}
.cid-uYEj5FFka7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEj5FFka7 .container {
    max-width: 720px;
  }
}
.cid-uYEj5FFka7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEj5FFka7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEj5FFka7 .form-group {
  margin-bottom: 1rem;
}
.cid-uYEj5FFka7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEj5FFka7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEj5FFka7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEj5G7ueD.popup-builder {
  background-color: #ffffff;
}
.cid-uYEj5G7ueD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEj5G7ueD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEj5G7ueD .modal-content,
.cid-uYEj5G7ueD .modal-dialog {
  height: auto;
}
.cid-uYEj5G7ueD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEj5G7ueD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEj5G7ueD .form-wrapper .mbr-form .form-group,
  .cid-uYEj5G7ueD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEj5G7ueD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEj5G7ueD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEj5G7ueD .mbr-text {
  text-align: center;
}
.cid-uYEj5G7ueD .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEj5G7ueD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEj5G7ueD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEj5G7ueD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEj5G7ueD .modal-open {
  overflow: hidden;
}
.cid-uYEj5G7ueD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEj5G7ueD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEj5G7ueD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEj5G7ueD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEj5G7ueD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEj5G7ueD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEj5G7ueD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEj5G7ueD .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEj5G7ueD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEj5G7ueD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEj5G7ueD .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEj5G7ueD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEj5G7ueD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEj5G7ueD .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEj5G7ueD .modal-header .close:focus {
  outline: none;
}
.cid-uYEj5G7ueD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEj5G7ueD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEj5G7ueD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEj5G7ueD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEj5G7ueD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEj5G7ueD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEj5G7ueD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEj5G7ueD .modal-sm {
    max-width: 300px;
  }
  .cid-uYEj5G7ueD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEj5G7ueD .modal-lg,
  .cid-uYEj5G7ueD .modal-xl {
    max-width: 800px;
  }
  .cid-uYEj5G7ueD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEj5G7ueD .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEj5G7ueD .container {
    max-width: 1140px;
  }
}
.cid-uYEj5G7ueD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEj5G7ueD .container {
    max-width: 720px;
  }
}
.cid-uYEj5G7ueD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEj5G7ueD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEj5G7ueD .form-group {
  margin-bottom: 1rem;
}
.cid-uYEj5G7ueD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEj5G7ueD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEj5G7ueD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjxxYUGg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjxxYUGg .nav-item,
.cid-uYEjxxYUGg .nav-link,
.cid-uYEjxxYUGg .navbar-caption {
  font-weight: normal;
}
.cid-uYEjxxYUGg .nav-item:focus,
.cid-uYEjxxYUGg .nav-link:focus {
  outline: none;
}
.cid-uYEjxxYUGg .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYEjxxYUGg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYEjxxYUGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjxxYUGg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEjxxYUGg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEjxxYUGg .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uYEjxxYUGg .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uYEjxxYUGg .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uYEjxxYUGg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEjxxYUGg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEjxxYUGg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYEjxxYUGg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYEjxxYUGg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEjxxYUGg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYEjxxYUGg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEjxxYUGg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjxxYUGg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYEjxxYUGg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEjxxYUGg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEjxxYUGg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYEjxxYUGg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEjxxYUGg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYEjxxYUGg .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uYEjxxYUGg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEjxxYUGg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYEjxxYUGg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYEjxxYUGg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYEjxxYUGg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYEjxxYUGg .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uYEjxxYUGg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uYEjxxYUGg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYEjxxYUGg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYEjxxYUGg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEjxxYUGg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEjxxYUGg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYEjxxYUGg .dropdown-item.active,
.cid-uYEjxxYUGg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEjxxYUGg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEjxxYUGg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEjxxYUGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uYEjxxYUGg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEjxxYUGg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEjxxYUGg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYEjxxYUGg .navbar-buttons {
  text-align: center;
}
.cid-uYEjxxYUGg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjxxYUGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uYEjxxYUGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYEjxxYUGg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjxxYUGg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjxxYUGg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYEjxxYUGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjxxYUGg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYEjxxYUGg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYEjxxYUGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjxxYUGg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYEjxxYUGg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjxxYUGg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYEjxxYUGg .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uYEjxxYUGg .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uYEjxxYUGg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEjxxYUGg .navbar {
    height: 77px;
  }
  .cid-uYEjxxYUGg .navbar.opened {
    height: auto;
  }
  .cid-uYEjxxYUGg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYEjxyx1Eg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uYEjxyx1Eg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYEjxyJsPN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uYEjxyJsPN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYEjxyJsPN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYEjxyJsPN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYEjxyJsPN .mbr-text {
  color: #000000;
}
.cid-uYEjxyJsPN .fnt025 {
  font-size: 25px;
}
.cid-uYEjxz20g9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uYEjxz20g9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYEjxz20g9 img,
.cid-uYEjxz20g9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYEjxz20g9 .item:focus,
.cid-uYEjxz20g9 span:focus {
  outline: none;
}
.cid-uYEjxz20g9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYEjxz20g9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYEjxz20g9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjxz20g9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYEjxz20g9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYEjxz20g9 .mbr-section-title {
  color: #232323;
}
.cid-uYEjxz20g9 .mbr-text,
.cid-uYEjxz20g9 .mbr-section-btn {
  text-align: left;
}
.cid-uYEjxz20g9 .item-title {
  text-align: left;
}
.cid-uYEjxz20g9 .item-subtitle {
  text-align: left;
}
.cid-uYEjxzBDkq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uYEjxzBDkq .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uYEjxzBDkq form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uYEjxzBDkq form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjxzBDkq form.mbr-form {
    padding: 1rem;
  }
}
.cid-uYEjxzBDkq form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uYEjxzBDkq form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uYEjxA2niP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uYEjxA2niP .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uYEjxA2niP .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uYEjxA2niP .mbr-text {
  color: #444;
}
.cid-uYEjxA2niP h5 {
  margin-bottom: 0;
}
.cid-uYEjxA2niP .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uYEjxA2niP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjxA2niP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uYEjxA2niP .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjxA2niP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYEjxA2niP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYEjxA2niP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYEjxA2niP .social-list a:hover {
  opacity: 0.4;
}
.cid-uYEjxA2niP .media-container-row > div {
  padding: 0px;
}
.cid-uYEjxA2niP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjxA2niP .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uYEjxA2niP .group-title SPAN {
  color: #ffffff;
}
.cid-uYEjxA2niP .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uYEjxA2niP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYEjxA2niP .social-list,
  .cid-uYEjxA2niP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYEjxA2niP h3 {
    margin-bottom: 10px;
  }
  .cid-uYEjxA2niP .navbar-brand {
    text-align: center;
  }
}
.cid-uYEjxA2niP .links SPAN {
  color: #9e9e9e;
}
.cid-uYEjxACZ7W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uYEjxACZ7W .col + .mbr-section-btn .btn,
  .cid-uYEjxACZ7W .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uYEjxACZ7W .dragArea > *:nth-last-child(2).col,
  .cid-uYEjxACZ7W .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYEjxACZ7W .col + .mbr-section-btn,
  .cid-uYEjxACZ7W .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uYEjxACZ7W .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uYEjxACZ7W .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uYEjxACZ7W .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uYEjxACZ7W .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYEjxACZ7W .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uYEjxACZ7W .subtext-1,
.cid-uYEjxACZ7W .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uYEjxACZ7W .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYEjxACZ7W .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uYEjxACZ7W .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjxACZ7W .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uYEjxACZ7W .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjxACZ7W .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uYEjxACZ7W .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uYEjxACZ7W .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uYEjxACZ7W .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjxACZ7W .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjxACZ7W .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjxACZ7W .form-group {
  max-width: 400px;
}
.cid-uYEjxACZ7W .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uYEjxACZ7W .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uYEjxACZ7W .form-row {
    justify-content: center;
  }
  .cid-uYEjxACZ7W .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjxACZ7W .subtext-1,
  .cid-uYEjxACZ7W .subtext-2,
  .cid-uYEjxACZ7W .card-support {
    text-align: center;
  }
  .cid-uYEjxACZ7W .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uYEjxACZ7W .form-text {
    text-align: center;
  }
  .cid-uYEjxACZ7W .follow-section {
    margin: 0;
  }
  .cid-uYEjxACZ7W .mbr-form {
    text-align: center;
  }
  .cid-uYEjxACZ7W .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uYEjxACZ7W .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjxACZ7W .firstColumn,
  .cid-uYEjxACZ7W .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uYEjxACZ7W .form-row {
    flex-direction: column;
  }
}
.cid-uYEjxACZ7W img {
  width: auto;
}
.cid-uYEjxACZ7W LI {
  color: #ffffff;
}
.cid-uYEjxBEn2r.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjxBEn2r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjxBEn2r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjxBEn2r .modal-content,
.cid-uYEjxBEn2r .modal-dialog {
  height: auto;
}
.cid-uYEjxBEn2r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjxBEn2r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjxBEn2r .form-wrapper .mbr-form .form-group,
  .cid-uYEjxBEn2r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjxBEn2r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjxBEn2r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjxBEn2r .mbr-text {
  text-align: center;
}
.cid-uYEjxBEn2r .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjxBEn2r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjxBEn2r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjxBEn2r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjxBEn2r .modal-open {
  overflow: hidden;
}
.cid-uYEjxBEn2r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjxBEn2r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjxBEn2r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjxBEn2r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjxBEn2r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjxBEn2r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjxBEn2r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjxBEn2r .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjxBEn2r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjxBEn2r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjxBEn2r .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjxBEn2r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjxBEn2r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjxBEn2r .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjxBEn2r .modal-header .close:focus {
  outline: none;
}
.cid-uYEjxBEn2r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjxBEn2r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjxBEn2r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjxBEn2r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjxBEn2r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjxBEn2r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjxBEn2r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjxBEn2r .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjxBEn2r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjxBEn2r .modal-lg,
  .cid-uYEjxBEn2r .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjxBEn2r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjxBEn2r .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjxBEn2r .container {
    max-width: 1140px;
  }
}
.cid-uYEjxBEn2r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjxBEn2r .container {
    max-width: 720px;
  }
}
.cid-uYEjxBEn2r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjxBEn2r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjxBEn2r .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjxBEn2r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjxBEn2r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjxBEn2r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjxCtZPZ.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjxCtZPZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjxCtZPZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjxCtZPZ .modal-content,
.cid-uYEjxCtZPZ .modal-dialog {
  height: auto;
}
.cid-uYEjxCtZPZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjxCtZPZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjxCtZPZ .form-wrapper .mbr-form .form-group,
  .cid-uYEjxCtZPZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjxCtZPZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjxCtZPZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjxCtZPZ .mbr-text {
  text-align: center;
}
.cid-uYEjxCtZPZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjxCtZPZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjxCtZPZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjxCtZPZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjxCtZPZ .modal-open {
  overflow: hidden;
}
.cid-uYEjxCtZPZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjxCtZPZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjxCtZPZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjxCtZPZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjxCtZPZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjxCtZPZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjxCtZPZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjxCtZPZ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjxCtZPZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjxCtZPZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjxCtZPZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjxCtZPZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjxCtZPZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjxCtZPZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjxCtZPZ .modal-header .close:focus {
  outline: none;
}
.cid-uYEjxCtZPZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjxCtZPZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjxCtZPZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjxCtZPZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjxCtZPZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjxCtZPZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjxCtZPZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjxCtZPZ .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjxCtZPZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjxCtZPZ .modal-lg,
  .cid-uYEjxCtZPZ .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjxCtZPZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjxCtZPZ .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjxCtZPZ .container {
    max-width: 1140px;
  }
}
.cid-uYEjxCtZPZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjxCtZPZ .container {
    max-width: 720px;
  }
}
.cid-uYEjxCtZPZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjxCtZPZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjxCtZPZ .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjxCtZPZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjxCtZPZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjxCtZPZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjPnhWQj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjPnhWQj .nav-item,
.cid-uYEjPnhWQj .nav-link,
.cid-uYEjPnhWQj .navbar-caption {
  font-weight: normal;
}
.cid-uYEjPnhWQj .nav-item:focus,
.cid-uYEjPnhWQj .nav-link:focus {
  outline: none;
}
.cid-uYEjPnhWQj .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYEjPnhWQj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYEjPnhWQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjPnhWQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEjPnhWQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEjPnhWQj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uYEjPnhWQj .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uYEjPnhWQj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uYEjPnhWQj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEjPnhWQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEjPnhWQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYEjPnhWQj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYEjPnhWQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEjPnhWQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYEjPnhWQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEjPnhWQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjPnhWQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYEjPnhWQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEjPnhWQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEjPnhWQj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYEjPnhWQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEjPnhWQj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYEjPnhWQj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uYEjPnhWQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEjPnhWQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYEjPnhWQj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYEjPnhWQj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYEjPnhWQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYEjPnhWQj .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uYEjPnhWQj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uYEjPnhWQj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYEjPnhWQj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYEjPnhWQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEjPnhWQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEjPnhWQj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYEjPnhWQj .dropdown-item.active,
.cid-uYEjPnhWQj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEjPnhWQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEjPnhWQj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEjPnhWQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uYEjPnhWQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEjPnhWQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEjPnhWQj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYEjPnhWQj .navbar-buttons {
  text-align: center;
}
.cid-uYEjPnhWQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjPnhWQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uYEjPnhWQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYEjPnhWQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjPnhWQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjPnhWQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYEjPnhWQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjPnhWQj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYEjPnhWQj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYEjPnhWQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjPnhWQj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYEjPnhWQj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjPnhWQj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYEjPnhWQj .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uYEjPnhWQj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uYEjPnhWQj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEjPnhWQj .navbar {
    height: 77px;
  }
  .cid-uYEjPnhWQj .navbar.opened {
    height: auto;
  }
  .cid-uYEjPnhWQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYEjPnP9bA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uYEjPnP9bA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYEjPo1lJ7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uYEjPo1lJ7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYEjPo1lJ7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYEjPo1lJ7 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYEjPo1lJ7 .mbr-text {
  color: #000000;
}
.cid-uYEjPo1lJ7 .fnt025 {
  font-size: 25px;
}
.cid-uYEjPokxdS {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uYEjPokxdS .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYEjPokxdS img,
.cid-uYEjPokxdS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYEjPokxdS .item:focus,
.cid-uYEjPokxdS span:focus {
  outline: none;
}
.cid-uYEjPokxdS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYEjPokxdS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYEjPokxdS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjPokxdS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYEjPokxdS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYEjPokxdS .mbr-section-title {
  color: #232323;
}
.cid-uYEjPokxdS .mbr-text,
.cid-uYEjPokxdS .mbr-section-btn {
  text-align: left;
}
.cid-uYEjPokxdS .item-title {
  text-align: left;
}
.cid-uYEjPokxdS .item-subtitle {
  text-align: left;
}
.cid-uYEjPoVMLy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uYEjPoVMLy .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uYEjPoVMLy form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uYEjPoVMLy form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjPoVMLy form.mbr-form {
    padding: 1rem;
  }
}
.cid-uYEjPoVMLy form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uYEjPoVMLy form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uYEjPphI89 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uYEjPphI89 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uYEjPphI89 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uYEjPphI89 .mbr-text {
  color: #444;
}
.cid-uYEjPphI89 h5 {
  margin-bottom: 0;
}
.cid-uYEjPphI89 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uYEjPphI89 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjPphI89 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uYEjPphI89 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjPphI89 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYEjPphI89 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYEjPphI89 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYEjPphI89 .social-list a:hover {
  opacity: 0.4;
}
.cid-uYEjPphI89 .media-container-row > div {
  padding: 0px;
}
.cid-uYEjPphI89 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjPphI89 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uYEjPphI89 .group-title SPAN {
  color: #ffffff;
}
.cid-uYEjPphI89 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uYEjPphI89 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYEjPphI89 .social-list,
  .cid-uYEjPphI89 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYEjPphI89 h3 {
    margin-bottom: 10px;
  }
  .cid-uYEjPphI89 .navbar-brand {
    text-align: center;
  }
}
.cid-uYEjPphI89 .links SPAN {
  color: #9e9e9e;
}
.cid-uYEjPpXaYK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uYEjPpXaYK .col + .mbr-section-btn .btn,
  .cid-uYEjPpXaYK .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uYEjPpXaYK .dragArea > *:nth-last-child(2).col,
  .cid-uYEjPpXaYK .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYEjPpXaYK .col + .mbr-section-btn,
  .cid-uYEjPpXaYK .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uYEjPpXaYK .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uYEjPpXaYK .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uYEjPpXaYK .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uYEjPpXaYK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYEjPpXaYK .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uYEjPpXaYK .subtext-1,
.cid-uYEjPpXaYK .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uYEjPpXaYK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYEjPpXaYK .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uYEjPpXaYK .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjPpXaYK .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uYEjPpXaYK .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjPpXaYK .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uYEjPpXaYK .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uYEjPpXaYK .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uYEjPpXaYK .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjPpXaYK .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjPpXaYK .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjPpXaYK .form-group {
  max-width: 400px;
}
.cid-uYEjPpXaYK .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uYEjPpXaYK .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uYEjPpXaYK .form-row {
    justify-content: center;
  }
  .cid-uYEjPpXaYK .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjPpXaYK .subtext-1,
  .cid-uYEjPpXaYK .subtext-2,
  .cid-uYEjPpXaYK .card-support {
    text-align: center;
  }
  .cid-uYEjPpXaYK .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uYEjPpXaYK .form-text {
    text-align: center;
  }
  .cid-uYEjPpXaYK .follow-section {
    margin: 0;
  }
  .cid-uYEjPpXaYK .mbr-form {
    text-align: center;
  }
  .cid-uYEjPpXaYK .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uYEjPpXaYK .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjPpXaYK .firstColumn,
  .cid-uYEjPpXaYK .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uYEjPpXaYK .form-row {
    flex-direction: column;
  }
}
.cid-uYEjPpXaYK img {
  width: auto;
}
.cid-uYEjPpXaYK LI {
  color: #ffffff;
}
.cid-uYEjPqOYVo.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjPqOYVo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjPqOYVo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjPqOYVo .modal-content,
.cid-uYEjPqOYVo .modal-dialog {
  height: auto;
}
.cid-uYEjPqOYVo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjPqOYVo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjPqOYVo .form-wrapper .mbr-form .form-group,
  .cid-uYEjPqOYVo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjPqOYVo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjPqOYVo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjPqOYVo .mbr-text {
  text-align: center;
}
.cid-uYEjPqOYVo .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjPqOYVo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjPqOYVo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjPqOYVo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjPqOYVo .modal-open {
  overflow: hidden;
}
.cid-uYEjPqOYVo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjPqOYVo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjPqOYVo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjPqOYVo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjPqOYVo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjPqOYVo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjPqOYVo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjPqOYVo .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjPqOYVo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjPqOYVo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjPqOYVo .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjPqOYVo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjPqOYVo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjPqOYVo .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjPqOYVo .modal-header .close:focus {
  outline: none;
}
.cid-uYEjPqOYVo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjPqOYVo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjPqOYVo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjPqOYVo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjPqOYVo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjPqOYVo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjPqOYVo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjPqOYVo .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjPqOYVo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjPqOYVo .modal-lg,
  .cid-uYEjPqOYVo .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjPqOYVo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjPqOYVo .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjPqOYVo .container {
    max-width: 1140px;
  }
}
.cid-uYEjPqOYVo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjPqOYVo .container {
    max-width: 720px;
  }
}
.cid-uYEjPqOYVo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjPqOYVo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjPqOYVo .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjPqOYVo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjPqOYVo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjPqOYVo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjPrmjKU.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjPrmjKU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjPrmjKU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjPrmjKU .modal-content,
.cid-uYEjPrmjKU .modal-dialog {
  height: auto;
}
.cid-uYEjPrmjKU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjPrmjKU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjPrmjKU .form-wrapper .mbr-form .form-group,
  .cid-uYEjPrmjKU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjPrmjKU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjPrmjKU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjPrmjKU .mbr-text {
  text-align: center;
}
.cid-uYEjPrmjKU .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjPrmjKU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjPrmjKU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjPrmjKU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjPrmjKU .modal-open {
  overflow: hidden;
}
.cid-uYEjPrmjKU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjPrmjKU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjPrmjKU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjPrmjKU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjPrmjKU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjPrmjKU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjPrmjKU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjPrmjKU .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjPrmjKU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjPrmjKU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjPrmjKU .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjPrmjKU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjPrmjKU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjPrmjKU .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjPrmjKU .modal-header .close:focus {
  outline: none;
}
.cid-uYEjPrmjKU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjPrmjKU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjPrmjKU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjPrmjKU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjPrmjKU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjPrmjKU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjPrmjKU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjPrmjKU .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjPrmjKU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjPrmjKU .modal-lg,
  .cid-uYEjPrmjKU .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjPrmjKU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjPrmjKU .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjPrmjKU .container {
    max-width: 1140px;
  }
}
.cid-uYEjPrmjKU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjPrmjKU .container {
    max-width: 720px;
  }
}
.cid-uYEjPrmjKU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjPrmjKU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjPrmjKU .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjPrmjKU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjPrmjKU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjPrmjKU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjn7EIrG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjn7EIrG .nav-item,
.cid-uYEjn7EIrG .nav-link,
.cid-uYEjn7EIrG .navbar-caption {
  font-weight: normal;
}
.cid-uYEjn7EIrG .nav-item:focus,
.cid-uYEjn7EIrG .nav-link:focus {
  outline: none;
}
.cid-uYEjn7EIrG .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYEjn7EIrG .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYEjn7EIrG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEjn7EIrG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEjn7EIrG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEjn7EIrG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uYEjn7EIrG .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uYEjn7EIrG .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uYEjn7EIrG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEjn7EIrG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEjn7EIrG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYEjn7EIrG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYEjn7EIrG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEjn7EIrG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYEjn7EIrG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEjn7EIrG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjn7EIrG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYEjn7EIrG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEjn7EIrG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEjn7EIrG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYEjn7EIrG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEjn7EIrG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYEjn7EIrG .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uYEjn7EIrG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEjn7EIrG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYEjn7EIrG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYEjn7EIrG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYEjn7EIrG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYEjn7EIrG .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uYEjn7EIrG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uYEjn7EIrG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYEjn7EIrG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYEjn7EIrG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEjn7EIrG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEjn7EIrG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYEjn7EIrG .dropdown-item.active,
.cid-uYEjn7EIrG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEjn7EIrG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEjn7EIrG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEjn7EIrG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uYEjn7EIrG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEjn7EIrG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEjn7EIrG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYEjn7EIrG .navbar-buttons {
  text-align: center;
}
.cid-uYEjn7EIrG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjn7EIrG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uYEjn7EIrG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYEjn7EIrG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjn7EIrG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEjn7EIrG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYEjn7EIrG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjn7EIrG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYEjn7EIrG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYEjn7EIrG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEjn7EIrG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uYEjn7EIrG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjn7EIrG .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYEjn7EIrG .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uYEjn7EIrG .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uYEjn7EIrG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEjn7EIrG .navbar {
    height: 77px;
  }
  .cid-uYEjn7EIrG .navbar.opened {
    height: auto;
  }
  .cid-uYEjn7EIrG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYEjn8eHay {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uYEjn8eHay .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYEjn8r4xX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-uYEjn8r4xX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uYEjn8r4xX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYEjn8r4xX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uYEjn8r4xX .mbr-text {
  color: #000000;
}
.cid-uYEjn8r4xX .fnt025 {
  font-size: 25px;
}
.cid-uYEjn8QdN5 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-uYEjn8QdN5 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYEjn8QdN5 img,
.cid-uYEjn8QdN5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYEjn8QdN5 .item:focus,
.cid-uYEjn8QdN5 span:focus {
  outline: none;
}
.cid-uYEjn8QdN5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYEjn8QdN5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYEjn8QdN5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjn8QdN5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYEjn8QdN5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYEjn8QdN5 .mbr-section-title {
  color: #232323;
}
.cid-uYEjn8QdN5 .mbr-text,
.cid-uYEjn8QdN5 .mbr-section-btn {
  text-align: left;
}
.cid-uYEjn8QdN5 .item-title {
  text-align: left;
}
.cid-uYEjn8QdN5 .item-subtitle {
  text-align: left;
}
.cid-uYEjn9oJ5J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uYEjn9oJ5J .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uYEjn9oJ5J form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uYEjn9oJ5J form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYEjn9oJ5J form.mbr-form {
    padding: 1rem;
  }
}
.cid-uYEjn9oJ5J form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uYEjn9oJ5J form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uYEjn9IwFg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uYEjn9IwFg .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uYEjn9IwFg .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uYEjn9IwFg .mbr-text {
  color: #444;
}
.cid-uYEjn9IwFg h5 {
  margin-bottom: 0;
}
.cid-uYEjn9IwFg .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uYEjn9IwFg .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEjn9IwFg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uYEjn9IwFg .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYEjn9IwFg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYEjn9IwFg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYEjn9IwFg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYEjn9IwFg .social-list a:hover {
  opacity: 0.4;
}
.cid-uYEjn9IwFg .media-container-row > div {
  padding: 0px;
}
.cid-uYEjn9IwFg .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjn9IwFg .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uYEjn9IwFg .group-title SPAN {
  color: #ffffff;
}
.cid-uYEjn9IwFg .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uYEjn9IwFg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYEjn9IwFg .social-list,
  .cid-uYEjn9IwFg .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYEjn9IwFg h3 {
    margin-bottom: 10px;
  }
  .cid-uYEjn9IwFg .navbar-brand {
    text-align: center;
  }
}
.cid-uYEjn9IwFg .links SPAN {
  color: #9e9e9e;
}
.cid-uYEjnal8MA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uYEjnal8MA .col + .mbr-section-btn .btn,
  .cid-uYEjnal8MA .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uYEjnal8MA .dragArea > *:nth-last-child(2).col,
  .cid-uYEjnal8MA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYEjnal8MA .col + .mbr-section-btn,
  .cid-uYEjnal8MA .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uYEjnal8MA .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uYEjnal8MA .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uYEjnal8MA .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uYEjnal8MA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uYEjnal8MA .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uYEjnal8MA .subtext-1,
.cid-uYEjnal8MA .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uYEjnal8MA .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYEjnal8MA .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uYEjnal8MA .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjnal8MA .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uYEjnal8MA .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uYEjnal8MA .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uYEjnal8MA .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uYEjnal8MA .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uYEjnal8MA .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjnal8MA .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjnal8MA .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYEjnal8MA .form-group {
  max-width: 400px;
}
.cid-uYEjnal8MA .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uYEjnal8MA .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uYEjnal8MA .form-row {
    justify-content: center;
  }
  .cid-uYEjnal8MA .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjnal8MA .subtext-1,
  .cid-uYEjnal8MA .subtext-2,
  .cid-uYEjnal8MA .card-support {
    text-align: center;
  }
  .cid-uYEjnal8MA .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uYEjnal8MA .form-text {
    text-align: center;
  }
  .cid-uYEjnal8MA .follow-section {
    margin: 0;
  }
  .cid-uYEjnal8MA .mbr-form {
    text-align: center;
  }
  .cid-uYEjnal8MA .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uYEjnal8MA .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uYEjnal8MA .firstColumn,
  .cid-uYEjnal8MA .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uYEjnal8MA .form-row {
    flex-direction: column;
  }
}
.cid-uYEjnal8MA img {
  width: auto;
}
.cid-uYEjnal8MA LI {
  color: #ffffff;
}
.cid-uYEjnbdvRz.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjnbdvRz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjnbdvRz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjnbdvRz .modal-content,
.cid-uYEjnbdvRz .modal-dialog {
  height: auto;
}
.cid-uYEjnbdvRz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjnbdvRz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjnbdvRz .form-wrapper .mbr-form .form-group,
  .cid-uYEjnbdvRz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjnbdvRz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjnbdvRz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjnbdvRz .mbr-text {
  text-align: center;
}
.cid-uYEjnbdvRz .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjnbdvRz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjnbdvRz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjnbdvRz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjnbdvRz .modal-open {
  overflow: hidden;
}
.cid-uYEjnbdvRz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjnbdvRz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjnbdvRz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjnbdvRz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjnbdvRz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjnbdvRz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjnbdvRz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjnbdvRz .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjnbdvRz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjnbdvRz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjnbdvRz .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjnbdvRz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjnbdvRz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjnbdvRz .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjnbdvRz .modal-header .close:focus {
  outline: none;
}
.cid-uYEjnbdvRz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjnbdvRz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjnbdvRz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjnbdvRz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjnbdvRz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjnbdvRz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjnbdvRz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjnbdvRz .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjnbdvRz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjnbdvRz .modal-lg,
  .cid-uYEjnbdvRz .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjnbdvRz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjnbdvRz .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjnbdvRz .container {
    max-width: 1140px;
  }
}
.cid-uYEjnbdvRz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjnbdvRz .container {
    max-width: 720px;
  }
}
.cid-uYEjnbdvRz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjnbdvRz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjnbdvRz .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjnbdvRz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjnbdvRz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjnbdvRz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYEjnbIBuh.popup-builder {
  background-color: #ffffff;
}
.cid-uYEjnbIBuh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYEjnbIBuh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYEjnbIBuh .modal-content,
.cid-uYEjnbIBuh .modal-dialog {
  height: auto;
}
.cid-uYEjnbIBuh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYEjnbIBuh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYEjnbIBuh .form-wrapper .mbr-form .form-group,
  .cid-uYEjnbIBuh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYEjnbIBuh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYEjnbIBuh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEjnbIBuh .mbr-text {
  text-align: center;
}
.cid-uYEjnbIBuh .pt-0 {
  padding-top: 0 !important;
}
.cid-uYEjnbIBuh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYEjnbIBuh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYEjnbIBuh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYEjnbIBuh .modal-open {
  overflow: hidden;
}
.cid-uYEjnbIBuh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYEjnbIBuh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYEjnbIBuh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYEjnbIBuh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYEjnbIBuh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYEjnbIBuh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYEjnbIBuh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYEjnbIBuh .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYEjnbIBuh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYEjnbIBuh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYEjnbIBuh .modal-backdrop.show {
  opacity: .5;
}
.cid-uYEjnbIBuh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uYEjnbIBuh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYEjnbIBuh .modal-header .close:hover {
  opacity: 1;
}
.cid-uYEjnbIBuh .modal-header .close:focus {
  outline: none;
}
.cid-uYEjnbIBuh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYEjnbIBuh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uYEjnbIBuh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uYEjnbIBuh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYEjnbIBuh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYEjnbIBuh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYEjnbIBuh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYEjnbIBuh .modal-sm {
    max-width: 300px;
  }
  .cid-uYEjnbIBuh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uYEjnbIBuh .modal-lg,
  .cid-uYEjnbIBuh .modal-xl {
    max-width: 800px;
  }
  .cid-uYEjnbIBuh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uYEjnbIBuh .modal-xl {
    max-width: 1140px;
  }
  .cid-uYEjnbIBuh .container {
    max-width: 1140px;
  }
}
.cid-uYEjnbIBuh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uYEjnbIBuh .container {
    max-width: 720px;
  }
}
.cid-uYEjnbIBuh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYEjnbIBuh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYEjnbIBuh .form-group {
  margin-bottom: 1rem;
}
.cid-uYEjnbIBuh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYEjnbIBuh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYEjnbIBuh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQvzZVklfq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-uQvzZVklfq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQvzZW7YmN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uQvzZW7YmN .video-wrapper iframe {
  width: 100%;
}
.cid-uQvzZW7YmN .mbr-section-title,
.cid-uQvzZW7YmN .mbr-section-subtitle,
.cid-uQvzZW7YmN .mbr-text {
  text-align: center;
}
.cid-uQvzZW7YmN .mbr-text {
  color: #000000;
}
.cid-uQvzZX9UPy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #297e30;
}
.cid-uQvzZX9UPy img,
.cid-uQvzZX9UPy .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uQvzZX9UPy .item:focus,
.cid-uQvzZX9UPy span:focus {
  outline: none;
}
.cid-uQvzZX9UPy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQvzZX9UPy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1ce42d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQvzZX9UPy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQvzZX9UPy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQvzZX9UPy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQvzZX9UPy .mbr-section-title {
  color: #64e41c;
}
.cid-uQvzZX9UPy .mbr-text,
.cid-uQvzZX9UPy .mbr-section-btn {
  text-align: left;
}
.cid-uQvzZX9UPy .item-title {
  text-align: left;
}
.cid-uQvzZX9UPy .item-subtitle {
  text-align: left;
}
.cid-uQvzZX9UPy H3 {
  text-align: left;
}
.cid-uQvzZYTAQF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-uQvzZYTAQF .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-uQvzZYTAQF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uQvzZYTAQF form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQvzZYTAQF form.mbr-form {
    padding: 1rem;
  }
}
.cid-uQvzZYTAQF form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uQvzZYTAQF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uQvzZZY52u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-uQvzZZY52u .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uQvzZZY52u .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQvzZZY52u .mbr-text {
  color: #444;
}
.cid-uQvzZZY52u h5 {
  margin-bottom: 0;
}
.cid-uQvzZZY52u .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uQvzZZY52u .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQvzZZY52u .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uQvzZZY52u .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQvzZZY52u .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQvzZZY52u .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uQvzZZY52u .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQvzZZY52u .social-list a:hover {
  opacity: 0.4;
}
.cid-uQvzZZY52u .media-container-row > div {
  padding: 0px;
}
.cid-uQvzZZY52u .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQvzZZY52u .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQvzZZY52u .group-title SPAN {
  color: #ffffff;
}
.cid-uQvzZZY52u .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uQvzZZY52u .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQvzZZY52u .social-list,
  .cid-uQvzZZY52u .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uQvzZZY52u h3 {
    margin-bottom: 10px;
  }
  .cid-uQvzZZY52u .navbar-brand {
    text-align: center;
  }
}
.cid-uQvzZZY52u .links SPAN {
  color: #9e9e9e;
}
.cid-uQvA01qjy5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-uQvA01qjy5 .col + .mbr-section-btn .btn,
  .cid-uQvA01qjy5 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-uQvA01qjy5 .dragArea > *:nth-last-child(2).col,
  .cid-uQvA01qjy5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uQvA01qjy5 .col + .mbr-section-btn,
  .cid-uQvA01qjy5 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-uQvA01qjy5 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-uQvA01qjy5 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uQvA01qjy5 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-uQvA01qjy5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQvA01qjy5 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-uQvA01qjy5 .subtext-1,
.cid-uQvA01qjy5 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-uQvA01qjy5 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQvA01qjy5 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-uQvA01qjy5 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQvA01qjy5 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-uQvA01qjy5 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uQvA01qjy5 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-uQvA01qjy5 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-uQvA01qjy5 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-uQvA01qjy5 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQvA01qjy5 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-uQvA01qjy5 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uQvA01qjy5 .form-group {
  max-width: 400px;
}
.cid-uQvA01qjy5 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-uQvA01qjy5 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-uQvA01qjy5 .form-row {
    justify-content: center;
  }
  .cid-uQvA01qjy5 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-uQvA01qjy5 .subtext-1,
  .cid-uQvA01qjy5 .subtext-2,
  .cid-uQvA01qjy5 .card-support {
    text-align: center;
  }
  .cid-uQvA01qjy5 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-uQvA01qjy5 .form-text {
    text-align: center;
  }
  .cid-uQvA01qjy5 .follow-section {
    margin: 0;
  }
  .cid-uQvA01qjy5 .mbr-form {
    text-align: center;
  }
  .cid-uQvA01qjy5 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-uQvA01qjy5 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-uQvA01qjy5 .firstColumn,
  .cid-uQvA01qjy5 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-uQvA01qjy5 .form-row {
    flex-direction: column;
  }
}
.cid-uQvA01qjy5 img {
  width: auto;
}
.cid-uQvA01qjy5 LI {
  color: #ffffff;
}
.cid-uQvA03zjVN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQvA03zjVN .nav-item,
.cid-uQvA03zjVN .nav-link,
.cid-uQvA03zjVN .navbar-caption {
  font-weight: normal;
}
.cid-uQvA03zjVN .nav-item:focus,
.cid-uQvA03zjVN .nav-link:focus {
  outline: none;
}
.cid-uQvA03zjVN .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQvA03zjVN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQvA03zjVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQvA03zjVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQvA03zjVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQvA03zjVN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-uQvA03zjVN .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-uQvA03zjVN .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uQvA03zjVN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQvA03zjVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQvA03zjVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQvA03zjVN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQvA03zjVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQvA03zjVN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQvA03zjVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQvA03zjVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQvA03zjVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQvA03zjVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQvA03zjVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQvA03zjVN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQvA03zjVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQvA03zjVN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQvA03zjVN .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uQvA03zjVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQvA03zjVN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQvA03zjVN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQvA03zjVN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQvA03zjVN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQvA03zjVN .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-uQvA03zjVN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQvA03zjVN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQvA03zjVN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQvA03zjVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQvA03zjVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQvA03zjVN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQvA03zjVN .dropdown-item.active,
.cid-uQvA03zjVN .dropdown-item:active {
  background-color: transparent;
}
.cid-uQvA03zjVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQvA03zjVN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQvA03zjVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-uQvA03zjVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQvA03zjVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQvA03zjVN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQvA03zjVN .navbar-buttons {
  text-align: center;
}
.cid-uQvA03zjVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQvA03zjVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-uQvA03zjVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQvA03zjVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQvA03zjVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQvA03zjVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQvA03zjVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQvA03zjVN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQvA03zjVN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQvA03zjVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQvA03zjVN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQvA03zjVN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQvA03zjVN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQvA03zjVN .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQvA03zjVN .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uQvA03zjVN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQvA03zjVN .navbar {
    height: 77px;
  }
  .cid-uQvA03zjVN .navbar.opened {
    height: auto;
  }
  .cid-uQvA03zjVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQvA04Wk2N.popup-builder {
  background-color: #ffffff;
}
.cid-uQvA04Wk2N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQvA04Wk2N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQvA04Wk2N .modal-content,
.cid-uQvA04Wk2N .modal-dialog {
  height: auto;
}
.cid-uQvA04Wk2N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQvA04Wk2N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQvA04Wk2N .form-wrapper .mbr-form .form-group,
  .cid-uQvA04Wk2N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQvA04Wk2N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQvA04Wk2N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQvA04Wk2N .mbr-text {
  text-align: center;
}
.cid-uQvA04Wk2N .pt-0 {
  padding-top: 0 !important;
}
.cid-uQvA04Wk2N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQvA04Wk2N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQvA04Wk2N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQvA04Wk2N .modal-open {
  overflow: hidden;
}
.cid-uQvA04Wk2N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQvA04Wk2N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQvA04Wk2N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQvA04Wk2N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQvA04Wk2N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQvA04Wk2N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQvA04Wk2N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQvA04Wk2N .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQvA04Wk2N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQvA04Wk2N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQvA04Wk2N .modal-backdrop.show {
  opacity: .5;
}
.cid-uQvA04Wk2N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQvA04Wk2N .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQvA04Wk2N .modal-header .close:hover {
  opacity: 1;
}
.cid-uQvA04Wk2N .modal-header .close:focus {
  outline: none;
}
.cid-uQvA04Wk2N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQvA04Wk2N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQvA04Wk2N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQvA04Wk2N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQvA04Wk2N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQvA04Wk2N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQvA04Wk2N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQvA04Wk2N .modal-sm {
    max-width: 300px;
  }
  .cid-uQvA04Wk2N .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQvA04Wk2N .modal-lg,
  .cid-uQvA04Wk2N .modal-xl {
    max-width: 800px;
  }
  .cid-uQvA04Wk2N .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQvA04Wk2N .modal-xl {
    max-width: 1140px;
  }
  .cid-uQvA04Wk2N .container {
    max-width: 1140px;
  }
}
.cid-uQvA04Wk2N .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQvA04Wk2N .container {
    max-width: 720px;
  }
}
.cid-uQvA04Wk2N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQvA04Wk2N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQvA04Wk2N .form-group {
  margin-bottom: 1rem;
}
.cid-uQvA04Wk2N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQvA04Wk2N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQvA04Wk2N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQvA06s6nq.popup-builder {
  background-color: #ffffff;
}
.cid-uQvA06s6nq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQvA06s6nq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQvA06s6nq .modal-content,
.cid-uQvA06s6nq .modal-dialog {
  height: auto;
}
.cid-uQvA06s6nq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQvA06s6nq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQvA06s6nq .form-wrapper .mbr-form .form-group,
  .cid-uQvA06s6nq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQvA06s6nq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQvA06s6nq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQvA06s6nq .mbr-text {
  text-align: center;
}
.cid-uQvA06s6nq .pt-0 {
  padding-top: 0 !important;
}
.cid-uQvA06s6nq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQvA06s6nq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQvA06s6nq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQvA06s6nq .modal-open {
  overflow: hidden;
}
.cid-uQvA06s6nq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQvA06s6nq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQvA06s6nq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQvA06s6nq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQvA06s6nq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQvA06s6nq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQvA06s6nq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQvA06s6nq .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQvA06s6nq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQvA06s6nq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQvA06s6nq .modal-backdrop.show {
  opacity: .5;
}
.cid-uQvA06s6nq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uQvA06s6nq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQvA06s6nq .modal-header .close:hover {
  opacity: 1;
}
.cid-uQvA06s6nq .modal-header .close:focus {
  outline: none;
}
.cid-uQvA06s6nq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQvA06s6nq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uQvA06s6nq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uQvA06s6nq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQvA06s6nq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQvA06s6nq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQvA06s6nq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQvA06s6nq .modal-sm {
    max-width: 300px;
  }
  .cid-uQvA06s6nq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uQvA06s6nq .modal-lg,
  .cid-uQvA06s6nq .modal-xl {
    max-width: 800px;
  }
  .cid-uQvA06s6nq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uQvA06s6nq .modal-xl {
    max-width: 1140px;
  }
  .cid-uQvA06s6nq .container {
    max-width: 1140px;
  }
}
.cid-uQvA06s6nq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQvA06s6nq .container {
    max-width: 720px;
  }
}
.cid-uQvA06s6nq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQvA06s6nq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQvA06s6nq .form-group {
  margin-bottom: 1rem;
}
.cid-uQvA06s6nq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQvA06s6nq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQvA06s6nq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V86auemj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V86auemj .nav-item,
.cid-v3V86auemj .nav-link,
.cid-v3V86auemj .navbar-caption {
  font-weight: normal;
}
.cid-v3V86auemj .nav-item:focus,
.cid-v3V86auemj .nav-link:focus {
  outline: none;
}
.cid-v3V86auemj .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v3V86auemj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3V86auemj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V86auemj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3V86auemj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3V86auemj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v3V86auemj .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v3V86auemj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v3V86auemj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3V86auemj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3V86auemj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3V86auemj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3V86auemj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3V86auemj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3V86auemj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3V86auemj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V86auemj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3V86auemj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3V86auemj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3V86auemj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3V86auemj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3V86auemj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3V86auemj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v3V86auemj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3V86auemj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3V86auemj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3V86auemj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3V86auemj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3V86auemj .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v3V86auemj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3V86auemj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3V86auemj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3V86auemj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3V86auemj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3V86auemj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3V86auemj .dropdown-item.active,
.cid-v3V86auemj .dropdown-item:active {
  background-color: transparent;
}
.cid-v3V86auemj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3V86auemj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3V86auemj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v3V86auemj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3V86auemj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3V86auemj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3V86auemj .navbar-buttons {
  text-align: center;
}
.cid-v3V86auemj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V86auemj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v3V86auemj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3V86auemj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V86auemj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V86auemj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3V86auemj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V86auemj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3V86auemj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3V86auemj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V86auemj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3V86auemj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V86auemj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v3V86auemj .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v3V86auemj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v3V86auemj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3V86auemj .navbar {
    height: 77px;
  }
  .cid-v3V86auemj .navbar.opened {
    height: auto;
  }
  .cid-v3V86auemj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3V86aX2bx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v3V86aX2bx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3V86b7EI5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v3V86b7EI5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3V86b7EI5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3V86b7EI5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v3V86b7EI5 .mbr-text {
  color: #000000;
}
.cid-v3V86b7EI5 .fnt025 {
  font-size: 25px;
}
.cid-v3V86bmkI9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v3V86bmkI9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v3V86bmkI9 img,
.cid-v3V86bmkI9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3V86bmkI9 .item:focus,
.cid-v3V86bmkI9 span:focus {
  outline: none;
}
.cid-v3V86bmkI9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3V86bmkI9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3V86bmkI9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V86bmkI9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3V86bmkI9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3V86bmkI9 .mbr-section-title {
  color: #232323;
}
.cid-v3V86bmkI9 .mbr-text,
.cid-v3V86bmkI9 .mbr-section-btn {
  text-align: left;
}
.cid-v3V86bmkI9 .item-title {
  text-align: left;
}
.cid-v3V86bmkI9 .item-subtitle {
  text-align: left;
}
.cid-v3V86bTP8s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v3V86bTP8s .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v3V86bTP8s form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v3V86bTP8s form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V86bTP8s form.mbr-form {
    padding: 1rem;
  }
}
.cid-v3V86bTP8s form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v3V86bTP8s form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v3V86cbFe4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v3V86cbFe4 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v3V86cbFe4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v3V86cbFe4 .mbr-text {
  color: #444;
}
.cid-v3V86cbFe4 h5 {
  margin-bottom: 0;
}
.cid-v3V86cbFe4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v3V86cbFe4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V86cbFe4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v3V86cbFe4 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V86cbFe4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3V86cbFe4 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v3V86cbFe4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v3V86cbFe4 .social-list a:hover {
  opacity: 0.4;
}
.cid-v3V86cbFe4 .media-container-row > div {
  padding: 0px;
}
.cid-v3V86cbFe4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V86cbFe4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3V86cbFe4 .group-title SPAN {
  color: #ffffff;
}
.cid-v3V86cbFe4 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v3V86cbFe4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v3V86cbFe4 .social-list,
  .cid-v3V86cbFe4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v3V86cbFe4 h3 {
    margin-bottom: 10px;
  }
  .cid-v3V86cbFe4 .navbar-brand {
    text-align: center;
  }
}
.cid-v3V86cbFe4 .links SPAN {
  color: #9e9e9e;
}
.cid-v3V86d2mes {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v3V86d2mes .col + .mbr-section-btn .btn,
  .cid-v3V86d2mes .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v3V86d2mes .dragArea > *:nth-last-child(2).col,
  .cid-v3V86d2mes .dragArea > *:nth-last-child(2).col-auto,
  .cid-v3V86d2mes .col + .mbr-section-btn,
  .cid-v3V86d2mes .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v3V86d2mes .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v3V86d2mes .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v3V86d2mes .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v3V86d2mes .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v3V86d2mes .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v3V86d2mes .subtext-1,
.cid-v3V86d2mes .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v3V86d2mes .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v3V86d2mes .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v3V86d2mes .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V86d2mes .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v3V86d2mes .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V86d2mes .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v3V86d2mes .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v3V86d2mes .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v3V86d2mes .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3V86d2mes .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V86d2mes .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V86d2mes .form-group {
  max-width: 400px;
}
.cid-v3V86d2mes .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v3V86d2mes .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v3V86d2mes .form-row {
    justify-content: center;
  }
  .cid-v3V86d2mes .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v3V86d2mes .subtext-1,
  .cid-v3V86d2mes .subtext-2,
  .cid-v3V86d2mes .card-support {
    text-align: center;
  }
  .cid-v3V86d2mes .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v3V86d2mes .form-text {
    text-align: center;
  }
  .cid-v3V86d2mes .follow-section {
    margin: 0;
  }
  .cid-v3V86d2mes .mbr-form {
    text-align: center;
  }
  .cid-v3V86d2mes .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v3V86d2mes .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v3V86d2mes .firstColumn,
  .cid-v3V86d2mes .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v3V86d2mes .form-row {
    flex-direction: column;
  }
}
.cid-v3V86d2mes img {
  width: auto;
}
.cid-v3V86d2mes LI {
  color: #ffffff;
}
.cid-v3V86dKSRJ.popup-builder {
  background-color: #ffffff;
}
.cid-v3V86dKSRJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V86dKSRJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V86dKSRJ .modal-content,
.cid-v3V86dKSRJ .modal-dialog {
  height: auto;
}
.cid-v3V86dKSRJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V86dKSRJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V86dKSRJ .form-wrapper .mbr-form .form-group,
  .cid-v3V86dKSRJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V86dKSRJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V86dKSRJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V86dKSRJ .mbr-text {
  text-align: center;
}
.cid-v3V86dKSRJ .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V86dKSRJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V86dKSRJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V86dKSRJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V86dKSRJ .modal-open {
  overflow: hidden;
}
.cid-v3V86dKSRJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V86dKSRJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V86dKSRJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V86dKSRJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V86dKSRJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V86dKSRJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V86dKSRJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V86dKSRJ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V86dKSRJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V86dKSRJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V86dKSRJ .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V86dKSRJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V86dKSRJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V86dKSRJ .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V86dKSRJ .modal-header .close:focus {
  outline: none;
}
.cid-v3V86dKSRJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V86dKSRJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V86dKSRJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V86dKSRJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V86dKSRJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V86dKSRJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V86dKSRJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V86dKSRJ .modal-sm {
    max-width: 300px;
  }
  .cid-v3V86dKSRJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V86dKSRJ .modal-lg,
  .cid-v3V86dKSRJ .modal-xl {
    max-width: 800px;
  }
  .cid-v3V86dKSRJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V86dKSRJ .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V86dKSRJ .container {
    max-width: 1140px;
  }
}
.cid-v3V86dKSRJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V86dKSRJ .container {
    max-width: 720px;
  }
}
.cid-v3V86dKSRJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V86dKSRJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V86dKSRJ .form-group {
  margin-bottom: 1rem;
}
.cid-v3V86dKSRJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V86dKSRJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V86dKSRJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V86ekz6y.popup-builder {
  background-color: #ffffff;
}
.cid-v3V86ekz6y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V86ekz6y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V86ekz6y .modal-content,
.cid-v3V86ekz6y .modal-dialog {
  height: auto;
}
.cid-v3V86ekz6y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V86ekz6y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V86ekz6y .form-wrapper .mbr-form .form-group,
  .cid-v3V86ekz6y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V86ekz6y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V86ekz6y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V86ekz6y .mbr-text {
  text-align: center;
}
.cid-v3V86ekz6y .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V86ekz6y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V86ekz6y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V86ekz6y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V86ekz6y .modal-open {
  overflow: hidden;
}
.cid-v3V86ekz6y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V86ekz6y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V86ekz6y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V86ekz6y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V86ekz6y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V86ekz6y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V86ekz6y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V86ekz6y .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V86ekz6y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V86ekz6y .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V86ekz6y .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V86ekz6y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V86ekz6y .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V86ekz6y .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V86ekz6y .modal-header .close:focus {
  outline: none;
}
.cid-v3V86ekz6y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V86ekz6y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V86ekz6y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V86ekz6y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V86ekz6y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V86ekz6y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V86ekz6y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V86ekz6y .modal-sm {
    max-width: 300px;
  }
  .cid-v3V86ekz6y .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V86ekz6y .modal-lg,
  .cid-v3V86ekz6y .modal-xl {
    max-width: 800px;
  }
  .cid-v3V86ekz6y .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V86ekz6y .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V86ekz6y .container {
    max-width: 1140px;
  }
}
.cid-v3V86ekz6y .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V86ekz6y .container {
    max-width: 720px;
  }
}
.cid-v3V86ekz6y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V86ekz6y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V86ekz6y .form-group {
  margin-bottom: 1rem;
}
.cid-v3V86ekz6y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V86ekz6y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V86ekz6y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V8odf0Ub .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8odf0Ub .nav-item,
.cid-v3V8odf0Ub .nav-link,
.cid-v3V8odf0Ub .navbar-caption {
  font-weight: normal;
}
.cid-v3V8odf0Ub .nav-item:focus,
.cid-v3V8odf0Ub .nav-link:focus {
  outline: none;
}
.cid-v3V8odf0Ub .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v3V8odf0Ub .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3V8odf0Ub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8odf0Ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3V8odf0Ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3V8odf0Ub .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v3V8odf0Ub .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v3V8odf0Ub .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v3V8odf0Ub .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3V8odf0Ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3V8odf0Ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3V8odf0Ub .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3V8odf0Ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3V8odf0Ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3V8odf0Ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3V8odf0Ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V8odf0Ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3V8odf0Ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3V8odf0Ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3V8odf0Ub .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3V8odf0Ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3V8odf0Ub .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3V8odf0Ub .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v3V8odf0Ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3V8odf0Ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3V8odf0Ub .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3V8odf0Ub .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3V8odf0Ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3V8odf0Ub .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v3V8odf0Ub .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3V8odf0Ub .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3V8odf0Ub .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3V8odf0Ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3V8odf0Ub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3V8odf0Ub .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3V8odf0Ub .dropdown-item.active,
.cid-v3V8odf0Ub .dropdown-item:active {
  background-color: transparent;
}
.cid-v3V8odf0Ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3V8odf0Ub .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3V8odf0Ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v3V8odf0Ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3V8odf0Ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3V8odf0Ub ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3V8odf0Ub .navbar-buttons {
  text-align: center;
}
.cid-v3V8odf0Ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8odf0Ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v3V8odf0Ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3V8odf0Ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V8odf0Ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V8odf0Ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3V8odf0Ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V8odf0Ub nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3V8odf0Ub nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3V8odf0Ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V8odf0Ub .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3V8odf0Ub a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V8odf0Ub .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v3V8odf0Ub .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v3V8odf0Ub .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v3V8odf0Ub .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3V8odf0Ub .navbar {
    height: 77px;
  }
  .cid-v3V8odf0Ub .navbar.opened {
    height: auto;
  }
  .cid-v3V8odf0Ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3V8odFW94 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v3V8odFW94 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3V8odM0fw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v3V8odM0fw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3V8odM0fw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3V8odM0fw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v3V8odM0fw .mbr-text {
  color: #000000;
}
.cid-v3V8odM0fw .fnt025 {
  font-size: 25px;
}
.cid-v3V8oe0ArS {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v3V8oe0ArS .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v3V8oe0ArS img,
.cid-v3V8oe0ArS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3V8oe0ArS .item:focus,
.cid-v3V8oe0ArS span:focus {
  outline: none;
}
.cid-v3V8oe0ArS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3V8oe0ArS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3V8oe0ArS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V8oe0ArS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3V8oe0ArS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3V8oe0ArS .mbr-section-title {
  color: #232323;
}
.cid-v3V8oe0ArS .mbr-text,
.cid-v3V8oe0ArS .mbr-section-btn {
  text-align: left;
}
.cid-v3V8oe0ArS .item-title {
  text-align: left;
}
.cid-v3V8oe0ArS .item-subtitle {
  text-align: left;
}
.cid-v3V8oeoyZa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v3V8oeoyZa .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v3V8oeoyZa form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v3V8oeoyZa form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V8oeoyZa form.mbr-form {
    padding: 1rem;
  }
}
.cid-v3V8oeoyZa form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v3V8oeoyZa form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v3V8oeDPoA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v3V8oeDPoA .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v3V8oeDPoA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v3V8oeDPoA .mbr-text {
  color: #444;
}
.cid-v3V8oeDPoA h5 {
  margin-bottom: 0;
}
.cid-v3V8oeDPoA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v3V8oeDPoA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V8oeDPoA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v3V8oeDPoA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V8oeDPoA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3V8oeDPoA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v3V8oeDPoA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v3V8oeDPoA .social-list a:hover {
  opacity: 0.4;
}
.cid-v3V8oeDPoA .media-container-row > div {
  padding: 0px;
}
.cid-v3V8oeDPoA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8oeDPoA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3V8oeDPoA .group-title SPAN {
  color: #ffffff;
}
.cid-v3V8oeDPoA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v3V8oeDPoA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v3V8oeDPoA .social-list,
  .cid-v3V8oeDPoA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v3V8oeDPoA h3 {
    margin-bottom: 10px;
  }
  .cid-v3V8oeDPoA .navbar-brand {
    text-align: center;
  }
}
.cid-v3V8oeDPoA .links SPAN {
  color: #9e9e9e;
}
.cid-v3V8of2ytk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v3V8of2ytk .col + .mbr-section-btn .btn,
  .cid-v3V8of2ytk .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v3V8of2ytk .dragArea > *:nth-last-child(2).col,
  .cid-v3V8of2ytk .dragArea > *:nth-last-child(2).col-auto,
  .cid-v3V8of2ytk .col + .mbr-section-btn,
  .cid-v3V8of2ytk .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v3V8of2ytk .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v3V8of2ytk .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v3V8of2ytk .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v3V8of2ytk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v3V8of2ytk .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v3V8of2ytk .subtext-1,
.cid-v3V8of2ytk .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v3V8of2ytk .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v3V8of2ytk .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v3V8of2ytk .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V8of2ytk .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v3V8of2ytk .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V8of2ytk .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v3V8of2ytk .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v3V8of2ytk .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v3V8of2ytk .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8of2ytk .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8of2ytk .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8of2ytk .form-group {
  max-width: 400px;
}
.cid-v3V8of2ytk .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v3V8of2ytk .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v3V8of2ytk .form-row {
    justify-content: center;
  }
  .cid-v3V8of2ytk .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v3V8of2ytk .subtext-1,
  .cid-v3V8of2ytk .subtext-2,
  .cid-v3V8of2ytk .card-support {
    text-align: center;
  }
  .cid-v3V8of2ytk .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v3V8of2ytk .form-text {
    text-align: center;
  }
  .cid-v3V8of2ytk .follow-section {
    margin: 0;
  }
  .cid-v3V8of2ytk .mbr-form {
    text-align: center;
  }
  .cid-v3V8of2ytk .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v3V8of2ytk .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v3V8of2ytk .firstColumn,
  .cid-v3V8of2ytk .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v3V8of2ytk .form-row {
    flex-direction: column;
  }
}
.cid-v3V8of2ytk img {
  width: auto;
}
.cid-v3V8of2ytk LI {
  color: #ffffff;
}
.cid-v3V8ofvFFg.popup-builder {
  background-color: #ffffff;
}
.cid-v3V8ofvFFg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V8ofvFFg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V8ofvFFg .modal-content,
.cid-v3V8ofvFFg .modal-dialog {
  height: auto;
}
.cid-v3V8ofvFFg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V8ofvFFg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V8ofvFFg .form-wrapper .mbr-form .form-group,
  .cid-v3V8ofvFFg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V8ofvFFg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V8ofvFFg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8ofvFFg .mbr-text {
  text-align: center;
}
.cid-v3V8ofvFFg .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V8ofvFFg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V8ofvFFg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V8ofvFFg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V8ofvFFg .modal-open {
  overflow: hidden;
}
.cid-v3V8ofvFFg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V8ofvFFg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V8ofvFFg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V8ofvFFg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V8ofvFFg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V8ofvFFg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V8ofvFFg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V8ofvFFg .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V8ofvFFg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V8ofvFFg .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V8ofvFFg .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V8ofvFFg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V8ofvFFg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V8ofvFFg .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V8ofvFFg .modal-header .close:focus {
  outline: none;
}
.cid-v3V8ofvFFg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V8ofvFFg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V8ofvFFg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V8ofvFFg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V8ofvFFg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V8ofvFFg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V8ofvFFg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V8ofvFFg .modal-sm {
    max-width: 300px;
  }
  .cid-v3V8ofvFFg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V8ofvFFg .modal-lg,
  .cid-v3V8ofvFFg .modal-xl {
    max-width: 800px;
  }
  .cid-v3V8ofvFFg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V8ofvFFg .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V8ofvFFg .container {
    max-width: 1140px;
  }
}
.cid-v3V8ofvFFg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V8ofvFFg .container {
    max-width: 720px;
  }
}
.cid-v3V8ofvFFg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V8ofvFFg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V8ofvFFg .form-group {
  margin-bottom: 1rem;
}
.cid-v3V8ofvFFg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V8ofvFFg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V8ofvFFg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V8ofRB0r.popup-builder {
  background-color: #ffffff;
}
.cid-v3V8ofRB0r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V8ofRB0r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V8ofRB0r .modal-content,
.cid-v3V8ofRB0r .modal-dialog {
  height: auto;
}
.cid-v3V8ofRB0r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V8ofRB0r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V8ofRB0r .form-wrapper .mbr-form .form-group,
  .cid-v3V8ofRB0r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V8ofRB0r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V8ofRB0r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8ofRB0r .mbr-text {
  text-align: center;
}
.cid-v3V8ofRB0r .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V8ofRB0r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V8ofRB0r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V8ofRB0r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V8ofRB0r .modal-open {
  overflow: hidden;
}
.cid-v3V8ofRB0r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V8ofRB0r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V8ofRB0r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V8ofRB0r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V8ofRB0r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V8ofRB0r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V8ofRB0r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V8ofRB0r .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V8ofRB0r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V8ofRB0r .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V8ofRB0r .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V8ofRB0r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V8ofRB0r .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V8ofRB0r .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V8ofRB0r .modal-header .close:focus {
  outline: none;
}
.cid-v3V8ofRB0r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V8ofRB0r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V8ofRB0r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V8ofRB0r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V8ofRB0r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V8ofRB0r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V8ofRB0r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V8ofRB0r .modal-sm {
    max-width: 300px;
  }
  .cid-v3V8ofRB0r .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V8ofRB0r .modal-lg,
  .cid-v3V8ofRB0r .modal-xl {
    max-width: 800px;
  }
  .cid-v3V8ofRB0r .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V8ofRB0r .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V8ofRB0r .container {
    max-width: 1140px;
  }
}
.cid-v3V8ofRB0r .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V8ofRB0r .container {
    max-width: 720px;
  }
}
.cid-v3V8ofRB0r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V8ofRB0r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V8ofRB0r .form-group {
  margin-bottom: 1rem;
}
.cid-v3V8ofRB0r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V8ofRB0r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V8ofRB0r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1iggAtZnM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1iggAtZnM .nav-item,
.cid-v1iggAtZnM .nav-link,
.cid-v1iggAtZnM .navbar-caption {
  font-weight: normal;
}
.cid-v1iggAtZnM .nav-item:focus,
.cid-v1iggAtZnM .nav-link:focus {
  outline: none;
}
.cid-v1iggAtZnM .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v1iggAtZnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1iggAtZnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1iggAtZnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iggAtZnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iggAtZnM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v1iggAtZnM .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v1iggAtZnM .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v1iggAtZnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iggAtZnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iggAtZnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1iggAtZnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1iggAtZnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iggAtZnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1iggAtZnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iggAtZnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1iggAtZnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iggAtZnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iggAtZnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iggAtZnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1iggAtZnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iggAtZnM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1iggAtZnM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v1iggAtZnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iggAtZnM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1iggAtZnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1iggAtZnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1iggAtZnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iggAtZnM .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v1iggAtZnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v1iggAtZnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1iggAtZnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1iggAtZnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1iggAtZnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iggAtZnM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v1iggAtZnM .dropdown-item.active,
.cid-v1iggAtZnM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iggAtZnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iggAtZnM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iggAtZnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v1iggAtZnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1iggAtZnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iggAtZnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1iggAtZnM .navbar-buttons {
  text-align: center;
}
.cid-v1iggAtZnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1iggAtZnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v1iggAtZnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1iggAtZnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1iggAtZnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1iggAtZnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1iggAtZnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iggAtZnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iggAtZnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iggAtZnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iggAtZnM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v1iggAtZnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1iggAtZnM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1iggAtZnM .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1iggAtZnM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v1iggAtZnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1iggAtZnM .navbar {
    height: 77px;
  }
  .cid-v1iggAtZnM .navbar.opened {
    height: auto;
  }
  .cid-v1iggAtZnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iggARU4C {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v1iggARU4C .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v1iggAYwaZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v1iggAYwaZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v1iggAYwaZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v1iggAYwaZ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v1iggAYwaZ .mbr-text {
  color: #000000;
}
.cid-v1iggAYwaZ .fnt025 {
  font-size: 25px;
}
.cid-v1iggBa3yy {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v1iggBa3yy .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v1iggBa3yy img,
.cid-v1iggBa3yy .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1iggBa3yy .item:focus,
.cid-v1iggBa3yy span:focus {
  outline: none;
}
.cid-v1iggBa3yy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1iggBa3yy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1iggBa3yy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1iggBa3yy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1iggBa3yy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1iggBa3yy .mbr-section-title {
  color: #232323;
}
.cid-v1iggBa3yy .mbr-text,
.cid-v1iggBa3yy .mbr-section-btn {
  text-align: left;
}
.cid-v1iggBa3yy .item-title {
  text-align: left;
}
.cid-v1iggBa3yy .item-subtitle {
  text-align: left;
}
.cid-v1iggBw5bx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v1iggBw5bx .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v1iggBw5bx form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v1iggBw5bx form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1iggBw5bx form.mbr-form {
    padding: 1rem;
  }
}
.cid-v1iggBw5bx form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v1iggBw5bx form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v1iggBKpN8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v1iggBKpN8 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v1iggBKpN8 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v1iggBKpN8 .mbr-text {
  color: #444;
}
.cid-v1iggBKpN8 h5 {
  margin-bottom: 0;
}
.cid-v1iggBKpN8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v1iggBKpN8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1iggBKpN8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v1iggBKpN8 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1iggBKpN8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v1iggBKpN8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v1iggBKpN8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1iggBKpN8 .social-list a:hover {
  opacity: 0.4;
}
.cid-v1iggBKpN8 .media-container-row > div {
  padding: 0px;
}
.cid-v1iggBKpN8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v1iggBKpN8 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1iggBKpN8 .group-title SPAN {
  color: #ffffff;
}
.cid-v1iggBKpN8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v1iggBKpN8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v1iggBKpN8 .social-list,
  .cid-v1iggBKpN8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v1iggBKpN8 h3 {
    margin-bottom: 10px;
  }
  .cid-v1iggBKpN8 .navbar-brand {
    text-align: center;
  }
}
.cid-v1iggBKpN8 .links SPAN {
  color: #9e9e9e;
}
.cid-v1iggC81Ar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v1iggC81Ar .col + .mbr-section-btn .btn,
  .cid-v1iggC81Ar .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v1iggC81Ar .dragArea > *:nth-last-child(2).col,
  .cid-v1iggC81Ar .dragArea > *:nth-last-child(2).col-auto,
  .cid-v1iggC81Ar .col + .mbr-section-btn,
  .cid-v1iggC81Ar .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v1iggC81Ar .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v1iggC81Ar .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v1iggC81Ar .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v1iggC81Ar .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v1iggC81Ar .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v1iggC81Ar .subtext-1,
.cid-v1iggC81Ar .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v1iggC81Ar .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v1iggC81Ar .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v1iggC81Ar .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v1iggC81Ar .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v1iggC81Ar .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v1iggC81Ar .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v1iggC81Ar .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v1iggC81Ar .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v1iggC81Ar .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1iggC81Ar .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v1iggC81Ar .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v1iggC81Ar .form-group {
  max-width: 400px;
}
.cid-v1iggC81Ar .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v1iggC81Ar .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v1iggC81Ar .form-row {
    justify-content: center;
  }
  .cid-v1iggC81Ar .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v1iggC81Ar .subtext-1,
  .cid-v1iggC81Ar .subtext-2,
  .cid-v1iggC81Ar .card-support {
    text-align: center;
  }
  .cid-v1iggC81Ar .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v1iggC81Ar .form-text {
    text-align: center;
  }
  .cid-v1iggC81Ar .follow-section {
    margin: 0;
  }
  .cid-v1iggC81Ar .mbr-form {
    text-align: center;
  }
  .cid-v1iggC81Ar .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v1iggC81Ar .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v1iggC81Ar .firstColumn,
  .cid-v1iggC81Ar .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v1iggC81Ar .form-row {
    flex-direction: column;
  }
}
.cid-v1iggC81Ar img {
  width: auto;
}
.cid-v1iggC81Ar LI {
  color: #ffffff;
}
.cid-v1iggCIo3i.popup-builder {
  background-color: #ffffff;
}
.cid-v1iggCIo3i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1iggCIo3i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1iggCIo3i .modal-content,
.cid-v1iggCIo3i .modal-dialog {
  height: auto;
}
.cid-v1iggCIo3i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1iggCIo3i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1iggCIo3i .form-wrapper .mbr-form .form-group,
  .cid-v1iggCIo3i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1iggCIo3i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1iggCIo3i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1iggCIo3i .mbr-text {
  text-align: center;
}
.cid-v1iggCIo3i .pt-0 {
  padding-top: 0 !important;
}
.cid-v1iggCIo3i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1iggCIo3i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1iggCIo3i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1iggCIo3i .modal-open {
  overflow: hidden;
}
.cid-v1iggCIo3i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1iggCIo3i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1iggCIo3i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1iggCIo3i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1iggCIo3i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1iggCIo3i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1iggCIo3i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1iggCIo3i .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1iggCIo3i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1iggCIo3i .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1iggCIo3i .modal-backdrop.show {
  opacity: .5;
}
.cid-v1iggCIo3i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v1iggCIo3i .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1iggCIo3i .modal-header .close:hover {
  opacity: 1;
}
.cid-v1iggCIo3i .modal-header .close:focus {
  outline: none;
}
.cid-v1iggCIo3i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1iggCIo3i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v1iggCIo3i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v1iggCIo3i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1iggCIo3i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1iggCIo3i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1iggCIo3i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1iggCIo3i .modal-sm {
    max-width: 300px;
  }
  .cid-v1iggCIo3i .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v1iggCIo3i .modal-lg,
  .cid-v1iggCIo3i .modal-xl {
    max-width: 800px;
  }
  .cid-v1iggCIo3i .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v1iggCIo3i .modal-xl {
    max-width: 1140px;
  }
  .cid-v1iggCIo3i .container {
    max-width: 1140px;
  }
}
.cid-v1iggCIo3i .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v1iggCIo3i .container {
    max-width: 720px;
  }
}
.cid-v1iggCIo3i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1iggCIo3i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1iggCIo3i .form-group {
  margin-bottom: 1rem;
}
.cid-v1iggCIo3i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1iggCIo3i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1iggCIo3i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1iggD2Emr.popup-builder {
  background-color: #ffffff;
}
.cid-v1iggD2Emr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1iggD2Emr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1iggD2Emr .modal-content,
.cid-v1iggD2Emr .modal-dialog {
  height: auto;
}
.cid-v1iggD2Emr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1iggD2Emr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1iggD2Emr .form-wrapper .mbr-form .form-group,
  .cid-v1iggD2Emr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1iggD2Emr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1iggD2Emr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1iggD2Emr .mbr-text {
  text-align: center;
}
.cid-v1iggD2Emr .pt-0 {
  padding-top: 0 !important;
}
.cid-v1iggD2Emr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1iggD2Emr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1iggD2Emr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1iggD2Emr .modal-open {
  overflow: hidden;
}
.cid-v1iggD2Emr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1iggD2Emr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1iggD2Emr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1iggD2Emr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1iggD2Emr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1iggD2Emr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1iggD2Emr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1iggD2Emr .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1iggD2Emr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1iggD2Emr .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1iggD2Emr .modal-backdrop.show {
  opacity: .5;
}
.cid-v1iggD2Emr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v1iggD2Emr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1iggD2Emr .modal-header .close:hover {
  opacity: 1;
}
.cid-v1iggD2Emr .modal-header .close:focus {
  outline: none;
}
.cid-v1iggD2Emr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1iggD2Emr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v1iggD2Emr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v1iggD2Emr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1iggD2Emr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1iggD2Emr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1iggD2Emr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1iggD2Emr .modal-sm {
    max-width: 300px;
  }
  .cid-v1iggD2Emr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v1iggD2Emr .modal-lg,
  .cid-v1iggD2Emr .modal-xl {
    max-width: 800px;
  }
  .cid-v1iggD2Emr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v1iggD2Emr .modal-xl {
    max-width: 1140px;
  }
  .cid-v1iggD2Emr .container {
    max-width: 1140px;
  }
}
.cid-v1iggD2Emr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v1iggD2Emr .container {
    max-width: 720px;
  }
}
.cid-v1iggD2Emr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1iggD2Emr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1iggD2Emr .form-group {
  margin-bottom: 1rem;
}
.cid-v1iggD2Emr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1iggD2Emr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1iggD2Emr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V8Bp1EdL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8Bp1EdL .nav-item,
.cid-v3V8Bp1EdL .nav-link,
.cid-v3V8Bp1EdL .navbar-caption {
  font-weight: normal;
}
.cid-v3V8Bp1EdL .nav-item:focus,
.cid-v3V8Bp1EdL .nav-link:focus {
  outline: none;
}
.cid-v3V8Bp1EdL .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v3V8Bp1EdL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3V8Bp1EdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3V8Bp1EdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3V8Bp1EdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3V8Bp1EdL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v3V8Bp1EdL .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v3V8Bp1EdL .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v3V8Bp1EdL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3V8Bp1EdL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3V8Bp1EdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3V8Bp1EdL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3V8Bp1EdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3V8Bp1EdL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3V8Bp1EdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3V8Bp1EdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V8Bp1EdL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3V8Bp1EdL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3V8Bp1EdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3V8Bp1EdL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3V8Bp1EdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3V8Bp1EdL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3V8Bp1EdL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v3V8Bp1EdL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3V8Bp1EdL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3V8Bp1EdL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3V8Bp1EdL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3V8Bp1EdL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3V8Bp1EdL .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v3V8Bp1EdL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3V8Bp1EdL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3V8Bp1EdL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3V8Bp1EdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3V8Bp1EdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3V8Bp1EdL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3V8Bp1EdL .dropdown-item.active,
.cid-v3V8Bp1EdL .dropdown-item:active {
  background-color: transparent;
}
.cid-v3V8Bp1EdL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3V8Bp1EdL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3V8Bp1EdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v3V8Bp1EdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3V8Bp1EdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3V8Bp1EdL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3V8Bp1EdL .navbar-buttons {
  text-align: center;
}
.cid-v3V8Bp1EdL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8Bp1EdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v3V8Bp1EdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3V8Bp1EdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V8Bp1EdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3V8Bp1EdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3V8Bp1EdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V8Bp1EdL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3V8Bp1EdL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3V8Bp1EdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3V8Bp1EdL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3V8Bp1EdL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V8Bp1EdL .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v3V8Bp1EdL .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v3V8Bp1EdL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v3V8Bp1EdL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3V8Bp1EdL .navbar {
    height: 77px;
  }
  .cid-v3V8Bp1EdL .navbar.opened {
    height: auto;
  }
  .cid-v3V8Bp1EdL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3V8BpFuvh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v3V8BpFuvh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3V8BpUeWm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v3V8BpUeWm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3V8BpUeWm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3V8BpUeWm .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v3V8BpUeWm .mbr-text {
  color: #000000;
}
.cid-v3V8BpUeWm .fnt025 {
  font-size: 25px;
}
.cid-v3V8Bqb4vU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v3V8Bqb4vU .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v3V8Bqb4vU img,
.cid-v3V8Bqb4vU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3V8Bqb4vU .item:focus,
.cid-v3V8Bqb4vU span:focus {
  outline: none;
}
.cid-v3V8Bqb4vU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3V8Bqb4vU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3V8Bqb4vU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V8Bqb4vU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3V8Bqb4vU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3V8Bqb4vU .mbr-section-title {
  color: #232323;
}
.cid-v3V8Bqb4vU .mbr-text,
.cid-v3V8Bqb4vU .mbr-section-btn {
  text-align: left;
}
.cid-v3V8Bqb4vU .item-title {
  text-align: left;
}
.cid-v3V8Bqb4vU .item-subtitle {
  text-align: left;
}
.cid-v3V8BqA5iq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v3V8BqA5iq .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v3V8BqA5iq form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v3V8BqA5iq form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3V8BqA5iq form.mbr-form {
    padding: 1rem;
  }
}
.cid-v3V8BqA5iq form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v3V8BqA5iq form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v3V8BqOfpo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v3V8BqOfpo .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v3V8BqOfpo .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v3V8BqOfpo .mbr-text {
  color: #444;
}
.cid-v3V8BqOfpo h5 {
  margin-bottom: 0;
}
.cid-v3V8BqOfpo .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v3V8BqOfpo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3V8BqOfpo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v3V8BqOfpo .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3V8BqOfpo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3V8BqOfpo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v3V8BqOfpo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v3V8BqOfpo .social-list a:hover {
  opacity: 0.4;
}
.cid-v3V8BqOfpo .media-container-row > div {
  padding: 0px;
}
.cid-v3V8BqOfpo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8BqOfpo .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3V8BqOfpo .group-title SPAN {
  color: #ffffff;
}
.cid-v3V8BqOfpo .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v3V8BqOfpo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v3V8BqOfpo .social-list,
  .cid-v3V8BqOfpo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v3V8BqOfpo h3 {
    margin-bottom: 10px;
  }
  .cid-v3V8BqOfpo .navbar-brand {
    text-align: center;
  }
}
.cid-v3V8BqOfpo .links SPAN {
  color: #9e9e9e;
}
.cid-v3V8Brjdsv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v3V8Brjdsv .col + .mbr-section-btn .btn,
  .cid-v3V8Brjdsv .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v3V8Brjdsv .dragArea > *:nth-last-child(2).col,
  .cid-v3V8Brjdsv .dragArea > *:nth-last-child(2).col-auto,
  .cid-v3V8Brjdsv .col + .mbr-section-btn,
  .cid-v3V8Brjdsv .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v3V8Brjdsv .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v3V8Brjdsv .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v3V8Brjdsv .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v3V8Brjdsv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v3V8Brjdsv .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v3V8Brjdsv .subtext-1,
.cid-v3V8Brjdsv .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v3V8Brjdsv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v3V8Brjdsv .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v3V8Brjdsv .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V8Brjdsv .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v3V8Brjdsv .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3V8Brjdsv .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v3V8Brjdsv .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v3V8Brjdsv .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v3V8Brjdsv .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8Brjdsv .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8Brjdsv .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v3V8Brjdsv .form-group {
  max-width: 400px;
}
.cid-v3V8Brjdsv .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v3V8Brjdsv .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v3V8Brjdsv .form-row {
    justify-content: center;
  }
  .cid-v3V8Brjdsv .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v3V8Brjdsv .subtext-1,
  .cid-v3V8Brjdsv .subtext-2,
  .cid-v3V8Brjdsv .card-support {
    text-align: center;
  }
  .cid-v3V8Brjdsv .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v3V8Brjdsv .form-text {
    text-align: center;
  }
  .cid-v3V8Brjdsv .follow-section {
    margin: 0;
  }
  .cid-v3V8Brjdsv .mbr-form {
    text-align: center;
  }
  .cid-v3V8Brjdsv .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v3V8Brjdsv .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v3V8Brjdsv .firstColumn,
  .cid-v3V8Brjdsv .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v3V8Brjdsv .form-row {
    flex-direction: column;
  }
}
.cid-v3V8Brjdsv img {
  width: auto;
}
.cid-v3V8Brjdsv LI {
  color: #ffffff;
}
.cid-v3V8BrSheD.popup-builder {
  background-color: #ffffff;
}
.cid-v3V8BrSheD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V8BrSheD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V8BrSheD .modal-content,
.cid-v3V8BrSheD .modal-dialog {
  height: auto;
}
.cid-v3V8BrSheD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V8BrSheD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V8BrSheD .form-wrapper .mbr-form .form-group,
  .cid-v3V8BrSheD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V8BrSheD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V8BrSheD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8BrSheD .mbr-text {
  text-align: center;
}
.cid-v3V8BrSheD .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V8BrSheD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V8BrSheD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V8BrSheD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V8BrSheD .modal-open {
  overflow: hidden;
}
.cid-v3V8BrSheD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V8BrSheD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V8BrSheD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V8BrSheD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V8BrSheD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V8BrSheD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V8BrSheD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V8BrSheD .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V8BrSheD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V8BrSheD .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V8BrSheD .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V8BrSheD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V8BrSheD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V8BrSheD .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V8BrSheD .modal-header .close:focus {
  outline: none;
}
.cid-v3V8BrSheD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V8BrSheD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V8BrSheD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V8BrSheD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V8BrSheD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V8BrSheD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V8BrSheD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V8BrSheD .modal-sm {
    max-width: 300px;
  }
  .cid-v3V8BrSheD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V8BrSheD .modal-lg,
  .cid-v3V8BrSheD .modal-xl {
    max-width: 800px;
  }
  .cid-v3V8BrSheD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V8BrSheD .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V8BrSheD .container {
    max-width: 1140px;
  }
}
.cid-v3V8BrSheD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V8BrSheD .container {
    max-width: 720px;
  }
}
.cid-v3V8BrSheD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V8BrSheD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V8BrSheD .form-group {
  margin-bottom: 1rem;
}
.cid-v3V8BrSheD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V8BrSheD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V8BrSheD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3V8BseDta.popup-builder {
  background-color: #ffffff;
}
.cid-v3V8BseDta.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3V8BseDta.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3V8BseDta .modal-content,
.cid-v3V8BseDta .modal-dialog {
  height: auto;
}
.cid-v3V8BseDta .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3V8BseDta .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3V8BseDta .form-wrapper .mbr-form .form-group,
  .cid-v3V8BseDta .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3V8BseDta .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3V8BseDta .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3V8BseDta .mbr-text {
  text-align: center;
}
.cid-v3V8BseDta .pt-0 {
  padding-top: 0 !important;
}
.cid-v3V8BseDta .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3V8BseDta .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3V8BseDta .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3V8BseDta .modal-open {
  overflow: hidden;
}
.cid-v3V8BseDta .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3V8BseDta .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3V8BseDta .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3V8BseDta .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3V8BseDta .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3V8BseDta .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3V8BseDta .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3V8BseDta .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3V8BseDta .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3V8BseDta .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3V8BseDta .modal-backdrop.show {
  opacity: .5;
}
.cid-v3V8BseDta .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v3V8BseDta .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3V8BseDta .modal-header .close:hover {
  opacity: 1;
}
.cid-v3V8BseDta .modal-header .close:focus {
  outline: none;
}
.cid-v3V8BseDta .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3V8BseDta .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v3V8BseDta .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v3V8BseDta .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3V8BseDta .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3V8BseDta .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3V8BseDta .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3V8BseDta .modal-sm {
    max-width: 300px;
  }
  .cid-v3V8BseDta .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v3V8BseDta .modal-lg,
  .cid-v3V8BseDta .modal-xl {
    max-width: 800px;
  }
  .cid-v3V8BseDta .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v3V8BseDta .modal-xl {
    max-width: 1140px;
  }
  .cid-v3V8BseDta .container {
    max-width: 1140px;
  }
}
.cid-v3V8BseDta .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v3V8BseDta .container {
    max-width: 720px;
  }
}
.cid-v3V8BseDta .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3V8BseDta .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3V8BseDta .form-group {
  margin-bottom: 1rem;
}
.cid-v3V8BseDta .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3V8BseDta .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3V8BseDta .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e4ubxJr3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e4ubxJr3 .nav-item,
.cid-v7e4ubxJr3 .nav-link,
.cid-v7e4ubxJr3 .navbar-caption {
  font-weight: normal;
}
.cid-v7e4ubxJr3 .nav-item:focus,
.cid-v7e4ubxJr3 .nav-link:focus {
  outline: none;
}
.cid-v7e4ubxJr3 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v7e4ubxJr3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7e4ubxJr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e4ubxJr3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7e4ubxJr3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7e4ubxJr3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v7e4ubxJr3 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v7e4ubxJr3 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v7e4ubxJr3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7e4ubxJr3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7e4ubxJr3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7e4ubxJr3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v7e4ubxJr3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7e4ubxJr3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v7e4ubxJr3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7e4ubxJr3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e4ubxJr3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7e4ubxJr3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7e4ubxJr3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7e4ubxJr3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v7e4ubxJr3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7e4ubxJr3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v7e4ubxJr3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v7e4ubxJr3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7e4ubxJr3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7e4ubxJr3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7e4ubxJr3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v7e4ubxJr3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7e4ubxJr3 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v7e4ubxJr3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v7e4ubxJr3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v7e4ubxJr3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7e4ubxJr3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7e4ubxJr3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7e4ubxJr3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v7e4ubxJr3 .dropdown-item.active,
.cid-v7e4ubxJr3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7e4ubxJr3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7e4ubxJr3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7e4ubxJr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v7e4ubxJr3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7e4ubxJr3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7e4ubxJr3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7e4ubxJr3 .navbar-buttons {
  text-align: center;
}
.cid-v7e4ubxJr3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e4ubxJr3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v7e4ubxJr3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7e4ubxJr3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e4ubxJr3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e4ubxJr3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7e4ubxJr3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e4ubxJr3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7e4ubxJr3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7e4ubxJr3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e4ubxJr3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v7e4ubxJr3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e4ubxJr3 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7e4ubxJr3 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v7e4ubxJr3 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v7e4ubxJr3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7e4ubxJr3 .navbar {
    height: 77px;
  }
  .cid-v7e4ubxJr3 .navbar.opened {
    height: auto;
  }
  .cid-v7e4ubxJr3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7e4ucdRhi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v7e4ucdRhi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7e4ucu5Af {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v7e4ucu5Af .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v7e4ucu5Af .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v7e4ucu5Af .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v7e4ucu5Af .mbr-text {
  color: #000000;
}
.cid-v7e4ucu5Af .fnt025 {
  font-size: 25px;
}
.cid-v7e4ucU5ww {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v7e4ucU5ww .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v7e4ucU5ww img,
.cid-v7e4ucU5ww .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7e4ucU5ww .item:focus,
.cid-v7e4ucU5ww span:focus {
  outline: none;
}
.cid-v7e4ucU5ww .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7e4ucU5ww .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7e4ucU5ww .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e4ucU5ww .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7e4ucU5ww .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7e4ucU5ww .mbr-section-title {
  color: #232323;
}
.cid-v7e4ucU5ww .mbr-text,
.cid-v7e4ucU5ww .mbr-section-btn {
  text-align: left;
}
.cid-v7e4ucU5ww .item-title {
  text-align: left;
}
.cid-v7e4ucU5ww .item-subtitle {
  text-align: left;
}
.cid-v7e4udI7kg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v7e4udI7kg .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v7e4udI7kg form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v7e4udI7kg form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e4udI7kg form.mbr-form {
    padding: 1rem;
  }
}
.cid-v7e4udI7kg form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v7e4udI7kg form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v7e4ue9Ek1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v7e4ue9Ek1 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v7e4ue9Ek1 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v7e4ue9Ek1 .mbr-text {
  color: #444;
}
.cid-v7e4ue9Ek1 h5 {
  margin-bottom: 0;
}
.cid-v7e4ue9Ek1 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v7e4ue9Ek1 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e4ue9Ek1 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v7e4ue9Ek1 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e4ue9Ek1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v7e4ue9Ek1 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v7e4ue9Ek1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v7e4ue9Ek1 .social-list a:hover {
  opacity: 0.4;
}
.cid-v7e4ue9Ek1 .media-container-row > div {
  padding: 0px;
}
.cid-v7e4ue9Ek1 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e4ue9Ek1 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7e4ue9Ek1 .group-title SPAN {
  color: #ffffff;
}
.cid-v7e4ue9Ek1 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v7e4ue9Ek1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v7e4ue9Ek1 .social-list,
  .cid-v7e4ue9Ek1 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v7e4ue9Ek1 h3 {
    margin-bottom: 10px;
  }
  .cid-v7e4ue9Ek1 .navbar-brand {
    text-align: center;
  }
}
.cid-v7e4ue9Ek1 .links SPAN {
  color: #9e9e9e;
}
.cid-v7e4ueT8LP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v7e4ueT8LP .col + .mbr-section-btn .btn,
  .cid-v7e4ueT8LP .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v7e4ueT8LP .dragArea > *:nth-last-child(2).col,
  .cid-v7e4ueT8LP .dragArea > *:nth-last-child(2).col-auto,
  .cid-v7e4ueT8LP .col + .mbr-section-btn,
  .cid-v7e4ueT8LP .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v7e4ueT8LP .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v7e4ueT8LP .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v7e4ueT8LP .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v7e4ueT8LP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v7e4ueT8LP .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v7e4ueT8LP .subtext-1,
.cid-v7e4ueT8LP .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v7e4ueT8LP .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7e4ueT8LP .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v7e4ueT8LP .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e4ueT8LP .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v7e4ueT8LP .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e4ueT8LP .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v7e4ueT8LP .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v7e4ueT8LP .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v7e4ueT8LP .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7e4ueT8LP .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e4ueT8LP .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e4ueT8LP .form-group {
  max-width: 400px;
}
.cid-v7e4ueT8LP .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v7e4ueT8LP .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v7e4ueT8LP .form-row {
    justify-content: center;
  }
  .cid-v7e4ueT8LP .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v7e4ueT8LP .subtext-1,
  .cid-v7e4ueT8LP .subtext-2,
  .cid-v7e4ueT8LP .card-support {
    text-align: center;
  }
  .cid-v7e4ueT8LP .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v7e4ueT8LP .form-text {
    text-align: center;
  }
  .cid-v7e4ueT8LP .follow-section {
    margin: 0;
  }
  .cid-v7e4ueT8LP .mbr-form {
    text-align: center;
  }
  .cid-v7e4ueT8LP .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v7e4ueT8LP .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v7e4ueT8LP .firstColumn,
  .cid-v7e4ueT8LP .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v7e4ueT8LP .form-row {
    flex-direction: column;
  }
}
.cid-v7e4ueT8LP img {
  width: auto;
}
.cid-v7e4ueT8LP LI {
  color: #ffffff;
}
.cid-v7e4ufIe6k.popup-builder {
  background-color: #ffffff;
}
.cid-v7e4ufIe6k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e4ufIe6k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e4ufIe6k .modal-content,
.cid-v7e4ufIe6k .modal-dialog {
  height: auto;
}
.cid-v7e4ufIe6k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e4ufIe6k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e4ufIe6k .form-wrapper .mbr-form .form-group,
  .cid-v7e4ufIe6k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e4ufIe6k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e4ufIe6k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e4ufIe6k .mbr-text {
  text-align: center;
}
.cid-v7e4ufIe6k .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e4ufIe6k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e4ufIe6k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e4ufIe6k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e4ufIe6k .modal-open {
  overflow: hidden;
}
.cid-v7e4ufIe6k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e4ufIe6k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e4ufIe6k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e4ufIe6k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e4ufIe6k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e4ufIe6k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e4ufIe6k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e4ufIe6k .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e4ufIe6k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e4ufIe6k .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e4ufIe6k .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e4ufIe6k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e4ufIe6k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e4ufIe6k .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e4ufIe6k .modal-header .close:focus {
  outline: none;
}
.cid-v7e4ufIe6k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e4ufIe6k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e4ufIe6k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e4ufIe6k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e4ufIe6k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e4ufIe6k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e4ufIe6k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e4ufIe6k .modal-sm {
    max-width: 300px;
  }
  .cid-v7e4ufIe6k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e4ufIe6k .modal-lg,
  .cid-v7e4ufIe6k .modal-xl {
    max-width: 800px;
  }
  .cid-v7e4ufIe6k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e4ufIe6k .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e4ufIe6k .container {
    max-width: 1140px;
  }
}
.cid-v7e4ufIe6k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e4ufIe6k .container {
    max-width: 720px;
  }
}
.cid-v7e4ufIe6k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e4ufIe6k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e4ufIe6k .form-group {
  margin-bottom: 1rem;
}
.cid-v7e4ufIe6k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e4ufIe6k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e4ufIe6k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e4ugdCWG.popup-builder {
  background-color: #ffffff;
}
.cid-v7e4ugdCWG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e4ugdCWG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e4ugdCWG .modal-content,
.cid-v7e4ugdCWG .modal-dialog {
  height: auto;
}
.cid-v7e4ugdCWG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e4ugdCWG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e4ugdCWG .form-wrapper .mbr-form .form-group,
  .cid-v7e4ugdCWG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e4ugdCWG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e4ugdCWG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e4ugdCWG .mbr-text {
  text-align: center;
}
.cid-v7e4ugdCWG .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e4ugdCWG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e4ugdCWG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e4ugdCWG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e4ugdCWG .modal-open {
  overflow: hidden;
}
.cid-v7e4ugdCWG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e4ugdCWG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e4ugdCWG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e4ugdCWG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e4ugdCWG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e4ugdCWG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e4ugdCWG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e4ugdCWG .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e4ugdCWG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e4ugdCWG .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e4ugdCWG .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e4ugdCWG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e4ugdCWG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e4ugdCWG .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e4ugdCWG .modal-header .close:focus {
  outline: none;
}
.cid-v7e4ugdCWG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e4ugdCWG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e4ugdCWG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e4ugdCWG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e4ugdCWG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e4ugdCWG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e4ugdCWG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e4ugdCWG .modal-sm {
    max-width: 300px;
  }
  .cid-v7e4ugdCWG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e4ugdCWG .modal-lg,
  .cid-v7e4ugdCWG .modal-xl {
    max-width: 800px;
  }
  .cid-v7e4ugdCWG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e4ugdCWG .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e4ugdCWG .container {
    max-width: 1140px;
  }
}
.cid-v7e4ugdCWG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e4ugdCWG .container {
    max-width: 720px;
  }
}
.cid-v7e4ugdCWG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e4ugdCWG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e4ugdCWG .form-group {
  margin-bottom: 1rem;
}
.cid-v7e4ugdCWG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e4ugdCWG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e4ugdCWG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e7td1Wvv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7td1Wvv .nav-item,
.cid-v7e7td1Wvv .nav-link,
.cid-v7e7td1Wvv .navbar-caption {
  font-weight: normal;
}
.cid-v7e7td1Wvv .nav-item:focus,
.cid-v7e7td1Wvv .nav-link:focus {
  outline: none;
}
.cid-v7e7td1Wvv .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v7e7td1Wvv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7e7td1Wvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7td1Wvv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7e7td1Wvv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7e7td1Wvv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v7e7td1Wvv .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v7e7td1Wvv .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v7e7td1Wvv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7e7td1Wvv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7e7td1Wvv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7e7td1Wvv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v7e7td1Wvv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7e7td1Wvv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v7e7td1Wvv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7e7td1Wvv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e7td1Wvv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7e7td1Wvv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7e7td1Wvv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7e7td1Wvv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v7e7td1Wvv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7e7td1Wvv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v7e7td1Wvv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v7e7td1Wvv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7e7td1Wvv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7e7td1Wvv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7e7td1Wvv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v7e7td1Wvv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7e7td1Wvv .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v7e7td1Wvv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v7e7td1Wvv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v7e7td1Wvv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7e7td1Wvv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7e7td1Wvv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7e7td1Wvv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v7e7td1Wvv .dropdown-item.active,
.cid-v7e7td1Wvv .dropdown-item:active {
  background-color: transparent;
}
.cid-v7e7td1Wvv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7e7td1Wvv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7e7td1Wvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v7e7td1Wvv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7e7td1Wvv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7e7td1Wvv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7e7td1Wvv .navbar-buttons {
  text-align: center;
}
.cid-v7e7td1Wvv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7td1Wvv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v7e7td1Wvv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7e7td1Wvv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e7td1Wvv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e7td1Wvv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7e7td1Wvv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e7td1Wvv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7e7td1Wvv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7e7td1Wvv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e7td1Wvv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v7e7td1Wvv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e7td1Wvv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7e7td1Wvv .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v7e7td1Wvv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v7e7td1Wvv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7e7td1Wvv .navbar {
    height: 77px;
  }
  .cid-v7e7td1Wvv .navbar.opened {
    height: auto;
  }
  .cid-v7e7td1Wvv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7e7tdNsJm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v7e7tdNsJm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7e7te2Cna {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v7e7te2Cna .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v7e7te2Cna .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v7e7te2Cna .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v7e7te2Cna .mbr-text {
  color: #000000;
}
.cid-v7e7te2Cna .fnt025 {
  font-size: 25px;
}
.cid-v7e7tenqQp {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v7e7tenqQp .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v7e7tenqQp img,
.cid-v7e7tenqQp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7e7tenqQp .item:focus,
.cid-v7e7tenqQp span:focus {
  outline: none;
}
.cid-v7e7tenqQp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7e7tenqQp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7e7tenqQp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e7tenqQp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7e7tenqQp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7e7tenqQp .mbr-section-title {
  color: #232323;
}
.cid-v7e7tenqQp .mbr-text,
.cid-v7e7tenqQp .mbr-section-btn {
  text-align: left;
}
.cid-v7e7tenqQp .item-title {
  text-align: left;
}
.cid-v7e7tenqQp .item-subtitle {
  text-align: left;
}
.cid-v7e7tePYjw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v7e7tePYjw .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v7e7tePYjw form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v7e7tePYjw form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e7tePYjw form.mbr-form {
    padding: 1rem;
  }
}
.cid-v7e7tePYjw form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v7e7tePYjw form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v7e7tf6HBA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v7e7tf6HBA .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v7e7tf6HBA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v7e7tf6HBA .mbr-text {
  color: #444;
}
.cid-v7e7tf6HBA h5 {
  margin-bottom: 0;
}
.cid-v7e7tf6HBA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v7e7tf6HBA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e7tf6HBA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v7e7tf6HBA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e7tf6HBA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v7e7tf6HBA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v7e7tf6HBA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v7e7tf6HBA .social-list a:hover {
  opacity: 0.4;
}
.cid-v7e7tf6HBA .media-container-row > div {
  padding: 0px;
}
.cid-v7e7tf6HBA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7tf6HBA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7e7tf6HBA .group-title SPAN {
  color: #ffffff;
}
.cid-v7e7tf6HBA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v7e7tf6HBA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v7e7tf6HBA .social-list,
  .cid-v7e7tf6HBA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v7e7tf6HBA h3 {
    margin-bottom: 10px;
  }
  .cid-v7e7tf6HBA .navbar-brand {
    text-align: center;
  }
}
.cid-v7e7tf6HBA .links SPAN {
  color: #9e9e9e;
}
.cid-v7e7tfGoa8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v7e7tfGoa8 .col + .mbr-section-btn .btn,
  .cid-v7e7tfGoa8 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v7e7tfGoa8 .dragArea > *:nth-last-child(2).col,
  .cid-v7e7tfGoa8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-v7e7tfGoa8 .col + .mbr-section-btn,
  .cid-v7e7tfGoa8 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v7e7tfGoa8 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v7e7tfGoa8 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v7e7tfGoa8 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v7e7tfGoa8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v7e7tfGoa8 .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v7e7tfGoa8 .subtext-1,
.cid-v7e7tfGoa8 .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v7e7tfGoa8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7e7tfGoa8 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v7e7tfGoa8 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e7tfGoa8 .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v7e7tfGoa8 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e7tfGoa8 .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v7e7tfGoa8 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v7e7tfGoa8 .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v7e7tfGoa8 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7tfGoa8 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7tfGoa8 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7tfGoa8 .form-group {
  max-width: 400px;
}
.cid-v7e7tfGoa8 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v7e7tfGoa8 .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v7e7tfGoa8 .form-row {
    justify-content: center;
  }
  .cid-v7e7tfGoa8 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v7e7tfGoa8 .subtext-1,
  .cid-v7e7tfGoa8 .subtext-2,
  .cid-v7e7tfGoa8 .card-support {
    text-align: center;
  }
  .cid-v7e7tfGoa8 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v7e7tfGoa8 .form-text {
    text-align: center;
  }
  .cid-v7e7tfGoa8 .follow-section {
    margin: 0;
  }
  .cid-v7e7tfGoa8 .mbr-form {
    text-align: center;
  }
  .cid-v7e7tfGoa8 .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v7e7tfGoa8 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v7e7tfGoa8 .firstColumn,
  .cid-v7e7tfGoa8 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v7e7tfGoa8 .form-row {
    flex-direction: column;
  }
}
.cid-v7e7tfGoa8 img {
  width: auto;
}
.cid-v7e7tfGoa8 LI {
  color: #ffffff;
}
.cid-v7e7tgz4mb.popup-builder {
  background-color: #ffffff;
}
.cid-v7e7tgz4mb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e7tgz4mb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e7tgz4mb .modal-content,
.cid-v7e7tgz4mb .modal-dialog {
  height: auto;
}
.cid-v7e7tgz4mb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e7tgz4mb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e7tgz4mb .form-wrapper .mbr-form .form-group,
  .cid-v7e7tgz4mb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e7tgz4mb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e7tgz4mb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7tgz4mb .mbr-text {
  text-align: center;
}
.cid-v7e7tgz4mb .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e7tgz4mb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e7tgz4mb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e7tgz4mb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e7tgz4mb .modal-open {
  overflow: hidden;
}
.cid-v7e7tgz4mb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e7tgz4mb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e7tgz4mb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e7tgz4mb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e7tgz4mb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e7tgz4mb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e7tgz4mb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e7tgz4mb .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e7tgz4mb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e7tgz4mb .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e7tgz4mb .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e7tgz4mb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e7tgz4mb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e7tgz4mb .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e7tgz4mb .modal-header .close:focus {
  outline: none;
}
.cid-v7e7tgz4mb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e7tgz4mb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e7tgz4mb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e7tgz4mb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e7tgz4mb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e7tgz4mb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e7tgz4mb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e7tgz4mb .modal-sm {
    max-width: 300px;
  }
  .cid-v7e7tgz4mb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e7tgz4mb .modal-lg,
  .cid-v7e7tgz4mb .modal-xl {
    max-width: 800px;
  }
  .cid-v7e7tgz4mb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e7tgz4mb .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e7tgz4mb .container {
    max-width: 1140px;
  }
}
.cid-v7e7tgz4mb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e7tgz4mb .container {
    max-width: 720px;
  }
}
.cid-v7e7tgz4mb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e7tgz4mb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e7tgz4mb .form-group {
  margin-bottom: 1rem;
}
.cid-v7e7tgz4mb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e7tgz4mb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e7tgz4mb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e7th6J0A.popup-builder {
  background-color: #ffffff;
}
.cid-v7e7th6J0A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e7th6J0A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e7th6J0A .modal-content,
.cid-v7e7th6J0A .modal-dialog {
  height: auto;
}
.cid-v7e7th6J0A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e7th6J0A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e7th6J0A .form-wrapper .mbr-form .form-group,
  .cid-v7e7th6J0A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e7th6J0A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e7th6J0A .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7th6J0A .mbr-text {
  text-align: center;
}
.cid-v7e7th6J0A .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e7th6J0A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e7th6J0A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e7th6J0A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e7th6J0A .modal-open {
  overflow: hidden;
}
.cid-v7e7th6J0A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e7th6J0A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e7th6J0A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e7th6J0A .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e7th6J0A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e7th6J0A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e7th6J0A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e7th6J0A .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e7th6J0A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e7th6J0A .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e7th6J0A .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e7th6J0A .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e7th6J0A .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e7th6J0A .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e7th6J0A .modal-header .close:focus {
  outline: none;
}
.cid-v7e7th6J0A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e7th6J0A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e7th6J0A .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e7th6J0A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e7th6J0A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e7th6J0A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e7th6J0A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e7th6J0A .modal-sm {
    max-width: 300px;
  }
  .cid-v7e7th6J0A .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e7th6J0A .modal-lg,
  .cid-v7e7th6J0A .modal-xl {
    max-width: 800px;
  }
  .cid-v7e7th6J0A .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e7th6J0A .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e7th6J0A .container {
    max-width: 1140px;
  }
}
.cid-v7e7th6J0A .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e7th6J0A .container {
    max-width: 720px;
  }
}
.cid-v7e7th6J0A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e7th6J0A .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e7th6J0A .form-group {
  margin-bottom: 1rem;
}
.cid-v7e7th6J0A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e7th6J0A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e7th6J0A .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e7PMZCe5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7PMZCe5 .nav-item,
.cid-v7e7PMZCe5 .nav-link,
.cid-v7e7PMZCe5 .navbar-caption {
  font-weight: normal;
}
.cid-v7e7PMZCe5 .nav-item:focus,
.cid-v7e7PMZCe5 .nav-link:focus {
  outline: none;
}
.cid-v7e7PMZCe5 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v7e7PMZCe5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7e7PMZCe5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e7PMZCe5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7e7PMZCe5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7e7PMZCe5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v7e7PMZCe5 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v7e7PMZCe5 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v7e7PMZCe5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7e7PMZCe5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7e7PMZCe5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7e7PMZCe5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v7e7PMZCe5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7e7PMZCe5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v7e7PMZCe5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7e7PMZCe5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e7PMZCe5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7e7PMZCe5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7e7PMZCe5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7e7PMZCe5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v7e7PMZCe5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7e7PMZCe5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v7e7PMZCe5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v7e7PMZCe5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7e7PMZCe5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7e7PMZCe5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7e7PMZCe5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v7e7PMZCe5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7e7PMZCe5 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v7e7PMZCe5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v7e7PMZCe5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v7e7PMZCe5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7e7PMZCe5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7e7PMZCe5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7e7PMZCe5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v7e7PMZCe5 .dropdown-item.active,
.cid-v7e7PMZCe5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7e7PMZCe5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7e7PMZCe5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7e7PMZCe5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v7e7PMZCe5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7e7PMZCe5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7e7PMZCe5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7e7PMZCe5 .navbar-buttons {
  text-align: center;
}
.cid-v7e7PMZCe5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7PMZCe5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v7e7PMZCe5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7e7PMZCe5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e7PMZCe5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e7PMZCe5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7e7PMZCe5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e7PMZCe5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7e7PMZCe5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7e7PMZCe5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e7PMZCe5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v7e7PMZCe5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e7PMZCe5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7e7PMZCe5 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v7e7PMZCe5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v7e7PMZCe5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7e7PMZCe5 .navbar {
    height: 77px;
  }
  .cid-v7e7PMZCe5 .navbar.opened {
    height: auto;
  }
  .cid-v7e7PMZCe5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7e7PNr7Vi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v7e7PNr7Vi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7e7PNEjN0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v7e7PNEjN0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v7e7PNEjN0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v7e7PNEjN0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v7e7PNEjN0 .mbr-text {
  color: #000000;
}
.cid-v7e7PNEjN0 .fnt025 {
  font-size: 25px;
}
.cid-v7e7PNZOxu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v7e7PNZOxu .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v7e7PNZOxu img,
.cid-v7e7PNZOxu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7e7PNZOxu .item:focus,
.cid-v7e7PNZOxu span:focus {
  outline: none;
}
.cid-v7e7PNZOxu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7e7PNZOxu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7e7PNZOxu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e7PNZOxu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7e7PNZOxu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7e7PNZOxu .mbr-section-title {
  color: #232323;
}
.cid-v7e7PNZOxu .mbr-text,
.cid-v7e7PNZOxu .mbr-section-btn {
  text-align: left;
}
.cid-v7e7PNZOxu .item-title {
  text-align: left;
}
.cid-v7e7PNZOxu .item-subtitle {
  text-align: left;
}
.cid-v7e7POqUae {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v7e7POqUae .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v7e7POqUae form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v7e7POqUae form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e7POqUae form.mbr-form {
    padding: 1rem;
  }
}
.cid-v7e7POqUae form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v7e7POqUae form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v7e7POLG3M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v7e7POLG3M .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v7e7POLG3M .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v7e7POLG3M .mbr-text {
  color: #444;
}
.cid-v7e7POLG3M h5 {
  margin-bottom: 0;
}
.cid-v7e7POLG3M .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v7e7POLG3M .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e7POLG3M .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v7e7POLG3M .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e7POLG3M .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v7e7POLG3M .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v7e7POLG3M .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v7e7POLG3M .social-list a:hover {
  opacity: 0.4;
}
.cid-v7e7POLG3M .media-container-row > div {
  padding: 0px;
}
.cid-v7e7POLG3M .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7POLG3M .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7e7POLG3M .group-title SPAN {
  color: #ffffff;
}
.cid-v7e7POLG3M .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v7e7POLG3M .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v7e7POLG3M .social-list,
  .cid-v7e7POLG3M .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v7e7POLG3M h3 {
    margin-bottom: 10px;
  }
  .cid-v7e7POLG3M .navbar-brand {
    text-align: center;
  }
}
.cid-v7e7POLG3M .links SPAN {
  color: #9e9e9e;
}
.cid-v7e7PPl17Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v7e7PPl17Y .col + .mbr-section-btn .btn,
  .cid-v7e7PPl17Y .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v7e7PPl17Y .dragArea > *:nth-last-child(2).col,
  .cid-v7e7PPl17Y .dragArea > *:nth-last-child(2).col-auto,
  .cid-v7e7PPl17Y .col + .mbr-section-btn,
  .cid-v7e7PPl17Y .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v7e7PPl17Y .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v7e7PPl17Y .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v7e7PPl17Y .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v7e7PPl17Y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v7e7PPl17Y .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v7e7PPl17Y .subtext-1,
.cid-v7e7PPl17Y .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v7e7PPl17Y .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7e7PPl17Y .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v7e7PPl17Y .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e7PPl17Y .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v7e7PPl17Y .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e7PPl17Y .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v7e7PPl17Y .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v7e7PPl17Y .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v7e7PPl17Y .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7PPl17Y .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7PPl17Y .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e7PPl17Y .form-group {
  max-width: 400px;
}
.cid-v7e7PPl17Y .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v7e7PPl17Y .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v7e7PPl17Y .form-row {
    justify-content: center;
  }
  .cid-v7e7PPl17Y .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v7e7PPl17Y .subtext-1,
  .cid-v7e7PPl17Y .subtext-2,
  .cid-v7e7PPl17Y .card-support {
    text-align: center;
  }
  .cid-v7e7PPl17Y .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v7e7PPl17Y .form-text {
    text-align: center;
  }
  .cid-v7e7PPl17Y .follow-section {
    margin: 0;
  }
  .cid-v7e7PPl17Y .mbr-form {
    text-align: center;
  }
  .cid-v7e7PPl17Y .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v7e7PPl17Y .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v7e7PPl17Y .firstColumn,
  .cid-v7e7PPl17Y .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v7e7PPl17Y .form-row {
    flex-direction: column;
  }
}
.cid-v7e7PPl17Y img {
  width: auto;
}
.cid-v7e7PPl17Y LI {
  color: #ffffff;
}
.cid-v7e7PQ5OH0.popup-builder {
  background-color: #ffffff;
}
.cid-v7e7PQ5OH0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e7PQ5OH0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e7PQ5OH0 .modal-content,
.cid-v7e7PQ5OH0 .modal-dialog {
  height: auto;
}
.cid-v7e7PQ5OH0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e7PQ5OH0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e7PQ5OH0 .form-wrapper .mbr-form .form-group,
  .cid-v7e7PQ5OH0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e7PQ5OH0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e7PQ5OH0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7PQ5OH0 .mbr-text {
  text-align: center;
}
.cid-v7e7PQ5OH0 .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e7PQ5OH0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e7PQ5OH0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e7PQ5OH0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e7PQ5OH0 .modal-open {
  overflow: hidden;
}
.cid-v7e7PQ5OH0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e7PQ5OH0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e7PQ5OH0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e7PQ5OH0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e7PQ5OH0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e7PQ5OH0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e7PQ5OH0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e7PQ5OH0 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e7PQ5OH0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e7PQ5OH0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e7PQ5OH0 .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e7PQ5OH0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e7PQ5OH0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e7PQ5OH0 .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e7PQ5OH0 .modal-header .close:focus {
  outline: none;
}
.cid-v7e7PQ5OH0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e7PQ5OH0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e7PQ5OH0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e7PQ5OH0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e7PQ5OH0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e7PQ5OH0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e7PQ5OH0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e7PQ5OH0 .modal-sm {
    max-width: 300px;
  }
  .cid-v7e7PQ5OH0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e7PQ5OH0 .modal-lg,
  .cid-v7e7PQ5OH0 .modal-xl {
    max-width: 800px;
  }
  .cid-v7e7PQ5OH0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e7PQ5OH0 .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e7PQ5OH0 .container {
    max-width: 1140px;
  }
}
.cid-v7e7PQ5OH0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e7PQ5OH0 .container {
    max-width: 720px;
  }
}
.cid-v7e7PQ5OH0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e7PQ5OH0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e7PQ5OH0 .form-group {
  margin-bottom: 1rem;
}
.cid-v7e7PQ5OH0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e7PQ5OH0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e7PQ5OH0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e7PQB0op.popup-builder {
  background-color: #ffffff;
}
.cid-v7e7PQB0op.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e7PQB0op.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e7PQB0op .modal-content,
.cid-v7e7PQB0op .modal-dialog {
  height: auto;
}
.cid-v7e7PQB0op .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e7PQB0op .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e7PQB0op .form-wrapper .mbr-form .form-group,
  .cid-v7e7PQB0op .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e7PQB0op .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e7PQB0op .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e7PQB0op .mbr-text {
  text-align: center;
}
.cid-v7e7PQB0op .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e7PQB0op .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e7PQB0op .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e7PQB0op .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e7PQB0op .modal-open {
  overflow: hidden;
}
.cid-v7e7PQB0op .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e7PQB0op .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e7PQB0op .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e7PQB0op .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e7PQB0op .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e7PQB0op .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e7PQB0op .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e7PQB0op .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e7PQB0op .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e7PQB0op .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e7PQB0op .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e7PQB0op .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e7PQB0op .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e7PQB0op .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e7PQB0op .modal-header .close:focus {
  outline: none;
}
.cid-v7e7PQB0op .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e7PQB0op .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e7PQB0op .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e7PQB0op .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e7PQB0op .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e7PQB0op .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e7PQB0op .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e7PQB0op .modal-sm {
    max-width: 300px;
  }
  .cid-v7e7PQB0op .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e7PQB0op .modal-lg,
  .cid-v7e7PQB0op .modal-xl {
    max-width: 800px;
  }
  .cid-v7e7PQB0op .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e7PQB0op .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e7PQB0op .container {
    max-width: 1140px;
  }
}
.cid-v7e7PQB0op .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e7PQB0op .container {
    max-width: 720px;
  }
}
.cid-v7e7PQB0op .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e7PQB0op .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e7PQB0op .form-group {
  margin-bottom: 1rem;
}
.cid-v7e7PQB0op .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e7PQB0op .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e7PQB0op .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e89Lk1aa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e89Lk1aa .nav-item,
.cid-v7e89Lk1aa .nav-link,
.cid-v7e89Lk1aa .navbar-caption {
  font-weight: normal;
}
.cid-v7e89Lk1aa .nav-item:focus,
.cid-v7e89Lk1aa .nav-link:focus {
  outline: none;
}
.cid-v7e89Lk1aa .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v7e89Lk1aa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7e89Lk1aa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e89Lk1aa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7e89Lk1aa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7e89Lk1aa .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v7e89Lk1aa .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v7e89Lk1aa .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v7e89Lk1aa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7e89Lk1aa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7e89Lk1aa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7e89Lk1aa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v7e89Lk1aa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7e89Lk1aa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v7e89Lk1aa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7e89Lk1aa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e89Lk1aa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7e89Lk1aa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7e89Lk1aa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7e89Lk1aa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v7e89Lk1aa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7e89Lk1aa .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v7e89Lk1aa .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v7e89Lk1aa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7e89Lk1aa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7e89Lk1aa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7e89Lk1aa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v7e89Lk1aa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7e89Lk1aa .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v7e89Lk1aa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v7e89Lk1aa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v7e89Lk1aa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7e89Lk1aa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7e89Lk1aa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7e89Lk1aa .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v7e89Lk1aa .dropdown-item.active,
.cid-v7e89Lk1aa .dropdown-item:active {
  background-color: transparent;
}
.cid-v7e89Lk1aa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7e89Lk1aa .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7e89Lk1aa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v7e89Lk1aa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7e89Lk1aa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7e89Lk1aa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7e89Lk1aa .navbar-buttons {
  text-align: center;
}
.cid-v7e89Lk1aa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e89Lk1aa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v7e89Lk1aa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7e89Lk1aa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e89Lk1aa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e89Lk1aa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7e89Lk1aa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e89Lk1aa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7e89Lk1aa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7e89Lk1aa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e89Lk1aa .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v7e89Lk1aa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e89Lk1aa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7e89Lk1aa .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v7e89Lk1aa .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v7e89Lk1aa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7e89Lk1aa .navbar {
    height: 77px;
  }
  .cid-v7e89Lk1aa .navbar.opened {
    height: auto;
  }
  .cid-v7e89Lk1aa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7e89LUcUm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v7e89LUcUm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7e89M6G7d {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v7e89M6G7d .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v7e89M6G7d .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v7e89M6G7d .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v7e89M6G7d .mbr-text {
  color: #000000;
}
.cid-v7e89M6G7d .fnt025 {
  font-size: 25px;
}
.cid-v7e89Mkkby {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v7e89Mkkby .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v7e89Mkkby img,
.cid-v7e89Mkkby .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7e89Mkkby .item:focus,
.cid-v7e89Mkkby span:focus {
  outline: none;
}
.cid-v7e89Mkkby .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7e89Mkkby .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7e89Mkkby .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e89Mkkby .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7e89Mkkby .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7e89Mkkby .mbr-section-title {
  color: #232323;
}
.cid-v7e89Mkkby .mbr-text,
.cid-v7e89Mkkby .mbr-section-btn {
  text-align: left;
}
.cid-v7e89Mkkby .item-title {
  text-align: left;
}
.cid-v7e89Mkkby .item-subtitle {
  text-align: left;
}
.cid-v7e89MMfR4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v7e89MMfR4 .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v7e89MMfR4 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v7e89MMfR4 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e89MMfR4 form.mbr-form {
    padding: 1rem;
  }
}
.cid-v7e89MMfR4 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v7e89MMfR4 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v7e89NbsC6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v7e89NbsC6 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v7e89NbsC6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v7e89NbsC6 .mbr-text {
  color: #444;
}
.cid-v7e89NbsC6 h5 {
  margin-bottom: 0;
}
.cid-v7e89NbsC6 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v7e89NbsC6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e89NbsC6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v7e89NbsC6 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e89NbsC6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v7e89NbsC6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v7e89NbsC6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v7e89NbsC6 .social-list a:hover {
  opacity: 0.4;
}
.cid-v7e89NbsC6 .media-container-row > div {
  padding: 0px;
}
.cid-v7e89NbsC6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e89NbsC6 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7e89NbsC6 .group-title SPAN {
  color: #ffffff;
}
.cid-v7e89NbsC6 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v7e89NbsC6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v7e89NbsC6 .social-list,
  .cid-v7e89NbsC6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v7e89NbsC6 h3 {
    margin-bottom: 10px;
  }
  .cid-v7e89NbsC6 .navbar-brand {
    text-align: center;
  }
}
.cid-v7e89NbsC6 .links SPAN {
  color: #9e9e9e;
}
.cid-v7e89NNRFX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v7e89NNRFX .col + .mbr-section-btn .btn,
  .cid-v7e89NNRFX .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v7e89NNRFX .dragArea > *:nth-last-child(2).col,
  .cid-v7e89NNRFX .dragArea > *:nth-last-child(2).col-auto,
  .cid-v7e89NNRFX .col + .mbr-section-btn,
  .cid-v7e89NNRFX .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v7e89NNRFX .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v7e89NNRFX .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v7e89NNRFX .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v7e89NNRFX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v7e89NNRFX .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v7e89NNRFX .subtext-1,
.cid-v7e89NNRFX .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v7e89NNRFX .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7e89NNRFX .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v7e89NNRFX .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e89NNRFX .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v7e89NNRFX .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e89NNRFX .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v7e89NNRFX .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v7e89NNRFX .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v7e89NNRFX .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7e89NNRFX .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e89NNRFX .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e89NNRFX .form-group {
  max-width: 400px;
}
.cid-v7e89NNRFX .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v7e89NNRFX .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v7e89NNRFX .form-row {
    justify-content: center;
  }
  .cid-v7e89NNRFX .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v7e89NNRFX .subtext-1,
  .cid-v7e89NNRFX .subtext-2,
  .cid-v7e89NNRFX .card-support {
    text-align: center;
  }
  .cid-v7e89NNRFX .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v7e89NNRFX .form-text {
    text-align: center;
  }
  .cid-v7e89NNRFX .follow-section {
    margin: 0;
  }
  .cid-v7e89NNRFX .mbr-form {
    text-align: center;
  }
  .cid-v7e89NNRFX .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v7e89NNRFX .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v7e89NNRFX .firstColumn,
  .cid-v7e89NNRFX .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v7e89NNRFX .form-row {
    flex-direction: column;
  }
}
.cid-v7e89NNRFX img {
  width: auto;
}
.cid-v7e89NNRFX LI {
  color: #ffffff;
}
.cid-v7e89OFXT7.popup-builder {
  background-color: #ffffff;
}
.cid-v7e89OFXT7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e89OFXT7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e89OFXT7 .modal-content,
.cid-v7e89OFXT7 .modal-dialog {
  height: auto;
}
.cid-v7e89OFXT7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e89OFXT7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e89OFXT7 .form-wrapper .mbr-form .form-group,
  .cid-v7e89OFXT7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e89OFXT7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e89OFXT7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e89OFXT7 .mbr-text {
  text-align: center;
}
.cid-v7e89OFXT7 .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e89OFXT7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e89OFXT7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e89OFXT7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e89OFXT7 .modal-open {
  overflow: hidden;
}
.cid-v7e89OFXT7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e89OFXT7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e89OFXT7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e89OFXT7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e89OFXT7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e89OFXT7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e89OFXT7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e89OFXT7 .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e89OFXT7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e89OFXT7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e89OFXT7 .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e89OFXT7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e89OFXT7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e89OFXT7 .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e89OFXT7 .modal-header .close:focus {
  outline: none;
}
.cid-v7e89OFXT7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e89OFXT7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e89OFXT7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e89OFXT7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e89OFXT7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e89OFXT7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e89OFXT7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e89OFXT7 .modal-sm {
    max-width: 300px;
  }
  .cid-v7e89OFXT7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e89OFXT7 .modal-lg,
  .cid-v7e89OFXT7 .modal-xl {
    max-width: 800px;
  }
  .cid-v7e89OFXT7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e89OFXT7 .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e89OFXT7 .container {
    max-width: 1140px;
  }
}
.cid-v7e89OFXT7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e89OFXT7 .container {
    max-width: 720px;
  }
}
.cid-v7e89OFXT7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e89OFXT7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e89OFXT7 .form-group {
  margin-bottom: 1rem;
}
.cid-v7e89OFXT7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e89OFXT7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e89OFXT7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e89P9ygI.popup-builder {
  background-color: #ffffff;
}
.cid-v7e89P9ygI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e89P9ygI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e89P9ygI .modal-content,
.cid-v7e89P9ygI .modal-dialog {
  height: auto;
}
.cid-v7e89P9ygI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e89P9ygI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e89P9ygI .form-wrapper .mbr-form .form-group,
  .cid-v7e89P9ygI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e89P9ygI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e89P9ygI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e89P9ygI .mbr-text {
  text-align: center;
}
.cid-v7e89P9ygI .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e89P9ygI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e89P9ygI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e89P9ygI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e89P9ygI .modal-open {
  overflow: hidden;
}
.cid-v7e89P9ygI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e89P9ygI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e89P9ygI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e89P9ygI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e89P9ygI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e89P9ygI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e89P9ygI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e89P9ygI .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e89P9ygI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e89P9ygI .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e89P9ygI .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e89P9ygI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e89P9ygI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e89P9ygI .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e89P9ygI .modal-header .close:focus {
  outline: none;
}
.cid-v7e89P9ygI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e89P9ygI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e89P9ygI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e89P9ygI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e89P9ygI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e89P9ygI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e89P9ygI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e89P9ygI .modal-sm {
    max-width: 300px;
  }
  .cid-v7e89P9ygI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e89P9ygI .modal-lg,
  .cid-v7e89P9ygI .modal-xl {
    max-width: 800px;
  }
  .cid-v7e89P9ygI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e89P9ygI .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e89P9ygI .container {
    max-width: 1140px;
  }
}
.cid-v7e89P9ygI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e89P9ygI .container {
    max-width: 720px;
  }
}
.cid-v7e89P9ygI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e89P9ygI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e89P9ygI .form-group {
  margin-bottom: 1rem;
}
.cid-v7e89P9ygI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e89P9ygI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e89P9ygI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e8AsTpU6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e8AsTpU6 .nav-item,
.cid-v7e8AsTpU6 .nav-link,
.cid-v7e8AsTpU6 .navbar-caption {
  font-weight: normal;
}
.cid-v7e8AsTpU6 .nav-item:focus,
.cid-v7e8AsTpU6 .nav-link:focus {
  outline: none;
}
.cid-v7e8AsTpU6 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v7e8AsTpU6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7e8AsTpU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7e8AsTpU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7e8AsTpU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7e8AsTpU6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #9fdbf8;
  background: none;
}
.cid-v7e8AsTpU6 .navbar.opened {
  transition: all 0.3s;
  background: #9fdbf8 !important;
}
.cid-v7e8AsTpU6 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-v7e8AsTpU6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7e8AsTpU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7e8AsTpU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7e8AsTpU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v7e8AsTpU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7e8AsTpU6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v7e8AsTpU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7e8AsTpU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e8AsTpU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7e8AsTpU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7e8AsTpU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7e8AsTpU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v7e8AsTpU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7e8AsTpU6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v7e8AsTpU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v7e8AsTpU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7e8AsTpU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7e8AsTpU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7e8AsTpU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v7e8AsTpU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7e8AsTpU6 .navbar.navbar-short {
  background: #9fdbf8 !important;
  min-height: 60px;
}
.cid-v7e8AsTpU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v7e8AsTpU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v7e8AsTpU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7e8AsTpU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7e8AsTpU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7e8AsTpU6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v7e8AsTpU6 .dropdown-item.active,
.cid-v7e8AsTpU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7e8AsTpU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7e8AsTpU6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7e8AsTpU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-v7e8AsTpU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7e8AsTpU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7e8AsTpU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7e8AsTpU6 .navbar-buttons {
  text-align: center;
}
.cid-v7e8AsTpU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e8AsTpU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe885;
}
.cid-v7e8AsTpU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7e8AsTpU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e8AsTpU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7e8AsTpU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7e8AsTpU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e8AsTpU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7e8AsTpU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7e8AsTpU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7e8AsTpU6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v7e8AsTpU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e8AsTpU6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7e8AsTpU6 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v7e8AsTpU6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-v7e8AsTpU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7e8AsTpU6 .navbar {
    height: 77px;
  }
  .cid-v7e8AsTpU6 .navbar.opened {
    height: auto;
  }
  .cid-v7e8AsTpU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7e8Atl00v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #b8dbbb;
}
.cid-v7e8Atl00v .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v7e8AtwVSZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00ff16;
}
.cid-v7e8AtwVSZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v7e8AtwVSZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v7e8AtwVSZ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v7e8AtwVSZ .mbr-text {
  color: #000000;
}
.cid-v7e8AtwVSZ .fnt025 {
  font-size: 25px;
}
.cid-v7e8AtLQDi {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1315.jpg");
}
.cid-v7e8AtLQDi .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v7e8AtLQDi img,
.cid-v7e8AtLQDi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7e8AtLQDi .item:focus,
.cid-v7e8AtLQDi span:focus {
  outline: none;
}
.cid-v7e8AtLQDi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7e8AtLQDi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00ff16;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7e8AtLQDi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e8AtLQDi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7e8AtLQDi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7e8AtLQDi .mbr-section-title {
  color: #232323;
}
.cid-v7e8AtLQDi .mbr-text,
.cid-v7e8AtLQDi .mbr-section-btn {
  text-align: left;
}
.cid-v7e8AtLQDi .item-title {
  text-align: left;
}
.cid-v7e8AtLQDi .item-subtitle {
  text-align: left;
}
.cid-v7e8AueE3I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/green002.png");
}
.cid-v7e8AueE3I .mbr-overlay {
  background-color: #297e30;
  opacity: 0.2;
}
.cid-v7e8AueE3I form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-v7e8AueE3I form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7e8AueE3I form.mbr-form {
    padding: 1rem;
  }
}
.cid-v7e8AueE3I form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-v7e8AueE3I form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-v7e8AuxQUh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444f27;
}
.cid-v7e8AuxQUh .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-v7e8AuxQUh .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v7e8AuxQUh .mbr-text {
  color: #444;
}
.cid-v7e8AuxQUh h5 {
  margin-bottom: 0;
}
.cid-v7e8AuxQUh .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v7e8AuxQUh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7e8AuxQUh .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-v7e8AuxQUh .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7e8AuxQUh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v7e8AuxQUh .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v7e8AuxQUh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v7e8AuxQUh .social-list a:hover {
  opacity: 0.4;
}
.cid-v7e8AuxQUh .media-container-row > div {
  padding: 0px;
}
.cid-v7e8AuxQUh .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e8AuxQUh .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7e8AuxQUh .group-title SPAN {
  color: #ffffff;
}
.cid-v7e8AuxQUh .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v7e8AuxQUh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v7e8AuxQUh .social-list,
  .cid-v7e8AuxQUh .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v7e8AuxQUh h3 {
    margin-bottom: 10px;
  }
  .cid-v7e8AuxQUh .navbar-brand {
    text-align: center;
  }
}
.cid-v7e8AuxQUh .links SPAN {
  color: #9e9e9e;
}
.cid-v7e8Avdp0f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #688029;
}
@media (min-width: 501px) {
  .cid-v7e8Avdp0f .col + .mbr-section-btn .btn,
  .cid-v7e8Avdp0f .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-v7e8Avdp0f .dragArea > *:nth-last-child(2).col,
  .cid-v7e8Avdp0f .dragArea > *:nth-last-child(2).col-auto,
  .cid-v7e8Avdp0f .col + .mbr-section-btn,
  .cid-v7e8Avdp0f .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-v7e8Avdp0f .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v7e8Avdp0f .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v7e8Avdp0f .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v7e8Avdp0f .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v7e8Avdp0f .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-v7e8Avdp0f .subtext-1,
.cid-v7e8Avdp0f .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-v7e8Avdp0f .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7e8Avdp0f .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v7e8Avdp0f .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e8Avdp0f .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-v7e8Avdp0f .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7e8Avdp0f .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v7e8Avdp0f .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-v7e8Avdp0f .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-v7e8Avdp0f .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7e8Avdp0f .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e8Avdp0f .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v7e8Avdp0f .form-group {
  max-width: 400px;
}
.cid-v7e8Avdp0f .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v7e8Avdp0f .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-v7e8Avdp0f .form-row {
    justify-content: center;
  }
  .cid-v7e8Avdp0f .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v7e8Avdp0f .subtext-1,
  .cid-v7e8Avdp0f .subtext-2,
  .cid-v7e8Avdp0f .card-support {
    text-align: center;
  }
  .cid-v7e8Avdp0f .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v7e8Avdp0f .form-text {
    text-align: center;
  }
  .cid-v7e8Avdp0f .follow-section {
    margin: 0;
  }
  .cid-v7e8Avdp0f .mbr-form {
    text-align: center;
  }
  .cid-v7e8Avdp0f .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-v7e8Avdp0f .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v7e8Avdp0f .firstColumn,
  .cid-v7e8Avdp0f .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v7e8Avdp0f .form-row {
    flex-direction: column;
  }
}
.cid-v7e8Avdp0f img {
  width: auto;
}
.cid-v7e8Avdp0f LI {
  color: #ffffff;
}
.cid-v7e8AvWdMZ.popup-builder {
  background-color: #ffffff;
}
.cid-v7e8AvWdMZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e8AvWdMZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e8AvWdMZ .modal-content,
.cid-v7e8AvWdMZ .modal-dialog {
  height: auto;
}
.cid-v7e8AvWdMZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e8AvWdMZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e8AvWdMZ .form-wrapper .mbr-form .form-group,
  .cid-v7e8AvWdMZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e8AvWdMZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e8AvWdMZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e8AvWdMZ .mbr-text {
  text-align: center;
}
.cid-v7e8AvWdMZ .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e8AvWdMZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e8AvWdMZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e8AvWdMZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e8AvWdMZ .modal-open {
  overflow: hidden;
}
.cid-v7e8AvWdMZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e8AvWdMZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e8AvWdMZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e8AvWdMZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e8AvWdMZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e8AvWdMZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e8AvWdMZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e8AvWdMZ .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e8AvWdMZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e8AvWdMZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e8AvWdMZ .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e8AvWdMZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e8AvWdMZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e8AvWdMZ .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e8AvWdMZ .modal-header .close:focus {
  outline: none;
}
.cid-v7e8AvWdMZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e8AvWdMZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e8AvWdMZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e8AvWdMZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e8AvWdMZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e8AvWdMZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e8AvWdMZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e8AvWdMZ .modal-sm {
    max-width: 300px;
  }
  .cid-v7e8AvWdMZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e8AvWdMZ .modal-lg,
  .cid-v7e8AvWdMZ .modal-xl {
    max-width: 800px;
  }
  .cid-v7e8AvWdMZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e8AvWdMZ .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e8AvWdMZ .container {
    max-width: 1140px;
  }
}
.cid-v7e8AvWdMZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e8AvWdMZ .container {
    max-width: 720px;
  }
}
.cid-v7e8AvWdMZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e8AvWdMZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e8AvWdMZ .form-group {
  margin-bottom: 1rem;
}
.cid-v7e8AvWdMZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e8AvWdMZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e8AvWdMZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v7e8AwpDea.popup-builder {
  background-color: #ffffff;
}
.cid-v7e8AwpDea.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v7e8AwpDea.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v7e8AwpDea .modal-content,
.cid-v7e8AwpDea .modal-dialog {
  height: auto;
}
.cid-v7e8AwpDea .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v7e8AwpDea .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v7e8AwpDea .form-wrapper .mbr-form .form-group,
  .cid-v7e8AwpDea .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v7e8AwpDea .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v7e8AwpDea .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7e8AwpDea .mbr-text {
  text-align: center;
}
.cid-v7e8AwpDea .pt-0 {
  padding-top: 0 !important;
}
.cid-v7e8AwpDea .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v7e8AwpDea .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v7e8AwpDea .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v7e8AwpDea .modal-open {
  overflow: hidden;
}
.cid-v7e8AwpDea .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v7e8AwpDea .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v7e8AwpDea .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v7e8AwpDea .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v7e8AwpDea .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v7e8AwpDea .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v7e8AwpDea .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v7e8AwpDea .modal-content {
  background: #ffe161;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v7e8AwpDea .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v7e8AwpDea .modal-backdrop.fade {
  opacity: 0;
}
.cid-v7e8AwpDea .modal-backdrop.show {
  opacity: .5;
}
.cid-v7e8AwpDea .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v7e8AwpDea .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v7e8AwpDea .modal-header .close:hover {
  opacity: 1;
}
.cid-v7e8AwpDea .modal-header .close:focus {
  outline: none;
}
.cid-v7e8AwpDea .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v7e8AwpDea .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v7e8AwpDea .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v7e8AwpDea .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v7e8AwpDea .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v7e8AwpDea .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v7e8AwpDea .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v7e8AwpDea .modal-sm {
    max-width: 300px;
  }
  .cid-v7e8AwpDea .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v7e8AwpDea .modal-lg,
  .cid-v7e8AwpDea .modal-xl {
    max-width: 800px;
  }
  .cid-v7e8AwpDea .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v7e8AwpDea .modal-xl {
    max-width: 1140px;
  }
  .cid-v7e8AwpDea .container {
    max-width: 1140px;
  }
}
.cid-v7e8AwpDea .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v7e8AwpDea .container {
    max-width: 720px;
  }
}
.cid-v7e8AwpDea .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v7e8AwpDea .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v7e8AwpDea .form-group {
  margin-bottom: 1rem;
}
.cid-v7e8AwpDea .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v7e8AwpDea .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v7e8AwpDea .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
