body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Righteous', display;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ea6d21 !important;
}
.bg-success {
  background-color: #36a005 !important;
}
.bg-info {
  background-color: #ec0808 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #fef500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea6d21 !important;
  border-color: #ea6d21 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ae4c10 !important;
  border-color: #ae4c10 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae4c10 !important;
  border-color: #ae4c10 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f329b !important;
  border-color: #0f329b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #081b55 !important;
  border-color: #081b55 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #081b55 !important;
  border-color: #081b55 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ec0808 !important;
  border-color: #ec0808 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a20505 !important;
  border-color: #a20505 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a20505 !important;
  border-color: #a20505 !important;
}
.btn-success,
.btn-success:active {
  background-color: #36a005 !important;
  border-color: #36a005 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1d5603 !important;
  border-color: #1d5603 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d5603 !important;
  border-color: #1d5603 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fef500 !important;
  border-color: #fef500 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b2ab00 !important;
  border-color: #b2ab00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b2ab00 !important;
  border-color: #b2ab00 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #97420e;
  color: #97420e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ea6d21;
  border-color: #ea6d21;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea6d21 !important;
  border-color: #ea6d21 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #06143e;
  color: #06143e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f329b;
  border-color: #0f329b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f329b !important;
  border-color: #0f329b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #890505;
  color: #890505;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ec0808;
  border-color: #ec0808;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ec0808 !important;
  border-color: #ec0808 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #153d02;
  color: #153d02;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #36a005;
  border-color: #36a005;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36a005 !important;
  border-color: #36a005 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #989300;
  color: #989300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #fef500;
  border-color: #fef500;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #fef500 !important;
  border-color: #fef500 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ea6d21 !important;
}
.text-secondary {
  color: #0f329b !important;
}
.text-success {
  color: #36a005 !important;
}
.text-info {
  color: #ec0808 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #fef500 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #97420e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #06143e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #153d02 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #890505 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #989300 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ec0808;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #fef500;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea6d21;
  border-color: #ea6d21;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ea6d21;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce8db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6df82c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdc3c3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdcb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
  font-weight: 400;
}
blockquote {
  border-color: #ea6d21;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ea6d21 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ea6d21 !important;
  background-color: #ea6d21 !important;
  border-color: #ea6d21 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #0f329b !important;
  -webkit-box-shadow: 0 6px 16px 0 #0f329b !important;
  background-color: #0f329b !important;
  border-color: #0f329b !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #36a005 !important;
  -webkit-box-shadow: 0 6px 16px 0 #36a005 !important;
  background-color: #36a005 !important;
  border-color: #36a005 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea6d21;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea6d21;
  border-bottom-color: #ea6d21;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ea6d21 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0f329b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23ea6d21' %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;
}
.cid-tssLx74VRM .navbar-dropdown {
  position: relative !important;
}
.cid-tssLx74VRM .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-tssLx74VRM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tssLx74VRM .dropdown-item:hover,
.cid-tssLx74VRM .dropdown-item:focus {
  color: #ea6d21 !important;
}
.cid-tssLx74VRM .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tssLx74VRM .nav-link {
  position: relative;
  padding: 0;
}
.cid-tssLx74VRM .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tssLx74VRM .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tssLx74VRM .dropdown-menu,
.cid-tssLx74VRM .navbar.opened {
  background: #e26700 !important;
}
.cid-tssLx74VRM .nav-item:focus,
.cid-tssLx74VRM .nav-link:focus {
  outline: none;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tssLx74VRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tssLx74VRM .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: #e26700;
}
.cid-tssLx74VRM .navbar.opened {
  transition: all 0.3s;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tssLx74VRM .navbar .navbar-logo img {
  width: auto;
}
.cid-tssLx74VRM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tssLx74VRM .navbar.collapsed {
  justify-content: center;
}
.cid-tssLx74VRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tssLx74VRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tssLx74VRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tssLx74VRM .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-tssLx74VRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tssLx74VRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tssLx74VRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tssLx74VRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tssLx74VRM .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-tssLx74VRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tssLx74VRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tssLx74VRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tssLx74VRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tssLx74VRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tssLx74VRM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tssLx74VRM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tssLx74VRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tssLx74VRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tssLx74VRM .dropdown-item.active,
.cid-tssLx74VRM .dropdown-item:active {
  background-color: transparent;
}
.cid-tssLx74VRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e26700;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tssLx74VRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tssLx74VRM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tssLx74VRM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tssLx74VRM button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tssLx74VRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tssLx74VRM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tssLx74VRM .navbar {
    height: 70px;
  }
  .cid-tssLx74VRM .navbar.opened {
    height: auto;
  }
  .cid-tssLx74VRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssLx74VRM .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tssLx74VRM .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tssLx74VRM a {
  display: inline;
  font-weight: bold;
}
.cid-tssLx74VRM img {
  display: inline;
  padding-right: 10px;
}
.cid-tssLx74VRM .dropdown-toggle:after {
  display: none;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tssLx74VRM .dropdown-item:hover {
  color: #879a9f !important;
}
@media (max-width: 990px) {
  .cid-tssLx74VRM .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-upvFO9vlaJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/valdivia-01-1000x560.jpg");
  overflow: hidden;
}
.cid-upvFO9vlaJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-upvFO9vlaJ #e2_shape {
  fill: #ffffff !important;
}
.cid-upvFO9vlaJ .mbr-text.display-5 {
  font-size: 26px;
}
.cid-upvFO9vlaJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-upvFO9vlaJ img {
  margin-left: auto;
  margin-right: auto;
}
.cid-upvFO9vlaJ .mbr-text,
.cid-upvFO9vlaJ .mbr-section-btn {
  color: #f2f6ff;
}
.cid-upvRHHDKli {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upvRHHDKli H1 {
  color: #57468b;
}
.cid-upvRHHDKli .mbr-text,
.cid-upvRHHDKli .mbr-section-btn {
  color: #716c80;
}
.cid-upvRHHDKli H3 {
  color: #716c80;
}
.cid-upvRDmOofW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upvRDmOofW .image-block {
  margin: auto;
}
.cid-upvRDmOofW figcaption {
  position: relative;
}
.cid-upvRDmOofW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upvRDmOofW .image-block {
    width: 100% !important;
  }
}
.cid-upvRKbZrCn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upvRKbZrCn H1 {
  color: #57468b;
}
.cid-upvRKbZrCn .mbr-text,
.cid-upvRKbZrCn .mbr-section-btn {
  color: #716c80;
}
.cid-upvRKbZrCn H3 {
  color: #716c80;
}
.cid-upvRBR2qJm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upvRBR2qJm .image-block {
  margin: auto;
}
.cid-upvRBR2qJm figcaption {
  position: relative;
}
.cid-upvRBR2qJm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upvRBR2qJm .image-block {
    width: 100% !important;
  }
}
.cid-urn3Uhbcx1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urn3Uhbcx1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urn3Uhbcx1 .row {
  flex-direction: row-reverse;
}
.cid-urn3Uhbcx1 img {
  width: 100%;
}
.cid-unBe5iQCrZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unBe5iQCrZ .mbr-text {
  color: #879a9f;
}
.cid-unBe5iQCrZ .color {
  background: #164be9;
}
.cid-unBe5iQCrZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-unBe5iQCrZ .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-unBe5iQCrZ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #3d626c;
  color: #3d626c;
}
@media (min-width: 767px) {
  .cid-unBe5iQCrZ .card2 {
    margin-left: 1rem;
  }
  .cid-unBe5iQCrZ .card-wrapper {
    margin-right: 1rem;
  }
  .cid-unBe5iQCrZ li:before {
    left: 1rem!important;
  }
}
.cid-unBe5iQCrZ .card-title {
  color: #ffffff;
}
.cid-unBe5iQCrZ .mbr-text,
.cid-unBe5iQCrZ .mbr-section-btn {
  color: #000000;
}
.cid-unBjL3GY9x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #113bb8;
}
.cid-unBjL3GY9x .mbr-text {
  color: #879a9f;
}
.cid-unBjL3GY9x .color {
  background: #ffffff;
}
.cid-unBjL3GY9x .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-unBjL3GY9x .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-unBjL3GY9x .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #000000;
  background: #fef500;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-unBjL3GY9x .card2 {
    margin-left: 1rem;
  }
  .cid-unBjL3GY9x .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-unBjL3GY9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBjL3GY9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBjL3GY9x .mbr-text,
.cid-unBjL3GY9x .mbr-section-btn {
  color: #ffffff;
}
.cid-tOhf0PO3qm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOhf0PO3qm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tOhf0PO3qm H1 {
  color: #000000;
  text-align: center;
}
.cid-tOhf0PO3qm .mbr-text,
.cid-tOhf0PO3qm .mbr-section-btn {
  color: #716c80;
}
.cid-tOhf0PO3qm H3 {
  color: #716c80;
}
.cid-tOhf0PO3qm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tOhf0PO3qm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tOhf0PO3qm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tOhf0PO3qm .link:hover {
  color: #ea6d21 !important;
}
.cid-tOhf0PO3qm .link:hover .link-ico {
  color: #ea6d21 !important;
  padding-left: 10px;
}
.cid-tOhf0PO3qm DIV {
  color: #57468b;
}
.cid-tOhf0PO3qm .mbr-text,
.cid-tOhf0PO3qm .media-content {
  text-align: center;
}
.cid-rB2C1OWKN5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #30990e;
}
.cid-rB2C1OWKN5 h4 {
  margin-bottom: 0;
}
.cid-rB2C1OWKN5 p {
  color: #767676;
}
.cid-rB2C1OWKN5 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rB2C1OWKN5 .btn-info-outline {
  border: none;
  color: #ec0808 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rB2C1OWKN5 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rB2C1OWKN5 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rB2C1OWKN5 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ea6d21 !important;
  box-shadow: none!important;
}
.cid-rB2C1OWKN5 .btn-info-outline:active,
.cid-rB2C1OWKN5 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rB2C1OWKN5 .card-box {
  padding-top: 2rem;
}
.cid-rB2C1OWKN5 .card-wrapper {
  height: 100%;
}
.cid-rB2C1OWKN5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rB2C1OWKN5 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rB2C1OWKN5 .card-title {
  color: #57468b;
}
.cid-rB2C1OWKN5 .main-title {
  color: #57468b;
}
.cid-rB2C1OWKN5 DIV {
  color: #57468b;
}
.cid-rxJsk1DFmS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxJsk1DFmS H1 {
  color: #57468b;
}
.cid-rxJsk1DFmS .mbr-text,
.cid-rxJsk1DFmS .mbr-section-btn {
  color: #716c80;
}
.cid-rxJsk1DFmS H3 {
  color: #716c80;
}
.cid-tOqmRhO44O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/pikaso-texttoimage-cree-una-imagen-de-alta-resolucin-de-una-escena-di-1-1024x1024.jpg");
}
.cid-tOqmRhO44O .mbr-overlay {
  background-color: #e26700;
  opacity: 0.7;
}
.cid-tOqmRhO44O .form-control,
.cid-tOqmRhO44O .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOqmRhO44O .form-control input::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input input::-webkit-input-placeholder,
.cid-tOqmRhO44O .form-control textarea::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tOqmRhO44O .form-control input:-moz-placeholder,
.cid-tOqmRhO44O .field-input input:-moz-placeholder,
.cid-tOqmRhO44O .form-control textarea:-moz-placeholder,
.cid-tOqmRhO44O .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tOqmRhO44O .form-control:hover,
.cid-tOqmRhO44O .field-input:hover,
.cid-tOqmRhO44O .form-control:focus,
.cid-tOqmRhO44O .field-input:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tOqmRhO44O .form-control:hover input::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input:hover input::-webkit-input-placeholder,
.cid-tOqmRhO44O .form-control:focus input::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input:focus input::-webkit-input-placeholder,
.cid-tOqmRhO44O .form-control:hover textarea::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input:hover textarea::-webkit-input-placeholder,
.cid-tOqmRhO44O .form-control:focus textarea::-webkit-input-placeholder,
.cid-tOqmRhO44O .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-tOqmRhO44O .form-control:hover input:-moz-placeholder,
.cid-tOqmRhO44O .field-input:hover input:-moz-placeholder,
.cid-tOqmRhO44O .form-control:focus input:-moz-placeholder,
.cid-tOqmRhO44O .field-input:focus input:-moz-placeholder,
.cid-tOqmRhO44O .form-control:hover textarea:-moz-placeholder,
.cid-tOqmRhO44O .field-input:hover textarea:-moz-placeholder,
.cid-tOqmRhO44O .form-control:focus textarea:-moz-placeholder,
.cid-tOqmRhO44O .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-tOqmRhO44O .jq-number__spin:hover,
.cid-tOqmRhO44O .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tOqmRhO44O .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOqmRhO44O .jq-selectbox li,
.cid-tOqmRhO44O .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tOqmRhO44O .jq-selectbox li:hover,
.cid-tOqmRhO44O .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tOqmRhO44O .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tOqmRhO44O .jq-number__spin.minus:hover:after,
.cid-tOqmRhO44O .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tOqmRhO44O .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tOqmRhO44O .jq-number__spin.minus:after,
.cid-tOqmRhO44O .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tOqmRhO44O input::-webkit-clear-button {
  display: none;
}
.cid-tOqmRhO44O input::-webkit-inner-spin-button {
  display: none;
}
.cid-tOqmRhO44O input::-webkit-outer-spin-button {
  display: none;
}
.cid-tOqmRhO44O input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tOqmRhO44O H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tOqmRhO44O H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tOqmRhO44O P {
  text-align: left;
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #36a005;
}
.cid-uUrgFQ3Cy7 section {
  position: relative;
}
.cid-uUrgFQ3Cy7 .container {
  max-width: 1400px;
}
.cid-uUrgFQ3Cy7 .card-img2 span {
  padding-top: 6px;
}
.cid-uUrgFQ3Cy7 .soc-item a {
  padding-top: 5px;
}
.cid-uUrgFQ3Cy7 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uUrgFQ3Cy7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uUrgFQ3Cy7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUrgFQ3Cy7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uUrgFQ3Cy7 .card-img2 {
  width: 45px;
  height: 45px;
  background: #30990e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrgFQ3Cy7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uUrgFQ3Cy7 .soc-item span {
  font-size: 1.4rem;
}
.cid-uUrgFQ3Cy7 .soc-item:hover span {
  color: #ea6d21 !important;
}
.cid-uUrgFQ3Cy7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUrgFQ3Cy7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uUrgFQ3Cy7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uUrgFQ3Cy7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUrgFQ3Cy7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uUrgFQ3Cy7 .item {
    justify-content: center;
  }
  .cid-uUrgFQ3Cy7 .quote::after {
    left: 60px;
  }
}
.cid-uUrgFQ3Cy7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uUrgFQ3Cy7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUrgFQ3Cy7 .text1 {
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 .item-title {
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 H5 {
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 .theme {
  color: #ffffff;
}
.cid-uUrgFQ3Cy7 .copyright > p {
  color: #ff3366;
}
.cid-uUrgFQ3Cy7 .text2 {
  color: #ffffff;
}
.cid-tssLx74VRM .navbar-dropdown {
  position: relative !important;
}
.cid-tssLx74VRM .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-tssLx74VRM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tssLx74VRM .dropdown-item:hover,
.cid-tssLx74VRM .dropdown-item:focus {
  color: #ea6d21 !important;
}
.cid-tssLx74VRM .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tssLx74VRM .nav-link {
  position: relative;
  padding: 0;
}
.cid-tssLx74VRM .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tssLx74VRM .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tssLx74VRM .dropdown-menu,
.cid-tssLx74VRM .navbar.opened {
  background: #e26700 !important;
}
.cid-tssLx74VRM .nav-item:focus,
.cid-tssLx74VRM .nav-link:focus {
  outline: none;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tssLx74VRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tssLx74VRM .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: #e26700;
}
.cid-tssLx74VRM .navbar.opened {
  transition: all 0.3s;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tssLx74VRM .navbar .navbar-logo img {
  width: auto;
}
.cid-tssLx74VRM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tssLx74VRM .navbar.collapsed {
  justify-content: center;
}
.cid-tssLx74VRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tssLx74VRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tssLx74VRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tssLx74VRM .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-tssLx74VRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tssLx74VRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tssLx74VRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tssLx74VRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tssLx74VRM .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-tssLx74VRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tssLx74VRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tssLx74VRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tssLx74VRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tssLx74VRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tssLx74VRM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tssLx74VRM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tssLx74VRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tssLx74VRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tssLx74VRM .dropdown-item.active,
.cid-tssLx74VRM .dropdown-item:active {
  background-color: transparent;
}
.cid-tssLx74VRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e26700;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tssLx74VRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tssLx74VRM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tssLx74VRM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tssLx74VRM button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tssLx74VRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tssLx74VRM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tssLx74VRM .navbar {
    height: 70px;
  }
  .cid-tssLx74VRM .navbar.opened {
    height: auto;
  }
  .cid-tssLx74VRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssLx74VRM .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tssLx74VRM .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tssLx74VRM a {
  display: inline;
  font-weight: bold;
}
.cid-tssLx74VRM img {
  display: inline;
  padding-right: 10px;
}
.cid-tssLx74VRM .dropdown-toggle:after {
  display: none;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tssLx74VRM .dropdown-item:hover {
  color: #879a9f !important;
}
@media (max-width: 990px) {
  .cid-tssLx74VRM .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-rCliOLO46w {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/pikaso-texttoimage-cree-una-imagen-de-alta-resolucin-de-una-escena-di-1-1024x1024.jpg");
}
.cid-rCliOLO46w section {
  position: relative;
}
.cid-rCliOLO46w svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rCliOLO46w #e2_shape {
  fill: #ffffff !important;
}
.cid-rCliOLO46w img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rCliOLO46w img {
    width: 90%!important;
  }
}
.cid-rCliOLO46w H1 {
  color: #f2f6ff;
}
.cid-rCliOLO46w H3 {
  color: #ffffff;
}
.cid-rAVNGD3vkq {
  padding-top: 105px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/bbs-2000x514.jpg");
}
.cid-rAVNGD3vkq H1 {
  color: #ff3366;
}
.cid-uUr2pKwJ9x {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #36a005;
}
.cid-uUr2pKwJ9x section {
  position: relative;
}
.cid-uUr2pKwJ9x .container {
  max-width: 1400px;
}
.cid-uUr2pKwJ9x .card-img2 span {
  padding-top: 6px;
}
.cid-uUr2pKwJ9x .soc-item a {
  padding-top: 5px;
}
.cid-uUr2pKwJ9x .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uUr2pKwJ9x .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uUr2pKwJ9x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUr2pKwJ9x .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uUr2pKwJ9x .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uUr2pKwJ9x .card-img2 {
  width: 45px;
  height: 45px;
  background: #30990e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUr2pKwJ9x .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uUr2pKwJ9x .soc-item span {
  font-size: 1.4rem;
}
.cid-uUr2pKwJ9x .soc-item:hover span {
  color: #ea6d21 !important;
}
.cid-uUr2pKwJ9x .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUr2pKwJ9x .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uUr2pKwJ9x .media-wrap {
  margin-bottom: 1rem;
}
.cid-uUr2pKwJ9x .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUr2pKwJ9x img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uUr2pKwJ9x .item {
    justify-content: center;
  }
  .cid-uUr2pKwJ9x .quote::after {
    left: 60px;
  }
}
.cid-uUr2pKwJ9x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uUr2pKwJ9x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUr2pKwJ9x .text1 {
  color: #ffffff;
}
.cid-uUr2pKwJ9x .item-title {
  color: #ffffff;
}
.cid-uUr2pKwJ9x H5 {
  color: #ffffff;
}
.cid-uUr2pKwJ9x .theme {
  color: #ffffff;
}
.cid-uUr2pKwJ9x .copyright > p {
  color: #ff3366;
}
.cid-uUr2pKwJ9x .text2 {
  color: #ffffff;
}
.cid-tssLx74VRM .navbar-dropdown {
  position: relative !important;
}
.cid-tssLx74VRM .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-tssLx74VRM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tssLx74VRM .dropdown-item:hover,
.cid-tssLx74VRM .dropdown-item:focus {
  color: #ea6d21 !important;
}
.cid-tssLx74VRM .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tssLx74VRM .nav-link {
  position: relative;
  padding: 0;
}
.cid-tssLx74VRM .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tssLx74VRM .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tssLx74VRM .dropdown-menu,
.cid-tssLx74VRM .navbar.opened {
  background: #e26700 !important;
}
.cid-tssLx74VRM .nav-item:focus,
.cid-tssLx74VRM .nav-link:focus {
  outline: none;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tssLx74VRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tssLx74VRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tssLx74VRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tssLx74VRM .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: #e26700;
}
.cid-tssLx74VRM .navbar.opened {
  transition: all 0.3s;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tssLx74VRM .navbar .navbar-logo img {
  width: auto;
}
.cid-tssLx74VRM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tssLx74VRM .navbar.collapsed {
  justify-content: center;
}
.cid-tssLx74VRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tssLx74VRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tssLx74VRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tssLx74VRM .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-tssLx74VRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tssLx74VRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tssLx74VRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tssLx74VRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tssLx74VRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tssLx74VRM .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-tssLx74VRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tssLx74VRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tssLx74VRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tssLx74VRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tssLx74VRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tssLx74VRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tssLx74VRM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tssLx74VRM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tssLx74VRM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tssLx74VRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tssLx74VRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tssLx74VRM .dropdown-item.active,
.cid-tssLx74VRM .dropdown-item:active {
  background-color: transparent;
}
.cid-tssLx74VRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tssLx74VRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e26700;
}
.cid-tssLx74VRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tssLx74VRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tssLx74VRM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tssLx74VRM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tssLx74VRM button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssLx74VRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tssLx74VRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssLx74VRM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tssLx74VRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tssLx74VRM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tssLx74VRM .navbar {
    height: 70px;
  }
  .cid-tssLx74VRM .navbar.opened {
    height: auto;
  }
  .cid-tssLx74VRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssLx74VRM .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tssLx74VRM .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tssLx74VRM a {
  display: inline;
  font-weight: bold;
}
.cid-tssLx74VRM img {
  display: inline;
  padding-right: 10px;
}
.cid-tssLx74VRM .dropdown-toggle:after {
  display: none;
}
.cid-tssLx74VRM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tssLx74VRM .dropdown-item:hover {
  color: #879a9f !important;
}
@media (max-width: 990px) {
  .cid-tssLx74VRM .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-rClhKZ9IBq {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/valdivia-01-1000x560.jpg");
}
.cid-rClhKZ9IBq section {
  position: relative;
}
.cid-rClhKZ9IBq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rClhKZ9IBq #e2_shape {
  fill: #ffffff !important;
}
.cid-rClhKZ9IBq img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rClhKZ9IBq img {
    width: 90%!important;
  }
}
.cid-rClhKZ9IBq H1 {
  color: #ffffff;
}
.cid-rClhKZ9IBq H3 {
  color: #e1e8ff;
}
.cid-rAVMGmmM9e {
  padding-top: 135px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/bbs-2000x514.jpg");
}
.cid-rAVMGmmM9e H1 {
  color: #ff3366;
}
.cid-uUr1WoYjPk {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #36a005;
}
.cid-uUr1WoYjPk section {
  position: relative;
}
.cid-uUr1WoYjPk .container {
  max-width: 1400px;
}
.cid-uUr1WoYjPk .card-img2 span {
  padding-top: 6px;
}
.cid-uUr1WoYjPk .soc-item a {
  padding-top: 5px;
}
.cid-uUr1WoYjPk .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uUr1WoYjPk .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uUr1WoYjPk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUr1WoYjPk .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uUr1WoYjPk .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uUr1WoYjPk .card-img2 {
  width: 45px;
  height: 45px;
  background: #30990e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUr1WoYjPk .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uUr1WoYjPk .soc-item span {
  font-size: 1.4rem;
}
.cid-uUr1WoYjPk .soc-item:hover span {
  color: #ea6d21 !important;
}
.cid-uUr1WoYjPk .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUr1WoYjPk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uUr1WoYjPk .media-wrap {
  margin-bottom: 1rem;
}
.cid-uUr1WoYjPk .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUr1WoYjPk img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uUr1WoYjPk .item {
    justify-content: center;
  }
  .cid-uUr1WoYjPk .quote::after {
    left: 60px;
  }
}
.cid-uUr1WoYjPk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uUr1WoYjPk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUr1WoYjPk .text1 {
  color: #ffffff;
}
.cid-uUr1WoYjPk .item-title {
  color: #ffffff;
}
.cid-uUr1WoYjPk H5 {
  color: #ffffff;
}
.cid-uUr1WoYjPk .theme {
  color: #ffffff;
}
.cid-uUr1WoYjPk .copyright > p {
  color: #ff3366;
}
.cid-uUr1WoYjPk .text2 {
  color: #ffffff;
}
.cid-tOqbiyURFy .navbar-dropdown {
  position: relative !important;
}
.cid-tOqbiyURFy .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-tOqbiyURFy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tOqbiyURFy .dropdown-item:hover,
.cid-tOqbiyURFy .dropdown-item:focus {
  color: #ea6d21 !important;
}
.cid-tOqbiyURFy .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tOqbiyURFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOqbiyURFy .nav-link {
  position: relative;
  padding: 0;
}
.cid-tOqbiyURFy .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tOqbiyURFy .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOqbiyURFy .dropdown-menu,
.cid-tOqbiyURFy .navbar.opened {
  background: #e26700 !important;
}
.cid-tOqbiyURFy .nav-item:focus,
.cid-tOqbiyURFy .nav-link:focus {
  outline: none;
}
.cid-tOqbiyURFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOqbiyURFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOqbiyURFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOqbiyURFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOqbiyURFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOqbiyURFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOqbiyURFy .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: #e26700;
}
.cid-tOqbiyURFy .navbar.opened {
  transition: all 0.3s;
}
.cid-tOqbiyURFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOqbiyURFy .navbar .navbar-logo img {
  width: auto;
}
.cid-tOqbiyURFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOqbiyURFy .navbar.collapsed {
  justify-content: center;
}
.cid-tOqbiyURFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOqbiyURFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOqbiyURFy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tOqbiyURFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOqbiyURFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOqbiyURFy .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-tOqbiyURFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOqbiyURFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOqbiyURFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOqbiyURFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOqbiyURFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOqbiyURFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOqbiyURFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOqbiyURFy .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-tOqbiyURFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOqbiyURFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOqbiyURFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOqbiyURFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOqbiyURFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOqbiyURFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOqbiyURFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOqbiyURFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOqbiyURFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOqbiyURFy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOqbiyURFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOqbiyURFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOqbiyURFy .dropdown-item.active,
.cid-tOqbiyURFy .dropdown-item:active {
  background-color: transparent;
}
.cid-tOqbiyURFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOqbiyURFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOqbiyURFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOqbiyURFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e26700;
}
.cid-tOqbiyURFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOqbiyURFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOqbiyURFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOqbiyURFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOqbiyURFy button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOqbiyURFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOqbiyURFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOqbiyURFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOqbiyURFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOqbiyURFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOqbiyURFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOqbiyURFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOqbiyURFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOqbiyURFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOqbiyURFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tOqbiyURFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOqbiyURFy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOqbiyURFy .navbar {
    height: 70px;
  }
  .cid-tOqbiyURFy .navbar.opened {
    height: auto;
  }
  .cid-tOqbiyURFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOqbiyURFy .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tOqbiyURFy .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tOqbiyURFy a {
  display: inline;
  font-weight: bold;
}
.cid-tOqbiyURFy img {
  display: inline;
  padding-right: 10px;
}
.cid-tOqbiyURFy .dropdown-toggle:after {
  display: none;
}
.cid-tOqbiyURFy .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tOqbiyURFy .dropdown-item:hover {
  color: #879a9f !important;
}
@media (max-width: 990px) {
  .cid-tOqbiyURFy .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-unBryqiFo9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/valdivia-01-1000x560.jpg");
}
.cid-unBryqiFo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBryqiFo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBryqiFo9 .mbr-section-title {
  color: #e4d295;
  margin-bottom: 20px;
}
.cid-unBryqiFo9 .mbr-section-subtitle {
  color: #b1d33a;
  margin-bottom: 20px;
}
.cid-unBryqiFo9 .mbr-text {
  color: #FFFFFF;
}
.cid-unBryqiFo9 .mbr-section-btn {
  margin-top: 18px;
}
.cid-unBryqiFo9 .mbr-text,
.cid-unBryqiFo9 .mbr-section-btn {
  color: #7f1933;
}
.cid-uYpfaGunwI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYpfaGunwI H1 {
  color: #57468b;
}
.cid-uYpfaGunwI .mbr-text,
.cid-uYpfaGunwI .mbr-section-btn {
  color: #716c80;
}
.cid-uYpfaGunwI H3 {
  color: #716c80;
}
.cid-uYpfaGunwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpfaGunwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpftgS2ow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYpftgS2ow .mbr-text {
  color: #879a9f;
}
.cid-uYpftgS2ow .color {
  background: #164be9;
}
.cid-uYpftgS2ow .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uYpftgS2ow .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-uYpftgS2ow .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #3d626c;
  color: #3d626c;
}
@media (min-width: 767px) {
  .cid-uYpftgS2ow .card2 {
    margin-left: 1rem;
  }
  .cid-uYpftgS2ow .card-wrapper {
    margin-right: 1rem;
  }
  .cid-uYpftgS2ow li:before {
    left: 1rem!important;
  }
}
.cid-uYpftgS2ow .card-title {
  color: #ffffff;
}
.cid-uYpftgS2ow .mbr-text,
.cid-uYpftgS2ow .mbr-section-btn {
  color: #000000;
}
.cid-uUwgOVopjx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUwgOVopjx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUwgOVopjx .row {
  flex-direction: row-reverse;
}
.cid-uUwgOVopjx img {
  width: 100%;
}
.cid-uUrgxjAZi5 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #36a005;
}
.cid-uUrgxjAZi5 section {
  position: relative;
}
.cid-uUrgxjAZi5 .container {
  max-width: 1400px;
}
.cid-uUrgxjAZi5 .card-img2 span {
  padding-top: 6px;
}
.cid-uUrgxjAZi5 .soc-item a {
  padding-top: 5px;
}
.cid-uUrgxjAZi5 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uUrgxjAZi5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uUrgxjAZi5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUrgxjAZi5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uUrgxjAZi5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uUrgxjAZi5 .card-img2 {
  width: 45px;
  height: 45px;
  background: #30990e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrgxjAZi5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uUrgxjAZi5 .soc-item span {
  font-size: 1.4rem;
}
.cid-uUrgxjAZi5 .soc-item:hover span {
  color: #ea6d21 !important;
}
.cid-uUrgxjAZi5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUrgxjAZi5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uUrgxjAZi5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uUrgxjAZi5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUrgxjAZi5 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uUrgxjAZi5 .item {
    justify-content: center;
  }
  .cid-uUrgxjAZi5 .quote::after {
    left: 60px;
  }
}
.cid-uUrgxjAZi5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uUrgxjAZi5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUrgxjAZi5 .text1 {
  color: #ffffff;
}
.cid-uUrgxjAZi5 .item-title {
  color: #ffffff;
}
.cid-uUrgxjAZi5 H5 {
  color: #ffffff;
}
.cid-uUrgxjAZi5 .theme {
  color: #ffffff;
}
.cid-uUrgxjAZi5 .copyright > p {
  color: #ff3366;
}
.cid-uUrgxjAZi5 .text2 {
  color: #ffffff;
}
.cid-tOTxJUIi2a .navbar-dropdown {
  position: relative !important;
}
.cid-tOTxJUIi2a .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-tOTxJUIi2a .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tOTxJUIi2a .dropdown-item:hover,
.cid-tOTxJUIi2a .dropdown-item:focus {
  color: #ea6d21 !important;
}
.cid-tOTxJUIi2a .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tOTxJUIi2a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOTxJUIi2a .nav-link {
  position: relative;
  padding: 0;
}
.cid-tOTxJUIi2a .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tOTxJUIi2a .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOTxJUIi2a .dropdown-menu,
.cid-tOTxJUIi2a .navbar.opened {
  background: #e26700 !important;
}
.cid-tOTxJUIi2a .nav-item:focus,
.cid-tOTxJUIi2a .nav-link:focus {
  outline: none;
}
.cid-tOTxJUIi2a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOTxJUIi2a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOTxJUIi2a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOTxJUIi2a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOTxJUIi2a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOTxJUIi2a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOTxJUIi2a .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: #e26700;
}
.cid-tOTxJUIi2a .navbar.opened {
  transition: all 0.3s;
}
.cid-tOTxJUIi2a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOTxJUIi2a .navbar .navbar-logo img {
  width: auto;
}
.cid-tOTxJUIi2a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOTxJUIi2a .navbar.collapsed {
  justify-content: center;
}
.cid-tOTxJUIi2a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOTxJUIi2a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOTxJUIi2a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tOTxJUIi2a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOTxJUIi2a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOTxJUIi2a .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-tOTxJUIi2a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOTxJUIi2a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOTxJUIi2a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOTxJUIi2a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOTxJUIi2a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOTxJUIi2a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOTxJUIi2a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOTxJUIi2a .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-tOTxJUIi2a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOTxJUIi2a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOTxJUIi2a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOTxJUIi2a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOTxJUIi2a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOTxJUIi2a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOTxJUIi2a .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOTxJUIi2a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOTxJUIi2a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOTxJUIi2a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOTxJUIi2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOTxJUIi2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOTxJUIi2a .dropdown-item.active,
.cid-tOTxJUIi2a .dropdown-item:active {
  background-color: transparent;
}
.cid-tOTxJUIi2a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOTxJUIi2a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOTxJUIi2a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOTxJUIi2a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e26700;
}
.cid-tOTxJUIi2a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOTxJUIi2a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOTxJUIi2a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOTxJUIi2a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOTxJUIi2a button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOTxJUIi2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOTxJUIi2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOTxJUIi2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOTxJUIi2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOTxJUIi2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOTxJUIi2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTxJUIi2a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOTxJUIi2a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOTxJUIi2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTxJUIi2a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tOTxJUIi2a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOTxJUIi2a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOTxJUIi2a .navbar {
    height: 70px;
  }
  .cid-tOTxJUIi2a .navbar.opened {
    height: auto;
  }
  .cid-tOTxJUIi2a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOTxJUIi2a .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tOTxJUIi2a .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tOTxJUIi2a a {
  display: inline;
  font-weight: bold;
}
.cid-tOTxJUIi2a img {
  display: inline;
  padding-right: 10px;
}
.cid-tOTxJUIi2a .dropdown-toggle:after {
  display: none;
}
.cid-tOTxJUIi2a .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tOTxJUIi2a .dropdown-item:hover {
  color: #879a9f !important;
}
@media (max-width: 990px) {
  .cid-tOTxJUIi2a .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-umS7HcPOaK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pikaso-texttoimage-cree-una-imagen-de-alta-resolucin-de-una-escena-di-1-1024x1024.jpg");
  overflow: hidden;
}
.cid-umS7HcPOaK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-umS7HcPOaK #e2_shape {
  fill: #ffffff !important;
}
.cid-umS7HcPOaK .mbr-text.display-5 {
  font-size: 26px;
}
.cid-umS7HcPOaK .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-umS7HcPOaK img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uUrhGftp8F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUrhGftp8F H1 {
  color: #57468b;
}
.cid-uUrhGftp8F .mbr-text,
.cid-uUrhGftp8F .mbr-section-btn {
  color: #716c80;
}
.cid-uUrhGftp8F H3 {
  color: #716c80;
}
.cid-uUrhEr5SBg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUrhEr5SBg .image-block {
  margin: auto;
}
.cid-uUrhEr5SBg figcaption {
  position: relative;
}
.cid-uUrhEr5SBg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUrhEr5SBg .image-block {
    width: 100% !important;
  }
}
.cid-uUrhGJ8oue {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUrhGJ8oue H1 {
  color: #57468b;
}
.cid-uUrhGJ8oue .mbr-text,
.cid-uUrhGJ8oue .mbr-section-btn {
  color: #716c80;
}
.cid-uUrhGJ8oue H3 {
  color: #716c80;
}
.cid-uUrhF1pagG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uUrhF1pagG .image-block {
  margin: auto;
}
.cid-uUrhF1pagG figcaption {
  position: relative;
}
.cid-uUrhF1pagG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUrhF1pagG .image-block {
    width: 100% !important;
  }
}
.cid-uUrhJLb04T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUrhJLb04T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUrhJLb04T .row {
  flex-direction: row-reverse;
}
.cid-uUrhJLb04T img {
  width: 100%;
}
.cid-uUrgOpR0Sd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUrgOpR0Sd .mbr-text {
  color: #879a9f;
}
.cid-uUrgOpR0Sd .color {
  background: #164be9;
}
.cid-uUrgOpR0Sd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uUrgOpR0Sd .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-uUrgOpR0Sd .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #3d626c;
  color: #3d626c;
}
@media (min-width: 767px) {
  .cid-uUrgOpR0Sd .card2 {
    margin-left: 1rem;
  }
  .cid-uUrgOpR0Sd .card-wrapper {
    margin-right: 1rem;
  }
  .cid-uUrgOpR0Sd li:before {
    left: 1rem!important;
  }
}
.cid-uUrgOpR0Sd .card-title {
  color: #ffffff;
}
.cid-uUrgOpR0Sd .mbr-text,
.cid-uUrgOpR0Sd .mbr-section-btn {
  color: #000000;
}
.cid-uUrgNOUVOx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/pikaso-texttoimage-cree-una-imagen-de-alta-resolucin-de-una-escena-di-1-1024x1024.jpg");
}
.cid-uUrgNOUVOx .mbr-overlay {
  background-color: #e26700;
  opacity: 0.7;
}
.cid-uUrgNOUVOx .form-control,
.cid-uUrgNOUVOx .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUrgNOUVOx .form-control input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .form-control textarea::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUrgNOUVOx .form-control input:-moz-placeholder,
.cid-uUrgNOUVOx .field-input input:-moz-placeholder,
.cid-uUrgNOUVOx .form-control textarea:-moz-placeholder,
.cid-uUrgNOUVOx .field-input textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUrgNOUVOx .form-control:hover,
.cid-uUrgNOUVOx .field-input:hover,
.cid-uUrgNOUVOx .form-control:focus,
.cid-uUrgNOUVOx .field-input:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUrgNOUVOx .form-control:hover input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input:hover input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .form-control:focus input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input:focus input::-webkit-input-placeholder,
.cid-uUrgNOUVOx .form-control:hover textarea::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input:hover textarea::-webkit-input-placeholder,
.cid-uUrgNOUVOx .form-control:focus textarea::-webkit-input-placeholder,
.cid-uUrgNOUVOx .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-uUrgNOUVOx .form-control:hover input:-moz-placeholder,
.cid-uUrgNOUVOx .field-input:hover input:-moz-placeholder,
.cid-uUrgNOUVOx .form-control:focus input:-moz-placeholder,
.cid-uUrgNOUVOx .field-input:focus input:-moz-placeholder,
.cid-uUrgNOUVOx .form-control:hover textarea:-moz-placeholder,
.cid-uUrgNOUVOx .field-input:hover textarea:-moz-placeholder,
.cid-uUrgNOUVOx .form-control:focus textarea:-moz-placeholder,
.cid-uUrgNOUVOx .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-uUrgNOUVOx .jq-number__spin:hover,
.cid-uUrgNOUVOx .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUrgNOUVOx .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUrgNOUVOx .jq-selectbox li,
.cid-uUrgNOUVOx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUrgNOUVOx .jq-selectbox li:hover,
.cid-uUrgNOUVOx .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uUrgNOUVOx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUrgNOUVOx .jq-number__spin.minus:hover:after,
.cid-uUrgNOUVOx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUrgNOUVOx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUrgNOUVOx .jq-number__spin.minus:after,
.cid-uUrgNOUVOx .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uUrgNOUVOx input::-webkit-clear-button {
  display: none;
}
.cid-uUrgNOUVOx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUrgNOUVOx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUrgNOUVOx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUrgNOUVOx H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uUrgNOUVOx H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uUrgNOUVOx P {
  text-align: left;
  color: #ffffff;
}
.cid-uUrgN8IENv {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #36a005;
}
.cid-uUrgN8IENv section {
  position: relative;
}
.cid-uUrgN8IENv .container {
  max-width: 1400px;
}
.cid-uUrgN8IENv .card-img2 span {
  padding-top: 6px;
}
.cid-uUrgN8IENv .soc-item a {
  padding-top: 5px;
}
.cid-uUrgN8IENv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uUrgN8IENv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uUrgN8IENv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uUrgN8IENv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uUrgN8IENv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uUrgN8IENv .card-img2 {
  width: 45px;
  height: 45px;
  background: #30990e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUrgN8IENv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uUrgN8IENv .soc-item span {
  font-size: 1.4rem;
}
.cid-uUrgN8IENv .soc-item:hover span {
  color: #ea6d21 !important;
}
.cid-uUrgN8IENv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uUrgN8IENv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uUrgN8IENv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uUrgN8IENv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uUrgN8IENv img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uUrgN8IENv .item {
    justify-content: center;
  }
  .cid-uUrgN8IENv .quote::after {
    left: 60px;
  }
}
.cid-uUrgN8IENv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uUrgN8IENv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUrgN8IENv .text1 {
  color: #ffffff;
}
.cid-uUrgN8IENv .item-title {
  color: #ffffff;
}
.cid-uUrgN8IENv H5 {
  color: #ffffff;
}
.cid-uUrgN8IENv .theme {
  color: #ffffff;
}
.cid-uUrgN8IENv .copyright > p {
  color: #ff3366;
}
.cid-uUrgN8IENv .text2 {
  color: #ffffff;
}
