body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fd5600 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #fd5600 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #aca442 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd5600 !important;
  border-color: #fd5600 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b13c00 !important;
  border-color: #b13c00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b13c00 !important;
  border-color: #b13c00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fd5600 !important;
  border-color: #fd5600 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b13c00 !important;
  border-color: #b13c00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b13c00 !important;
  border-color: #b13c00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #aca442 !important;
  border-color: #aca442 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #756f2d !important;
  border-color: #756f2d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #756f2d !important;
  border-color: #756f2d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #973300;
  color: #973300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fd5600;
  border-color: #fd5600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd5600 !important;
  border-color: #fd5600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #973300;
  color: #973300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #fd5600;
  border-color: #fd5600;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fd5600 !important;
  border-color: #fd5600 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #625e26;
  color: #625e26;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #aca442;
  border-color: #aca442;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aca442 !important;
  border-color: #aca442 !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: #fd5600 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #fd5600 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #aca442 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #973300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #973300 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #625e26 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fd5600;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #aca442;
}
.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.active .btn {
  background-color: #fd5600;
  border-color: #fd5600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fd5600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdcca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffdcca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d7d297;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fd5600;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fd5600;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fd5600;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fd5600;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd5600;
  border-bottom-color: #fd5600;
}
.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: #fd5600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23fd5600' %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.3;
}
.cid-rNcScj7XYc {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNcScj7XYc .mbr-section-btn > * {
  margin: 0;
}
.cid-rNcScj7XYc h4 {
  font-weight: 500;
}
.cid-rNcScj7XYc p {
  color: #232323;
}
.cid-rNcScj7XYc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNcScj7XYc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rNcScj7XYc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rNcScj7XYc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rNcScj7XYc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rNcScj7XYc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rNcScj7XYc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNcScj7XYc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rNcScj7XYc .card-img span {
    font-size: 40px !important;
  }
}
.cid-rNcScj7XYc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rNcScj7XYc .text1 {
  text-align: center;
}
.cid-rsyWiLGzLq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rsyWiLGzLq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rsyWiLGzLq a {
  font-style: normal;
}
.cid-rsyWiLGzLq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rsyWiLGzLq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rsyWiLGzLq .nav-item:focus,
.cid-rsyWiLGzLq .nav-link:focus {
  outline: none;
}
.cid-rsyWiLGzLq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsyWiLGzLq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rsyWiLGzLq .menu-logo {
  margin-right: auto;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rsyWiLGzLq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rsyWiLGzLq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rsyWiLGzLq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rsyWiLGzLq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsyWiLGzLq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rsyWiLGzLq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rsyWiLGzLq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rsyWiLGzLq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsyWiLGzLq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rsyWiLGzLq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsyWiLGzLq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rsyWiLGzLq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rsyWiLGzLq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rsyWiLGzLq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rsyWiLGzLq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rsyWiLGzLq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rsyWiLGzLq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rsyWiLGzLq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rsyWiLGzLq button.navbar-toggler:focus {
  outline: none;
}
.cid-rsyWiLGzLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rsyWiLGzLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsyWiLGzLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsyWiLGzLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsyWiLGzLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsyWiLGzLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsyWiLGzLq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsyWiLGzLq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsyWiLGzLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsyWiLGzLq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsyWiLGzLq .collapsed .btn {
  display: -webkit-flex;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rsyWiLGzLq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rsyWiLGzLq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rsyWiLGzLq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-rsyWiLGzLq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rsyWiLGzLq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rsyWiLGzLq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsyWiLGzLq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rsyWiLGzLq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rsyWiLGzLq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rsyWiLGzLq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rsyWiLGzLq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsyWiLGzLq img {
    height: 3.8rem !important;
  }
  .cid-rsyWiLGzLq .btn {
    display: -webkit-flex;
  }
  .cid-rsyWiLGzLq button.navbar-toggler {
    display: block;
  }
  .cid-rsyWiLGzLq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rsyWiLGzLq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsyWiLGzLq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing,
  .cid-rsyWiLGzLq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing .navbar-nav,
  .cid-rsyWiLGzLq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rsyWiLGzLq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rsyWiLGzLq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rsyWiLGzLq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rsyWiLGzLq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rsyWiLGzLq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsyWiLGzLq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rsyWiLGzLq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rsyWiLGzLq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rsyWiLGzLq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rsyWiLGzLq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rsyWiLGzLq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rsyWiLGzLq .nav-link:hover,
.cid-rsyWiLGzLq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rNtYQxMSiX {
  padding-top: 10px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
.cid-rNtYQxMSiX .btn {
  margin: 0 0 .5rem 0;
}
.cid-sTRVJCGwCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/economia-eletrobras-torre-transmissao-20170831-4-2000x1333.jpeg");
}
.cid-sTRVJCGwCn .mbr-overlay {
  background: #fffdf7;
  opacity: 0.3;
}
.cid-sTRVJCGwCn .mbr-overlay {
  z-index: 1;
}
.cid-sTRVJCGwCn .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sTRVJCGwCn .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sTRVJCGwCn .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sTRVJCGwCn .item-img:hover img {
  transform: scale(1);
}
.cid-sTRVJCGwCn .item-title {
  line-height: 1.25em;
}
.cid-sTRVJCGwCn .mbr-section-title {
  line-height: 1.25em;
}
.cid-sTRVJCGwCn .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sTRVJCGwCn .card-container {
    flex-wrap: wrap;
  }
}
.cid-sTRVJCGwCn .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sTRVJCGwCn .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sTRVJCGwCn .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sTRVJCGwCn .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sTRVJCGwCn .card:last-child {
    border-right: none;
  }
}
.cid-sTRVJCGwCn .data-item {
  display: flex;
  align-items: center;
}
.cid-sTRVJCGwCn .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sTRVJCGwCn .link-wrap {
  margin: 30px 0 6px;
}
.cid-sTRVJCGwCn .text-art {
  flex-grow: 1;
}
.cid-sTRVY7dJr4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/economia-eletrobras-torre-transmissao-20170831-5-2000x1333.jpeg");
}
.cid-sTRVY7dJr4 .mbr-overlay {
  background: #fffdf7;
  opacity: 0.3;
}
.cid-sTRVY7dJr4 .mbr-overlay {
  z-index: 1;
}
.cid-sTRVY7dJr4 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sTRVY7dJr4 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sTRVY7dJr4 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sTRVY7dJr4 .item-img:hover img {
  transform: scale(1);
}
.cid-sTRVY7dJr4 .item-title {
  line-height: 1.25em;
}
.cid-sTRVY7dJr4 .mbr-section-title {
  line-height: 1.25em;
}
.cid-sTRVY7dJr4 .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sTRVY7dJr4 .card-container {
    flex-wrap: wrap;
  }
}
.cid-sTRVY7dJr4 .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sTRVY7dJr4 .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sTRVY7dJr4 .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sTRVY7dJr4 .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sTRVY7dJr4 .card:last-child {
    border-right: none;
  }
}
.cid-sTRVY7dJr4 .data-item {
  display: flex;
  align-items: center;
}
.cid-sTRVY7dJr4 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sTRVY7dJr4 .link-wrap {
  margin: 30px 0 6px;
}
.cid-sTRVY7dJr4 .text-art {
  flex-grow: 1;
}
.cid-rNsTYvWHRV {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-rNsTYvWHRV .container {
  margin-bottom: 15%;
}
.cid-rNsTYvWHRV .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNsTYvWHRV .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rNsTYvWHRV .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rNsTYvWHRV .box-item:first-child {
  background-color: #aca442;
  margin-top: -200px;
}
.cid-rNsTYvWHRV .box-item:nth-child(2) {
  background-color: #787324;
}
.cid-rNsTYvWHRV .box-item:last-child {
  background-color: #c4bc3b;
}
.cid-rNsTYvWHRV .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNsTYvWHRV .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNsTYvWHRV .box-list li:last-child {
  border-bottom: none;
}
.cid-rNsTYvWHRV .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNsTYvWHRV .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rNsTYvWHRV .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rNsTYvWHRV .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rNsTYvWHRV .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rNsTYvWHRV .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rNsTYvWHRV .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rNsTYvWHRV .mbr-text,
.cid-rNsTYvWHRV .mbr-section-btn {
  color: #232323;
}
.cid-rNsTYvWHRV H1 {
  color: #232323;
}
.cid-sTS1G5qvSj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e4d295;
}
.cid-sTS1G5qvSj .mbr-text,
.cid-sTS1G5qvSj blockquote {
  color: #767676;
}
.cid-sUjCluwtXT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b1a374;
}
.cid-sUjCluwtXT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sUjCluwtXT p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUjCluwtXT .card-img {
  width: auto;
}
.cid-sUjCluwtXT .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sUjCluwtXT .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sUjCluwtXT .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sUjCluwtXT .card-img span {
    font-size: 40px !important;
  }
}
.cid-sUjCluwtXT P {
  color: #ffffff;
}
.cid-sUluUpD6Up {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #787324;
}
.cid-sUluUpD6Up h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sUluUpD6Up p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUluUpD6Up .card-img {
  width: auto;
}
.cid-sUluUpD6Up .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sUluUpD6Up .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sUluUpD6Up .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sUluUpD6Up .card-img span {
    font-size: 40px !important;
  }
}
.cid-sUluUpD6Up P {
  color: #ffffff;
}
.cid-sUluUWN09i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b1a374;
}
.cid-sUluUWN09i h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sUluUWN09i p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUluUWN09i .card-img {
  width: auto;
}
.cid-sUluUWN09i .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sUluUWN09i .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sUluUWN09i .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sUluUWN09i .card-img span {
    font-size: 40px !important;
  }
}
.cid-sUluUWN09i P {
  color: #ffffff;
}
.cid-rNsVUgYl8R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNsVUgYl8R .mbr-section-btn > * {
  margin: 0;
}
.cid-rNsVUgYl8R h4 {
  font-weight: 500;
}
.cid-rNsVUgYl8R p {
  color: #232323;
}
.cid-rNsVUgYl8R .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNsVUgYl8R .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rNsVUgYl8R .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rNsVUgYl8R .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rNsVUgYl8R .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rNsVUgYl8R .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rNsVUgYl8R .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rNsVUgYl8R .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rNsVUgYl8R .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rNsVUgYl8R .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rNsVUgYl8R .card-img span {
    font-size: 40px !important;
  }
}
.cid-rNsVUgYl8R .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rNsVUgYl8R .text1 {
  text-align: center;
}
.cid-rt1igYKqmu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #767676, #cccccc);
}
.cid-rt1igYKqmu .btn {
  margin: 0 0 .5rem 0;
}
.cid-rt1ihD6TQy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #767676, #cccccc);
}
.cid-rt1ihD6TQy .btn {
  margin: 0 0 .5rem 0;
}
.cid-rt1iLJOsKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #767676, #cccccc);
}
.cid-rt1iLJOsKo .btn {
  margin: 0 0 .5rem 0;
}
.cid-rt0MBp41Rg {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rt0MBp41Rg .image-block {
  margin: auto;
}
.cid-rt0MBp41Rg figcaption {
  position: relative;
}
.cid-rt0MBp41Rg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rt0MBp41Rg .image-block {
    width: 100% !important;
  }
}
.cid-rszbM70THE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #aca442;
}
.cid-rszbM70THE .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rQLUwCjUUg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dacfac;
}
.cid-rQLUwCjUUg P {
  color: #767676;
}
.cid-rt1iphxgaZ {
  padding-top: 10px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
.cid-rt1iphxgaZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rNsXvtv040 {
  background: #ffffff;
}
.cid-rNsXvtv040 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rNsXvtv040 .mbr-figure {
  margin: 0 auto;
}
.cid-rNsXvtv040 figcaption {
  position: relative;
}
.cid-rNsXvtv040 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rNsXvtv040 .image-block {
    width: 100% !important;
  }
}
.cid-sUvtBPGNru {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #415b9d;
}
.cid-sUvtBPGNru P {
  color: #767676;
}
.cid-sUvtBPGNru H1 {
  color: #ffffff;
}
.cid-sTS38VBlJs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #c1c1c1;
}
.cid-sTS38VBlJs .fb-page,
.cid-sTS38VBlJs span,
.cid-sTS38VBlJs iframe {
  width: 500px;
  height: 570px;
}
.cid-sTS38VBlJs blockquote {
  display: none;
}
.cid-sTS38VBlJs .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-sTS38VBlJs .mbr-section-title {
  color: #415b9d;
}
.cid-sUvtClZPBV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/funod-insta-1024x274.png");
}
.cid-sUvtClZPBV P {
  color: #767676;
}
.cid-sUvtClZPBV H1 {
  color: #ffffff;
}
.cid-sUuTO53pLc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aca442;
}
.cid-sUuTO53pLc .container,
.cid-sUuTO53pLc .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-sUuTO53pLc .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-sUuTO53pLc .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .cid-sUuTO53pLc .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sUuTO53pLc .img-item {
  overflow: hidden;
}
.cid-sUuTO53pLc .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sUuTO53pLc .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sUuTO53pLc .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-sUuTO53pLc .text-container {
  display: flex;
  flex-direction: column;
}
.cid-sUuTO53pLc .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sUuTO53pLc .mbr-text a:not(.btn):hover {
  color: #fd5600 !important;
  background-image: none !important;
}
.cid-sUuTO53pLc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sUuTO53pLc .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-sUuTO53pLc .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-sUuTO53pLc .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-sUuTO53pLc .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-rNtTxZej9Y {
  padding-top: 10px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
.cid-rNtTxZej9Y .btn {
  margin: 0 0 .5rem 0;
}
.cid-rNtRTK4fbw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rNtRTK4fbw .image-block {
  margin: auto;
}
.cid-rNtRTK4fbw .mbr-figure {
  margin: 0 auto;
}
.cid-rNtRTK4fbw figcaption {
  position: relative;
}
.cid-rNtRTK4fbw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rNtRTK4fbw .image-block {
    width: 100% !important;
  }
}
