body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Vampire_Wars[1]';
  font-size: 6.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #40b0bf !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #40b0bf !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #266a73 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #40b0bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #40b0bf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #40b0bf;
  border-bottom-color: #40b0bf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #40b0bf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2340b0bf' %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-tC4GepuDay {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tC4GepuDay nav.navbar {
  position: fixed;
}
.cid-tC4GepuDay .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC4GepuDay .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC4GepuDay .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC4GepuDay .dropdown-item:hover,
.cid-tC4GepuDay .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tC4GepuDay .dropdown-item:hover span {
  color: white;
}
.cid-tC4GepuDay .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC4GepuDay .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC4GepuDay .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC4GepuDay .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC4GepuDay .nav-link {
  position: relative;
}
.cid-tC4GepuDay .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tC4GepuDay .container {
    flex-wrap: wrap;
  }
}
.cid-tC4GepuDay .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tC4GepuDay .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tC4GepuDay .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC4GepuDay .dropdown-menu,
.cid-tC4GepuDay .navbar.opened {
  background: #ffffff !important;
}
.cid-tC4GepuDay .nav-item:focus,
.cid-tC4GepuDay .nav-link:focus {
  outline: none;
}
.cid-tC4GepuDay .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC4GepuDay .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC4GepuDay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC4GepuDay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC4GepuDay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC4GepuDay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC4GepuDay .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tC4GepuDay .navbar.opened {
  transition: all 0.3s;
}
.cid-tC4GepuDay .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC4GepuDay .navbar .navbar-logo img {
  width: auto;
}
.cid-tC4GepuDay .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC4GepuDay .navbar.collapsed {
  justify-content: center;
}
.cid-tC4GepuDay .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC4GepuDay .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC4GepuDay .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tC4GepuDay .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC4GepuDay .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC4GepuDay .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: 41%;
}
.cid-tC4GepuDay .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC4GepuDay .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC4GepuDay .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC4GepuDay .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC4GepuDay .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC4GepuDay .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC4GepuDay .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC4GepuDay .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: 40%;
  }
  .cid-tC4GepuDay .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC4GepuDay .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC4GepuDay .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC4GepuDay .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC4GepuDay .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC4GepuDay .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tC4GepuDay .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tC4GepuDay .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC4GepuDay .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC4GepuDay .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC4GepuDay .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC4GepuDay .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC4GepuDay .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC4GepuDay .dropdown-item.active,
.cid-tC4GepuDay .dropdown-item:active {
  background-color: transparent;
}
.cid-tC4GepuDay .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC4GepuDay .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC4GepuDay .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC4GepuDay .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC4GepuDay .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC4GepuDay .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC4GepuDay ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC4GepuDay .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC4GepuDay button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC4GepuDay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tC4GepuDay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC4GepuDay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4GepuDay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC4GepuDay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC4GepuDay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4GepuDay nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC4GepuDay nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC4GepuDay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC4GepuDay .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC4GepuDay a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC4GepuDay .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC4GepuDay .navbar {
    height: 70px;
  }
  .cid-tC4GepuDay .navbar.opened {
    height: auto;
  }
  .cid-tC4GepuDay .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC4GqhED1T {
  background-image: url("../../../assets/images/energia1.jpg");
}
.cid-tC4GqhED1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4GqhED1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC4O1PspkM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tC4O1PspkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4O1PspkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tC4O1PspkM .container {
    max-width: 1400px;
  }
}
.cid-tC4O1PspkM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e6c63b;
  margin-bottom: 2rem;
}
.cid-tC4O1PspkM .card-wrapper {
  margin-top: 3rem;
}
.cid-tC4O1PspkM .row {
  justify-content: center;
}
.cid-tC4O1PspkM .card-title,
.cid-tC4O1PspkM .iconfont-wrapper {
  color: #4479d9;
}
.cid-tC4O1PspkM .mbr-section-title {
  color: #2299aa;
}
.cid-tNZmo44H7K {
  background-image: url("../../../assets/images/energia4.jpg");
}
.cid-tNZmo44H7K .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tNZmo44H7K .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tNZmo44H7K .mbr-section-title {
  color: #b0f147;
}
.cid-tNZmo44H7K .mbr-text,
.cid-tNZmo44H7K .mbr-section-btn {
  color: #ffffff;
}
.cid-u2vMW33V9O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2vMW33V9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2vMW33V9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2vMW33V9O .mbr-section-title {
  color: #095186;
}
.cid-u2vMT6X0dW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2vMT6X0dW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u2vMT6X0dW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u2vMT6X0dW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u2vOtCrmKx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2vOtCrmKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2vOtCrmKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2vOtCrmKx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2vOtCrmKx .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u2vOtCrmKx .mbr-section-title {
  color: #095186;
}
.cid-tC4SeNw1KO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tC4SeNw1KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4SeNw1KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tC4SeNw1KO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC4SeNw1KO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC4SeNw1KO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC4SeNw1KO .mbr-section-title {
  color: #0e2e67;
}
.cid-tLNS1N3mLi {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLNS1N3mLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNS1N3mLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNS1N3mLi .card-wrapper {
  background: #481474;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tLNS1N3mLi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLNS1N3mLi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLNS1N3mLi .card-wrapper {
    padding: 4rem;
  }
}
.cid-tLNS1N3mLi .mbr-text,
.cid-tLNS1N3mLi .mbr-section-btn {
  color: #ffffff;
}
.cid-tLNS1N3mLi .card-title,
.cid-tLNS1N3mLi .card-box {
  text-align: left;
}
.cid-tDiR7WUBmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/005.png");
}
.cid-tDiR7WUBmj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDiR7WUBmj .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-tDiR7WUBmj .mbr-section-title {
  color: #ffffff;
}
.cid-tDiR7WUBmj .mbr-text,
.cid-tDiR7WUBmj .mbr-section-btn {
  color: #ffffff;
}
.cid-tLNUXY0vFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLNUXY0vFO blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #0e2e67;
}
.cid-tLNUXY0vFO .mbr-text {
  color: #ffffff;
}
.cid-tLNUXY0vFO .mbr-section-title {
  color: #47b5ed;
}
.cid-tXGgeW6u50 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e3eea4;
}
.cid-tXGgeW6u50 .mbr-section-title {
  color: #577409;
}
.cid-tXGdcin2zP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e3eea4;
}
.cid-tXGdcin2zP .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tXGdcin2zP .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXGdcin2zP .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tXGdcin2zP .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tXGdcin2zP .row .row {
    flex-direction: column-reverse;
  }
  .cid-tXGdcin2zP .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXGdcin2zP .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXGdcin2zP .card-subtitle {
  color: #0095ff;
}
.cid-tXGdcin2zP .mbr-text {
  color: #555555;
}
.cid-tXGdcin2zP .card-title {
  color: #bd5117;
}
.cid-tC5d08YvVN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-tC5d08YvVN .video-wrapper iframe {
  width: 100%;
}
.cid-tC5d08YvVN .mbr-section-title,
.cid-tC5d08YvVN .mbr-section-subtitle,
.cid-tC5d08YvVN .mbr-text {
  text-align: center;
}
.cid-tC5d08YvVN .mbr-section-title {
  color: #0f5b66;
}
.cid-tTJtNwiZAe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJtNwiZAe .video-wrapper iframe {
  width: 100%;
}
.cid-tTJtNwiZAe .mbr-section-title,
.cid-tTJtNwiZAe .mbr-section-subtitle,
.cid-tTJtNwiZAe .mbr-text {
  text-align: center;
}
.cid-tTJtNwiZAe .mbr-section-title {
  color: #679d0f;
}
.cid-tPyjSqbR2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tPyjSqbR2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyjSqbR2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyjSqbR2A .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tPyjSqbR2A .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tPyjSqbR2A .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tPyjSqbR2A .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tPyjSqbR2A .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-tPyjSqbR2A .col-img {
    padding: 30px !important;
  }
}
.cid-tPyjSqbR2A .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-tPyjSqbR2A .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPyjSqbR2A .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tPyjSqbR2A .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tPyjSqbR2A .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tPyjSqbR2A .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tPyjSqbR2A .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-tPyjSqbR2A .mbr-text {
    padding-right: 0;
  }
}
.cid-tPyjSqbR2A .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPyjSqbR2A .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-tPyjSqbR2A .social-container {
    padding-top: 40px;
  }
}
.cid-tPyjSqbR2A .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tPyjSqbR2A .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tPyjSqbR2A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tPyjSqbR2A .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tPyjSqbR2A .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tPyjSqbR2A .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tPyjSqbR2A .soc-item:hover:before {
  opacity: 1;
}
.cid-tPyjSqbR2A .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tPyjSqbR2A .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tPyjSqbR2A .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-tQO2AUC6bO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQO2AUC6bO .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tQO2AUC6bO .currentcost {
  color: #232323;
}
.cid-tQO2AUC6bO .card-wrapper {
  border-radius: 4px;
  background: #98dee8;
}
@media (min-width: 992px) {
  .cid-tQO2AUC6bO .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tQO2AUC6bO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQO2AUC6bO .text-box {
    padding: 1rem;
  }
}
.cid-tQO2AUC6bO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQO2AUC6bO H5 {
  color: #095186;
}
.cid-tD8MFd8v2o {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD8MFd8v2o .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-tD8MFd8v2o .item {
    margin-bottom: 4rem;
  }
}
.cid-tD8MFd8v2o .item:last-child .icon-box:before {
  display: none;
}
.cid-tD8MFd8v2o .item.last .icon-box:before {
  display: none;
}
.cid-tD8MFd8v2o .icon-box {
  background: #b173a8;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tD8MFd8v2o .icon-box {
    margin-right: 1rem;
  }
}
.cid-tD8MFd8v2o span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tD8MFd8v2o .card {
    margin-bottom: 2rem;
  }
  .cid-tD8MFd8v2o .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tD8MFd8v2o .card-title,
.cid-tD8MFd8v2o .card-box {
  color: #0e2e67;
}
.cid-tPyoVbo314 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #353535;
}
.cid-tPyoVbo314 .row {
  flex-direction: row-reverse;
}
.cid-tPyoVbo314 .mbr-section-title {
  color: #ffffff;
}
.cid-tPyoVbo314 .mbr-text,
.cid-tPyoVbo314 .mbr-section-btn {
  color: #9fdbf8;
}
.cid-tPyoVbo314 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tPyoVbo314 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tPyoVbo314 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tC5mxkmngW {
  background-image: url("../../../assets/images/energia3.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tC5mxkmngW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5mxkmngW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5mxkmngW .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #22a5e5;
  box-shadow: 0 0 40px #22a5e5;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tC5mxkmngW .bg-frame {
    width: 64vw;
  }
}
.cid-tC5mxkmngW .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tC5mxkmngW .col-text {
    margin-top: 6rem;
  }
}
.cid-tC5mxkmngW .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC5mxkmngW .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tC5mxkmngW .mbr-text {
    max-width: 100%;
  }
}
.cid-tC5mxkmngW .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tC5mxkmngW .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tC5mxkmngW .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tC5mxkmngW .item-img {
    margin-top: 3rem;
  }
}
.cid-tC5mxkmngW .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFFXGtEWNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFFXGtEWNh img,
.cid-tFFXGtEWNh .item-img {
  width: 100%;
}
.cid-tFFXGtEWNh .item:focus,
.cid-tFFXGtEWNh span:focus {
  outline: none;
}
.cid-tFFXGtEWNh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFFXGtEWNh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFFXGtEWNh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFFXGtEWNh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFFXGtEWNh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFFXGtEWNh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFFXGtEWNh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFFXGtEWNh .mbr-section-title {
  color: #232323;
}
.cid-tFFXGtEWNh .mbr-text,
.cid-tFFXGtEWNh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFFXGtEWNh .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFFXGtEWNh .item-subtitle {
  text-align: center;
}
.cid-tLNQ2Ya2Pu {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLNQ2Ya2Pu .video-wrapper iframe {
  width: 100%;
}
.cid-tLNQ2Ya2Pu .mbr-section-title,
.cid-tLNQ2Ya2Pu .mbr-section-subtitle,
.cid-tLNQ2Ya2Pu .mbr-text {
  text-align: center;
}
.cid-tLNQ2Ya2Pu .mbr-section-title {
  color: #679d0f;
}
.cid-tE9RQnjgFA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-tE9RQnjgFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9RQnjgFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJmpz8LHfv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tJmpz8LHfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJmpz8LHfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJmpz8LHfv .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tJmpz8LHfv .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tJmpz8LHfv .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tJmpz8LHfv .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tJmpz8LHfv .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-tJmpz8LHfv .col-img {
    padding: 30px !important;
  }
}
.cid-tJmpz8LHfv .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-tJmpz8LHfv .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJmpz8LHfv .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tJmpz8LHfv .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJmpz8LHfv .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tJmpz8LHfv .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tJmpz8LHfv .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-tJmpz8LHfv .mbr-text {
    padding-right: 0;
  }
}
.cid-tJmpz8LHfv .mbr-section-btn {
  margin-top: 20px;
}
.cid-tJmpz8LHfv .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-tJmpz8LHfv .social-container {
    padding-top: 40px;
  }
}
.cid-tJmpz8LHfv .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJmpz8LHfv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tJmpz8LHfv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tJmpz8LHfv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tJmpz8LHfv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tJmpz8LHfv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tJmpz8LHfv .soc-item:hover:before {
  opacity: 1;
}
.cid-tJmpz8LHfv .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tJmpz8LHfv .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tJmpz8LHfv .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-tNZuXIGzHN {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #dff995;
}
.cid-tNZuXIGzHN .video-wrapper iframe {
  width: 100%;
}
.cid-tNZuXIGzHN .mbr-section-title,
.cid-tNZuXIGzHN .mbr-section-subtitle,
.cid-tNZuXIGzHN .mbr-text {
  text-align: center;
}
.cid-tNZuXIGzHN .mbr-section-title {
  color: #679d0f;
}
.cid-tVCvgjBc8n {
  background-color: #ffffff;
}
.cid-tVCvgjBc8n .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tVCvgjBc8n .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCvgjBc8n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tVCvgjBc8n .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tVCvgjBc8n .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCvgjBc8n .mbr-section-title {
  color: #2299aa;
}
.cid-tFG5fua1Zw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #841616;
}
.cid-tFG5fua1Zw .card-wrapper {
  background: #841616;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-tFG5fua1Zw .row {
  justify-content: center;
}
.cid-tFG5fua1Zw .mbr-section-title {
  padding-bottom: 15px;
  color: #ffe161;
}
.cid-tFG5fua1Zw .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-tFG5fua1Zw .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-tFG5fua1Zw .iconfont-wrapper {
  text-align: center;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tC6dBTbogb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tC6dBTbogb nav.navbar {
  position: fixed;
}
.cid-tC6dBTbogb .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC6dBTbogb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC6dBTbogb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC6dBTbogb .dropdown-item:hover,
.cid-tC6dBTbogb .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tC6dBTbogb .dropdown-item:hover span {
  color: white;
}
.cid-tC6dBTbogb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC6dBTbogb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC6dBTbogb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC6dBTbogb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC6dBTbogb .nav-link {
  position: relative;
}
.cid-tC6dBTbogb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tC6dBTbogb .container {
    flex-wrap: wrap;
  }
}
.cid-tC6dBTbogb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tC6dBTbogb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tC6dBTbogb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC6dBTbogb .dropdown-menu,
.cid-tC6dBTbogb .navbar.opened {
  background: #ffffff !important;
}
.cid-tC6dBTbogb .nav-item:focus,
.cid-tC6dBTbogb .nav-link:focus {
  outline: none;
}
.cid-tC6dBTbogb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC6dBTbogb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC6dBTbogb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC6dBTbogb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC6dBTbogb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC6dBTbogb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC6dBTbogb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tC6dBTbogb .navbar.opened {
  transition: all 0.3s;
}
.cid-tC6dBTbogb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC6dBTbogb .navbar .navbar-logo img {
  width: auto;
}
.cid-tC6dBTbogb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC6dBTbogb .navbar.collapsed {
  justify-content: center;
}
.cid-tC6dBTbogb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC6dBTbogb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC6dBTbogb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tC6dBTbogb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC6dBTbogb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC6dBTbogb .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: 41%;
}
.cid-tC6dBTbogb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC6dBTbogb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC6dBTbogb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC6dBTbogb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC6dBTbogb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC6dBTbogb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC6dBTbogb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC6dBTbogb .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: 40%;
  }
  .cid-tC6dBTbogb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC6dBTbogb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC6dBTbogb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC6dBTbogb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC6dBTbogb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC6dBTbogb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tC6dBTbogb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tC6dBTbogb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC6dBTbogb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC6dBTbogb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC6dBTbogb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC6dBTbogb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC6dBTbogb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC6dBTbogb .dropdown-item.active,
.cid-tC6dBTbogb .dropdown-item:active {
  background-color: transparent;
}
.cid-tC6dBTbogb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC6dBTbogb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC6dBTbogb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC6dBTbogb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC6dBTbogb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC6dBTbogb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC6dBTbogb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC6dBTbogb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC6dBTbogb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC6dBTbogb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tC6dBTbogb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC6dBTbogb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC6dBTbogb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC6dBTbogb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC6dBTbogb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC6dBTbogb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC6dBTbogb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC6dBTbogb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC6dBTbogb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC6dBTbogb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC6dBTbogb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC6dBTbogb .navbar {
    height: 70px;
  }
  .cid-tC6dBTbogb .navbar.opened {
    height: auto;
  }
  .cid-tC6dBTbogb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC6dBTWg3g {
  background-image: url("../../../assets/images/002.png");
}
.cid-tC6dBTWg3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC6dBTWg3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC6dBXasCq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC6dBXasCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC6dBXasCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tC6dBXasCq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC6dBXasCq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC6dBXasCq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC6dBXasCq .mbr-section-title {
  color: #0e2e67;
}
.cid-tTJEEF0vVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #87d9dc;
}
@media (max-width: 991px) {
  .cid-tTJEEF0vVv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTJEEF0vVv .row {
  flex-direction: row-reverse;
}
.cid-tTJEEF0vVv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTJEEF0vVv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTJEEF0vVv .mbr-section-title {
  color: #2299aa;
}
.cid-tCyABpHybC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCyABpHybC blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #0e2e67;
}
.cid-tCyABpHybC .mbr-text {
  color: #ffffff;
}
.cid-tCyABpHybC .mbr-section-title {
  color: #47b5ed;
}
.cid-tC6dBYm32o {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-tC6dBYm32o .video-wrapper iframe {
  width: 100%;
}
.cid-tC6dBYm32o .mbr-section-title,
.cid-tC6dBYm32o .mbr-section-subtitle,
.cid-tC6dBYm32o .mbr-text {
  text-align: center;
}
.cid-tC6dBYm32o .mbr-section-title {
  color: #0f5b66;
}
.cid-tC6dBZnXny {
  background-image: url("../../../assets/images/001.png");
  position: relative;
  overflow: hidden;
}
.cid-tC6dBZnXny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC6dBZnXny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC6dBZnXny .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fa2ce5;
  box-shadow: 0 0 40px #fa2ce5;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tC6dBZnXny .bg-frame {
    width: 64vw;
  }
}
.cid-tC6dBZnXny .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tC6dBZnXny .col-text {
    margin-top: 6rem;
  }
}
.cid-tC6dBZnXny .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC6dBZnXny .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tC6dBZnXny .mbr-text {
    max-width: 100%;
  }
}
.cid-tC6dBZnXny .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tC6dBZnXny .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tC6dBZnXny .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tC6dBZnXny .item-img {
    margin-top: 3rem;
  }
}
.cid-tC6dBZnXny .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFFXMwlCro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFFXMwlCro img,
.cid-tFFXMwlCro .item-img {
  width: 100%;
}
.cid-tFFXMwlCro .item:focus,
.cid-tFFXMwlCro span:focus {
  outline: none;
}
.cid-tFFXMwlCro .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFFXMwlCro .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFFXMwlCro .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFFXMwlCro .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFFXMwlCro .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFFXMwlCro .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFFXMwlCro .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFFXMwlCro .mbr-section-title {
  color: #232323;
}
.cid-tFFXMwlCro .mbr-text,
.cid-tFFXMwlCro .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFFXMwlCro .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFFXMwlCro .item-subtitle {
  text-align: center;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCyUhLHdXs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCyUhLHdXs nav.navbar {
  position: fixed;
}
.cid-tCyUhLHdXs .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCyUhLHdXs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCyUhLHdXs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCyUhLHdXs .dropdown-item:hover,
.cid-tCyUhLHdXs .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tCyUhLHdXs .dropdown-item:hover span {
  color: white;
}
.cid-tCyUhLHdXs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCyUhLHdXs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCyUhLHdXs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCyUhLHdXs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCyUhLHdXs .nav-link {
  position: relative;
}
.cid-tCyUhLHdXs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCyUhLHdXs .container {
    flex-wrap: wrap;
  }
}
.cid-tCyUhLHdXs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCyUhLHdXs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCyUhLHdXs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCyUhLHdXs .dropdown-menu,
.cid-tCyUhLHdXs .navbar.opened {
  background: #ffffff !important;
}
.cid-tCyUhLHdXs .nav-item:focus,
.cid-tCyUhLHdXs .nav-link:focus {
  outline: none;
}
.cid-tCyUhLHdXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCyUhLHdXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCyUhLHdXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCyUhLHdXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCyUhLHdXs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCyUhLHdXs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCyUhLHdXs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCyUhLHdXs .navbar.opened {
  transition: all 0.3s;
}
.cid-tCyUhLHdXs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCyUhLHdXs .navbar .navbar-logo img {
  width: auto;
}
.cid-tCyUhLHdXs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCyUhLHdXs .navbar.collapsed {
  justify-content: center;
}
.cid-tCyUhLHdXs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCyUhLHdXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCyUhLHdXs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tCyUhLHdXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCyUhLHdXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCyUhLHdXs .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: 41%;
}
.cid-tCyUhLHdXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCyUhLHdXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCyUhLHdXs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCyUhLHdXs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCyUhLHdXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCyUhLHdXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCyUhLHdXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCyUhLHdXs .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: 40%;
  }
  .cid-tCyUhLHdXs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCyUhLHdXs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCyUhLHdXs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCyUhLHdXs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCyUhLHdXs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCyUhLHdXs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCyUhLHdXs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCyUhLHdXs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCyUhLHdXs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCyUhLHdXs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCyUhLHdXs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCyUhLHdXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCyUhLHdXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCyUhLHdXs .dropdown-item.active,
.cid-tCyUhLHdXs .dropdown-item:active {
  background-color: transparent;
}
.cid-tCyUhLHdXs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCyUhLHdXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCyUhLHdXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCyUhLHdXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCyUhLHdXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCyUhLHdXs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCyUhLHdXs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCyUhLHdXs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCyUhLHdXs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCyUhLHdXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCyUhLHdXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCyUhLHdXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyUhLHdXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyUhLHdXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCyUhLHdXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyUhLHdXs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCyUhLHdXs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCyUhLHdXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyUhLHdXs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCyUhLHdXs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCyUhLHdXs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCyUhLHdXs .navbar {
    height: 70px;
  }
  .cid-tCyUhLHdXs .navbar.opened {
    height: auto;
  }
  .cid-tCyUhLHdXs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyUhMfZHy {
  background-image: url("../../../assets/images/005.png");
}
.cid-tCyUhMfZHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyUhMfZHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyUhMMhVR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCyUhMMhVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyUhMMhVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCyUhMMhVR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCyUhMMhVR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCyUhMMhVR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCyUhMMhVR .mbr-section-title {
  color: #0e2e67;
}
.cid-tCyUhNlkdR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCyUhNlkdR blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #0e2e67;
}
.cid-tCyUhNlkdR .mbr-text {
  color: #ffffff;
}
.cid-tCyUhNlkdR .mbr-section-title {
  color: #47b5ed;
}
.cid-tDf1Cr8AxW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/001.png");
}
.cid-tDf1Cr8AxW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDf1Cr8AxW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDf1Cr8AxW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDf1Cr8AxW .mbr-section-title {
  color: #ffffff;
}
.cid-tDf1Cr8AxW .mbr-text,
.cid-tDf1Cr8AxW .mbr-section-btn {
  color: #ffffff;
}
.cid-tDiNCRY3dS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDiNCRY3dS .video-wrapper iframe {
  width: 100%;
}
.cid-tDiNCRY3dS .mbr-section-title,
.cid-tDiNCRY3dS .mbr-section-subtitle,
.cid-tDiNCRY3dS .mbr-text {
  text-align: center;
}
.cid-tDiNCRY3dS .mbr-section-title {
  color: #679d0f;
}
.cid-tFFY92YrLA {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tFFY92YrLA img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tFFY92YrLA .mbr-section-title {
  text-align: left;
  color: #4479d9;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tFFY92YrLA .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-tFFY92YrLA .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-tFFY92YrLA .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tFFY92YrLA .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tQOEWTfRda {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQOEWTfRda .video-wrapper iframe {
  width: 100%;
}
.cid-tQOEWTfRda .mbr-section-title,
.cid-tQOEWTfRda .mbr-section-subtitle,
.cid-tQOEWTfRda .mbr-text {
  text-align: center;
}
.cid-tQOEWTfRda .mbr-section-title {
  color: #679d0f;
}
.cid-tCyUhNSf6a {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-tCyUhNSf6a .video-wrapper iframe {
  width: 100%;
}
.cid-tCyUhNSf6a .mbr-section-title,
.cid-tCyUhNSf6a .mbr-section-subtitle,
.cid-tCyUhNSf6a .mbr-text {
  text-align: center;
}
.cid-tCyUhNSf6a .mbr-section-title {
  color: #0f5b66;
}
.cid-tCyUhOqwmB {
  background-image: url("../../../assets/images/energia5.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tCyUhOqwmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyUhOqwmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyUhOqwmB .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #9a39ec;
  box-shadow: 0 0 40px #9a39ec;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tCyUhOqwmB .bg-frame {
    width: 64vw;
  }
}
.cid-tCyUhOqwmB .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tCyUhOqwmB .col-text {
    margin-top: 6rem;
  }
}
.cid-tCyUhOqwmB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCyUhOqwmB .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tCyUhOqwmB .mbr-text {
    max-width: 100%;
  }
}
.cid-tCyUhOqwmB .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tCyUhOqwmB .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tCyUhOqwmB .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tCyUhOqwmB .item-img {
    margin-top: 3rem;
  }
}
.cid-tCyUhOqwmB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFFXTUComD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFFXTUComD img,
.cid-tFFXTUComD .item-img {
  width: 100%;
}
.cid-tFFXTUComD .item:focus,
.cid-tFFXTUComD span:focus {
  outline: none;
}
.cid-tFFXTUComD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFFXTUComD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFFXTUComD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFFXTUComD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFFXTUComD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFFXTUComD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFFXTUComD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFFXTUComD .mbr-section-title {
  color: #232323;
}
.cid-tFFXTUComD .mbr-text,
.cid-tFFXTUComD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFFXTUComD .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFFXTUComD .item-subtitle {
  text-align: center;
}
.cid-tDjYEhBrEi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tDjYEhBrEi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDjYEhBrEi .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tDjYEhBrEi .mbr-section-title {
  color: #ffffff;
}
.cid-tDjYEhBrEi .mbr-text,
.cid-tDjYEhBrEi .mbr-section-btn {
  color: #ffe885;
}
.cid-tE9K7n7Pui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tE9K7n7Pui blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #9fdbf8;
}
.cid-tE9K7n7Pui .mbr-section-title {
  color: #0e2e67;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCyVpFJzWJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCyVpFJzWJ nav.navbar {
  position: fixed;
}
.cid-tCyVpFJzWJ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCyVpFJzWJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCyVpFJzWJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCyVpFJzWJ .dropdown-item:hover,
.cid-tCyVpFJzWJ .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tCyVpFJzWJ .dropdown-item:hover span {
  color: white;
}
.cid-tCyVpFJzWJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCyVpFJzWJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCyVpFJzWJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCyVpFJzWJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCyVpFJzWJ .nav-link {
  position: relative;
}
.cid-tCyVpFJzWJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCyVpFJzWJ .container {
    flex-wrap: wrap;
  }
}
.cid-tCyVpFJzWJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCyVpFJzWJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCyVpFJzWJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCyVpFJzWJ .dropdown-menu,
.cid-tCyVpFJzWJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tCyVpFJzWJ .nav-item:focus,
.cid-tCyVpFJzWJ .nav-link:focus {
  outline: none;
}
.cid-tCyVpFJzWJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCyVpFJzWJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCyVpFJzWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCyVpFJzWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCyVpFJzWJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCyVpFJzWJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCyVpFJzWJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCyVpFJzWJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCyVpFJzWJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCyVpFJzWJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tCyVpFJzWJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCyVpFJzWJ .navbar.collapsed {
  justify-content: center;
}
.cid-tCyVpFJzWJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCyVpFJzWJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCyVpFJzWJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tCyVpFJzWJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCyVpFJzWJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCyVpFJzWJ .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: 41%;
}
.cid-tCyVpFJzWJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCyVpFJzWJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCyVpFJzWJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCyVpFJzWJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCyVpFJzWJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCyVpFJzWJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCyVpFJzWJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCyVpFJzWJ .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: 40%;
  }
  .cid-tCyVpFJzWJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCyVpFJzWJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCyVpFJzWJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCyVpFJzWJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCyVpFJzWJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCyVpFJzWJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCyVpFJzWJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCyVpFJzWJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCyVpFJzWJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCyVpFJzWJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCyVpFJzWJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCyVpFJzWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCyVpFJzWJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCyVpFJzWJ .dropdown-item.active,
.cid-tCyVpFJzWJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCyVpFJzWJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCyVpFJzWJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCyVpFJzWJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCyVpFJzWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCyVpFJzWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCyVpFJzWJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCyVpFJzWJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCyVpFJzWJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCyVpFJzWJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCyVpFJzWJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCyVpFJzWJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCyVpFJzWJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyVpFJzWJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyVpFJzWJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCyVpFJzWJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyVpFJzWJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCyVpFJzWJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCyVpFJzWJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyVpFJzWJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCyVpFJzWJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCyVpFJzWJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCyVpFJzWJ .navbar {
    height: 70px;
  }
  .cid-tCyVpFJzWJ .navbar.opened {
    height: auto;
  }
  .cid-tCyVpFJzWJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyVpGbqLZ {
  background-image: url("../../../assets/images/003.png");
}
.cid-tCyVpGbqLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyVpGbqLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz0uih3kI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCz0uih3kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCz0uih3kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCz0uih3kI .mbr-section-title {
  color: #2299aa;
}
.cid-tCyVpGAIEX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCyVpGAIEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyVpGAIEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCyVpGAIEX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCyVpGAIEX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCyVpGAIEX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCyVpGAIEX .mbr-section-title {
  color: #2299aa;
}
.cid-tCyVpGAIEX .mbr-text {
  color: #000000;
}
.cid-tOUahhKwis {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOUahhKwis img,
.cid-tOUahhKwis .item-img {
  width: 100%;
}
.cid-tOUahhKwis .item:focus,
.cid-tOUahhKwis span:focus {
  outline: none;
}
.cid-tOUahhKwis .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOUahhKwis .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOUahhKwis .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOUahhKwis .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tOUahhKwis .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOUahhKwis .mbr-section-title {
  color: #232323;
}
.cid-tOUahhKwis .mbr-text,
.cid-tOUahhKwis .mbr-section-btn {
  text-align: left;
}
.cid-tOUahhKwis .item-title {
  text-align: center;
}
.cid-tOUahhKwis .item-subtitle {
  text-align: center;
}
.cid-tDeDwRiT0L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDeDwRiT0L .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDeDwRiT0L .mbr-text {
  color: #e43f3f;
}
.cid-tCyVpH3zz9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCyVpH3zz9 blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #e43f3f;
}
.cid-tCyVpH3zz9 .mbr-text {
  color: #ffffff;
}
.cid-tCyVpH3zz9 .mbr-section-title {
  color: #ffdd65;
}
.cid-tUuAKZvQyI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-tUuAKZvQyI img,
.cid-tUuAKZvQyI .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tUuAKZvQyI .item:focus,
.cid-tUuAKZvQyI span:focus {
  outline: none;
}
.cid-tUuAKZvQyI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUuAKZvQyI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUuAKZvQyI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUuAKZvQyI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUuAKZvQyI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUuAKZvQyI .mbr-section-title {
  color: #232323;
}
.cid-tUuAKZvQyI .mbr-text,
.cid-tUuAKZvQyI .mbr-section-btn {
  text-align: left;
}
.cid-tUuAKZvQyI .item-title {
  text-align: left;
}
.cid-tUuAKZvQyI .item-subtitle {
  text-align: center;
}
.cid-tE9MjKOsCI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-tE9MjKOsCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9MjKOsCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWl1BBfl3 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tMWl1BBfl3 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tMWl1BBfl3 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tMWl1BBfl3 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-tMWl1BBfl3 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-tMWl1BBfl3 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tMWl1BBfl3 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tPz12npdGR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tPz12npdGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPz12npdGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPz12npdGR .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-tPz12npdGR .col-title {
    margin-bottom: 50px;
  }
}
.cid-tPz12npdGR .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tPz12npdGR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-tPz12npdGR .mbr-section-btn {
  margin-top: 10px;
}
.cid-tPz12npdGR .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-tPz12npdGR .cards-container {
    padding: 0 !important;
  }
}
.cid-tPz12npdGR .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-tPz12npdGR .col-card {
    padding: 15px 10px;
  }
}
.cid-tPz12npdGR .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-tPz12npdGR .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-tPz12npdGR .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-tPz12npdGR .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-tPz12npdGR .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-tPz12npdGR .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-tPz12npdGR .card-wrap {
  border-radius: 0;
}
.cid-tPz12npdGR .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-tPz12npdGR .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-tPz12npdGR .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tPz12npdGR .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-tPz12npdGR .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-tPz12npdGR .image-wrap img {
    height: auto !important;
  }
}
.cid-tCL3CjwXNx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tCL3CjwXNx img,
.cid-tCL3CjwXNx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCL3CjwXNx .item:focus,
.cid-tCL3CjwXNx span:focus {
  outline: none;
}
.cid-tCL3CjwXNx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCL3CjwXNx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cdebfa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCL3CjwXNx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCL3CjwXNx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCL3CjwXNx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCL3CjwXNx .mbr-section-title {
  color: #0e2e67;
}
.cid-tCL3CjwXNx .mbr-text,
.cid-tCL3CjwXNx .mbr-section-btn {
  text-align: left;
}
.cid-tCL3CjwXNx .item-title {
  text-align: left;
}
.cid-tCL3CjwXNx .item-subtitle {
  text-align: left;
}
.cid-tQSW0zgMkI {
  background-color: #fff0b0;
}
.cid-tQSW0zgMkI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQSW0zgMkI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQSW0zgMkI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tQSW0zgMkI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tQSW0zgMkI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQSW0zgMkI .mbr-section-title {
  color: #6b3809;
}
.cid-tR07X1jIiO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173d33;
  position: relative;
  overflow: hidden;
}
.cid-tR07X1jIiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR07X1jIiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR07X1jIiO .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 36vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tR07X1jIiO .bg-frame {
    width: 72vw;
  }
}
.cid-tR07X1jIiO .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tR07X1jIiO .col-text {
    margin-top: 6rem;
  }
}
.cid-tR07X1jIiO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tR07X1jIiO .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tR07X1jIiO .mbr-text {
    max-width: 100%;
  }
}
.cid-tR07X1jIiO .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tR07X1jIiO .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tR07X1jIiO .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tR07X1jIiO .item-img {
    margin-top: 3rem;
  }
}
.cid-tR07X1jIiO .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tOgFGf6jDG {
  background-color: #ffffff;
}
.cid-tOgFGf6jDG .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tOgFGf6jDG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOgFGf6jDG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOgFGf6jDG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOgFGf6jDG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOgFGf6jDG .mbr-section-title {
  color: #2299aa;
}
.cid-tCKK1t9sqF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bed3f9;
}
.cid-tCKK1t9sqF img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tCKK1t9sqF .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tCKK1t9sqF .mbr-text {
  color: #095186;
  line-height: 1.5;
}
.cid-tCKK1t9sqF .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-tCKK1t9sqF .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tCKK1t9sqF .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tF25QUqbEu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tCL4DhYO2h {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/005.png");
}
.cid-tCL4DhYO2h .row {
  flex-direction: row-reverse;
}
.cid-tCL4DhYO2h .mbr-section-title {
  color: #ffffff;
}
.cid-tCL4DhYO2h .mbr-text,
.cid-tCL4DhYO2h .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tCL4DhYO2h .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tCL4DhYO2h img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tCL4DhYO2h .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tCL4FPDUwD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCL4FPDUwD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCL4FPDUwD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tCL4FPDUwD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCL4FPDUwD .mbr-section-title {
  color: #426907;
}
.cid-tCL4FPDUwD .position {
  color: #426907;
}
.cid-tCL4FPDUwD .name {
  color: #e43f3f;
}
.cid-tCLriD601d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/002.png");
}
.cid-tCLriD601d .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tCLriD601d .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCLriD601d .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCLriD601d .card-wrapper {
    padding: 4rem;
  }
}
.cid-tCLriD601d .card-title {
  color: #6b3809;
}
.cid-tCLrjfb6wE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCLrjfb6wE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCLrjfb6wE .row {
  flex-direction: row-reverse;
}
.cid-tCLrjfb6wE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCLrjfb6wE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCLrjfb6wE .mbr-section-title {
  color: #bc5724;
}
.cid-tQT6qLaS7Z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/005.png");
}
.cid-tQT6qLaS7Z .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tQT6qLaS7Z .currentcost {
  color: #232323;
}
.cid-tQT6qLaS7Z .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tQT6qLaS7Z .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tQT6qLaS7Z .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQT6qLaS7Z .text-box {
    padding: 1rem;
  }
}
.cid-tQT6qLaS7Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQT6qLaS7Z H5 {
  color: #6db512;
}
.cid-tXGkafXWyz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c6ebfd;
}
.cid-tXGkafXWyz .row {
  flex-direction: row-reverse;
}
.cid-tXGkafXWyz .mbr-section-title {
  color: #3c6f73;
}
.cid-tXGkafXWyz .mbr-text,
.cid-tXGkafXWyz .mbr-section-btn {
  color: #000000;
}
.cid-tXGkafXWyz .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tXGkafXWyz img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tXGkafXWyz .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tD8Yuv9rnQ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tD8Yuv9rnQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-tD8Yuv9rnQ .item {
    margin-bottom: 4rem;
  }
}
.cid-tD8Yuv9rnQ .item:last-child .icon-box:before {
  display: none;
}
.cid-tD8Yuv9rnQ .item.last .icon-box:before {
  display: none;
}
.cid-tD8Yuv9rnQ .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tD8Yuv9rnQ .icon-box {
    margin-right: 1rem;
  }
}
.cid-tD8Yuv9rnQ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tD8Yuv9rnQ .card {
    margin-bottom: 2rem;
  }
  .cid-tD8Yuv9rnQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tD8Yuv9rnQ .card-title,
.cid-tD8Yuv9rnQ .card-box {
  color: #0e2e67;
}
.cid-tFG336geda {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFG336geda .video-wrapper iframe {
  width: 100%;
}
.cid-tFG336geda .mbr-section-title,
.cid-tFG336geda .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFG336geda .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFG336geda .mbr-section-title {
  color: #2299aa;
}
.cid-tFG336geda .mbr-section-subtitle {
  color: #30587e;
}
.cid-tPyEhaRIZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tPyEhaRIZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyEhaRIZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyEhaRIZU .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tPyEhaRIZU .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tPyEhaRIZU .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tPyEhaRIZU .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tPyEhaRIZU .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-tPyEhaRIZU .col-img {
    padding: 30px !important;
  }
}
.cid-tPyEhaRIZU .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-tPyEhaRIZU .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPyEhaRIZU .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tPyEhaRIZU .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tPyEhaRIZU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tPyEhaRIZU .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tPyEhaRIZU .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-tPyEhaRIZU .mbr-text {
    padding-right: 0;
  }
}
.cid-tPyEhaRIZU .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPyEhaRIZU .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-tPyEhaRIZU .social-container {
    padding-top: 40px;
  }
}
.cid-tPyEhaRIZU .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tPyEhaRIZU .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tPyEhaRIZU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tPyEhaRIZU .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tPyEhaRIZU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tPyEhaRIZU .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tPyEhaRIZU .soc-item:hover:before {
  opacity: 1;
}
.cid-tPyEhaRIZU .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tPyEhaRIZU .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tPyEhaRIZU .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCzMhRyS4j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCzMhRyS4j nav.navbar {
  position: fixed;
}
.cid-tCzMhRyS4j .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCzMhRyS4j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCzMhRyS4j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCzMhRyS4j .dropdown-item:hover,
.cid-tCzMhRyS4j .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tCzMhRyS4j .dropdown-item:hover span {
  color: white;
}
.cid-tCzMhRyS4j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCzMhRyS4j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCzMhRyS4j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCzMhRyS4j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCzMhRyS4j .nav-link {
  position: relative;
}
.cid-tCzMhRyS4j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCzMhRyS4j .container {
    flex-wrap: wrap;
  }
}
.cid-tCzMhRyS4j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCzMhRyS4j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCzMhRyS4j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCzMhRyS4j .dropdown-menu,
.cid-tCzMhRyS4j .navbar.opened {
  background: #ffffff !important;
}
.cid-tCzMhRyS4j .nav-item:focus,
.cid-tCzMhRyS4j .nav-link:focus {
  outline: none;
}
.cid-tCzMhRyS4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCzMhRyS4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCzMhRyS4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCzMhRyS4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCzMhRyS4j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCzMhRyS4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCzMhRyS4j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCzMhRyS4j .navbar.opened {
  transition: all 0.3s;
}
.cid-tCzMhRyS4j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCzMhRyS4j .navbar .navbar-logo img {
  width: auto;
}
.cid-tCzMhRyS4j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCzMhRyS4j .navbar.collapsed {
  justify-content: center;
}
.cid-tCzMhRyS4j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCzMhRyS4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCzMhRyS4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tCzMhRyS4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCzMhRyS4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCzMhRyS4j .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: 41%;
}
.cid-tCzMhRyS4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCzMhRyS4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCzMhRyS4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCzMhRyS4j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCzMhRyS4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCzMhRyS4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCzMhRyS4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCzMhRyS4j .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: 40%;
  }
  .cid-tCzMhRyS4j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCzMhRyS4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCzMhRyS4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCzMhRyS4j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCzMhRyS4j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCzMhRyS4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCzMhRyS4j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCzMhRyS4j .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCzMhRyS4j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCzMhRyS4j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCzMhRyS4j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCzMhRyS4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCzMhRyS4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCzMhRyS4j .dropdown-item.active,
.cid-tCzMhRyS4j .dropdown-item:active {
  background-color: transparent;
}
.cid-tCzMhRyS4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCzMhRyS4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCzMhRyS4j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCzMhRyS4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCzMhRyS4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCzMhRyS4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCzMhRyS4j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCzMhRyS4j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCzMhRyS4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCzMhRyS4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCzMhRyS4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCzMhRyS4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCzMhRyS4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCzMhRyS4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCzMhRyS4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCzMhRyS4j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCzMhRyS4j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCzMhRyS4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCzMhRyS4j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCzMhRyS4j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCzMhRyS4j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCzMhRyS4j .navbar {
    height: 70px;
  }
  .cid-tCzMhRyS4j .navbar.opened {
    height: auto;
  }
  .cid-tCzMhRyS4j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCzMhS2pJ8 {
  background-image: url("../../../assets/images/002.png");
}
.cid-tCzMhS2pJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzMhS2pJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzO58tHXe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCzO58tHXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzO58tHXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tCzO58tHXe .container {
    max-width: 1400px;
  }
}
.cid-tCzO58tHXe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #22a5e5;
  margin-bottom: 2rem;
}
.cid-tCzO58tHXe .card-wrapper {
  margin-top: 3rem;
}
.cid-tCzO58tHXe .row {
  justify-content: center;
}
.cid-tCzO58tHXe .card-title,
.cid-tCzO58tHXe .iconfont-wrapper {
  color: #0e2e67;
}
.cid-tCzO58tHXe .mbr-section-title {
  color: #1ea83e;
}
.cid-tCzMhSYhSA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCzMhSYhSA blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #d11111;
}
.cid-tCzMhSYhSA .mbr-text {
  color: #ffffff;
}
.cid-tCzMhSYhSA .mbr-section-title {
  color: #ffcf00;
}
.cid-tNI5dXCdTN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNI5dXCdTN .video-wrapper iframe {
  width: 100%;
}
.cid-tNI5dXCdTN .mbr-section-title,
.cid-tNI5dXCdTN .mbr-section-subtitle,
.cid-tNI5dXCdTN .mbr-text {
  text-align: center;
}
.cid-tNI5dXCdTN .mbr-section-title {
  color: #679d0f;
}
.cid-tPyzKoeAxg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a2a2a2;
}
.cid-tPyzKoeAxg .row {
  flex-direction: row-reverse;
}
.cid-tPyzKoeAxg .mbr-section-title {
  color: #000000;
}
.cid-tPyzKoeAxg .mbr-text,
.cid-tPyzKoeAxg .mbr-section-btn {
  color: #000000;
}
.cid-tPyzKoeAxg .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tPyzKoeAxg img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tPyzKoeAxg .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tCzMhTzyyQ {
  background-image: url("../../../assets/images/006.png");
  position: relative;
  overflow: hidden;
}
.cid-tCzMhTzyyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzMhTzyyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzMhTzyyQ .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d11111;
  box-shadow: 0 0 40px #d11111;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tCzMhTzyyQ .bg-frame {
    width: 64vw;
  }
}
.cid-tCzMhTzyyQ .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tCzMhTzyyQ .col-text {
    margin-top: 6rem;
  }
}
.cid-tCzMhTzyyQ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCzMhTzyyQ .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tCzMhTzyyQ .mbr-text {
    max-width: 100%;
  }
}
.cid-tCzMhTzyyQ .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tCzMhTzyyQ .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tCzMhTzyyQ .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tCzMhTzyyQ .item-img {
    margin-top: 3rem;
  }
}
.cid-tCzMhTzyyQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFG4l0bU0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFG4l0bU0S img,
.cid-tFG4l0bU0S .item-img {
  width: 100%;
}
.cid-tFG4l0bU0S .item:focus,
.cid-tFG4l0bU0S span:focus {
  outline: none;
}
.cid-tFG4l0bU0S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFG4l0bU0S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFG4l0bU0S .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFG4l0bU0S .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFG4l0bU0S .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFG4l0bU0S .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFG4l0bU0S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFG4l0bU0S .mbr-section-title {
  color: #232323;
}
.cid-tFG4l0bU0S .mbr-text,
.cid-tFG4l0bU0S .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFG4l0bU0S .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFG4l0bU0S .item-subtitle {
  text-align: center;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCzYB4HUCJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCzYB4HUCJ nav.navbar {
  position: fixed;
}
.cid-tCzYB4HUCJ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCzYB4HUCJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCzYB4HUCJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCzYB4HUCJ .dropdown-item:hover,
.cid-tCzYB4HUCJ .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tCzYB4HUCJ .dropdown-item:hover span {
  color: white;
}
.cid-tCzYB4HUCJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCzYB4HUCJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCzYB4HUCJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCzYB4HUCJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCzYB4HUCJ .nav-link {
  position: relative;
}
.cid-tCzYB4HUCJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCzYB4HUCJ .container {
    flex-wrap: wrap;
  }
}
.cid-tCzYB4HUCJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCzYB4HUCJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCzYB4HUCJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCzYB4HUCJ .dropdown-menu,
.cid-tCzYB4HUCJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tCzYB4HUCJ .nav-item:focus,
.cid-tCzYB4HUCJ .nav-link:focus {
  outline: none;
}
.cid-tCzYB4HUCJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCzYB4HUCJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCzYB4HUCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCzYB4HUCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCzYB4HUCJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCzYB4HUCJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCzYB4HUCJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCzYB4HUCJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCzYB4HUCJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCzYB4HUCJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tCzYB4HUCJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCzYB4HUCJ .navbar.collapsed {
  justify-content: center;
}
.cid-tCzYB4HUCJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCzYB4HUCJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCzYB4HUCJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tCzYB4HUCJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCzYB4HUCJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCzYB4HUCJ .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: 41%;
}
.cid-tCzYB4HUCJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCzYB4HUCJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCzYB4HUCJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCzYB4HUCJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCzYB4HUCJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCzYB4HUCJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCzYB4HUCJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCzYB4HUCJ .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: 40%;
  }
  .cid-tCzYB4HUCJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCzYB4HUCJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCzYB4HUCJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCzYB4HUCJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCzYB4HUCJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCzYB4HUCJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCzYB4HUCJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCzYB4HUCJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCzYB4HUCJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCzYB4HUCJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCzYB4HUCJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCzYB4HUCJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCzYB4HUCJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCzYB4HUCJ .dropdown-item.active,
.cid-tCzYB4HUCJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCzYB4HUCJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCzYB4HUCJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCzYB4HUCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCzYB4HUCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCzYB4HUCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCzYB4HUCJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCzYB4HUCJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCzYB4HUCJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCzYB4HUCJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCzYB4HUCJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCzYB4HUCJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCzYB4HUCJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCzYB4HUCJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCzYB4HUCJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCzYB4HUCJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCzYB4HUCJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCzYB4HUCJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCzYB4HUCJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCzYB4HUCJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCzYB4HUCJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCzYB4HUCJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCzYB4HUCJ .navbar {
    height: 70px;
  }
  .cid-tCzYB4HUCJ .navbar.opened {
    height: auto;
  }
  .cid-tCzYB4HUCJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCzYB5aBGp {
  background-image: url("../../../assets/images/energia6.jpg");
}
.cid-tCzYB5aBGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzYB5aBGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiTXGgR4x {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDiTXGgR4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiTXGgR4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiTXGgR4x .container {
  max-width: 1280px;
}
.cid-tDiTXGgR4x .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tDiTXGgR4x .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tDiTXGgR4x .card-title {
  color: #212132;
}
.cid-tDiTXGgR4x .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tDiTXGgR4x .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tDiTXGgR4x .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tDiTXGgR4x .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tDiTXGgR4x .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tDiTXGgR4x .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tDiTXGgR4x .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tDiTXGgR4x .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tDiTXGgR4x .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tDiTXGgR4x .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tDiTXGgR4x .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDiTXGgR4x .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tDiTXGgR4x .name-text {
  color: #AE5EFF;
}
.cid-tDiTXGgR4x .prof-text {
  color: #ffffff;
}
.cid-tDiTXGgR4x .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tDiTXGgR4x .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tDiTXGgR4x .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tDiTXGgR4x .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tDiTXGgR4x .mbr-text {
  color: #ffffff;
}
.cid-tDiTXGgR4x .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tDiTXGgR4x .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tCLsGmJJ7n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCLsGmJJ7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLsGmJJ7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLsGmJJ7n .container {
  max-width: 1280px;
}
.cid-tCLsGmJJ7n .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tCLsGmJJ7n .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCLsGmJJ7n .card-title {
  color: #212132;
}
.cid-tCLsGmJJ7n .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tCLsGmJJ7n .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tCLsGmJJ7n .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tCLsGmJJ7n .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tCLsGmJJ7n .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tCLsGmJJ7n .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tCLsGmJJ7n .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tCLsGmJJ7n .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tCLsGmJJ7n .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tCLsGmJJ7n .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tCLsGmJJ7n .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCLsGmJJ7n .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tCLsGmJJ7n .name-text {
  color: #AE5EFF;
}
.cid-tCLsGmJJ7n .prof-text {
  color: #ffffff;
}
.cid-tCLsGmJJ7n .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tCLsGmJJ7n .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tCLsGmJJ7n .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tCLsGmJJ7n .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tCLsGmJJ7n .mbr-text {
  color: #ffffff;
}
.cid-tCLsGmJJ7n .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCLsGmJJ7n .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tCLsJR2jOv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCLsJR2jOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLsJR2jOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLsJR2jOv .container {
  max-width: 1280px;
}
.cid-tCLsJR2jOv .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tCLsJR2jOv .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCLsJR2jOv .card-title {
  color: #212132;
}
.cid-tCLsJR2jOv .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tCLsJR2jOv .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tCLsJR2jOv .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tCLsJR2jOv .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tCLsJR2jOv .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tCLsJR2jOv .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tCLsJR2jOv .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tCLsJR2jOv .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tCLsJR2jOv .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tCLsJR2jOv .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tCLsJR2jOv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCLsJR2jOv .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tCLsJR2jOv .name-text {
  color: #AE5EFF;
}
.cid-tCLsJR2jOv .prof-text {
  color: #ffffff;
}
.cid-tCLsJR2jOv .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tCLsJR2jOv .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tCLsJR2jOv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tCLsJR2jOv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tCLsJR2jOv .mbr-text {
  color: #ffffff;
}
.cid-tCLsJR2jOv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCLsJR2jOv .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tCLsISwJHu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCLsISwJHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLsISwJHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLsISwJHu .container {
  max-width: 1280px;
}
.cid-tCLsISwJHu .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tCLsISwJHu .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCLsISwJHu .card-title {
  color: #212132;
}
.cid-tCLsISwJHu .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tCLsISwJHu .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tCLsISwJHu .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tCLsISwJHu .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tCLsISwJHu .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tCLsISwJHu .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tCLsISwJHu .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tCLsISwJHu .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tCLsISwJHu .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tCLsISwJHu .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tCLsISwJHu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCLsISwJHu .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tCLsISwJHu .name-text {
  color: #AE5EFF;
}
.cid-tCLsISwJHu .prof-text {
  color: #ffffff;
}
.cid-tCLsISwJHu .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tCLsISwJHu .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tCLsISwJHu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tCLsISwJHu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tCLsISwJHu .mbr-text {
  color: #ffffff;
}
.cid-tCLsISwJHu .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCLsISwJHu .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tCLsHIJkCE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCLsHIJkCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLsHIJkCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLsHIJkCE .container {
  max-width: 1280px;
}
.cid-tCLsHIJkCE .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tCLsHIJkCE .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCLsHIJkCE .card-title {
  color: #212132;
}
.cid-tCLsHIJkCE .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tCLsHIJkCE .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tCLsHIJkCE .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tCLsHIJkCE .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tCLsHIJkCE .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tCLsHIJkCE .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tCLsHIJkCE .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tCLsHIJkCE .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tCLsHIJkCE .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tCLsHIJkCE .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tCLsHIJkCE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCLsHIJkCE .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tCLsHIJkCE .name-text {
  color: #AE5EFF;
}
.cid-tCLsHIJkCE .prof-text {
  color: #ffffff;
}
.cid-tCLsHIJkCE .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tCLsHIJkCE .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tCLsHIJkCE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tCLsHIJkCE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tCLsHIJkCE .mbr-text {
  color: #ffffff;
}
.cid-tCLsHIJkCE .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCLsHIJkCE .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tFFt0hlFfe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFFt0hlFfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFFt0hlFfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFFt0hlFfe .container {
  max-width: 1280px;
}
.cid-tFFt0hlFfe .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tFFt0hlFfe .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tFFt0hlFfe .card-title {
  color: #212132;
}
.cid-tFFt0hlFfe .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tFFt0hlFfe .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tFFt0hlFfe .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tFFt0hlFfe .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tFFt0hlFfe .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tFFt0hlFfe .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tFFt0hlFfe .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tFFt0hlFfe .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tFFt0hlFfe .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tFFt0hlFfe .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tFFt0hlFfe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFFt0hlFfe .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tFFt0hlFfe .name-text {
  color: #AE5EFF;
}
.cid-tFFt0hlFfe .prof-text {
  color: #ffffff;
}
.cid-tFFt0hlFfe .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tFFt0hlFfe .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tFFt0hlFfe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tFFt0hlFfe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tFFt0hlFfe .mbr-text {
  color: #ffffff;
}
.cid-tFFt0hlFfe .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tFFt0hlFfe .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tJmnC0Jm7f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJmnC0Jm7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJmnC0Jm7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJmnC0Jm7f .container {
  max-width: 1280px;
}
.cid-tJmnC0Jm7f .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tJmnC0Jm7f .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tJmnC0Jm7f .card-title {
  color: #212132;
}
.cid-tJmnC0Jm7f .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tJmnC0Jm7f .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tJmnC0Jm7f .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tJmnC0Jm7f .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tJmnC0Jm7f .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tJmnC0Jm7f .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tJmnC0Jm7f .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tJmnC0Jm7f .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tJmnC0Jm7f .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tJmnC0Jm7f .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tJmnC0Jm7f .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJmnC0Jm7f .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tJmnC0Jm7f .name-text {
  color: #AE5EFF;
}
.cid-tJmnC0Jm7f .prof-text {
  color: #ffffff;
}
.cid-tJmnC0Jm7f .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tJmnC0Jm7f .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tJmnC0Jm7f .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tJmnC0Jm7f .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tJmnC0Jm7f .mbr-text {
  color: #ffffff;
}
.cid-tJmnC0Jm7f .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tJmnC0Jm7f .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tPoENhLCwT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPoENhLCwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPoENhLCwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPoENhLCwT .container {
  max-width: 1280px;
}
.cid-tPoENhLCwT .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tPoENhLCwT .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tPoENhLCwT .card-title {
  color: #212132;
}
.cid-tPoENhLCwT .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tPoENhLCwT .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tPoENhLCwT .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tPoENhLCwT .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tPoENhLCwT .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tPoENhLCwT .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tPoENhLCwT .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tPoENhLCwT .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tPoENhLCwT .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tPoENhLCwT .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tPoENhLCwT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPoENhLCwT .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tPoENhLCwT .name-text {
  color: #AE5EFF;
}
.cid-tPoENhLCwT .prof-text {
  color: #ffffff;
}
.cid-tPoENhLCwT .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tPoENhLCwT .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tPoENhLCwT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tPoENhLCwT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tPoENhLCwT .mbr-text {
  color: #ffffff;
}
.cid-tPoENhLCwT .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tPoENhLCwT .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tQOFZzuPqO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQOFZzuPqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQOFZzuPqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQOFZzuPqO .container {
  max-width: 1280px;
}
.cid-tQOFZzuPqO .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tQOFZzuPqO .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tQOFZzuPqO .card-title {
  color: #212132;
}
.cid-tQOFZzuPqO .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tQOFZzuPqO .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tQOFZzuPqO .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tQOFZzuPqO .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tQOFZzuPqO .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tQOFZzuPqO .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tQOFZzuPqO .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tQOFZzuPqO .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tQOFZzuPqO .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tQOFZzuPqO .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tQOFZzuPqO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQOFZzuPqO .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tQOFZzuPqO .name-text {
  color: #AE5EFF;
}
.cid-tQOFZzuPqO .prof-text {
  color: #ffffff;
}
.cid-tQOFZzuPqO .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tQOFZzuPqO .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tQOFZzuPqO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tQOFZzuPqO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tQOFZzuPqO .mbr-text {
  color: #ffffff;
}
.cid-tQOFZzuPqO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tQOFZzuPqO .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tRLjTfpqit {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRLjTfpqit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLjTfpqit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLjTfpqit .container {
  max-width: 1280px;
}
.cid-tRLjTfpqit .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tRLjTfpqit .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRLjTfpqit .card-title {
  color: #212132;
}
.cid-tRLjTfpqit .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tRLjTfpqit .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tRLjTfpqit .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tRLjTfpqit .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tRLjTfpqit .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tRLjTfpqit .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tRLjTfpqit .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tRLjTfpqit .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tRLjTfpqit .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tRLjTfpqit .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tRLjTfpqit .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRLjTfpqit .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tRLjTfpqit .name-text {
  color: #AE5EFF;
}
.cid-tRLjTfpqit .prof-text {
  color: #ffffff;
}
.cid-tRLjTfpqit .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tRLjTfpqit .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tRLjTfpqit .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tRLjTfpqit .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tRLjTfpqit .mbr-text {
  color: #ffffff;
}
.cid-tRLjTfpqit .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tRLjTfpqit .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tSS0eWrneE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSS0eWrneE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS0eWrneE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS0eWrneE .container {
  max-width: 1280px;
}
.cid-tSS0eWrneE .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tSS0eWrneE .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tSS0eWrneE .card-title {
  color: #212132;
}
.cid-tSS0eWrneE .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tSS0eWrneE .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tSS0eWrneE .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tSS0eWrneE .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tSS0eWrneE .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tSS0eWrneE .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tSS0eWrneE .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tSS0eWrneE .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tSS0eWrneE .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tSS0eWrneE .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tSS0eWrneE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSS0eWrneE .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tSS0eWrneE .name-text {
  color: #AE5EFF;
}
.cid-tSS0eWrneE .prof-text {
  color: #ffffff;
}
.cid-tSS0eWrneE .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tSS0eWrneE .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tSS0eWrneE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tSS0eWrneE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tSS0eWrneE .mbr-text {
  color: #ffffff;
}
.cid-tSS0eWrneE .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tSS0eWrneE .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tTECrUsW1f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTECrUsW1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTECrUsW1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTECrUsW1f .container {
  max-width: 1280px;
}
.cid-tTECrUsW1f .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tTECrUsW1f .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTECrUsW1f .card-title {
  color: #212132;
}
.cid-tTECrUsW1f .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tTECrUsW1f .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tTECrUsW1f .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tTECrUsW1f .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tTECrUsW1f .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tTECrUsW1f .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tTECrUsW1f .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tTECrUsW1f .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tTECrUsW1f .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tTECrUsW1f .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tTECrUsW1f .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tTECrUsW1f .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tTECrUsW1f .name-text {
  color: #AE5EFF;
}
.cid-tTECrUsW1f .prof-text {
  color: #ffffff;
}
.cid-tTECrUsW1f .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tTECrUsW1f .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tTECrUsW1f .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tTECrUsW1f .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tTECrUsW1f .mbr-text {
  color: #ffffff;
}
.cid-tTECrUsW1f .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tTECrUsW1f .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tUR130c6aq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUR130c6aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUR130c6aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUR130c6aq .container {
  max-width: 1280px;
}
.cid-tUR130c6aq .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tUR130c6aq .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tUR130c6aq .card-title {
  color: #212132;
}
.cid-tUR130c6aq .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tUR130c6aq .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tUR130c6aq .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tUR130c6aq .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tUR130c6aq .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tUR130c6aq .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tUR130c6aq .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tUR130c6aq .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tUR130c6aq .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tUR130c6aq .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tUR130c6aq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUR130c6aq .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tUR130c6aq .name-text {
  color: #AE5EFF;
}
.cid-tUR130c6aq .prof-text {
  color: #ffffff;
}
.cid-tUR130c6aq .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tUR130c6aq .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tUR130c6aq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tUR130c6aq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tUR130c6aq .mbr-text {
  color: #ffffff;
}
.cid-tUR130c6aq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tUR130c6aq .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tVCSy7ah13 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVCSy7ah13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCSy7ah13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCSy7ah13 .container {
  max-width: 1280px;
}
.cid-tVCSy7ah13 .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tVCSy7ah13 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVCSy7ah13 .card-title {
  color: #212132;
}
.cid-tVCSy7ah13 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tVCSy7ah13 .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tVCSy7ah13 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tVCSy7ah13 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #212132;
  border-radius: 4.17rem;
  height: 100%;
  transition: .2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-tVCSy7ah13 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-tVCSy7ah13 .card-item:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-tVCSy7ah13 .card-item:hover .mbr-section-btn .btn {
  color: #40b0bf !important;
}
.cid-tVCSy7ah13 .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-tVCSy7ah13 .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tVCSy7ah13 .image-wrapper .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-tVCSy7ah13 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVCSy7ah13 .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-tVCSy7ah13 .name-text {
  color: #AE5EFF;
}
.cid-tVCSy7ah13 .prof-text {
  color: #ffffff;
}
.cid-tVCSy7ah13 .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-tVCSy7ah13 .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-tVCSy7ah13 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-tVCSy7ah13 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #ffdd65;
}
.cid-tVCSy7ah13 .mbr-text {
  color: #ffffff;
}
.cid-tVCSy7ah13 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tVCSy7ah13 .mbr-section-btn .btn {
  background: none !important;
  border: none !important;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.cid-tUR0zQlGLn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUR0zQlGLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUR0zQlGLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUR0zQlGLn .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tUR0zQlGLn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tUR0zQlGLn .mbr-section-title {
  color: #095186;
}
.cid-tTEM6LI1ah {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTEM6LI1ah .video-wrapper iframe {
  width: 100%;
}
.cid-tTEM6LI1ah .mbr-section-title,
.cid-tTEM6LI1ah .mbr-section-subtitle,
.cid-tTEM6LI1ah .mbr-text {
  text-align: center;
}
.cid-tTEM6LI1ah .mbr-section-title {
  color: #679d0f;
}
.cid-tVCxPSKcKp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVCxPSKcKp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tVCxPSKcKp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCxPSKcKp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tVCxPSKcKp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tVCxPSKcKp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCxPSKcKp .mbr-section-title {
  color: #2299aa;
}
.cid-tCzYB6Ey6x {
  background-image: url("../../../assets/images/007.png");
  position: relative;
  overflow: hidden;
}
.cid-tCzYB6Ey6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzYB6Ey6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCzYB6Ey6x .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fa2ce5;
  box-shadow: 0 0 40px #fa2ce5;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tCzYB6Ey6x .bg-frame {
    width: 64vw;
  }
}
.cid-tCzYB6Ey6x .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tCzYB6Ey6x .col-text {
    margin-top: 6rem;
  }
}
.cid-tCzYB6Ey6x .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCzYB6Ey6x .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tCzYB6Ey6x .mbr-text {
    max-width: 100%;
  }
}
.cid-tCzYB6Ey6x .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tCzYB6Ey6x .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tCzYB6Ey6x .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tCzYB6Ey6x .item-img {
    margin-top: 3rem;
  }
}
.cid-tCzYB6Ey6x .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tD1pQOAJ5W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tD1pQOAJ5W img,
.cid-tD1pQOAJ5W .item-img {
  width: 100%;
}
.cid-tD1pQOAJ5W .item:focus,
.cid-tD1pQOAJ5W span:focus {
  outline: none;
}
.cid-tD1pQOAJ5W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tD1pQOAJ5W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD1pQOAJ5W .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tD1pQOAJ5W .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD1pQOAJ5W .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tD1pQOAJ5W .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tD1pQOAJ5W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD1pQOAJ5W .mbr-section-title {
  color: #232323;
}
.cid-tD1pQOAJ5W .mbr-text,
.cid-tD1pQOAJ5W .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tD1pQOAJ5W .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tD1pQOAJ5W .item-subtitle {
  text-align: center;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tD1q1DbFjJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD1q1DbFjJ nav.navbar {
  position: fixed;
}
.cid-tD1q1DbFjJ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD1q1DbFjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD1q1DbFjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD1q1DbFjJ .dropdown-item:hover,
.cid-tD1q1DbFjJ .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tD1q1DbFjJ .dropdown-item:hover span {
  color: white;
}
.cid-tD1q1DbFjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD1q1DbFjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD1q1DbFjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD1q1DbFjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD1q1DbFjJ .nav-link {
  position: relative;
}
.cid-tD1q1DbFjJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD1q1DbFjJ .container {
    flex-wrap: wrap;
  }
}
.cid-tD1q1DbFjJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD1q1DbFjJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tD1q1DbFjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD1q1DbFjJ .dropdown-menu,
.cid-tD1q1DbFjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tD1q1DbFjJ .nav-item:focus,
.cid-tD1q1DbFjJ .nav-link:focus {
  outline: none;
}
.cid-tD1q1DbFjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD1q1DbFjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD1q1DbFjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD1q1DbFjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD1q1DbFjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD1q1DbFjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD1q1DbFjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD1q1DbFjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tD1q1DbFjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD1q1DbFjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tD1q1DbFjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD1q1DbFjJ .navbar.collapsed {
  justify-content: center;
}
.cid-tD1q1DbFjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD1q1DbFjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD1q1DbFjJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tD1q1DbFjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD1q1DbFjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD1q1DbFjJ .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: 41%;
}
.cid-tD1q1DbFjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD1q1DbFjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD1q1DbFjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD1q1DbFjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD1q1DbFjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD1q1DbFjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD1q1DbFjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD1q1DbFjJ .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: 40%;
  }
  .cid-tD1q1DbFjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD1q1DbFjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD1q1DbFjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD1q1DbFjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD1q1DbFjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD1q1DbFjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD1q1DbFjJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD1q1DbFjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD1q1DbFjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD1q1DbFjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD1q1DbFjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD1q1DbFjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD1q1DbFjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD1q1DbFjJ .dropdown-item.active,
.cid-tD1q1DbFjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tD1q1DbFjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD1q1DbFjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD1q1DbFjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD1q1DbFjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD1q1DbFjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD1q1DbFjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD1q1DbFjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD1q1DbFjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD1q1DbFjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD1q1DbFjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tD1q1DbFjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD1q1DbFjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD1q1DbFjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD1q1DbFjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD1q1DbFjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD1q1DbFjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD1q1DbFjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD1q1DbFjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD1q1DbFjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD1q1DbFjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD1q1DbFjJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD1q1DbFjJ .navbar {
    height: 70px;
  }
  .cid-tD1q1DbFjJ .navbar.opened {
    height: auto;
  }
  .cid-tD1q1DbFjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD1q1DGAti {
  background-image: url("../../../assets/images/energia7.jpg");
}
.cid-tD1q1DGAti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1q1DGAti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1sLiKFRb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD1sLiKFRb .item {
  padding-bottom: 2rem;
}
.cid-tD1sLiKFRb .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tD1sLiKFRb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tD1sLiKFRb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD1sLiKFRb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD1sLiKFRb .carousel-control,
.cid-tD1sLiKFRb .close {
  background: #1b1b1b;
}
.cid-tD1sLiKFRb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD1sLiKFRb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD1sLiKFRb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD1sLiKFRb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD1sLiKFRb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD1sLiKFRb .close::before {
  content: '\e91a';
}
.cid-tD1sLiKFRb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD1sLiKFRb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD1sLiKFRb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1sLiKFRb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD1sLiKFRb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD1sLiKFRb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD1sLiKFRb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD1sLiKFRb .carousel-indicators li.active,
.cid-tD1sLiKFRb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD1sLiKFRb .carousel-indicators li::after,
.cid-tD1sLiKFRb .carousel-indicators li::before {
  content: none;
}
.cid-tD1sLiKFRb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD1sLiKFRb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD1sLiKFRb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD1sLiKFRb .carousel-indicators {
    display: none;
  }
}
.cid-tD1sLiKFRb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD1sLiKFRb .carousel-inner > .active {
  display: block;
}
.cid-tD1sLiKFRb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1sLiKFRb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD1sLiKFRb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD1sLiKFRb .carousel-control,
  .cid-tD1sLiKFRb .carousel-indicators,
  .cid-tD1sLiKFRb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD1sLiKFRb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD1sLiKFRb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD1sLiKFRb .carousel-indicators .active,
.cid-tD1sLiKFRb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD1sLiKFRb .carousel-indicators .active {
  background: #fff;
}
.cid-tD1sLiKFRb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD1sLiKFRb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD1sLiKFRb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD1sLiKFRb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD1sLiKFRb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD1sLiKFRb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD1sLiKFRb .carousel {
  width: 100%;
}
.cid-tD1sLiKFRb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD1sLiKFRb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD1sLiKFRb .modal.fade .modal-dialog,
.cid-tD1sLiKFRb .modal.in .modal-dialog {
  transform: none;
}
.cid-tD1sLiKFRb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD1sLiKFRb H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tD1sLiKFRb H3 {
  color: #2299aa;
}
.cid-tD1tEwGzsq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tD1tEwGzsq .item {
  padding-bottom: 2rem;
}
.cid-tD1tEwGzsq .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tD1tEwGzsq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tD1tEwGzsq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD1tEwGzsq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD1tEwGzsq .carousel-control,
.cid-tD1tEwGzsq .close {
  background: #1b1b1b;
}
.cid-tD1tEwGzsq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD1tEwGzsq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD1tEwGzsq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD1tEwGzsq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD1tEwGzsq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD1tEwGzsq .close::before {
  content: '\e91a';
}
.cid-tD1tEwGzsq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD1tEwGzsq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD1tEwGzsq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1tEwGzsq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD1tEwGzsq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD1tEwGzsq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD1tEwGzsq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD1tEwGzsq .carousel-indicators li.active,
.cid-tD1tEwGzsq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD1tEwGzsq .carousel-indicators li::after,
.cid-tD1tEwGzsq .carousel-indicators li::before {
  content: none;
}
.cid-tD1tEwGzsq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD1tEwGzsq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD1tEwGzsq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD1tEwGzsq .carousel-indicators {
    display: none;
  }
}
.cid-tD1tEwGzsq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD1tEwGzsq .carousel-inner > .active {
  display: block;
}
.cid-tD1tEwGzsq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD1tEwGzsq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD1tEwGzsq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD1tEwGzsq .carousel-control,
  .cid-tD1tEwGzsq .carousel-indicators,
  .cid-tD1tEwGzsq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD1tEwGzsq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD1tEwGzsq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD1tEwGzsq .carousel-indicators .active,
.cid-tD1tEwGzsq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD1tEwGzsq .carousel-indicators .active {
  background: #fff;
}
.cid-tD1tEwGzsq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD1tEwGzsq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD1tEwGzsq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD1tEwGzsq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD1tEwGzsq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD1tEwGzsq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD1tEwGzsq .carousel {
  width: 100%;
}
.cid-tD1tEwGzsq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD1tEwGzsq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD1tEwGzsq .modal.fade .modal-dialog,
.cid-tD1tEwGzsq .modal.in .modal-dialog {
  transform: none;
}
.cid-tD1tEwGzsq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD1tEwGzsq H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tD1tEwGzsq H3 {
  color: #2299aa;
}
.cid-tOUhjmqFIZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOUhjmqFIZ .item {
  padding-bottom: 2rem;
}
.cid-tOUhjmqFIZ .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tOUhjmqFIZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOUhjmqFIZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOUhjmqFIZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOUhjmqFIZ .carousel-control,
.cid-tOUhjmqFIZ .close {
  background: #1b1b1b;
}
.cid-tOUhjmqFIZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOUhjmqFIZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOUhjmqFIZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOUhjmqFIZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOUhjmqFIZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOUhjmqFIZ .close::before {
  content: '\e91a';
}
.cid-tOUhjmqFIZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOUhjmqFIZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOUhjmqFIZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOUhjmqFIZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOUhjmqFIZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOUhjmqFIZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOUhjmqFIZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOUhjmqFIZ .carousel-indicators li.active,
.cid-tOUhjmqFIZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOUhjmqFIZ .carousel-indicators li::after,
.cid-tOUhjmqFIZ .carousel-indicators li::before {
  content: none;
}
.cid-tOUhjmqFIZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOUhjmqFIZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOUhjmqFIZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOUhjmqFIZ .carousel-indicators {
    display: none;
  }
}
.cid-tOUhjmqFIZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOUhjmqFIZ .carousel-inner > .active {
  display: block;
}
.cid-tOUhjmqFIZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOUhjmqFIZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOUhjmqFIZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOUhjmqFIZ .carousel-control,
  .cid-tOUhjmqFIZ .carousel-indicators,
  .cid-tOUhjmqFIZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOUhjmqFIZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOUhjmqFIZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOUhjmqFIZ .carousel-indicators .active,
.cid-tOUhjmqFIZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOUhjmqFIZ .carousel-indicators .active {
  background: #fff;
}
.cid-tOUhjmqFIZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOUhjmqFIZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOUhjmqFIZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOUhjmqFIZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOUhjmqFIZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOUhjmqFIZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOUhjmqFIZ .carousel {
  width: 100%;
}
.cid-tOUhjmqFIZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOUhjmqFIZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOUhjmqFIZ .modal.fade .modal-dialog,
.cid-tOUhjmqFIZ .modal.in .modal-dialog {
  transform: none;
}
.cid-tOUhjmqFIZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOUhjmqFIZ H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tOUhjmqFIZ H3 {
  color: #2299aa;
}
.cid-tYmBbPjkM2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYmBbPjkM2 .item {
  padding-bottom: 2rem;
}
.cid-tYmBbPjkM2 .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tYmBbPjkM2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYmBbPjkM2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYmBbPjkM2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYmBbPjkM2 .carousel-control,
.cid-tYmBbPjkM2 .close {
  background: #1b1b1b;
}
.cid-tYmBbPjkM2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYmBbPjkM2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYmBbPjkM2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYmBbPjkM2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYmBbPjkM2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYmBbPjkM2 .close::before {
  content: '\e91a';
}
.cid-tYmBbPjkM2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYmBbPjkM2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYmBbPjkM2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBbPjkM2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYmBbPjkM2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYmBbPjkM2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYmBbPjkM2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYmBbPjkM2 .carousel-indicators li.active,
.cid-tYmBbPjkM2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYmBbPjkM2 .carousel-indicators li::after,
.cid-tYmBbPjkM2 .carousel-indicators li::before {
  content: none;
}
.cid-tYmBbPjkM2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYmBbPjkM2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYmBbPjkM2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYmBbPjkM2 .carousel-indicators {
    display: none;
  }
}
.cid-tYmBbPjkM2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYmBbPjkM2 .carousel-inner > .active {
  display: block;
}
.cid-tYmBbPjkM2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBbPjkM2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYmBbPjkM2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYmBbPjkM2 .carousel-control,
  .cid-tYmBbPjkM2 .carousel-indicators,
  .cid-tYmBbPjkM2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYmBbPjkM2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYmBbPjkM2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYmBbPjkM2 .carousel-indicators .active,
.cid-tYmBbPjkM2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYmBbPjkM2 .carousel-indicators .active {
  background: #fff;
}
.cid-tYmBbPjkM2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYmBbPjkM2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYmBbPjkM2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYmBbPjkM2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYmBbPjkM2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYmBbPjkM2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYmBbPjkM2 .carousel {
  width: 100%;
}
.cid-tYmBbPjkM2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYmBbPjkM2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYmBbPjkM2 .modal.fade .modal-dialog,
.cid-tYmBbPjkM2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tYmBbPjkM2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYmBbPjkM2 H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tYmBbPjkM2 H3 {
  color: #095186;
}
.cid-tYmBr4gOS6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYmBr4gOS6 .item {
  padding-bottom: 2rem;
}
.cid-tYmBr4gOS6 .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tYmBr4gOS6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYmBr4gOS6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYmBr4gOS6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYmBr4gOS6 .carousel-control,
.cid-tYmBr4gOS6 .close {
  background: #1b1b1b;
}
.cid-tYmBr4gOS6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYmBr4gOS6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYmBr4gOS6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYmBr4gOS6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYmBr4gOS6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYmBr4gOS6 .close::before {
  content: '\e91a';
}
.cid-tYmBr4gOS6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYmBr4gOS6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYmBr4gOS6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBr4gOS6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYmBr4gOS6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYmBr4gOS6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYmBr4gOS6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYmBr4gOS6 .carousel-indicators li.active,
.cid-tYmBr4gOS6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYmBr4gOS6 .carousel-indicators li::after,
.cid-tYmBr4gOS6 .carousel-indicators li::before {
  content: none;
}
.cid-tYmBr4gOS6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYmBr4gOS6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYmBr4gOS6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYmBr4gOS6 .carousel-indicators {
    display: none;
  }
}
.cid-tYmBr4gOS6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYmBr4gOS6 .carousel-inner > .active {
  display: block;
}
.cid-tYmBr4gOS6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBr4gOS6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYmBr4gOS6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYmBr4gOS6 .carousel-control,
  .cid-tYmBr4gOS6 .carousel-indicators,
  .cid-tYmBr4gOS6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYmBr4gOS6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYmBr4gOS6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYmBr4gOS6 .carousel-indicators .active,
.cid-tYmBr4gOS6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYmBr4gOS6 .carousel-indicators .active {
  background: #fff;
}
.cid-tYmBr4gOS6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYmBr4gOS6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYmBr4gOS6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYmBr4gOS6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYmBr4gOS6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYmBr4gOS6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYmBr4gOS6 .carousel {
  width: 100%;
}
.cid-tYmBr4gOS6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYmBr4gOS6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYmBr4gOS6 .modal.fade .modal-dialog,
.cid-tYmBr4gOS6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tYmBr4gOS6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYmBr4gOS6 H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tYmBr4gOS6 H3 {
  color: #095186;
}
.cid-tYmBAegN2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYmBAegN2Z .item {
  padding-bottom: 2rem;
}
.cid-tYmBAegN2Z .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tYmBAegN2Z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYmBAegN2Z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYmBAegN2Z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYmBAegN2Z .carousel-control,
.cid-tYmBAegN2Z .close {
  background: #1b1b1b;
}
.cid-tYmBAegN2Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYmBAegN2Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYmBAegN2Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYmBAegN2Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYmBAegN2Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYmBAegN2Z .close::before {
  content: '\e91a';
}
.cid-tYmBAegN2Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYmBAegN2Z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYmBAegN2Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBAegN2Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYmBAegN2Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYmBAegN2Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYmBAegN2Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYmBAegN2Z .carousel-indicators li.active,
.cid-tYmBAegN2Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYmBAegN2Z .carousel-indicators li::after,
.cid-tYmBAegN2Z .carousel-indicators li::before {
  content: none;
}
.cid-tYmBAegN2Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYmBAegN2Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYmBAegN2Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYmBAegN2Z .carousel-indicators {
    display: none;
  }
}
.cid-tYmBAegN2Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYmBAegN2Z .carousel-inner > .active {
  display: block;
}
.cid-tYmBAegN2Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBAegN2Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYmBAegN2Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYmBAegN2Z .carousel-control,
  .cid-tYmBAegN2Z .carousel-indicators,
  .cid-tYmBAegN2Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYmBAegN2Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYmBAegN2Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYmBAegN2Z .carousel-indicators .active,
.cid-tYmBAegN2Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYmBAegN2Z .carousel-indicators .active {
  background: #fff;
}
.cid-tYmBAegN2Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYmBAegN2Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYmBAegN2Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYmBAegN2Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYmBAegN2Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYmBAegN2Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYmBAegN2Z .carousel {
  width: 100%;
}
.cid-tYmBAegN2Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYmBAegN2Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYmBAegN2Z .modal.fade .modal-dialog,
.cid-tYmBAegN2Z .modal.in .modal-dialog {
  transform: none;
}
.cid-tYmBAegN2Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYmBAegN2Z H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tYmBAegN2Z H3 {
  color: #2299aa;
}
.cid-tYmBCpD34B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYmBCpD34B .item {
  padding-bottom: 2rem;
}
.cid-tYmBCpD34B .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tYmBCpD34B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYmBCpD34B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYmBCpD34B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYmBCpD34B .carousel-control,
.cid-tYmBCpD34B .close {
  background: #1b1b1b;
}
.cid-tYmBCpD34B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYmBCpD34B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYmBCpD34B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYmBCpD34B .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYmBCpD34B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYmBCpD34B .close::before {
  content: '\e91a';
}
.cid-tYmBCpD34B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYmBCpD34B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYmBCpD34B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBCpD34B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYmBCpD34B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYmBCpD34B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYmBCpD34B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYmBCpD34B .carousel-indicators li.active,
.cid-tYmBCpD34B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYmBCpD34B .carousel-indicators li::after,
.cid-tYmBCpD34B .carousel-indicators li::before {
  content: none;
}
.cid-tYmBCpD34B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYmBCpD34B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYmBCpD34B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYmBCpD34B .carousel-indicators {
    display: none;
  }
}
.cid-tYmBCpD34B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYmBCpD34B .carousel-inner > .active {
  display: block;
}
.cid-tYmBCpD34B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYmBCpD34B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYmBCpD34B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYmBCpD34B .carousel-control,
  .cid-tYmBCpD34B .carousel-indicators,
  .cid-tYmBCpD34B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYmBCpD34B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYmBCpD34B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYmBCpD34B .carousel-indicators .active,
.cid-tYmBCpD34B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYmBCpD34B .carousel-indicators .active {
  background: #fff;
}
.cid-tYmBCpD34B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYmBCpD34B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYmBCpD34B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYmBCpD34B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYmBCpD34B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYmBCpD34B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYmBCpD34B .carousel {
  width: 100%;
}
.cid-tYmBCpD34B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYmBCpD34B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYmBCpD34B .modal.fade .modal-dialog,
.cid-tYmBCpD34B .modal.in .modal-dialog {
  transform: none;
}
.cid-tYmBCpD34B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYmBCpD34B H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tYmBCpD34B H3 {
  color: #2299aa;
}
.cid-tKReW2Fm3r {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKReW2Fm3r .item {
  padding-bottom: 2rem;
}
.cid-tKReW2Fm3r .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tKReW2Fm3r .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tKReW2Fm3r .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKReW2Fm3r .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKReW2Fm3r .carousel-control,
.cid-tKReW2Fm3r .close {
  background: #1b1b1b;
}
.cid-tKReW2Fm3r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKReW2Fm3r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKReW2Fm3r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKReW2Fm3r .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKReW2Fm3r .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKReW2Fm3r .close::before {
  content: '\e91a';
}
.cid-tKReW2Fm3r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKReW2Fm3r .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKReW2Fm3r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKReW2Fm3r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKReW2Fm3r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKReW2Fm3r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKReW2Fm3r .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKReW2Fm3r .carousel-indicators li.active,
.cid-tKReW2Fm3r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKReW2Fm3r .carousel-indicators li::after,
.cid-tKReW2Fm3r .carousel-indicators li::before {
  content: none;
}
.cid-tKReW2Fm3r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKReW2Fm3r .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKReW2Fm3r .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKReW2Fm3r .carousel-indicators {
    display: none;
  }
}
.cid-tKReW2Fm3r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKReW2Fm3r .carousel-inner > .active {
  display: block;
}
.cid-tKReW2Fm3r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKReW2Fm3r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKReW2Fm3r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKReW2Fm3r .carousel-control,
  .cid-tKReW2Fm3r .carousel-indicators,
  .cid-tKReW2Fm3r .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKReW2Fm3r .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKReW2Fm3r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKReW2Fm3r .carousel-indicators .active,
.cid-tKReW2Fm3r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKReW2Fm3r .carousel-indicators .active {
  background: #fff;
}
.cid-tKReW2Fm3r .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKReW2Fm3r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKReW2Fm3r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKReW2Fm3r .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKReW2Fm3r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKReW2Fm3r .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKReW2Fm3r .carousel {
  width: 100%;
}
.cid-tKReW2Fm3r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKReW2Fm3r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKReW2Fm3r .modal.fade .modal-dialog,
.cid-tKReW2Fm3r .modal.in .modal-dialog {
  transform: none;
}
.cid-tKReW2Fm3r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKReW2Fm3r H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tKReW2Fm3r H3 {
  color: #1ea83e;
}
.cid-tJlDN7PO1J {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJlDN7PO1J .item {
  padding-bottom: 2rem;
}
.cid-tJlDN7PO1J .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tJlDN7PO1J .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJlDN7PO1J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJlDN7PO1J .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJlDN7PO1J .carousel-control,
.cid-tJlDN7PO1J .close {
  background: #1b1b1b;
}
.cid-tJlDN7PO1J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJlDN7PO1J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJlDN7PO1J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJlDN7PO1J .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJlDN7PO1J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJlDN7PO1J .close::before {
  content: '\e91a';
}
.cid-tJlDN7PO1J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJlDN7PO1J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJlDN7PO1J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlDN7PO1J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJlDN7PO1J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJlDN7PO1J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJlDN7PO1J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJlDN7PO1J .carousel-indicators li.active,
.cid-tJlDN7PO1J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJlDN7PO1J .carousel-indicators li::after,
.cid-tJlDN7PO1J .carousel-indicators li::before {
  content: none;
}
.cid-tJlDN7PO1J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJlDN7PO1J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJlDN7PO1J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlDN7PO1J .carousel-indicators {
    display: none;
  }
}
.cid-tJlDN7PO1J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJlDN7PO1J .carousel-inner > .active {
  display: block;
}
.cid-tJlDN7PO1J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlDN7PO1J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJlDN7PO1J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJlDN7PO1J .carousel-control,
  .cid-tJlDN7PO1J .carousel-indicators,
  .cid-tJlDN7PO1J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJlDN7PO1J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJlDN7PO1J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJlDN7PO1J .carousel-indicators .active,
.cid-tJlDN7PO1J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJlDN7PO1J .carousel-indicators .active {
  background: #fff;
}
.cid-tJlDN7PO1J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJlDN7PO1J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJlDN7PO1J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJlDN7PO1J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJlDN7PO1J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJlDN7PO1J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJlDN7PO1J .carousel {
  width: 100%;
}
.cid-tJlDN7PO1J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJlDN7PO1J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJlDN7PO1J .modal.fade .modal-dialog,
.cid-tJlDN7PO1J .modal.in .modal-dialog {
  transform: none;
}
.cid-tJlDN7PO1J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJlDN7PO1J H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tJlDN7PO1J H3 {
  color: #1ea83e;
}
.cid-tJy8V0uTn8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJy8V0uTn8 .item {
  padding-bottom: 2rem;
}
.cid-tJy8V0uTn8 .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tJy8V0uTn8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJy8V0uTn8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJy8V0uTn8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJy8V0uTn8 .carousel-control,
.cid-tJy8V0uTn8 .close {
  background: #1b1b1b;
}
.cid-tJy8V0uTn8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJy8V0uTn8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJy8V0uTn8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJy8V0uTn8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJy8V0uTn8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJy8V0uTn8 .close::before {
  content: '\e91a';
}
.cid-tJy8V0uTn8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJy8V0uTn8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJy8V0uTn8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJy8V0uTn8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJy8V0uTn8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJy8V0uTn8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJy8V0uTn8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJy8V0uTn8 .carousel-indicators li.active,
.cid-tJy8V0uTn8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJy8V0uTn8 .carousel-indicators li::after,
.cid-tJy8V0uTn8 .carousel-indicators li::before {
  content: none;
}
.cid-tJy8V0uTn8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJy8V0uTn8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJy8V0uTn8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJy8V0uTn8 .carousel-indicators {
    display: none;
  }
}
.cid-tJy8V0uTn8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJy8V0uTn8 .carousel-inner > .active {
  display: block;
}
.cid-tJy8V0uTn8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJy8V0uTn8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJy8V0uTn8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJy8V0uTn8 .carousel-control,
  .cid-tJy8V0uTn8 .carousel-indicators,
  .cid-tJy8V0uTn8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJy8V0uTn8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJy8V0uTn8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJy8V0uTn8 .carousel-indicators .active,
.cid-tJy8V0uTn8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJy8V0uTn8 .carousel-indicators .active {
  background: #fff;
}
.cid-tJy8V0uTn8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJy8V0uTn8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJy8V0uTn8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJy8V0uTn8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJy8V0uTn8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJy8V0uTn8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJy8V0uTn8 .carousel {
  width: 100%;
}
.cid-tJy8V0uTn8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJy8V0uTn8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJy8V0uTn8 .modal.fade .modal-dialog,
.cid-tJy8V0uTn8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tJy8V0uTn8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJy8V0uTn8 H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tJy8V0uTn8 H3 {
  color: #1ea83e;
}
.cid-tJy8V0uTn8 H4 {
  color: #e43f3f;
}
.cid-tJyvuaGRQL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJyvuaGRQL .item {
  padding-bottom: 2rem;
}
.cid-tJyvuaGRQL .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-tJyvuaGRQL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJyvuaGRQL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJyvuaGRQL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJyvuaGRQL .carousel-control,
.cid-tJyvuaGRQL .close {
  background: #1b1b1b;
}
.cid-tJyvuaGRQL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJyvuaGRQL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJyvuaGRQL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJyvuaGRQL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJyvuaGRQL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJyvuaGRQL .close::before {
  content: '\e91a';
}
.cid-tJyvuaGRQL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJyvuaGRQL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJyvuaGRQL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJyvuaGRQL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJyvuaGRQL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJyvuaGRQL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJyvuaGRQL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJyvuaGRQL .carousel-indicators li.active,
.cid-tJyvuaGRQL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJyvuaGRQL .carousel-indicators li::after,
.cid-tJyvuaGRQL .carousel-indicators li::before {
  content: none;
}
.cid-tJyvuaGRQL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJyvuaGRQL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJyvuaGRQL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJyvuaGRQL .carousel-indicators {
    display: none;
  }
}
.cid-tJyvuaGRQL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJyvuaGRQL .carousel-inner > .active {
  display: block;
}
.cid-tJyvuaGRQL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJyvuaGRQL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJyvuaGRQL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJyvuaGRQL .carousel-control,
  .cid-tJyvuaGRQL .carousel-indicators,
  .cid-tJyvuaGRQL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJyvuaGRQL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJyvuaGRQL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJyvuaGRQL .carousel-indicators .active,
.cid-tJyvuaGRQL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJyvuaGRQL .carousel-indicators .active {
  background: #fff;
}
.cid-tJyvuaGRQL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJyvuaGRQL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJyvuaGRQL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJyvuaGRQL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJyvuaGRQL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJyvuaGRQL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJyvuaGRQL .carousel {
  width: 100%;
}
.cid-tJyvuaGRQL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJyvuaGRQL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJyvuaGRQL .modal.fade .modal-dialog,
.cid-tJyvuaGRQL .modal.in .modal-dialog {
  transform: none;
}
.cid-tJyvuaGRQL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJyvuaGRQL H6 {
  text-align: center;
  color: #4479d9;
}
.cid-tJyvuaGRQL H3 {
  color: #1ea83e;
}
.cid-tJyvuaGRQL H4 {
  color: #e43f3f;
}
.cid-tDiVBIdhzr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/005.png");
}
.cid-tDiVBIdhzr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDiVBIdhzr .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tDiVBIdhzr .mbr-section-title {
  color: #ffffff;
}
.cid-tDiVBIdhzr .mbr-text,
.cid-tDiVBIdhzr .mbr-section-btn {
  color: #ffffff;
}
.cid-tD1sUv0we7 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tD1sUv0we7 .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tD1sUv0we7 .mbr-text {
  color: #2299aa;
}
.cid-tP1wg3NuGt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP1wg3NuGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1wg3NuGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1wg3NuGt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tP1wg3NuGt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tP1wg3NuGt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tP1uRHqXdF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP1uRHqXdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1uRHqXdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1uRHqXdF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tP1uRHqXdF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tP1uRHqXdF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tP1uRHqXdF H3 {
  text-align: center;
  color: #2299aa;
}
.cid-tD1q1F4vQ1 {
  background-image: url("../../../assets/images/006.png");
  position: relative;
  overflow: hidden;
}
.cid-tD1q1F4vQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD1q1F4vQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD1q1F4vQ1 .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d11111;
  box-shadow: 0 0 40px #d11111;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tD1q1F4vQ1 .bg-frame {
    width: 64vw;
  }
}
.cid-tD1q1F4vQ1 .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tD1q1F4vQ1 .col-text {
    margin-top: 6rem;
  }
}
.cid-tD1q1F4vQ1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tD1q1F4vQ1 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tD1q1F4vQ1 .mbr-text {
    max-width: 100%;
  }
}
.cid-tD1q1F4vQ1 .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tD1q1F4vQ1 .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tD1q1F4vQ1 .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tD1q1F4vQ1 .item-img {
    margin-top: 3rem;
  }
}
.cid-tD1q1F4vQ1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFG4BsErXj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFG4BsErXj img,
.cid-tFG4BsErXj .item-img {
  width: 100%;
}
.cid-tFG4BsErXj .item:focus,
.cid-tFG4BsErXj span:focus {
  outline: none;
}
.cid-tFG4BsErXj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFG4BsErXj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFG4BsErXj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFG4BsErXj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFG4BsErXj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFG4BsErXj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFG4BsErXj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFG4BsErXj .mbr-section-title {
  color: #232323;
}
.cid-tFG4BsErXj .mbr-text,
.cid-tFG4BsErXj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFG4BsErXj .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFG4BsErXj .item-subtitle {
  text-align: center;
}
.cid-tDjYO274NH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tDjYO274NH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDjYO274NH .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tDjYO274NH .mbr-section-title {
  color: #ffffff;
}
.cid-tDjYO274NH .mbr-text,
.cid-tDjYO274NH .mbr-section-btn {
  color: #ffe885;
}
.cid-tDNYvmKPrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDNYvmKPrt blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #9fdbf8;
}
.cid-tDNYvmKPrt .mbr-section-title {
  color: #4479d9;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tD2XYA7Anb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD2XYA7Anb nav.navbar {
  position: fixed;
}
.cid-tD2XYA7Anb .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD2XYA7Anb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD2XYA7Anb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD2XYA7Anb .dropdown-item:hover,
.cid-tD2XYA7Anb .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tD2XYA7Anb .dropdown-item:hover span {
  color: white;
}
.cid-tD2XYA7Anb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD2XYA7Anb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD2XYA7Anb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD2XYA7Anb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD2XYA7Anb .nav-link {
  position: relative;
}
.cid-tD2XYA7Anb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD2XYA7Anb .container {
    flex-wrap: wrap;
  }
}
.cid-tD2XYA7Anb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD2XYA7Anb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tD2XYA7Anb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD2XYA7Anb .dropdown-menu,
.cid-tD2XYA7Anb .navbar.opened {
  background: #ffffff !important;
}
.cid-tD2XYA7Anb .nav-item:focus,
.cid-tD2XYA7Anb .nav-link:focus {
  outline: none;
}
.cid-tD2XYA7Anb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD2XYA7Anb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD2XYA7Anb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD2XYA7Anb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD2XYA7Anb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD2XYA7Anb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD2XYA7Anb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD2XYA7Anb .navbar.opened {
  transition: all 0.3s;
}
.cid-tD2XYA7Anb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD2XYA7Anb .navbar .navbar-logo img {
  width: auto;
}
.cid-tD2XYA7Anb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD2XYA7Anb .navbar.collapsed {
  justify-content: center;
}
.cid-tD2XYA7Anb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD2XYA7Anb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD2XYA7Anb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tD2XYA7Anb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD2XYA7Anb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD2XYA7Anb .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: 41%;
}
.cid-tD2XYA7Anb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD2XYA7Anb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD2XYA7Anb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD2XYA7Anb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD2XYA7Anb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD2XYA7Anb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD2XYA7Anb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD2XYA7Anb .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: 40%;
  }
  .cid-tD2XYA7Anb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD2XYA7Anb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD2XYA7Anb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD2XYA7Anb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD2XYA7Anb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD2XYA7Anb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD2XYA7Anb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD2XYA7Anb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD2XYA7Anb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD2XYA7Anb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD2XYA7Anb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD2XYA7Anb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD2XYA7Anb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD2XYA7Anb .dropdown-item.active,
.cid-tD2XYA7Anb .dropdown-item:active {
  background-color: transparent;
}
.cid-tD2XYA7Anb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD2XYA7Anb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD2XYA7Anb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD2XYA7Anb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD2XYA7Anb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD2XYA7Anb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD2XYA7Anb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD2XYA7Anb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD2XYA7Anb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD2XYA7Anb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tD2XYA7Anb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD2XYA7Anb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD2XYA7Anb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD2XYA7Anb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD2XYA7Anb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD2XYA7Anb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD2XYA7Anb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD2XYA7Anb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD2XYA7Anb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD2XYA7Anb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD2XYA7Anb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD2XYA7Anb .navbar {
    height: 70px;
  }
  .cid-tD2XYA7Anb .navbar.opened {
    height: auto;
  }
  .cid-tD2XYA7Anb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD2XYAVINy {
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD2XYAVINy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD2XYAVINy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD2ZxaKKFs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tD2ZxaKKFs .mbr-section-title {
  color: #0f5b66;
}
.cid-tD2YR0bsO7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tD2YR0bsO7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tD2YR0bsO7 .form-control,
.cid-tD2YR0bsO7 .field-input {
  padding: 0.5rem;
  background-color: #22a5e5;
  border-color: #0f5b66;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD2YR0bsO7 .form-control::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .form-control::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-tD2YR0bsO7 .form-control:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:-moz-placeholder,
.cid-tD2YR0bsO7 .form-control:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-tD2YR0bsO7 .form-control:hover,
.cid-tD2YR0bsO7 .field-input:hover,
.cid-tD2YR0bsO7 .form-control:focus,
.cid-tD2YR0bsO7 .field-input:focus {
  background-color: #ffe885;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tD2YR0bsO7 .form-control:hover::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input:hover::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .form-control:focus::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input:focus::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .form-control:hover::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input:hover::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .form-control:focus::-webkit-input-placeholder,
.cid-tD2YR0bsO7 .field-input:focus::-webkit-input-placeholder {
  color: #e43f3f;
}
.cid-tD2YR0bsO7 .form-control:hover:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:hover:-moz-placeholder,
.cid-tD2YR0bsO7 .form-control:focus:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:focus:-moz-placeholder,
.cid-tD2YR0bsO7 .form-control:hover:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:hover:-moz-placeholder,
.cid-tD2YR0bsO7 .form-control:focus:-moz-placeholder,
.cid-tD2YR0bsO7 .field-input:focus:-moz-placeholder {
  color: #e43f3f;
}
.cid-tD2YR0bsO7 .jq-number__spin:hover,
.cid-tD2YR0bsO7 .jq-number__spin:focus {
  background-color: #ffe885;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tD2YR0bsO7 .jq-number__spin {
  background-color: #22a5e5;
  border-color: #0f5b66;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD2YR0bsO7 .jq-selectbox li,
.cid-tD2YR0bsO7 .jq-selectbox li {
  background-color: #22a5e5;
  color: #000000;
}
.cid-tD2YR0bsO7 .jq-selectbox li:hover,
.cid-tD2YR0bsO7 .jq-selectbox li.selected {
  background-color: #ffe885;
  color: #000000;
}
.cid-tD2YR0bsO7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tD2YR0bsO7 .jq-number__spin.minus:hover:after,
.cid-tD2YR0bsO7 .jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.cid-tD2YR0bsO7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tD2YR0bsO7 .jq-number__spin.minus:after,
.cid-tD2YR0bsO7 .jq-number__spin.plus:after {
  border-top-color: #ffe885;
  border-bottom-color: #ffe885;
}
.cid-tD2YR0bsO7 input::-webkit-clear-button {
  display: none;
}
.cid-tD2YR0bsO7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tD2YR0bsO7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tD2YR0bsO7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tVCxVTwELM {
  background-color: #ffffff;
}
.cid-tVCxVTwELM .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tVCxVTwELM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCxVTwELM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tVCxVTwELM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tVCxVTwELM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVCxVTwELM .mbr-section-title {
  color: #2299aa;
}
.cid-tPyE1V0JR3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #353535;
}
.cid-tPyE1V0JR3 .row {
  flex-direction: row-reverse;
}
.cid-tPyE1V0JR3 .mbr-section-title {
  color: #ffffff;
}
.cid-tPyE1V0JR3 .mbr-text,
.cid-tPyE1V0JR3 .mbr-section-btn {
  color: #9fdbf8;
}
.cid-tPyE1V0JR3 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tPyE1V0JR3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tPyE1V0JR3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tD2XYDSh8A {
  background-image: url("../../../assets/images/energia5.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tD2XYDSh8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD2XYDSh8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD2XYDSh8A .bg-frame {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #92e31f;
  box-shadow: 0 0 40px #92e31f;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tD2XYDSh8A .bg-frame {
    width: 64vw;
  }
}
.cid-tD2XYDSh8A .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .cid-tD2XYDSh8A .col-text {
    margin-top: 6rem;
  }
}
.cid-tD2XYDSh8A .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tD2XYDSh8A .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tD2XYDSh8A .mbr-text {
    max-width: 100%;
  }
}
.cid-tD2XYDSh8A .item-img {
  max-width: 15%;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tD2XYDSh8A .item-img {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .cid-tD2XYDSh8A .item-img {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tD2XYDSh8A .item-img {
    margin-top: 3rem;
  }
}
.cid-tD2XYDSh8A .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0deg);
}
.cid-tFG4UHkwBQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFG4UHkwBQ img,
.cid-tFG4UHkwBQ .item-img {
  width: 100%;
}
.cid-tFG4UHkwBQ .item:focus,
.cid-tFG4UHkwBQ span:focus {
  outline: none;
}
.cid-tFG4UHkwBQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFG4UHkwBQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0e2e67;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFG4UHkwBQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tFG4UHkwBQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFG4UHkwBQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFG4UHkwBQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFG4UHkwBQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFG4UHkwBQ .mbr-section-title {
  color: #232323;
}
.cid-tFG4UHkwBQ .mbr-text,
.cid-tFG4UHkwBQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tFG4UHkwBQ .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-tFG4UHkwBQ .item-subtitle {
  text-align: center;
}
.cid-tE9J6eNIyt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tE9J6eNIyt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tE9J6eNIyt .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tE9J6eNIyt .mbr-section-title {
  color: #ffffff;
}
.cid-tE9J6eNIyt .mbr-text,
.cid-tE9J6eNIyt .mbr-section-btn {
  color: #ffe885;
}
.cid-tD8Z6sBefx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD8Z6sBefx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-tD8Z6sBefx .item {
    margin-bottom: 4rem;
  }
}
.cid-tD8Z6sBefx .item:last-child .icon-box:before {
  display: none;
}
.cid-tD8Z6sBefx .item.last .icon-box:before {
  display: none;
}
.cid-tD8Z6sBefx .icon-box {
  background: #b173a8;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tD8Z6sBefx .icon-box {
    margin-right: 1rem;
  }
}
.cid-tD8Z6sBefx span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tD8Z6sBefx .card {
    margin-bottom: 2rem;
  }
  .cid-tD8Z6sBefx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tD8Z6sBefx .card-title,
.cid-tD8Z6sBefx .card-box {
  color: #0e2e67;
}
.cid-tD30MpyWJD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/energia2.jpg");
}
.cid-tD30MpyWJD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD30MpyWJD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD30MpyWJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tD30MpyWJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD30MpyWJD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tD30MpyWJD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD30MpyWJD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD30MpyWJD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD30MpyWJD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tD30MpyWJD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tD30MpyWJD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD30MpyWJD .media-container-row .row-copirayt p {
  width: 100%;
}
