@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.32rem;
}
.display-5 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((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.8 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #1e5b3c !important;
  border-color: #1e5b3c !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #1e5b3c !important;
  border-color: #1e5b3c !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0e0e0e !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #1e5b3c !important;
}
.bg-warning {
  background-color: #00a859 !important;
}
.bg-danger {
  background-color: #0e0e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #1e5b3c !important;
  border-color: #1e5b3c !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #1e5b3c;
  border-color: #1e5b3c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #1e5b3c !important;
  border-color: #1e5b3c !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00a859 !important;
  border-color: #00a859 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #00a859;
  border-color: #00a859;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #00a859 !important;
  border-color: #00a859 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #050e09;
  color: #050e09;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1e5b3c;
  border-color: #1e5b3c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1e5b3c !important;
  border-color: #1e5b3c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #004223;
  color: #004223;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #00a859;
  border-color: #00a859;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00a859 !important;
  border-color: #00a859 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0e0e0e !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #1e5b3c !important;
}
.text-warning {
  color: #00a859 !important;
}
.text-danger {
  color: #0e0e0e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #414141 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #37a86f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0fff8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #414141 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1e5b3c;
}
.alert-warning {
  background-color: #00a859;
}
.alert-danger {
  background-color: #0e0e0e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e0e0e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c1c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3ebb7b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #28ff9a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1c1c1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0e0e0e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #0e0e0e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e0e0e;
  border-bottom-color: #0e0e0e;
}
.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: #0e0e0e !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: #ffffff !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='%230e0e0e' %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-sgBkRjgqAM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sgBkRjgqAM .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sgBkRjgqAM .dropdown-menu {
  padding: 0;
  background: #00a859 !important;
}
.cid-sgBkRjgqAM .dropdown-item {
  color: #00a859 !important;
}
.cid-sgBkRjgqAM .dropdown-item:hover {
  color: #00a859 !important;
}
.cid-sgBkRjgqAM .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sgBkRjgqAM .nav-link:hover {
  color: #ffffff !important;
}
.cid-sgBkRjgqAM .btn-white {
  color: #0e0e0e !important;
}
.cid-sgBkRjgqAM .btn:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-sgBkRjgqAM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgBkRjgqAM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBkRjgqAM .container {
  display: flex;
  margin: auto;
}
.cid-sgBkRjgqAM .navbar.navbar-short .nav-link,
.cid-sgBkRjgqAM .navbar.navbar-short .navbar-caption,
.cid-sgBkRjgqAM .navbar.navbar-short .mbr-iconfont {
  color: #00a859 !important;
  border-color: #00a859;
}
.cid-sgBkRjgqAM .navbar.navbar-short .hamburger span {
  background: #00a859 !important;
}
.cid-sgBkRjgqAM .navbar-caption {
  padding-right: 3rem;
}
.cid-sgBkRjgqAM .navbar.opened {
  background: #fbbe36 !important;
}
.cid-sgBkRjgqAM .nav-item:focus,
.cid-sgBkRjgqAM .nav-link:focus {
  outline: none;
}
.cid-sgBkRjgqAM .dropdown .dropdown-menu .dropdown-item {
  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-sgBkRjgqAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBkRjgqAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgBkRjgqAM .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-sgBkRjgqAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBkRjgqAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBkRjgqAM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbbe36;
}
.cid-sgBkRjgqAM .navbar.opened {
  transition: all .3s;
}
.cid-sgBkRjgqAM .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sgBkRjgqAM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBkRjgqAM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBkRjgqAM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgBkRjgqAM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sgBkRjgqAM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBkRjgqAM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBkRjgqAM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgBkRjgqAM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBkRjgqAM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgBkRjgqAM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgBkRjgqAM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBkRjgqAM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBkRjgqAM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBkRjgqAM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBkRjgqAM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgBkRjgqAM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgBkRjgqAM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBkRjgqAM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBkRjgqAM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBkRjgqAM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgBkRjgqAM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgBkRjgqAM .navbar.navbar-short {
  background: #fbbe36 !important;
  min-height: 60px;
}
.cid-sgBkRjgqAM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgBkRjgqAM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgBkRjgqAM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBkRjgqAM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBkRjgqAM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBkRjgqAM .dropdown-item.active,
.cid-sgBkRjgqAM .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBkRjgqAM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBkRjgqAM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBkRjgqAM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBkRjgqAM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbbe36;
}
.cid-sgBkRjgqAM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBkRjgqAM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBkRjgqAM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgBkRjgqAM .navbar-buttons {
  text-align: center;
}
.cid-sgBkRjgqAM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgBkRjgqAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29361a;
}
.cid-sgBkRjgqAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgBkRjgqAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBkRjgqAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBkRjgqAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgBkRjgqAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBkRjgqAM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgBkRjgqAM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgBkRjgqAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBkRjgqAM .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sgBkRjgqAM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgBkRjgqAM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgBkRjgqAM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgBkRjgqAM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBkRjgqAM .navbar {
    height: 77px;
  }
  .cid-sgBkRjgqAM .navbar.opened {
    height: auto;
  }
  .cid-sgBkRjgqAM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgBkXqOREP {
  padding-top: 195px;
  padding-bottom: 15px;
  background-color: #fbbe36;
}
.cid-sgBkXqOREP .title-align {
  width: 100%;
}
.cid-sgBkXqOREP .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-sgBkXqOREP .img-col img {
  z-index: 2;
  position: relative;
}
.cid-sgBkXqOREP .mbr-iconfont {
  background: white;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  color: #e7272d;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgBkXqOREP .list {
  display: flex;
  margin: 0;
  align-items: center;
}
.cid-sgBkXqOREP .pricebox {
  position: relative;
  display: flex;
  background: #e7272d;
  justify-content: space-between;
  padding: 1rem;
  padding-right: 2.6rem;
}
.cid-sgBkXqOREP .price-wrap {
  margin-left: 3rem;
}
.cid-sgBkXqOREP .item {
  margin-left: 3rem;
  height: fit-content;
}
.cid-sgBkXqOREP .item-first {
  margin-left: 0!important;
}
.cid-sgBkXqOREP H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-sgBkXqOREP H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-sgBkXqOREP img {
  margin: auto;
  max-width: 500px;
}
.cid-sgBkXqOREP .mbr-section-subtitle,
.cid-sgBkXqOREP .title-align {
  color: #1e5b3c;
}
@media (max-width: 992px) {
  .cid-sgBkXqOREP .pricebox {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBkXqOREP H2:before {
    content: none;
  }
  .cid-sgBkXqOREP .list {
    flex-direction: column;
    padding: 0;
    margin-left: 1.5rem;
    align-items: flex-start;
  }
  .cid-sgBkXqOREP .item {
    margin-left: 0rem;
    width: 100%;
  }
  .cid-sgBkXqOREP .pricebox {
    margin-right: 0rem;
  }
  .cid-sgBkXqOREP .mbr-iconfont {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: -45px;
  }
}
.cid-sgBEYHQhE9 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgBEYHQhE9 H2 {
  color: #89b758;
}
.cid-sgBEYHQhE9 .mbr-text,
.cid-sgBEYHQhE9 .mbr-section-btn {
  color: #808080;
}
.cid-sgBEYHQhE9 .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-sgBEYHQhE9 .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-sgBEYHQhE9 .mbr-figure {
  height: 100%;
}
.cid-sgBEYHQhE9 .card-img {
  padding: 0 2rem;
}
.cid-sgBEYHQhE9 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-sgBEYHQhE9 H1 {
  color: #1e5b3c;
}
@media (max-width: 992px) {
  .cid-sgBEYHQhE9 .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-sgBEYHQhE9 .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-sgBEYHQhE9 .container {
    padding: 0 3rem;
  }
  .cid-sgBEYHQhE9 .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBEYHQhE9 .container {
    padding: 0 2rem;
  }
  .cid-sgBEYHQhE9 .card-img {
    width: 100%;
  }
  .cid-sgBEYHQhE9 .center-card {
    padding: 1rem;
  }
}
.cid-sgCOLIXo3n {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCOLIXo3n .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sgCOLIXo3n .content {
    padding: 0 2rem;
  }
}
.cid-sgCOLIXo3n .img-col {
  padding: 0;
}
.cid-sgCOLIXo3n .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sgCOLIXo3n .icon-wrap h3 {
  margin: 0;
}
.cid-sgCOLIXo3n .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sgCOLIXo3n .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sgCOLIXo3n .icon-title,
.cid-sgCOLIXo3n .mbr-iconfont {
  color: #181818;
}
.cid-sgCOLIXo3n .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sgCOLIXo3n .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sgCOLIXo3n .icons-wrap {
    flex-direction: column;
  }
  .cid-sgCOLIXo3n .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sgCOLIXo3n H1 {
  color: #1e5b3c;
}
.cid-tgyJHrhB7R {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fbbe36;
}
.cid-tgyJHrhB7R .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tgyJHrhB7R .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tgyJHrhB7R .col + .mbr-section-btn .btn,
.cid-tgyJHrhB7R .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tgyJHrhB7R .col + .mbr-section-btn .btn,
  .cid-tgyJHrhB7R .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tgyJHrhB7R .dragArea > *:nth-last-child(2).col,
  .cid-tgyJHrhB7R .dragArea > *:nth-last-child(2).col-auto,
  .cid-tgyJHrhB7R .col + .mbr-section-btn,
  .cid-tgyJHrhB7R .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tgyJHrhB7R .dragArea {
    flex-direction: column;
  }
}
.cid-tgyJHrhB7R .btn-primary {
  border: 1px solid #0e0e0e !important;
}
.cid-tgyJHrhB7R .btn-primary:hover {
  border: 1px solid #0e0e0e !important;
}
.cid-tgyJHrhB7R .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tgyJHrhB7R .form-group {
  max-width: 220px;
}
.cid-tgyJHrhB7R .mbr-section-btn {
  padding-left: 0;
}
.cid-tgyJHrhB7R .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tgyJHrhB7R .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tgyJHrhB7R .mbr-text {
  color: #444;
}
.cid-tgyJHrhB7R h5 {
  margin-bottom: 0;
}
.cid-tgyJHrhB7R .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tgyJHrhB7R .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgyJHrhB7R .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tgyJHrhB7R .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgyJHrhB7R .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-tgyJHrhB7R .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tgyJHrhB7R .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgyJHrhB7R .social-list a:hover {
  opacity: 0.4;
}
.cid-tgyJHrhB7R .media-container-row > div {
  padding: 0px;
}
.cid-tgyJHrhB7R .text2 {
  color: #0e0e0e;
  text-align: left;
}
.cid-tgyJHrhB7R .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tgyJHrhB7R .links {
  color: #0e0e0e;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tgyJHrhB7R .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tgyJHrhB7R .social-list,
  .cid-tgyJHrhB7R .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tgyJHrhB7R h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tgyJHrhB7R .form-group {
    max-width: 180px;
  }
}
.cid-tgyJHrhB7R .links span {
  color: #9e9e9e;
}
.cid-tgyJHrhB7R .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tgyJHrhB7R .logo-title {
  text-align: center;
}
.cid-sgCDNu1XBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e5b3c;
}
.cid-sgBSgTCbN0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sgBSgTCbN0 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sgBSgTCbN0 .dropdown-menu {
  padding: 0;
  background: #00a859 !important;
}
.cid-sgBSgTCbN0 .dropdown-item {
  color: #00a859 !important;
}
.cid-sgBSgTCbN0 .dropdown-item:hover {
  color: #00a859 !important;
}
.cid-sgBSgTCbN0 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sgBSgTCbN0 .nav-link:hover {
  color: #ffffff !important;
}
.cid-sgBSgTCbN0 .btn-white {
  color: #0e0e0e !important;
}
.cid-sgBSgTCbN0 .btn:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-sgBSgTCbN0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgBSgTCbN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBSgTCbN0 .container {
  display: flex;
  margin: auto;
}
.cid-sgBSgTCbN0 .navbar.navbar-short .nav-link,
.cid-sgBSgTCbN0 .navbar.navbar-short .navbar-caption,
.cid-sgBSgTCbN0 .navbar.navbar-short .mbr-iconfont {
  color: #00a859 !important;
  border-color: #00a859;
}
.cid-sgBSgTCbN0 .navbar.navbar-short .hamburger span {
  background: #00a859 !important;
}
.cid-sgBSgTCbN0 .navbar-caption {
  padding-right: 3rem;
}
.cid-sgBSgTCbN0 .navbar.opened {
  background: #fbbe36 !important;
}
.cid-sgBSgTCbN0 .nav-item:focus,
.cid-sgBSgTCbN0 .nav-link:focus {
  outline: none;
}
.cid-sgBSgTCbN0 .dropdown .dropdown-menu .dropdown-item {
  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-sgBSgTCbN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBSgTCbN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgBSgTCbN0 .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-sgBSgTCbN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBSgTCbN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBSgTCbN0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbbe36;
}
.cid-sgBSgTCbN0 .navbar.opened {
  transition: all .3s;
}
.cid-sgBSgTCbN0 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sgBSgTCbN0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBSgTCbN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBSgTCbN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgBSgTCbN0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sgBSgTCbN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBSgTCbN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBSgTCbN0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgBSgTCbN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBSgTCbN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgBSgTCbN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgBSgTCbN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBSgTCbN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBSgTCbN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBSgTCbN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBSgTCbN0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgBSgTCbN0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgBSgTCbN0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBSgTCbN0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBSgTCbN0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBSgTCbN0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgBSgTCbN0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgBSgTCbN0 .navbar.navbar-short {
  background: #fbbe36 !important;
  min-height: 60px;
}
.cid-sgBSgTCbN0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgBSgTCbN0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgBSgTCbN0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBSgTCbN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBSgTCbN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBSgTCbN0 .dropdown-item.active,
.cid-sgBSgTCbN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBSgTCbN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBSgTCbN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBSgTCbN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBSgTCbN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbbe36;
}
.cid-sgBSgTCbN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBSgTCbN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBSgTCbN0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgBSgTCbN0 .navbar-buttons {
  text-align: center;
}
.cid-sgBSgTCbN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgBSgTCbN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29361a;
}
.cid-sgBSgTCbN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgBSgTCbN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSgTCbN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSgTCbN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgBSgTCbN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSgTCbN0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgBSgTCbN0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgBSgTCbN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSgTCbN0 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sgBSgTCbN0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgBSgTCbN0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgBSgTCbN0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgBSgTCbN0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBSgTCbN0 .navbar {
    height: 77px;
  }
  .cid-sgBSgTCbN0 .navbar.opened {
    height: auto;
  }
  .cid-sgBSgTCbN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCdus9CmU {
  background-image: url("../../../assets/images/umami-receita-curau-jantroyka-1000x563.jpg");
}
.cid-sgCdus9CmU .mbr-text,
.cid-sgCdus9CmU .typed-text,
.cid-sgCdus9CmU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgCdus9CmU .btn {
  margin-left: 4px !important;
}
.cid-sgCdus9CmU .animated-element {
  color: #ffbc00;
}
.cid-sgCdus9CmU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgChsLHO7Q {
  overflow: hidden !important;
  background: linear-gradient(to right, #00a859 0%, #00a859 30%, #ffffff 30%, #ffffff 100%);
}
.cid-sgChsLHO7Q .animated-element {
  color: #efefef;
}
.cid-sgChsLHO7Q .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sgChsLHO7Q .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sgChsLHO7Q {
    background: #ffffff;
  }
}
.cid-sgChsLHO7Q .mbr-section-subtitle {
  color: #00a859;
}
.cid-sgChsLHO7Q .mbr-text,
.cid-sgChsLHO7Q .mbr-section-btn {
  color: #00a859;
}
.cid-sgChsLHO7Q .mbr-section-title {
  color: #1e5b3c;
}
.cid-sgCE7N2PoC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fbbe36;
}
.cid-sgCE7N2PoC .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-sgCE7N2PoC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sgCE7N2PoC .col + .mbr-section-btn .btn,
.cid-sgCE7N2PoC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sgCE7N2PoC .col + .mbr-section-btn .btn,
  .cid-sgCE7N2PoC .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sgCE7N2PoC .dragArea > *:nth-last-child(2).col,
  .cid-sgCE7N2PoC .dragArea > *:nth-last-child(2).col-auto,
  .cid-sgCE7N2PoC .col + .mbr-section-btn,
  .cid-sgCE7N2PoC .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sgCE7N2PoC .dragArea {
    flex-direction: column;
  }
}
.cid-sgCE7N2PoC .btn-primary {
  border: 1px solid #0e0e0e !important;
}
.cid-sgCE7N2PoC .btn-primary:hover {
  border: 1px solid #0e0e0e !important;
}
.cid-sgCE7N2PoC .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sgCE7N2PoC .form-group {
  max-width: 220px;
}
.cid-sgCE7N2PoC .mbr-section-btn {
  padding-left: 0;
}
.cid-sgCE7N2PoC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sgCE7N2PoC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sgCE7N2PoC .mbr-text {
  color: #444;
}
.cid-sgCE7N2PoC h5 {
  margin-bottom: 0;
}
.cid-sgCE7N2PoC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sgCE7N2PoC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCE7N2PoC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sgCE7N2PoC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCE7N2PoC .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-sgCE7N2PoC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sgCE7N2PoC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgCE7N2PoC .social-list a:hover {
  opacity: 0.4;
}
.cid-sgCE7N2PoC .media-container-row > div {
  padding: 0px;
}
.cid-sgCE7N2PoC .text2 {
  color: #0e0e0e;
  text-align: left;
}
.cid-sgCE7N2PoC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sgCE7N2PoC .links {
  color: #0e0e0e;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgCE7N2PoC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sgCE7N2PoC .social-list,
  .cid-sgCE7N2PoC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sgCE7N2PoC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sgCE7N2PoC .form-group {
    max-width: 180px;
  }
}
.cid-sgCE7N2PoC .links span {
  color: #9e9e9e;
}
.cid-sgCE7N2PoC .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sgCE7N2PoC .logo-title {
  text-align: center;
}
.cid-sgCDNu1XBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e5b3c;
}
.cid-sgBSirBGQ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sgBSirBGQ7 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sgBSirBGQ7 .dropdown-menu {
  padding: 0;
  background: #00a859 !important;
}
.cid-sgBSirBGQ7 .dropdown-item {
  color: #00a859 !important;
}
.cid-sgBSirBGQ7 .dropdown-item:hover {
  color: #00a859 !important;
}
.cid-sgBSirBGQ7 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sgBSirBGQ7 .nav-link:hover {
  color: #ffffff !important;
}
.cid-sgBSirBGQ7 .btn-white {
  color: #0e0e0e !important;
}
.cid-sgBSirBGQ7 .btn:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-sgBSirBGQ7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgBSirBGQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBSirBGQ7 .container {
  display: flex;
  margin: auto;
}
.cid-sgBSirBGQ7 .navbar.navbar-short .nav-link,
.cid-sgBSirBGQ7 .navbar.navbar-short .navbar-caption,
.cid-sgBSirBGQ7 .navbar.navbar-short .mbr-iconfont {
  color: #00a859 !important;
  border-color: #00a859;
}
.cid-sgBSirBGQ7 .navbar.navbar-short .hamburger span {
  background: #00a859 !important;
}
.cid-sgBSirBGQ7 .navbar-caption {
  padding-right: 3rem;
}
.cid-sgBSirBGQ7 .navbar.opened {
  background: #fbbe36 !important;
}
.cid-sgBSirBGQ7 .nav-item:focus,
.cid-sgBSirBGQ7 .nav-link:focus {
  outline: none;
}
.cid-sgBSirBGQ7 .dropdown .dropdown-menu .dropdown-item {
  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-sgBSirBGQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBSirBGQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgBSirBGQ7 .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-sgBSirBGQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBSirBGQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBSirBGQ7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbbe36;
}
.cid-sgBSirBGQ7 .navbar.opened {
  transition: all .3s;
}
.cid-sgBSirBGQ7 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sgBSirBGQ7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBSirBGQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBSirBGQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgBSirBGQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sgBSirBGQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBSirBGQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBSirBGQ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgBSirBGQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBSirBGQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgBSirBGQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgBSirBGQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBSirBGQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBSirBGQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBSirBGQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBSirBGQ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgBSirBGQ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgBSirBGQ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBSirBGQ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBSirBGQ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBSirBGQ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgBSirBGQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgBSirBGQ7 .navbar.navbar-short {
  background: #fbbe36 !important;
  min-height: 60px;
}
.cid-sgBSirBGQ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgBSirBGQ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgBSirBGQ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBSirBGQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBSirBGQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBSirBGQ7 .dropdown-item.active,
.cid-sgBSirBGQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBSirBGQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBSirBGQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBSirBGQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBSirBGQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbbe36;
}
.cid-sgBSirBGQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBSirBGQ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBSirBGQ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgBSirBGQ7 .navbar-buttons {
  text-align: center;
}
.cid-sgBSirBGQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgBSirBGQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29361a;
}
.cid-sgBSirBGQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgBSirBGQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSirBGQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSirBGQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgBSirBGQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSirBGQ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgBSirBGQ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgBSirBGQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSirBGQ7 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sgBSirBGQ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgBSirBGQ7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgBSirBGQ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgBSirBGQ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBSirBGQ7 .navbar {
    height: 77px;
  }
  .cid-sgBSirBGQ7 .navbar.opened {
    height: auto;
  }
  .cid-sgBSirBGQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCpXI9EqF {
  background-image: url("../../../assets/images/como-cozinhar-milho-1200x800.jpg");
}
.cid-sgCpXI9EqF .mbr-text,
.cid-sgCpXI9EqF .typed-text,
.cid-sgCpXI9EqF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgCpXI9EqF .btn {
  margin-left: 4px !important;
}
.cid-sgCpXI9EqF .animated-element {
  color: #ffbc00;
}
.cid-sgCpXI9EqF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgCvWIDH3X {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCvWIDH3X .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #00a859;
  transition: all 0.4s ease-in-out;
}
.cid-sgCvWIDH3X .content-block .mbr-text {
  margin: 0;
}
.cid-sgCvWIDH3X .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sgCvWIDH3X .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sgCvWIDH3X .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sgCvWIDH3X .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sgCvWIDH3X .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sgCvWIDH3X h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sgCvWIDH3X .mbr-section-title {
  color: #00a859;
}
.cid-sgCvWIDH3X .mbr-section-subtitle {
  color: #1e5b3c;
}
.cid-sgCxdxd87S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCxdxd87S .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #00a859;
  transition: all 0.4s ease-in-out;
}
.cid-sgCxdxd87S .content-block .mbr-text {
  margin: 0;
}
.cid-sgCxdxd87S .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sgCxdxd87S .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sgCxdxd87S .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sgCxdxd87S .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sgCxdxd87S .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sgCxdxd87S h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sgCxlQOmou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCxlQOmou .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #00a859;
  transition: all 0.4s ease-in-out;
}
.cid-sgCxlQOmou .content-block .mbr-text {
  margin: 0;
}
.cid-sgCxlQOmou .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sgCxlQOmou .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sgCxlQOmou .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sgCxlQOmou .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sgCxlQOmou .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sgCxlQOmou h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sgCEc7XBcW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fbbe36;
}
.cid-sgCEc7XBcW .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-sgCEc7XBcW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sgCEc7XBcW .col + .mbr-section-btn .btn,
.cid-sgCEc7XBcW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sgCEc7XBcW .col + .mbr-section-btn .btn,
  .cid-sgCEc7XBcW .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sgCEc7XBcW .dragArea > *:nth-last-child(2).col,
  .cid-sgCEc7XBcW .dragArea > *:nth-last-child(2).col-auto,
  .cid-sgCEc7XBcW .col + .mbr-section-btn,
  .cid-sgCEc7XBcW .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sgCEc7XBcW .dragArea {
    flex-direction: column;
  }
}
.cid-sgCEc7XBcW .btn-primary {
  border: 1px solid #0e0e0e !important;
}
.cid-sgCEc7XBcW .btn-primary:hover {
  border: 1px solid #0e0e0e !important;
}
.cid-sgCEc7XBcW .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sgCEc7XBcW .form-group {
  max-width: 220px;
}
.cid-sgCEc7XBcW .mbr-section-btn {
  padding-left: 0;
}
.cid-sgCEc7XBcW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sgCEc7XBcW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sgCEc7XBcW .mbr-text {
  color: #444;
}
.cid-sgCEc7XBcW h5 {
  margin-bottom: 0;
}
.cid-sgCEc7XBcW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sgCEc7XBcW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCEc7XBcW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sgCEc7XBcW .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCEc7XBcW .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-sgCEc7XBcW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sgCEc7XBcW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgCEc7XBcW .social-list a:hover {
  opacity: 0.4;
}
.cid-sgCEc7XBcW .media-container-row > div {
  padding: 0px;
}
.cid-sgCEc7XBcW .text2 {
  color: #0e0e0e;
  text-align: left;
}
.cid-sgCEc7XBcW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sgCEc7XBcW .links {
  color: #0e0e0e;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sgCEc7XBcW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sgCEc7XBcW .social-list,
  .cid-sgCEc7XBcW .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sgCEc7XBcW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sgCEc7XBcW .form-group {
    max-width: 180px;
  }
}
.cid-sgCEc7XBcW .links span {
  color: #9e9e9e;
}
.cid-sgCEc7XBcW .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sgCEc7XBcW .logo-title {
  text-align: center;
}
.cid-sgCDNu1XBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e5b3c;
}
.cid-sgBSjr6WYe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sgBSjr6WYe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sgBSjr6WYe .dropdown-menu {
  padding: 0;
  background: #00a859 !important;
}
.cid-sgBSjr6WYe .dropdown-item {
  color: #00a859 !important;
}
.cid-sgBSjr6WYe .dropdown-item:hover {
  color: #00a859 !important;
}
.cid-sgBSjr6WYe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sgBSjr6WYe .nav-link:hover {
  color: #ffffff !important;
}
.cid-sgBSjr6WYe .btn-white {
  color: #0e0e0e !important;
}
.cid-sgBSjr6WYe .btn:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-sgBSjr6WYe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgBSjr6WYe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgBSjr6WYe .container {
  display: flex;
  margin: auto;
}
.cid-sgBSjr6WYe .navbar.navbar-short .nav-link,
.cid-sgBSjr6WYe .navbar.navbar-short .navbar-caption,
.cid-sgBSjr6WYe .navbar.navbar-short .mbr-iconfont {
  color: #00a859 !important;
  border-color: #00a859;
}
.cid-sgBSjr6WYe .navbar.navbar-short .hamburger span {
  background: #00a859 !important;
}
.cid-sgBSjr6WYe .navbar-caption {
  padding-right: 3rem;
}
.cid-sgBSjr6WYe .navbar.opened {
  background: #fbbe36 !important;
}
.cid-sgBSjr6WYe .nav-item:focus,
.cid-sgBSjr6WYe .nav-link:focus {
  outline: none;
}
.cid-sgBSjr6WYe .dropdown .dropdown-menu .dropdown-item {
  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-sgBSjr6WYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBSjr6WYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgBSjr6WYe .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-sgBSjr6WYe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgBSjr6WYe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgBSjr6WYe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbbe36;
}
.cid-sgBSjr6WYe .navbar.opened {
  transition: all .3s;
}
.cid-sgBSjr6WYe .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sgBSjr6WYe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgBSjr6WYe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgBSjr6WYe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgBSjr6WYe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sgBSjr6WYe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgBSjr6WYe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgBSjr6WYe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgBSjr6WYe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgBSjr6WYe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgBSjr6WYe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgBSjr6WYe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBSjr6WYe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBSjr6WYe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBSjr6WYe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBSjr6WYe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgBSjr6WYe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgBSjr6WYe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBSjr6WYe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBSjr6WYe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgBSjr6WYe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgBSjr6WYe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgBSjr6WYe .navbar.navbar-short {
  background: #fbbe36 !important;
  min-height: 60px;
}
.cid-sgBSjr6WYe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgBSjr6WYe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgBSjr6WYe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBSjr6WYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBSjr6WYe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBSjr6WYe .dropdown-item.active,
.cid-sgBSjr6WYe .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBSjr6WYe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBSjr6WYe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBSjr6WYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBSjr6WYe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbbe36;
}
.cid-sgBSjr6WYe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBSjr6WYe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBSjr6WYe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgBSjr6WYe .navbar-buttons {
  text-align: center;
}
.cid-sgBSjr6WYe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgBSjr6WYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29361a;
}
.cid-sgBSjr6WYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgBSjr6WYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSjr6WYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSjr6WYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgBSjr6WYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSjr6WYe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgBSjr6WYe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgBSjr6WYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSjr6WYe .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sgBSjr6WYe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgBSjr6WYe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgBSjr6WYe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sgBSjr6WYe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBSjr6WYe .navbar {
    height: 77px;
  }
  .cid-sgBSjr6WYe .navbar.opened {
    height: auto;
  }
  .cid-sgBSjr6WYe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCaRGvRI8 {
  background-image: url("../../../assets/images/suco-de-milho-1000x665.jpg");
}
.cid-sgCaRGvRI8 .mbr-text,
.cid-sgCaRGvRI8 .typed-text,
.cid-sgCaRGvRI8 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgCaRGvRI8 .btn {
  margin-left: 4px !important;
}
.cid-sgCaRGvRI8 .animated-element {
  color: #ffbc00;
}
.cid-sgCaRGvRI8 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgBTQjLtoP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgBTQjLtoP .container-fluid {
  padding: 0 3rem;
}
.cid-sgBTQjLtoP .mbr-section-title {
  margin-bottom: 1.5em;
  color: #1e5b3c;
}
.cid-sgBTQjLtoP .mbr-section-subtitle {
  color: #00a859;
}
.cid-sgBTQjLtoP .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-sgBTQjLtoP textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-sgBTQjLtoP .text-block {
  background: #1e5b3c;
  padding: 2rem;
  outline: 1px dashed #f9e2af;
  outline-offset: -15px;
}
.cid-sgBTQjLtoP .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sgBTQjLtoP .time-block-title {
  color: #ffbc00;
}
.cid-sgBTQjLtoP .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-sgBTQjLtoP .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgBTQjLtoP .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-sgBTQjLtoP .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBTQjLtoP .text-block {
    border: 1px dashed #f9e2af;
    outline: 15px solid #1e5b3c;
  }
}
.cid-sgC194P3l3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgC194P3l3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgC194P3l3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgC194P3l3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sgC194P3l3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgC194P3l3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgC194P3l3 .container-fluid {
  padding: 0;
}
.cid-sgC194P3l3 .relative {
  position: relative;
  width: 100%;
}
.cid-sgC194P3l3 .mbr-section-title {
  color: #656565;
}
.cid-sgC194P3l3 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sgC194P3l3 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sgC194P3l3 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sgC194P3l3 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sgC194P3l3 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sgCDNu1XBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e5b3c;
}
