section {
  background-color: #ffffff; }

body {
  font-style: normal;
  line-height: 1.9;
  font-weight: 100;
  color: #232323;
  position: relative; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 2; }

.mbr-text {
  font-style: normal;
  line-height: 3; }

h1,
h2,
h3,
h4,
h5,
h6,
h8,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
.display-8,
span,
p,
a {
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 100; }

b,
strong {
  font-weight: 300; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #111111; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*! Font-weight  */
.mbr-light {
  font-weight: 100; }

.mbr-regular {
  font-weight: 100; }

.mbr-semibold {
  font-weight: 100; }

.mbr-bold {
  font-weight: 100; }

/*! Media  */
.media-content {
  flex-basis: 100%; }

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap; } }
figure {
  margin-bottom: 0;
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

img,
iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0; }

.btn {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word; }

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out; }

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out; }

.btn-form {
  margin: 0; }
  .btn-form:hover {
    cursor: pointer; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem; }

.mbr-regular {
  font-weight: 100; }

.mbr-semibold {
  font-weight: 100; }

.mbr-bold {
  font-weight: 100; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px; }

.mbr-arrow-up a {
  background: #47a15d;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: #b8d94f; 
   }

  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .mbr-arrow {
      display: none; } }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg); }

@keyframes arrowdown {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto; } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.nav-link .mbr-iconfont {
  margin-right: .5rem; }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

  .nav-dropdown .nav-item {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
  }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 7px 0;
  position: relative; }

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px; }


  .form-active .form-control:invalid {
    border-color: #fed34a !important; }

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem; }
  form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem; }

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem; }

form .btn {
  display: flex;
  padding: 0.8rem 2.2rem;
  margin: 0; }

form .form-check-input {
  margin-top: .5; }

textarea.form-control {
  line-height: 1.5rem !important; }

.form-group {
  margin-bottom: 1.2rem; }

.form-control,
form .btn {
  min-height: 48px; }

.form-control:focus {
  box-shadow: none; }

:focus {
  outline: none; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

.mt-4 {
  margin-top: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; }

  .row {
    margin-left: -16px;
    margin-right: -16px; }
    .row > [class*="col"] {
      padding-left: 16px;
      padding-right: 16px; } }
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px; } }
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px; } }
.card-wrapper,
.item-wrapper {
  overflow: hidden; }

.app-video-wrapper > img {
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Carlie Regular';
  font-size: 3.2rem;
  line-height: 2.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Carlie Regular';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Andess Book';
  font-size: 0.9rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Andess Rounded Bold';
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-6 {
  font-family: 'Andess Book';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-6 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Andess Book';
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Carlie Regular';
  font-size: 1.68rem;
  line-height: 1.7;
}
.display-8 > .mbr-iconfont {
  font-size: 3rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #f90a0a !important;
}
.bg-success {
  background-color: #517af5 !important;
}
.bg-info {
  background-color: #dfdfdf !important;
}
.bg-warning {
  background-color: #117d16 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f90a0a !important;
  border-color: #f90a0a !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #cb0505 !important;
  border-color: #cb0505 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #cb0505 !important;
  border-color: #cb0505 !important;
}
.btn-primary:hover {
  background-color: #517af5 !important;
  border-color: #517af5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
  color: #1b2207;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1b2207;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-info,
.btn-info:active {
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
  color: #606060;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #606060;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #517af5 !important;
  border-color: #517af5 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #2155f2 !important;
  border-color: #2155f2 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #2155f2 !important;
  border-color: #2155f2 !important;
}
.btn-success:hover {
  background-color: #f90a0a !important;
  border-color: #f90a0a !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #117d16 !important;
  border-color: #117d16 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #0b500e !important;
  border-color: #0b500e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #0b500e !important;
  border-color: #0b500e !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #f90a0a !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #666666;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-danger:hover {
  background-color: #517af5 !important;
  border-color: #517af5 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f90a0a;
  color: #f90a0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80404 !important;
  background-color: transparent!important;
  border-color: #a80404 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f90a0a !important;
  border-color: #f90a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b8d94f;
  color: #b8d94f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cac25 !important;
  background-color: transparent!important;
  border-color: #8cac25 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1b2207 !important;
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dfdfdf;
  color: #dfdfdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b4b4b4 !important;
  background-color: transparent!important;
  border-color: #b4b4b4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #606060 !important;
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #517af5;
  color: #517af5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d42e2 !important;
  background-color: transparent!important;
  border-color: #0d42e2 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #517af5 !important;
  border-color: #517af5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #117d16;
  color: #117d16;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #073109 !important;
  background-color: transparent!important;
  border-color: #073109 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #117d16 !important;
  border-color: #117d16 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f90a0a !important;
}
.text-secondary {
  color: #b8d94f !important;
}
.text-success {
  color: #517af5 !important;
}
.text-info {
  color: #dfdfdf !important;
}
.text-warning {
  color: #117d16 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #517af5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82a022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c3ed4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #517af5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #052306 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #f90a0a !important;
}
a.text-black:hover {
  color: #f90a0a !important;
}
a.text-black:focus,
a.text-black.active {
  color: #f90a0a !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f90a0a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dfdfdf;
}
.alert-warning {
  background-color: #117d16;
}
.alert-danger {
  background-color: #ffffff;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f90a0a;
  border-color: #f90a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f90a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed1d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #2be234;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #b8d94f !important;
  color: #f90a0a !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #f90a0a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f90a0a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f90a0a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f90a0a;
  border-bottom-color: #f90a0a;
}
.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: #f90a0a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b8d94f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f90a0a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0fVyPpXbw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0fVyPpXbw .carousel {
  height: 800px;
}
.cid-t0fVyPpXbw .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0fVyPpXbw .carousel-item,
.cid-t0fVyPpXbw .carousel-inner {
  height: 100%;
}
.cid-t0fVyPpXbw .mbr-overlay {
  z-index: 1;
}
.cid-t0fVyPpXbw .carousel-caption {
  bottom: 100px;
}
.cid-t0fVyPpXbw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0fVyPpXbw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0fVyPpXbw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t0fVyPpXbw .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0fVyPpXbw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0fVyPpXbw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t0fVyPpXbw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t0fVyPpXbw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0fVyPpXbw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0fVyPpXbw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0fVyPpXbw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t0fVyPpXbw .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  bottom: 0;
}
.cid-t0fVyPpXbw .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f90a0a;
}
.cid-t0fVyPpXbw .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #f90a0a;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-t0fVyPpXbw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t0fVyPpXbw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t0fVyPpXbw .carousel-indicators {
    display: none !important;
  }
}
.cid-t0fVyPpXbw ol {
  margin: 50px;
}
.cid-t0fVyPpXbw .middle {
  position: absolute;
  bottom: 700%;
  width: 100%;
  z-index: 10;
}
.cid-t0fVyPpXbw .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t0fVyPpXbw .mbr-section-text {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t0fVyPpXbw .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
  text-align: center;
}
.cid-t0fVyPpXbw .carousel-fade .active.carousel-item-left,
.cid-t0fVyPpXbw .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-t0fVyPpXbw .carousel-fade .carousel-item-left.carousel-item-next,
.cid-t0fVyPpXbw .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-t7HCU7dd5e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t7HCU7dd5e .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7HCU7dd5e .team-card:hover {
  transform: translateY(-10px);
}
.cid-t7HCU7dd5e .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t7HCU7dd5e .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t7HCU7dd5e .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-t7HCU7dd5e .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7HCU7dd5e .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t7HCU7dd5e .social-row {
  text-align: center;
}
.cid-t7HCU7dd5e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7HCU7dd5e .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t7HCU7dd5e .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7HCU7dd5e .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t7HCU7dd5e .mbr-section-title {
  color: #6db043;
}
.cid-t7HCU7dd5e .card-title,
.cid-t7HCU7dd5e .social-row {
  color: #353535;
}
.cid-t0Q0Lfejjh {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/bg-fr-home-1920x520.webp");
}
.cid-t0Q0Lfejjh .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(9, 23, 1, 0.45);
}
.cid-t0Q0Lfejjh .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u148GGQGzC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e7ebec;
}
.cid-t4NDjV7TFL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-t4NDjV7TFL .container {
    padding: 1rem;
  }
}
.cid-t4NDjV7TFL .card-box {
  padding: 0 2rem;
}
.cid-t4NDjV7TFL .card {
  padding: 0!important;
}
.cid-t4NDjV7TFL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t4NDjV7TFL .container-fluid {
  padding: 0;
}
.cid-t4NDjV7TFL .card1 {
  background-image: url("../../../assets/images/ig-bg-800x1200.webp");
}
.cid-t4NDjV7TFL .card2 {
  background-image: url("../../../assets/images/yt-bg-800x1200.webp");
}
.cid-t4NDjV7TFL .card3 {
  background-image: url("../../../assets/images/fb-bg-800x1200.webp");
}
.cid-t4NDjV7TFL h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t4NDjV7TFL p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t4NDjV7TFL .card-wrapper {
  height: 100%;
  padding: 10rem 2rem 10rem 2rem;
  background-size: cover;
}
.cid-t4NDjV7TFL .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t4NDjV7TFL .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-t4NDjV7TFL .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t4NDjV7TFL .mbr-text,
.cid-t4NDjV7TFL .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-t7DeicCZVH {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-contacto-1-1920x950.webp");
}
.cid-t7DeicCZVH .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-t7DeicCZVH .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t7DeicCZVH .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7DeicCZVH .card-title,
.cid-t7DeicCZVH .card-img {
  color: #ffffff;
}
.cid-t7HRSBlu19 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t7HRSBlu19 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7HRSBlu19 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t7HRSBlu19 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t7HRSBlu19 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t7HRSBlu19 .mbr-section-title {
  color: #117d16;
}
.cid-t7DfXpsD1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-t7DfXpsD1j .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-t7DfXpsD1j .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t7DfXpsD1j .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-t7DfXpsD1j .form-group {
  padding-right: 0;
}
.cid-t7DfXpsD1j .card {
  padding: 3rem 8rem;
}
.cid-t7DfXpsD1j .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-t7DfXpsD1j .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-t7DfXpsD1j .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7DfXpsD1j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7DfXpsD1j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7DfXpsD1j .map-placeholder {
  display: none;
}
.cid-t7DfXpsD1j .btn-primary {
  border: 1px solid #f90a0a !important;
}
.cid-t7DfXpsD1j .btn-primary:hover {
  border: 1px solid #f90a0a !important;
}
.cid-t7DfXpsD1j .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t7DfXpsD1j .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t7DfXpsD1j .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-t7DfXpsD1j .mbr-text {
  color: #444;
}
.cid-t7DfXpsD1j h5 {
  margin-bottom: 0;
}
.cid-t7DfXpsD1j .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t7DfXpsD1j .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7DfXpsD1j .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t7DfXpsD1j .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t7DfXpsD1j .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t7DfXpsD1j .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t7DfXpsD1j .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t7DfXpsD1j .social-list a:hover {
  opacity: 0.4;
}
.cid-t7DfXpsD1j .media-container-row > div {
  padding: 0px;
}
.cid-t7DfXpsD1j .text2 {
  color: #000000;
  text-align: left;
}
.cid-t7DfXpsD1j .group-title {
  text-align: center;
  color: #117d16;
  padding-bottom: 0.2rem;
}
.cid-t7DfXpsD1j .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-t7DfXpsD1j .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-t7DfXpsD1j .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t7DfXpsD1j h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t7DfXpsD1j .form-group {
    max-width: 180px;
  }
  .cid-t7DfXpsD1j .card {
    padding: 2rem 1rem;
  }
}
.cid-t7DfXpsD1j .links span {
  color: #9e9e9e;
}
.cid-t7DfXpsD1j .logo-title,
.cid-t7DfXpsD1j .logo-sub-title {
  text-align: center;
}
.cid-t7DfXpsD1j .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u14l5246Im {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u14l5246Im .container {
    padding: 1rem;
  }
}
.cid-u14l5246Im .card-box {
  padding: 0 2rem;
}
.cid-u14l5246Im .card {
  padding: 0!important;
}
.cid-u14l5246Im .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u14l5246Im .container-fluid {
  padding: 0;
}
.cid-u14l5246Im .card1 {
  background-image: url("../../../assets/images/ig-bg-800x1200.webp");
}
.cid-u14l5246Im .card2 {
  background-image: url("../../../assets/images/yt-bg-800x1200.webp");
}
.cid-u14l5246Im .card3 {
  background-image: url("../../../assets/images/fb-bg-800x1200.webp");
}
.cid-u14l5246Im h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u14l5246Im p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u14l5246Im .card-wrapper {
  height: 100%;
  padding: 10rem 2rem 10rem 2rem;
  background-size: cover;
}
.cid-u14l5246Im .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u14l5246Im .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-u14l5246Im .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14l5246Im .mbr-text,
.cid-u14l5246Im .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-t7CWF8UFN5 {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-ministerio-2-1920x950.webp");
}
.cid-t7CWF8UFN5 .mbr-text {
  color: #ffffff;
  line-height: 3.8;
}
.cid-t7CWF8UFN5 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t7CWF8UFN5 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7CWF9p1NO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7CWF9p1NO .mbr-section-title {
  color: #117d16;
}
.cid-t7CWF9PsZN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
@media (max-width: 991px) {
  .cid-t7CWF9PsZN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7CWF9PsZN .row {
  flex-direction: row-reverse;
}
.cid-t7CWF9PsZN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7CWF9PsZN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7CWF9PsZN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t7CWF9PsZN .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-t7CWFafRTs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-t7CWFafRTs .mbr-section-title {
  color: #117d16;
  text-align: center;
}
.cid-t7CWFafRTs .mbr-section-subtitle {
  text-align: center;
}
.cid-t7CWFafRTs .mbr-text {
  text-align: center;
}
.cid-t7CWFaDOwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-inf-1920x358.webp");
}
.cid-t7D5cpoc8W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7D5cpoc8W .mbr-section-title {
  color: #676666;
}
.cid-u14ft6RyAa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u14ft6RyAa .container {
    padding: 1rem;
  }
}
.cid-u14ft6RyAa .card-box {
  padding: 0 2rem;
}
.cid-u14ft6RyAa .card {
  padding: 0!important;
}
.cid-u14ft6RyAa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u14ft6RyAa .container-fluid {
  padding: 0;
}
.cid-u14ft6RyAa .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u14ft6RyAa .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u14ft6RyAa .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u14ft6RyAa h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u14ft6RyAa p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u14ft6RyAa .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u14ft6RyAa .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u14ft6RyAa .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u14ft6RyAa .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14ft6RyAa .mbr-text,
.cid-u14ft6RyAa .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-t7HK8eLLUW {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-t7HK8eLLUW .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-t7HK8eLLUW .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t7HK8eLLUW .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7HK8eLLUW .card-title,
.cid-t7HK8eLLUW .card-img {
  color: #ffffff;
}
.cid-u1OP4aOKf7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1OP4aOKf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1OP4aOKf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1OP4aOKf7 .mbr-section-subtitle {
  color: #117d16;
}
.cid-t7HK8f8t5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t7HK8f8t5p .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7HK8f8t5p .team-card:hover {
  transform: translateY(-10px);
}
.cid-t7HK8f8t5p .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t7HK8f8t5p .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t7HK8f8t5p .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-t7HK8f8t5p .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7HK8f8t5p .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t7HK8f8t5p .social-row {
  text-align: center;
}
.cid-t7HK8f8t5p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7HK8f8t5p .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t7HK8f8t5p .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7HK8f8t5p .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t7HK8f8t5p .mbr-section-title {
  color: #6db043;
}
.cid-t7HK8f8t5p .card-title,
.cid-t7HK8f8t5p .social-row {
  color: #117d16;
}
.cid-t7HK8f8t5p .card-text,
.cid-t7HK8f8t5p .mbr-section-btn,
.cid-t7HK8f8t5p .social-row {
  text-align: center;
}
.cid-t7HK8f8t5p .mbr-role,
.cid-t7HK8f8t5p .social-row {
  color: #8d8d8d;
}
.cid-t7HPYqfFld {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-t7HPYqfFld .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7HPYqfFld .team-card:hover {
  transform: translateY(-10px);
}
.cid-t7HPYqfFld .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t7HPYqfFld .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t7HPYqfFld .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-t7HPYqfFld .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7HPYqfFld .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t7HPYqfFld .social-row {
  text-align: center;
}
.cid-t7HPYqfFld .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7HPYqfFld .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t7HPYqfFld .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7HPYqfFld .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t7HPYqfFld .mbr-section-title {
  color: #6db043;
}
.cid-t7HPYqfFld .card-title,
.cid-t7HPYqfFld .social-row {
  color: #117d16;
}
.cid-t7HPYqfFld .card-text,
.cid-t7HPYqfFld .mbr-section-btn,
.cid-t7HPYqfFld .social-row {
  text-align: center;
}
.cid-t7HPYqfFld .mbr-role,
.cid-t7HPYqfFld .social-row {
  color: #8d8d8d;
}
.cid-t7HK8hd0ba {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-t7HK8hd0ba .container {
    padding: 1rem;
  }
}
.cid-t7HK8hd0ba .card-box {
  padding: 0 2rem;
}
.cid-t7HK8hd0ba .card {
  padding: 0!important;
}
.cid-t7HK8hd0ba .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t7HK8hd0ba .container-fluid {
  padding: 0;
}
.cid-t7HK8hd0ba .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-t7HK8hd0ba .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-t7HK8hd0ba .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-t7HK8hd0ba h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t7HK8hd0ba p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t7HK8hd0ba .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-t7HK8hd0ba .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t7HK8hd0ba .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-t7HK8hd0ba .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7HK8hd0ba .mbr-text,
.cid-t7HK8hd0ba .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-t4NTABxB5E {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-empresa-1-1920x950.webp");
}
.cid-t4NTABxB5E .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-t4NTABxB5E .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t4NTABxB5E .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7weRfPjTK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7weRfPjTK .mbr-section-title {
  color: #117d16;
}
.cid-t4O1qIx5Q1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #595959;
}
@media (max-width: 991px) {
  .cid-t4O1qIx5Q1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4O1qIx5Q1 .row {
  flex-direction: row-reverse;
}
.cid-t4O1qIx5Q1 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-t4O1qIx5Q1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4O1qIx5Q1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t4O1qIx5Q1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t4O4ZKYGrm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-t4O4ZKYGrm .mbr-section-title {
  color: #117d16;
  text-align: center;
}
.cid-t4O4ZKYGrm .mbr-section-subtitle {
  text-align: center;
}
.cid-t4O4ZKYGrm .mbr-text {
  text-align: center;
}
.cid-t7wjdTLyzG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-inf-1920x358.webp");
}
.cid-t4ZDQMZyft {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4ZDQMZyft h4,
.cid-t4ZDQMZyft h5,
.cid-t4ZDQMZyft p {
  margin-bottom: 0;
}
.cid-t4ZDQMZyft p {
  color: #767676;
}
.cid-t4ZDQMZyft .card-wrapper {
  transition: all 0.3s;
  background-color: #bbbbbb;
}
.cid-t4ZDQMZyft .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-t4ZDQMZyft .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(201, 226, 121, 0.35);
}
.cid-t4ZDQMZyft .card-wrapper {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.cid-t4ZDQMZyft .card-wrapper .card-title {
  position: relative;
}
.cid-t4ZDQMZyft .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-t4ZDQMZyft .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-t4ZDQMZyft .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-t4ZDQMZyft .card-title,
.cid-t4ZDQMZyft .main-title {
  color: #149dcc;
}
.cid-t4ZDQMZyft .main-title {
  text-align: center;
  color: #117d16;
}
.cid-t4ZDQMZyft .card-title {
  text-align: center;
  color: #363e2e;
}
.cid-t4NScIT0SF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-t4NScIT0SF .container {
    padding: 1rem;
  }
}
.cid-t4NScIT0SF .card-box {
  padding: 0 2rem;
}
.cid-t4NScIT0SF .card {
  padding: 0!important;
}
.cid-t4NScIT0SF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t4NScIT0SF .container-fluid {
  padding: 0;
}
.cid-t4NScIT0SF .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-t4NScIT0SF .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-t4NScIT0SF .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-t4NScIT0SF h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t4NScIT0SF p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t4NScIT0SF .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-t4NScIT0SF .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t4NScIT0SF .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-t4NScIT0SF .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t4NScIT0SF .mbr-text,
.cid-t4NScIT0SF .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-t7HInRSi8D {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-produsctos-1920x950.webp");
}
.cid-t7HInRSi8D .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-t7HInRSi8D .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t7HInRSi8D .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7HInRSi8D .card-title,
.cid-t7HInRSi8D .card-img {
  color: #ffffff;
}
.cid-t7HIKQTxg6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t7HIKQTxg6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7HIKQTxg6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-t7HIKQTxg6 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t7HIKQTxg6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t7HIKQTxg6 .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-t7HIKQTxg6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7HIKQTxg6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t7HIKQTxg6 .social-row {
  text-align: center;
}
.cid-t7HIKQTxg6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7HIKQTxg6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t7HIKQTxg6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7HIKQTxg6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t7HIKQTxg6 .mbr-section-title {
  color: #6db043;
}
.cid-t7HIKQTxg6 .card-title,
.cid-t7HIKQTxg6 .social-row {
  color: #353535;
}
.cid-t7HITAcL0h {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-t7HITAcL0h .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t7HITAcL0h .team-card:hover {
  transform: translateY(-10px);
}
.cid-t7HITAcL0h .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t7HITAcL0h .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t7HITAcL0h .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-t7HITAcL0h .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7HITAcL0h .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t7HITAcL0h .social-row {
  text-align: center;
}
.cid-t7HITAcL0h .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7HITAcL0h .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t7HITAcL0h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7HITAcL0h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t7HITAcL0h .mbr-section-title {
  color: #6db043;
}
.cid-t7HITAcL0h .card-title,
.cid-t7HITAcL0h .social-row {
  color: #353535;
}
.cid-t7HJ4kGJbw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-t7HJ4kGJbw .container {
    padding: 1rem;
  }
}
.cid-t7HJ4kGJbw .card-box {
  padding: 0 2rem;
}
.cid-t7HJ4kGJbw .card {
  padding: 0!important;
}
.cid-t7HJ4kGJbw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t7HJ4kGJbw .container-fluid {
  padding: 0;
}
.cid-t7HJ4kGJbw .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-t7HJ4kGJbw .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-t7HJ4kGJbw .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-t7HJ4kGJbw h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t7HJ4kGJbw p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t7HJ4kGJbw .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-t7HJ4kGJbw .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-t7HJ4kGJbw .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-t7HJ4kGJbw .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-t7HJ4kGJbw .mbr-text,
.cid-t7HJ4kGJbw .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u14qV5mZ2l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14qV5mZ2l nav.navbar {
  position: fixed;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14qV5mZ2l .dropdown-item:hover,
.cid-u14qV5mZ2l .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u14qV5mZ2l .dropdown-item:hover span {
  color: white;
}
.cid-u14qV5mZ2l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14qV5mZ2l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14qV5mZ2l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14qV5mZ2l .nav-link {
  position: relative;
}
.cid-u14qV5mZ2l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .container {
    flex-wrap: nowrap;
  }
}
.cid-u14qV5mZ2l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown-menu,
.cid-u14qV5mZ2l .navbar.opened {
  background: #ffffff !important;
}
.cid-u14qV5mZ2l .nav-item:focus,
.cid-u14qV5mZ2l .nav-link:focus {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14qV5mZ2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14qV5mZ2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14qV5mZ2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14qV5mZ2l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.opened {
  transition: all 0.3s;
}
.cid-u14qV5mZ2l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14qV5mZ2l .navbar .navbar-logo img {
  width: auto;
}
.cid-u14qV5mZ2l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar.collapsed {
  justify-content: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14qV5mZ2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14qV5mZ2l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14qV5mZ2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14qV5mZ2l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14qV5mZ2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14qV5mZ2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14qV5mZ2l .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-u14qV5mZ2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14qV5mZ2l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14qV5mZ2l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14qV5mZ2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14qV5mZ2l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14qV5mZ2l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14qV5mZ2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14qV5mZ2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14qV5mZ2l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14qV5mZ2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14qV5mZ2l .dropdown-item.active,
.cid-u14qV5mZ2l .dropdown-item:active {
  background-color: transparent;
}
.cid-u14qV5mZ2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14qV5mZ2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14qV5mZ2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14qV5mZ2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14qV5mZ2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14qV5mZ2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14qV5mZ2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14qV5mZ2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14qV5mZ2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14qV5mZ2l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14qV5mZ2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14qV5mZ2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14qV5mZ2l .navbar {
    height: 70px;
  }
  .cid-u14qV5mZ2l .navbar.opened {
    height: auto;
  }
  .cid-u14qV5mZ2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1ORx2OMID {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1ORx2OMID .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1ORx2OMID .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1ORx2OMID .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1ORx2OMID .card-title,
.cid-u1ORx2OMID .card-img {
  color: #ffffff;
}
.cid-u1ORx3tPvl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1ORx3tPvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ORx3tPvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ORx3tPvl .mbr-section-subtitle {
  color: #353535;
}
.cid-u1ORx3tPvl .mbr-section-title {
  color: #117d16;
}
.cid-u1QlavFl6g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u1QlavFl6g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1QlavFl6g .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1QlavFl6g .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1QlavFl6g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1QlavFl6g .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1QlavFl6g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1QlavFl6g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1QlavFl6g .social-row {
  text-align: center;
}
.cid-u1QlavFl6g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1QlavFl6g .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1QlavFl6g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1QlavFl6g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1QlavFl6g .mbr-section-title {
  color: #6db043;
}
.cid-u1QlavFl6g .card-title,
.cid-u1QlavFl6g .social-row {
  color: #117d16;
}
.cid-u1QlavFl6g .card-text,
.cid-u1QlavFl6g .mbr-section-btn,
.cid-u1QlavFl6g .social-row {
  text-align: center;
}
.cid-u1QlavFl6g .mbr-role,
.cid-u1QlavFl6g .social-row {
  color: #8d8d8d;
}
.cid-u2idd1Hekk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idd1Hekk .container {
    padding: 1rem;
  }
}
.cid-u2idd1Hekk .card-box {
  padding: 0 2rem;
}
.cid-u2idd1Hekk .card {
  padding: 0!important;
}
.cid-u2idd1Hekk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idd1Hekk .container-fluid {
  padding: 0;
}
.cid-u2idd1Hekk .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idd1Hekk .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idd1Hekk .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idd1Hekk h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idd1Hekk p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idd1Hekk .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idd1Hekk .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idd1Hekk .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idd1Hekk .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idd1Hekk .mbr-text,
.cid-u2idd1Hekk .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1ORx6Dfqm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1ORx6Dfqm nav.navbar {
  position: fixed;
}
.cid-u1ORx6Dfqm .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-u1ORx6Dfqm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1ORx6Dfqm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1ORx6Dfqm .dropdown-item:hover,
.cid-u1ORx6Dfqm .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1ORx6Dfqm .dropdown-item:hover span {
  color: white;
}
.cid-u1ORx6Dfqm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1ORx6Dfqm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1ORx6Dfqm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1ORx6Dfqm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1ORx6Dfqm .nav-link {
  position: relative;
}
.cid-u1ORx6Dfqm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1ORx6Dfqm .container {
    flex-wrap: nowrap;
  }
}
.cid-u1ORx6Dfqm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1ORx6Dfqm .dropdown-menu,
.cid-u1ORx6Dfqm .navbar.opened {
  background: #ffffff !important;
}
.cid-u1ORx6Dfqm .nav-item:focus,
.cid-u1ORx6Dfqm .nav-link:focus {
  outline: none;
}
.cid-u1ORx6Dfqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1ORx6Dfqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1ORx6Dfqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1ORx6Dfqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1ORx6Dfqm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1ORx6Dfqm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1ORx6Dfqm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1ORx6Dfqm .navbar.opened {
  transition: all 0.3s;
}
.cid-u1ORx6Dfqm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1ORx6Dfqm .navbar .navbar-logo img {
  width: auto;
}
.cid-u1ORx6Dfqm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1ORx6Dfqm .navbar.collapsed {
  justify-content: center;
}
.cid-u1ORx6Dfqm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1ORx6Dfqm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1ORx6Dfqm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1ORx6Dfqm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1ORx6Dfqm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1ORx6Dfqm .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-u1ORx6Dfqm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1ORx6Dfqm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1ORx6Dfqm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1ORx6Dfqm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1ORx6Dfqm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1ORx6Dfqm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1ORx6Dfqm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1ORx6Dfqm .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-u1ORx6Dfqm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1ORx6Dfqm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1ORx6Dfqm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1ORx6Dfqm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1ORx6Dfqm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1ORx6Dfqm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1ORx6Dfqm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1ORx6Dfqm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1ORx6Dfqm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1ORx6Dfqm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1ORx6Dfqm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1ORx6Dfqm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1ORx6Dfqm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1ORx6Dfqm .dropdown-item.active,
.cid-u1ORx6Dfqm .dropdown-item:active {
  background-color: transparent;
}
.cid-u1ORx6Dfqm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1ORx6Dfqm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1ORx6Dfqm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1ORx6Dfqm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1ORx6Dfqm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1ORx6Dfqm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1ORx6Dfqm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1ORx6Dfqm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1ORx6Dfqm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1ORx6Dfqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1ORx6Dfqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1ORx6Dfqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ORx6Dfqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ORx6Dfqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1ORx6Dfqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ORx6Dfqm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1ORx6Dfqm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1ORx6Dfqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ORx6Dfqm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1ORx6Dfqm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1ORx6Dfqm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1ORx6Dfqm .navbar {
    height: 70px;
  }
  .cid-u1ORx6Dfqm .navbar.opened {
    height: auto;
  }
  .cid-u1ORx6Dfqm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1Qf9xlOVU {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1Qf9xlOVU .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1Qf9xlOVU .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1Qf9xlOVU .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1Qf9xlOVU .card-title,
.cid-u1Qf9xlOVU .card-img {
  color: #ffffff;
}
.cid-u1Qf9xU4ox {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1Qf9xU4ox .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Qf9xU4ox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Qf9xU4ox .mbr-section-subtitle {
  color: #117d16;
}
.cid-u1Qf9y31lm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u1Qf9y31lm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1Qf9y31lm .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1Qf9y31lm .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1Qf9y31lm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1Qf9y31lm .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1Qf9y31lm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Qf9y31lm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1Qf9y31lm .social-row {
  text-align: center;
}
.cid-u1Qf9y31lm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1Qf9y31lm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1Qf9y31lm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1Qf9y31lm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1Qf9y31lm .mbr-section-title {
  color: #6db043;
}
.cid-u1Qf9y31lm .card-title,
.cid-u1Qf9y31lm .social-row {
  color: #117d16;
}
.cid-u1Qf9y31lm .card-text,
.cid-u1Qf9y31lm .mbr-section-btn,
.cid-u1Qf9y31lm .social-row {
  text-align: center;
}
.cid-u1Qf9y31lm .mbr-role,
.cid-u1Qf9y31lm .social-row {
  color: #8d8d8d;
}
.cid-u1Qf9yvpzF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u1Qf9yvpzF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1Qf9yvpzF .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1Qf9yvpzF .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1Qf9yvpzF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1Qf9yvpzF .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1Qf9yvpzF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Qf9yvpzF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1Qf9yvpzF .social-row {
  text-align: center;
}
.cid-u1Qf9yvpzF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1Qf9yvpzF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1Qf9yvpzF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1Qf9yvpzF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1Qf9yvpzF .mbr-section-title {
  color: #6db043;
}
.cid-u1Qf9yvpzF .card-title,
.cid-u1Qf9yvpzF .social-row {
  color: #117d16;
}
.cid-u1Qf9yvpzF .card-text,
.cid-u1Qf9yvpzF .mbr-section-btn,
.cid-u1Qf9yvpzF .social-row {
  text-align: center;
}
.cid-u1Qf9yvpzF .mbr-role,
.cid-u1Qf9yvpzF .social-row {
  color: #8d8d8d;
}
.cid-u2idh22RmC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idh22RmC .container {
    padding: 1rem;
  }
}
.cid-u2idh22RmC .card-box {
  padding: 0 2rem;
}
.cid-u2idh22RmC .card {
  padding: 0!important;
}
.cid-u2idh22RmC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idh22RmC .container-fluid {
  padding: 0;
}
.cid-u2idh22RmC .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idh22RmC .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idh22RmC .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idh22RmC h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idh22RmC p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idh22RmC .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idh22RmC .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idh22RmC .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idh22RmC .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idh22RmC .mbr-text,
.cid-u2idh22RmC .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1Qf9zPo8C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1Qf9zPo8C nav.navbar {
  position: fixed;
}
.cid-u1Qf9zPo8C .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-u1Qf9zPo8C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1Qf9zPo8C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1Qf9zPo8C .dropdown-item:hover,
.cid-u1Qf9zPo8C .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1Qf9zPo8C .dropdown-item:hover span {
  color: white;
}
.cid-u1Qf9zPo8C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1Qf9zPo8C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1Qf9zPo8C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1Qf9zPo8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1Qf9zPo8C .nav-link {
  position: relative;
}
.cid-u1Qf9zPo8C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1Qf9zPo8C .container {
    flex-wrap: nowrap;
  }
}
.cid-u1Qf9zPo8C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1Qf9zPo8C .dropdown-menu,
.cid-u1Qf9zPo8C .navbar.opened {
  background: #ffffff !important;
}
.cid-u1Qf9zPo8C .nav-item:focus,
.cid-u1Qf9zPo8C .nav-link:focus {
  outline: none;
}
.cid-u1Qf9zPo8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1Qf9zPo8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1Qf9zPo8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1Qf9zPo8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1Qf9zPo8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1Qf9zPo8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1Qf9zPo8C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1Qf9zPo8C .navbar.opened {
  transition: all 0.3s;
}
.cid-u1Qf9zPo8C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1Qf9zPo8C .navbar .navbar-logo img {
  width: auto;
}
.cid-u1Qf9zPo8C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1Qf9zPo8C .navbar.collapsed {
  justify-content: center;
}
.cid-u1Qf9zPo8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1Qf9zPo8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1Qf9zPo8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1Qf9zPo8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1Qf9zPo8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1Qf9zPo8C .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-u1Qf9zPo8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1Qf9zPo8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1Qf9zPo8C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1Qf9zPo8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1Qf9zPo8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1Qf9zPo8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1Qf9zPo8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1Qf9zPo8C .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-u1Qf9zPo8C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1Qf9zPo8C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1Qf9zPo8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1Qf9zPo8C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1Qf9zPo8C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1Qf9zPo8C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1Qf9zPo8C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1Qf9zPo8C .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1Qf9zPo8C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1Qf9zPo8C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1Qf9zPo8C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1Qf9zPo8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1Qf9zPo8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1Qf9zPo8C .dropdown-item.active,
.cid-u1Qf9zPo8C .dropdown-item:active {
  background-color: transparent;
}
.cid-u1Qf9zPo8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1Qf9zPo8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1Qf9zPo8C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1Qf9zPo8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1Qf9zPo8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1Qf9zPo8C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1Qf9zPo8C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1Qf9zPo8C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1Qf9zPo8C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1Qf9zPo8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1Qf9zPo8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1Qf9zPo8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Qf9zPo8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Qf9zPo8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1Qf9zPo8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Qf9zPo8C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1Qf9zPo8C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1Qf9zPo8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Qf9zPo8C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1Qf9zPo8C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1Qf9zPo8C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1Qf9zPo8C .navbar {
    height: 70px;
  }
  .cid-u1Qf9zPo8C .navbar.opened {
    height: auto;
  }
  .cid-u1Qf9zPo8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1QcOA9KU3 {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1QcOA9KU3 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1QcOA9KU3 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1QcOA9KU3 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QcOA9KU3 .card-title,
.cid-u1QcOA9KU3 .card-img {
  color: #ffffff;
}
.cid-u1QcOALcV7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1QcOALcV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QcOALcV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1QcOALcV7 .mbr-section-subtitle {
  color: #117d16;
}
.cid-u2RfpHMDFq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RfpHMDFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RfpHMDFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RfpHMDFq .mbr-section-title {
  color: #117d16;
}
.cid-u2XQepDqY0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u2XQepDqY0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u2XQepDqY0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u2XQepDqY0 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u2XQepDqY0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u2XQepDqY0 .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u2XQepDqY0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2XQepDqY0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u2XQepDqY0 .social-row {
  text-align: center;
}
.cid-u2XQepDqY0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u2XQepDqY0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u2XQepDqY0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u2XQepDqY0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u2XQepDqY0 .mbr-section-title {
  color: #6db043;
}
.cid-u2XQepDqY0 .card-title,
.cid-u2XQepDqY0 .social-row {
  color: #117d16;
}
.cid-u2XQepDqY0 .card-text,
.cid-u2XQepDqY0 .mbr-section-btn,
.cid-u2XQepDqY0 .social-row {
  text-align: center;
}
.cid-u2XQepDqY0 .mbr-role,
.cid-u2XQepDqY0 .social-row {
  color: #8d8d8d;
}
.cid-u2Rg9fSM18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Rg9fSM18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Rg9fSM18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Rg9fSM18 .mbr-section-title {
  color: #117d16;
}
.cid-u2RghEwIhE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u2RghEwIhE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u2RghEwIhE .team-card:hover {
  transform: translateY(-10px);
}
.cid-u2RghEwIhE .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u2RghEwIhE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u2RghEwIhE .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u2RghEwIhE .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2RghEwIhE .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u2RghEwIhE .social-row {
  text-align: center;
}
.cid-u2RghEwIhE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u2RghEwIhE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u2RghEwIhE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u2RghEwIhE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u2RghEwIhE .mbr-section-title {
  color: #6db043;
}
.cid-u2RghEwIhE .card-title,
.cid-u2RghEwIhE .social-row {
  color: #117d16;
}
.cid-u2RghEwIhE .card-text,
.cid-u2RghEwIhE .mbr-section-btn,
.cid-u2RghEwIhE .social-row {
  text-align: center;
}
.cid-u2RghEwIhE .mbr-role,
.cid-u2RghEwIhE .social-row {
  color: #8d8d8d;
}
.cid-u2RgpSiyRY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RgpSiyRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RgpSiyRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RgpSiyRY .mbr-section-title {
  color: #117d16;
}
.cid-u2RguPqQJc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u2RguPqQJc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u2RguPqQJc .team-card:hover {
  transform: translateY(-10px);
}
.cid-u2RguPqQJc .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u2RguPqQJc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u2RguPqQJc .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u2RguPqQJc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2RguPqQJc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u2RguPqQJc .social-row {
  text-align: center;
}
.cid-u2RguPqQJc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u2RguPqQJc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u2RguPqQJc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u2RguPqQJc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u2RguPqQJc .mbr-section-title {
  color: #6db043;
}
.cid-u2RguPqQJc .card-title,
.cid-u2RguPqQJc .social-row {
  color: #117d16;
}
.cid-u2RguPqQJc .card-text,
.cid-u2RguPqQJc .mbr-section-btn,
.cid-u2RguPqQJc .social-row {
  text-align: center;
}
.cid-u2RguPqQJc .mbr-role,
.cid-u2RguPqQJc .social-row {
  color: #8d8d8d;
}
.cid-u1QefAfYq6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1QefAfYq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QefAfYq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1QefAfYq6 .mbr-section-title {
  color: #117d16;
}
.cid-u5NXk81gMY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u5NXk81gMY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u5NXk81gMY .team-card:hover {
  transform: translateY(-10px);
}
.cid-u5NXk81gMY .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u5NXk81gMY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u5NXk81gMY .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u5NXk81gMY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5NXk81gMY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u5NXk81gMY .social-row {
  text-align: center;
}
.cid-u5NXk81gMY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u5NXk81gMY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u5NXk81gMY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u5NXk81gMY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u5NXk81gMY .mbr-section-title {
  color: #6db043;
}
.cid-u5NXk81gMY .card-title,
.cid-u5NXk81gMY .social-row {
  color: #117d16;
}
.cid-u5NXk81gMY .card-text,
.cid-u5NXk81gMY .mbr-section-btn,
.cid-u5NXk81gMY .social-row {
  text-align: center;
}
.cid-u5NXk81gMY .mbr-role,
.cid-u5NXk81gMY .social-row {
  color: #8d8d8d;
}
.cid-u5NWNa6QmG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5NWNa6QmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NWNa6QmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NWNa6QmG .mbr-section-title {
  color: #117d16;
}
.cid-u5NWWVPQnz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u5NWWVPQnz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u5NWWVPQnz .team-card:hover {
  transform: translateY(-10px);
}
.cid-u5NWWVPQnz .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u5NWWVPQnz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u5NWWVPQnz .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u5NWWVPQnz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5NWWVPQnz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u5NWWVPQnz .social-row {
  text-align: center;
}
.cid-u5NWWVPQnz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u5NWWVPQnz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u5NWWVPQnz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u5NWWVPQnz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u5NWWVPQnz .mbr-section-title {
  color: #6db043;
}
.cid-u5NWWVPQnz .card-title,
.cid-u5NWWVPQnz .social-row {
  color: #117d16;
}
.cid-u5NWWVPQnz .card-text,
.cid-u5NWWVPQnz .mbr-section-btn,
.cid-u5NWWVPQnz .social-row {
  text-align: center;
}
.cid-u5NWWVPQnz .mbr-role,
.cid-u5NWWVPQnz .social-row {
  color: #8d8d8d;
}
.cid-u2idlL4SmL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idlL4SmL .container {
    padding: 1rem;
  }
}
.cid-u2idlL4SmL .card-box {
  padding: 0 2rem;
}
.cid-u2idlL4SmL .card {
  padding: 0!important;
}
.cid-u2idlL4SmL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idlL4SmL .container-fluid {
  padding: 0;
}
.cid-u2idlL4SmL .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idlL4SmL .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idlL4SmL .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idlL4SmL h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idlL4SmL p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idlL4SmL .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idlL4SmL .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idlL4SmL .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idlL4SmL .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idlL4SmL .mbr-text,
.cid-u2idlL4SmL .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QcOCqPo0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1QcOCqPo0 nav.navbar {
  position: fixed;
}
.cid-u1QcOCqPo0 .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-u1QcOCqPo0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1QcOCqPo0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1QcOCqPo0 .dropdown-item:hover,
.cid-u1QcOCqPo0 .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1QcOCqPo0 .dropdown-item:hover span {
  color: white;
}
.cid-u1QcOCqPo0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1QcOCqPo0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1QcOCqPo0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1QcOCqPo0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1QcOCqPo0 .nav-link {
  position: relative;
}
.cid-u1QcOCqPo0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1QcOCqPo0 .container {
    flex-wrap: nowrap;
  }
}
.cid-u1QcOCqPo0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1QcOCqPo0 .dropdown-menu,
.cid-u1QcOCqPo0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1QcOCqPo0 .nav-item:focus,
.cid-u1QcOCqPo0 .nav-link:focus {
  outline: none;
}
.cid-u1QcOCqPo0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1QcOCqPo0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1QcOCqPo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1QcOCqPo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1QcOCqPo0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1QcOCqPo0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1QcOCqPo0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1QcOCqPo0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1QcOCqPo0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1QcOCqPo0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1QcOCqPo0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1QcOCqPo0 .navbar.collapsed {
  justify-content: center;
}
.cid-u1QcOCqPo0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1QcOCqPo0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1QcOCqPo0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1QcOCqPo0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1QcOCqPo0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1QcOCqPo0 .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-u1QcOCqPo0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1QcOCqPo0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1QcOCqPo0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1QcOCqPo0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1QcOCqPo0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1QcOCqPo0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1QcOCqPo0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1QcOCqPo0 .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-u1QcOCqPo0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1QcOCqPo0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1QcOCqPo0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1QcOCqPo0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1QcOCqPo0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1QcOCqPo0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1QcOCqPo0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1QcOCqPo0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1QcOCqPo0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1QcOCqPo0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1QcOCqPo0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1QcOCqPo0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1QcOCqPo0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1QcOCqPo0 .dropdown-item.active,
.cid-u1QcOCqPo0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1QcOCqPo0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1QcOCqPo0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1QcOCqPo0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1QcOCqPo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1QcOCqPo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1QcOCqPo0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1QcOCqPo0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1QcOCqPo0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1QcOCqPo0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1QcOCqPo0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1QcOCqPo0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1QcOCqPo0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QcOCqPo0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QcOCqPo0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1QcOCqPo0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QcOCqPo0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1QcOCqPo0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1QcOCqPo0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QcOCqPo0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1QcOCqPo0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1QcOCqPo0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1QcOCqPo0 .navbar {
    height: 70px;
  }
  .cid-u1QcOCqPo0 .navbar.opened {
    height: auto;
  }
  .cid-u1QcOCqPo0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1QaTQwNO6 {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1QaTQwNO6 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1QaTQwNO6 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1QaTQwNO6 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QaTQwNO6 .card-title,
.cid-u1QaTQwNO6 .card-img {
  color: #ffffff;
}
.cid-u1QaTQW9us {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1QaTQW9us .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QaTQW9us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1QaTQW9us .mbr-section-subtitle {
  color: #117d16;
}
.cid-u1QaTR3JH9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u1QaTR3JH9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1QaTR3JH9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1QaTR3JH9 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1QaTR3JH9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1QaTR3JH9 .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1QaTR3JH9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1QaTR3JH9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1QaTR3JH9 .social-row {
  text-align: center;
}
.cid-u1QaTR3JH9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1QaTR3JH9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1QaTR3JH9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1QaTR3JH9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1QaTR3JH9 .mbr-section-title {
  color: #6db043;
}
.cid-u1QaTR3JH9 .card-title,
.cid-u1QaTR3JH9 .social-row {
  color: #117d16;
}
.cid-u1QaTR3JH9 .card-text,
.cid-u1QaTR3JH9 .mbr-section-btn,
.cid-u1QaTR3JH9 .social-row {
  text-align: center;
}
.cid-u1QaTR3JH9 .mbr-role,
.cid-u1QaTR3JH9 .social-row {
  color: #8d8d8d;
}
.cid-u2RdFCacim {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2RdFCacim blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2RdFCacim .mbr-section-title {
  color: #117d16;
}
.cid-u2RdY64EBl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2RdY64EBl blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2RdY64EBl .mbr-section-title {
  color: #117d16;
}
.cid-u2idpxbjmF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idpxbjmF .container {
    padding: 1rem;
  }
}
.cid-u2idpxbjmF .card-box {
  padding: 0 2rem;
}
.cid-u2idpxbjmF .card {
  padding: 0!important;
}
.cid-u2idpxbjmF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idpxbjmF .container-fluid {
  padding: 0;
}
.cid-u2idpxbjmF .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idpxbjmF .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idpxbjmF .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idpxbjmF h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idpxbjmF p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idpxbjmF .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idpxbjmF .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idpxbjmF .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idpxbjmF .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idpxbjmF .mbr-text,
.cid-u2idpxbjmF .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QaTSja5X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1QaTSja5X nav.navbar {
  position: fixed;
}
.cid-u1QaTSja5X .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-u1QaTSja5X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1QaTSja5X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1QaTSja5X .dropdown-item:hover,
.cid-u1QaTSja5X .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1QaTSja5X .dropdown-item:hover span {
  color: white;
}
.cid-u1QaTSja5X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1QaTSja5X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1QaTSja5X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1QaTSja5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1QaTSja5X .nav-link {
  position: relative;
}
.cid-u1QaTSja5X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1QaTSja5X .container {
    flex-wrap: nowrap;
  }
}
.cid-u1QaTSja5X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1QaTSja5X .dropdown-menu,
.cid-u1QaTSja5X .navbar.opened {
  background: #ffffff !important;
}
.cid-u1QaTSja5X .nav-item:focus,
.cid-u1QaTSja5X .nav-link:focus {
  outline: none;
}
.cid-u1QaTSja5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1QaTSja5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1QaTSja5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1QaTSja5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1QaTSja5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1QaTSja5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1QaTSja5X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1QaTSja5X .navbar.opened {
  transition: all 0.3s;
}
.cid-u1QaTSja5X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1QaTSja5X .navbar .navbar-logo img {
  width: auto;
}
.cid-u1QaTSja5X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1QaTSja5X .navbar.collapsed {
  justify-content: center;
}
.cid-u1QaTSja5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1QaTSja5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1QaTSja5X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1QaTSja5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1QaTSja5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1QaTSja5X .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-u1QaTSja5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1QaTSja5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1QaTSja5X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1QaTSja5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1QaTSja5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1QaTSja5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1QaTSja5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1QaTSja5X .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-u1QaTSja5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1QaTSja5X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1QaTSja5X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1QaTSja5X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1QaTSja5X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1QaTSja5X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1QaTSja5X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1QaTSja5X .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1QaTSja5X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1QaTSja5X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1QaTSja5X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1QaTSja5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1QaTSja5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1QaTSja5X .dropdown-item.active,
.cid-u1QaTSja5X .dropdown-item:active {
  background-color: transparent;
}
.cid-u1QaTSja5X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1QaTSja5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1QaTSja5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1QaTSja5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1QaTSja5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1QaTSja5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1QaTSja5X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1QaTSja5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1QaTSja5X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1QaTSja5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1QaTSja5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1QaTSja5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QaTSja5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QaTSja5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1QaTSja5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QaTSja5X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1QaTSja5X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1QaTSja5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QaTSja5X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1QaTSja5X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1QaTSja5X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1QaTSja5X .navbar {
    height: 70px;
  }
  .cid-u1QaTSja5X .navbar.opened {
    height: auto;
  }
  .cid-u1QaTSja5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1P11xrguS {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1P11xrguS .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1P11xrguS .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1P11xrguS .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1P11xrguS .card-title,
.cid-u1P11xrguS .card-img {
  color: #ffffff;
}
.cid-u1P11y78qR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1P11y78qR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1P11y78qR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1P11y78qR .mbr-section-subtitle {
  color: #117d16;
}
.cid-u1P11ykJwu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u1P11ykJwu .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1P11ykJwu .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1P11ykJwu .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1P11ykJwu .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1P11ykJwu .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1P11ykJwu .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1P11ykJwu .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1P11ykJwu .social-row {
  text-align: center;
}
.cid-u1P11ykJwu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1P11ykJwu .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1P11ykJwu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1P11ykJwu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1P11ykJwu .mbr-section-title {
  color: #6db043;
}
.cid-u1P11ykJwu .card-title,
.cid-u1P11ykJwu .social-row {
  color: #117d16;
}
.cid-u1P11ykJwu .card-text,
.cid-u1P11ykJwu .mbr-section-btn,
.cid-u1P11ykJwu .social-row {
  text-align: center;
}
.cid-u1P11ykJwu .mbr-role,
.cid-u1P11ykJwu .social-row {
  color: #8d8d8d;
}
.cid-u2MlFPSU86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2MlFPSU86 blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2MlFPSU86 .mbr-section-title {
  color: #117d16;
}
.cid-u2MmedlGFx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2MmedlGFx blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2MmedlGFx .mbr-section-title {
  color: #117d16;
}
.cid-u2Mmur2N8F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Mmur2N8F blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2Mmur2N8F .mbr-section-title {
  color: #117d16;
}
.cid-u2MmF2hLwG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2MmF2hLwG blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2MmF2hLwG .mbr-section-title {
  color: #117d16;
}
.cid-u5w3I9hxcb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5w3I9hxcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5w3I9hxcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5w3I9hxcb .mbr-section-subtitle {
  color: #117d16;
}
.cid-u2idtpSRnR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idtpSRnR .container {
    padding: 1rem;
  }
}
.cid-u2idtpSRnR .card-box {
  padding: 0 2rem;
}
.cid-u2idtpSRnR .card {
  padding: 0!important;
}
.cid-u2idtpSRnR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idtpSRnR .container-fluid {
  padding: 0;
}
.cid-u2idtpSRnR .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idtpSRnR .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idtpSRnR .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idtpSRnR h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idtpSRnR p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idtpSRnR .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idtpSRnR .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idtpSRnR .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idtpSRnR .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idtpSRnR .mbr-text,
.cid-u2idtpSRnR .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1P11AOeu6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1P11AOeu6 nav.navbar {
  position: fixed;
}
.cid-u1P11AOeu6 .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-u1P11AOeu6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1P11AOeu6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1P11AOeu6 .dropdown-item:hover,
.cid-u1P11AOeu6 .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1P11AOeu6 .dropdown-item:hover span {
  color: white;
}
.cid-u1P11AOeu6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1P11AOeu6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1P11AOeu6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1P11AOeu6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1P11AOeu6 .nav-link {
  position: relative;
}
.cid-u1P11AOeu6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1P11AOeu6 .container {
    flex-wrap: nowrap;
  }
}
.cid-u1P11AOeu6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1P11AOeu6 .dropdown-menu,
.cid-u1P11AOeu6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1P11AOeu6 .nav-item:focus,
.cid-u1P11AOeu6 .nav-link:focus {
  outline: none;
}
.cid-u1P11AOeu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1P11AOeu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1P11AOeu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1P11AOeu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1P11AOeu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1P11AOeu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1P11AOeu6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1P11AOeu6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1P11AOeu6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1P11AOeu6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1P11AOeu6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1P11AOeu6 .navbar.collapsed {
  justify-content: center;
}
.cid-u1P11AOeu6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1P11AOeu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1P11AOeu6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1P11AOeu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1P11AOeu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1P11AOeu6 .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-u1P11AOeu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1P11AOeu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1P11AOeu6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1P11AOeu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1P11AOeu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1P11AOeu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1P11AOeu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1P11AOeu6 .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-u1P11AOeu6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1P11AOeu6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1P11AOeu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1P11AOeu6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1P11AOeu6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1P11AOeu6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1P11AOeu6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1P11AOeu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1P11AOeu6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1P11AOeu6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1P11AOeu6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1P11AOeu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1P11AOeu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1P11AOeu6 .dropdown-item.active,
.cid-u1P11AOeu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1P11AOeu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1P11AOeu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1P11AOeu6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1P11AOeu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1P11AOeu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1P11AOeu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1P11AOeu6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1P11AOeu6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1P11AOeu6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1P11AOeu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1P11AOeu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1P11AOeu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1P11AOeu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1P11AOeu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1P11AOeu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1P11AOeu6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1P11AOeu6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1P11AOeu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1P11AOeu6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1P11AOeu6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1P11AOeu6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1P11AOeu6 .navbar {
    height: 70px;
  }
  .cid-u1P11AOeu6 .navbar.opened {
    height: auto;
  }
  .cid-u1P11AOeu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1OV8AlwOJ {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1OV8AlwOJ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1OV8AlwOJ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1OV8AlwOJ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1OV8AlwOJ .card-title,
.cid-u1OV8AlwOJ .card-img {
  color: #ffffff;
}
.cid-u2XOnlItwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2XOnlItwD blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2XOnlItwD .mbr-section-title {
  color: #117d16;
}
.cid-u2XOc5qEaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2XOc5qEaM blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2XOc5qEaM .mbr-section-title {
  color: #117d16;
}
.cid-u2Xe0SJ4WE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2Xe0SJ4WE blockquote {
  border-color: #b8d94f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2Xe0SJ4WE .mbr-section-title {
  color: #117d16;
}
.cid-u1OV8AZO1F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1OV8AZO1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1OV8AZO1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1OV8AZO1F .mbr-section-subtitle {
  color: #117d16;
}
.cid-u2RakGSfvS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RakGSfvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RakGSfvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RakGSfvS .mbr-section-title {
  color: #117d16;
}
.cid-u1OV8BgUEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u1OV8BgUEP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1OV8BgUEP .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1OV8BgUEP .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1OV8BgUEP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1OV8BgUEP .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1OV8BgUEP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1OV8BgUEP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1OV8BgUEP .social-row {
  text-align: center;
}
.cid-u1OV8BgUEP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1OV8BgUEP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1OV8BgUEP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1OV8BgUEP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1OV8BgUEP .mbr-section-title {
  color: #6db043;
}
.cid-u1OV8BgUEP .card-title,
.cid-u1OV8BgUEP .social-row {
  color: #117d16;
}
.cid-u1OV8BgUEP .card-text,
.cid-u1OV8BgUEP .mbr-section-btn,
.cid-u1OV8BgUEP .social-row {
  text-align: center;
}
.cid-u1OV8BgUEP .mbr-role,
.cid-u1OV8BgUEP .social-row {
  color: #8d8d8d;
}
.cid-u2RboSNU9X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RboSNU9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RboSNU9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RboSNU9X .mbr-section-title {
  color: #117d16;
}
.cid-u2R4xaP7Re {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u2R4xaP7Re .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u2R4xaP7Re .team-card:hover {
  transform: translateY(-10px);
}
.cid-u2R4xaP7Re .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u2R4xaP7Re .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u2R4xaP7Re .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u2R4xaP7Re .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2R4xaP7Re .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u2R4xaP7Re .social-row {
  text-align: center;
}
.cid-u2R4xaP7Re .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u2R4xaP7Re .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u2R4xaP7Re .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u2R4xaP7Re .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u2R4xaP7Re .mbr-section-title {
  color: #6db043;
}
.cid-u2R4xaP7Re .card-title,
.cid-u2R4xaP7Re .social-row {
  color: #117d16;
}
.cid-u2R4xaP7Re .card-text,
.cid-u2R4xaP7Re .mbr-section-btn,
.cid-u2R4xaP7Re .social-row {
  text-align: center;
}
.cid-u2R4xaP7Re .mbr-role,
.cid-u2R4xaP7Re .social-row {
  color: #8d8d8d;
}
.cid-u2RbTh7PEp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RbTh7PEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RbTh7PEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RbTh7PEp .mbr-section-title {
  color: #117d16;
}
.cid-u2R9gP6tty {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u2R9gP6tty .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u2R9gP6tty .team-card:hover {
  transform: translateY(-10px);
}
.cid-u2R9gP6tty .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u2R9gP6tty .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u2R9gP6tty .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u2R9gP6tty .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2R9gP6tty .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u2R9gP6tty .social-row {
  text-align: center;
}
.cid-u2R9gP6tty .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u2R9gP6tty .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u2R9gP6tty .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u2R9gP6tty .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u2R9gP6tty .mbr-section-title {
  color: #6db043;
}
.cid-u2R9gP6tty .card-title,
.cid-u2R9gP6tty .social-row {
  color: #117d16;
}
.cid-u2R9gP6tty .card-text,
.cid-u2R9gP6tty .mbr-section-btn,
.cid-u2R9gP6tty .social-row {
  text-align: center;
}
.cid-u2R9gP6tty .mbr-role,
.cid-u2R9gP6tty .social-row {
  color: #8d8d8d;
}
.cid-u2RbYg1QSv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2RbYg1QSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RbYg1QSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2RbYg1QSv .mbr-section-title {
  color: #117d16;
}
.cid-u1OY8umWpX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u1OY8umWpX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1OY8umWpX .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1OY8umWpX .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1OY8umWpX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1OY8umWpX .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1OY8umWpX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1OY8umWpX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1OY8umWpX .social-row {
  text-align: center;
}
.cid-u1OY8umWpX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1OY8umWpX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1OY8umWpX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1OY8umWpX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1OY8umWpX .mbr-section-title {
  color: #6db043;
}
.cid-u1OY8umWpX .card-title,
.cid-u1OY8umWpX .social-row {
  color: #117d16;
}
.cid-u1OY8umWpX .card-text,
.cid-u1OY8umWpX .mbr-section-btn,
.cid-u1OY8umWpX .social-row {
  text-align: center;
}
.cid-u1OY8umWpX .mbr-role,
.cid-u1OY8umWpX .social-row {
  color: #8d8d8d;
}
.cid-u2idyKdvZK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idyKdvZK .container {
    padding: 1rem;
  }
}
.cid-u2idyKdvZK .card-box {
  padding: 0 2rem;
}
.cid-u2idyKdvZK .card {
  padding: 0!important;
}
.cid-u2idyKdvZK .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idyKdvZK .container-fluid {
  padding: 0;
}
.cid-u2idyKdvZK .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idyKdvZK .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idyKdvZK .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idyKdvZK h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idyKdvZK p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idyKdvZK .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idyKdvZK .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idyKdvZK .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idyKdvZK .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idyKdvZK .mbr-text,
.cid-u2idyKdvZK .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1OV8DRfK0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1OV8DRfK0 nav.navbar {
  position: fixed;
}
.cid-u1OV8DRfK0 .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-u1OV8DRfK0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1OV8DRfK0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1OV8DRfK0 .dropdown-item:hover,
.cid-u1OV8DRfK0 .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1OV8DRfK0 .dropdown-item:hover span {
  color: white;
}
.cid-u1OV8DRfK0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1OV8DRfK0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1OV8DRfK0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1OV8DRfK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1OV8DRfK0 .nav-link {
  position: relative;
}
.cid-u1OV8DRfK0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1OV8DRfK0 .container {
    flex-wrap: nowrap;
  }
}
.cid-u1OV8DRfK0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1OV8DRfK0 .dropdown-menu,
.cid-u1OV8DRfK0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1OV8DRfK0 .nav-item:focus,
.cid-u1OV8DRfK0 .nav-link:focus {
  outline: none;
}
.cid-u1OV8DRfK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1OV8DRfK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1OV8DRfK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1OV8DRfK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1OV8DRfK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1OV8DRfK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1OV8DRfK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1OV8DRfK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1OV8DRfK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1OV8DRfK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1OV8DRfK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1OV8DRfK0 .navbar.collapsed {
  justify-content: center;
}
.cid-u1OV8DRfK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1OV8DRfK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1OV8DRfK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1OV8DRfK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1OV8DRfK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1OV8DRfK0 .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-u1OV8DRfK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1OV8DRfK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1OV8DRfK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1OV8DRfK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1OV8DRfK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1OV8DRfK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1OV8DRfK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1OV8DRfK0 .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-u1OV8DRfK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1OV8DRfK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1OV8DRfK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1OV8DRfK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1OV8DRfK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1OV8DRfK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1OV8DRfK0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1OV8DRfK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1OV8DRfK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1OV8DRfK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1OV8DRfK0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1OV8DRfK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1OV8DRfK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1OV8DRfK0 .dropdown-item.active,
.cid-u1OV8DRfK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1OV8DRfK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1OV8DRfK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1OV8DRfK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1OV8DRfK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1OV8DRfK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1OV8DRfK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1OV8DRfK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1OV8DRfK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1OV8DRfK0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1OV8DRfK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1OV8DRfK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1OV8DRfK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1OV8DRfK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1OV8DRfK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1OV8DRfK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1OV8DRfK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1OV8DRfK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1OV8DRfK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1OV8DRfK0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1OV8DRfK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1OV8DRfK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1OV8DRfK0 .navbar {
    height: 70px;
  }
  .cid-u1OV8DRfK0 .navbar.opened {
    height: auto;
  }
  .cid-u1OV8DRfK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
.cid-u1QglCjQ3N {
  padding-top: 0px;
  padding-bottom: 280px;
  background-image: url("../../../assets/images/head-pastas-1920x950.webp");
}
.cid-u1QglCjQ3N .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-u1QglCjQ3N .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u1QglCjQ3N .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QglCjQ3N .card-title,
.cid-u1QglCjQ3N .card-img {
  color: #ffffff;
}
.cid-u1QglCT0dV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1QglCT0dV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1QglCT0dV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1QglCT0dV .mbr-section-subtitle {
  color: #117d16;
}
.cid-u1QglD3EAG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u1QglD3EAG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1QglD3EAG .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1QglD3EAG .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1QglD3EAG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1QglD3EAG .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cid-u1QglD3EAG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1QglD3EAG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1QglD3EAG .social-row {
  text-align: center;
}
.cid-u1QglD3EAG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1QglD3EAG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1QglD3EAG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1QglD3EAG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1QglD3EAG .mbr-section-title {
  color: #6db043;
}
.cid-u1QglD3EAG .card-title,
.cid-u1QglD3EAG .social-row {
  color: #117d16;
}
.cid-u1QglD3EAG .card-text,
.cid-u1QglD3EAG .mbr-section-btn,
.cid-u1QglD3EAG .social-row {
  text-align: center;
}
.cid-u1QglD3EAG .mbr-role,
.cid-u1QglD3EAG .social-row {
  color: #8d8d8d;
}
.cid-u2idwfitSf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u2idwfitSf .container {
    padding: 1rem;
  }
}
.cid-u2idwfitSf .card-box {
  padding: 0 2rem;
}
.cid-u2idwfitSf .card {
  padding: 0!important;
}
.cid-u2idwfitSf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u2idwfitSf .container-fluid {
  padding: 0;
}
.cid-u2idwfitSf .card1 {
  background-image: url("../../../assets/images/bg-int-inst-640x340.webp");
}
.cid-u2idwfitSf .card2 {
  background-image: url("../../../assets/images/bg-int-yt-640x340.webp");
}
.cid-u2idwfitSf .card3 {
  background-image: url("../../../assets/images/bg-int-fb-640x340.webp");
}
.cid-u2idwfitSf h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u2idwfitSf p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u2idwfitSf .card-wrapper {
  height: 100%;
  padding: 1rem 2rem 1rem 2rem;
  background-size: cover;
}
.cid-u2idwfitSf .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u2idwfitSf .card-wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.cid-u2idwfitSf .card-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u2idwfitSf .mbr-text,
.cid-u2idwfitSf .mbr-section-btn {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
.cid-u1QglDWNuf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1QglDWNuf nav.navbar {
  position: fixed;
}
.cid-u1QglDWNuf .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-u1QglDWNuf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u1QglDWNuf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1QglDWNuf .dropdown-item:hover,
.cid-u1QglDWNuf .dropdown-item:focus {
  background: #f90a0a !important;
  color: white !important;
}
.cid-u1QglDWNuf .dropdown-item:hover span {
  color: white;
}
.cid-u1QglDWNuf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1QglDWNuf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1QglDWNuf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1QglDWNuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1QglDWNuf .nav-link {
  position: relative;
}
.cid-u1QglDWNuf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1QglDWNuf .container {
    flex-wrap: nowrap;
  }
}
.cid-u1QglDWNuf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1QglDWNuf .dropdown-menu,
.cid-u1QglDWNuf .navbar.opened {
  background: #ffffff !important;
}
.cid-u1QglDWNuf .nav-item:focus,
.cid-u1QglDWNuf .nav-link:focus {
  outline: none;
}
.cid-u1QglDWNuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1QglDWNuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1QglDWNuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1QglDWNuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1QglDWNuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1QglDWNuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1QglDWNuf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1QglDWNuf .navbar.opened {
  transition: all 0.3s;
}
.cid-u1QglDWNuf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1QglDWNuf .navbar .navbar-logo img {
  width: auto;
}
.cid-u1QglDWNuf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1QglDWNuf .navbar.collapsed {
  justify-content: center;
}
.cid-u1QglDWNuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1QglDWNuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1QglDWNuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u1QglDWNuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1QglDWNuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1QglDWNuf .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-u1QglDWNuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1QglDWNuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1QglDWNuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1QglDWNuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1QglDWNuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1QglDWNuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1QglDWNuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1QglDWNuf .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-u1QglDWNuf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1QglDWNuf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1QglDWNuf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1QglDWNuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1QglDWNuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1QglDWNuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1QglDWNuf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1QglDWNuf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1QglDWNuf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1QglDWNuf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1QglDWNuf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1QglDWNuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1QglDWNuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1QglDWNuf .dropdown-item.active,
.cid-u1QglDWNuf .dropdown-item:active {
  background-color: transparent;
}
.cid-u1QglDWNuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1QglDWNuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1QglDWNuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1QglDWNuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1QglDWNuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1QglDWNuf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1QglDWNuf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1QglDWNuf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1QglDWNuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1QglDWNuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1QglDWNuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1QglDWNuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QglDWNuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1QglDWNuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1QglDWNuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QglDWNuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1QglDWNuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1QglDWNuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1QglDWNuf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1QglDWNuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1QglDWNuf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1QglDWNuf .navbar {
    height: 70px;
  }
  .cid-u1QglDWNuf .navbar.opened {
    height: auto;
  }
  .cid-u1QglDWNuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RsiJCNgb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .content {
    text-align: center;
  }
  .cid-u2RsiJCNgb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RsiJCNgb .logo-subtitle {
  color: #8d97ad;
}
.cid-u2RsiJCNgb .media-wrap {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2RsiJCNgb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2RsiJCNgb .media-wrap img {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2RsiJCNgb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2RsiJCNgb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2RsiJCNgb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2RsiJCNgb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2RsiJCNgb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2RsiJCNgb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2RsiJCNgb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2RsiJCNgb .list-item {
  display: flex;
}
.cid-u2RsiJCNgb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2RsiJCNgb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2RsiJCNgb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2RsiJCNgb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2RsiJCNgb .copyright > p {
  color: #5b5d5b;
}
.cid-u2RsiJCNgb .logo-subtitle,
.cid-u2RsiJCNgb .media-wrap {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .column-title {
  color: #b8d94f;
}
.cid-u2RsiJCNgb P {
  color: #bbbbbb;
}
.cid-u2RsiJCNgb .mbr-text {
  color: #bbbbbb;
}
