@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

button {
  background-color: transparent;
  border-color: transparent;
}

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.3;
}

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

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

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

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  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: 300;
}

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

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

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

/*! 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 {
  font-weight: 600;
  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: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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: 400;
}

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

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

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

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

.mbr-fullscreen {
  display: 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: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  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: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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: 51%;
  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: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    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: 0.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 .link {
  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 {
  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;
  box-shadow: 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: 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-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.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;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/* ==========================================================================
   BLOQUEO ABSOLUTO DE FUENTE PARA LA EXTENSIÓN CHAT BUTTON DE MOBIRISE
   ========================================================================== */
#mbr-chat-button, 
[id*="mbr-chat"], 
[class*="chat-button"], 
div[class*="popup"],
#mbr-chat-button *, 
[id*="mbr-chat"] *, 
[class*="chat-button"] * {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e94272 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e94272 !important;
  border-color: #e94272 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #be1646 !important;
  border-color: #be1646 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be1646 !important;
  border-color: #be1646 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e94272;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be1646 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e94272 !important;
  border-color: #e94272 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e94272 !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b01541 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e94272;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e94272;
  border-color: #e94272;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e94272;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e94272 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e94272;
}
/* 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: #e94272;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e94272;
}
.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: #e94272;
  border-bottom-color: #e94272;
}
.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: #e94272 !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: #5cdb95 !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='%23e94272' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  position: relative !important;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #ffffff !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkTXIPx6Yn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/imprenta-personalizacion-tazas-madrid-sublimacion-serigrafia-2000x892.webp");
}
@media (min-width: 992px) {
  .cid-vkTXIPx6Yn,
  .cid-vkTXIPx6Yn .mbr-parallax-background,
  .cid-vkTXIPx6Yn [style*="background-image"] {
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 991px) {
  .cid-vkTXIPx6Yn,
  .cid-vkTXIPx6Yn .mbr-parallax-background,
  .cid-vkTXIPx6Yn [style*="background-image"] {
    background-size: cover !important;
    background-position: center 30% !important;
  }
}
.cid-vkTXIPx6Yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTXIPx6Yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIB23OZlT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkIB23OZlT .item:focus,
.cid-vkIB23OZlT span:focus {
  outline: none;
}
.cid-vkIB23OZlT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkIB23OZlT .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkIB23OZlT .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkIB23OZlT .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkId15aUP8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkId15aUP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkId15aUP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vkId15aUP8 .container {
    max-width: 1400px;
  }
}
.cid-vkId15aUP8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e94272;
  margin-bottom: 2rem;
}
.cid-vkId15aUP8 .row {
  justify-content: center;
}
.cid-vkIfJmZUty {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIfJmZUty img,
.cid-vkIfJmZUty .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vkIfJmZUty .item:focus,
.cid-vkIfJmZUty span:focus {
  outline: none;
}
.cid-vkIfJmZUty .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vkIfJmZUty .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vkIfJmZUty .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vkIfJmZUty .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vkIfJmZUty .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkIfJmZUty .mbr-section-title {
  color: #232323;
}
.cid-vkIfJmZUty .mbr-text,
.cid-vkIfJmZUty .mbr-section-btn {
  text-align: left;
}
.cid-vkIfJmZUty .item-title {
  text-align: left;
  color: #e94272;
}
.cid-vkIfJmZUty .item-subtitle {
  text-align: center;
}
.cid-vkIgxE3Deq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIgxE3Deq img,
.cid-vkIgxE3Deq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vkIgxE3Deq .item:focus,
.cid-vkIgxE3Deq span:focus {
  outline: none;
}
.cid-vkIgxE3Deq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vkIgxE3Deq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vkIgxE3Deq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vkIgxE3Deq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vkIgxE3Deq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkIgxE3Deq .mbr-section-title {
  color: #232323;
}
.cid-vkIgxE3Deq .mbr-text,
.cid-vkIgxE3Deq .mbr-section-btn {
  text-align: left;
}
.cid-vkIgxE3Deq .item-title {
  text-align: left;
  color: #e94272;
}
.cid-vkIgxE3Deq .item-subtitle {
  text-align: center;
}
.cid-vkIgNiUnoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkIgNiUnoK img,
.cid-vkIgNiUnoK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vkIgNiUnoK .item:focus,
.cid-vkIgNiUnoK span:focus {
  outline: none;
}
.cid-vkIgNiUnoK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vkIgNiUnoK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vkIgNiUnoK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vkIgNiUnoK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vkIgNiUnoK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkIgNiUnoK .mbr-section-title {
  color: #232323;
}
.cid-vkIgNiUnoK .mbr-text,
.cid-vkIgNiUnoK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vkIgNiUnoK .item-title {
  text-align: left;
  color: #e94272;
}
.cid-vkIgNiUnoK .item-subtitle {
  text-align: center;
}
.cid-vlbvs81mus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlbvs81mus H2 {
  color: #e94272;
  text-align: center;
}
.cid-vlbvs81mus .mbr-text,
.cid-vlbvs81mus .mbr-section-btn {
  color: #808080;
  text-align: center;
}
.cid-vlbvs81mus img {
  max-width: 500px;
  margin: auto;
}
.cid-vlbvs81mus .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbvs81mus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbvs81mus H1 {
  text-align: center;
}
.cid-vkIjBpof0v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIjBpof0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIjBpof0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIjBpof0v .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vkIjBpof0v .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vkIjBpof0v .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vkIjBpof0v .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkIjBpof0v .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vkIjBpof0v .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vkIjBpof0v .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vkIjBpof0v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vkIjBpof0v .card-title {
  color: #e94272;
}
.cid-vkIn3xPsnL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIn3xPsnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIn3xPsnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vkIn3xPsnL .container {
    padding: 0 16px;
  }
}
.cid-vkIn3xPsnL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vkIn3xPsnL .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-vkIn3xPsnL .content-wrapper {
  margin-bottom: 80px;
}
.cid-vkIn3xPsnL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkIn3xPsnL .content-wrapper .mbr-section-title span {
  color: #e94272;
}
.cid-vkIn3xPsnL .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vkIn3xPsnL .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkIn3xPsnL .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-vkIn3xPsnL .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-vkIn3xPsnL .item .item-wrapper {
  background-color: #ececec;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-vkIn3xPsnL .item .item-wrapper {
    padding: 32px;
  }
}
.cid-vkIn3xPsnL .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkIn3xPsnL .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-vkIn3xPsnL .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vkIn3xPsnL .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 48px !important;
  color: #e94272;
}
.cid-vkIn3xPsnL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkIn3xPsnL .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-vkIn3xPsnL .mbr-section-title {
  color: #000000;
}
.cid-vkIn3xPsnL .mbr-text,
.cid-vkIn3xPsnL .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-vkIn3xPsnL .item-title {
  color: #e94272;
}
.cid-vkIn3xPsnL .item-text {
  color: #6f6f6f;
}
.cid-vkIn3xPsnL .mbr-section-title,
.cid-vkIn3xPsnL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vkIpCqsgGI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkIpCqsgGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkIpCqsgGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkIpCqsgGI .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.cid-vkIpCqsgGI .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkIpCqsgGI .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
}
.cid-vkIpCqsgGI .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #e94272;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkIpCqsgGI .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkIpCqsgGI .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkIpCqsgGI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkIpCqsgGI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkIpCqsgGI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkIpCqsgGI .items-wrapper {
  margin: 0 -70px;
  margin: 0 -20px;
}
.cid-vkIpCqsgGI .items-wrapper .card {
  padding: 0 70px;
  padding: 0 20px;
}
.cid-vkIpCqsgGI .panel-group .card {
  position: relative;
  padding: 20px 24px 32px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vkIpCqsgGI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkIpCqsgGI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vkIpCqsgGI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkIpCqsgGI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}
.cid-vkIpCqsgGI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  transition: all 0.3s ease-in-out;
  color: #e94272;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vkIpCqsgGI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vkIpCqsgGI .panel-group .card .panel-collapse .panel-body {
  padding-top: 12px;
}
.cid-vkIpCqsgGI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrap {
    margin-top: 40px;
  }
}
.cid-vkIpCqsgGI .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrap .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkIpCqsgGI .content-wrap .image-wrapper img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vkIpCqsgGI .content-wrap .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkIpCqsgGI .content-wrap .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vkIpCqsgGI .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vkIpCqsgGI .mbr-label {
  color: #6f6f75;
}
.cid-vkIpCqsgGI .mbr-tag {
  color: #333336;
}
.cid-vkIpCqsgGI .mbr-section-title,
.cid-vkIpCqsgGI .title-wrapper {
  color: #e94272;
  text-align: center;
}
.cid-vkIpCqsgGI .mbr-text,
.cid-vkIpCqsgGI .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkIpCqsgGI .panel-title-edit {
  color: #e94272;
}
.cid-vkIpCqsgGI .panel-text {
  color: #6f6f75;
}
.cid-vkIpCqsgGI .mbr-label,
.cid-vkIpCqsgGI .label-wrapper,
.cid-vkIpCqsgGI .mbr-tag {
  text-align: center;
}
.cid-vkIpCqsgGI .mbr-section-subtitle {
  color: #e94272;
}
.cid-vkIpCqsgGI .panel-text,
.cid-vkIpCqsgGI .item-btn {
  color: #6f6f75;
}
.cid-vkIpCqsgGI .mbr-desc {
  color: #6f6f75;
}
.cid-vl5x3uDLbP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl5x3uDLbP .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl5x3uDLbP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl5x3uDLbP .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl5x3uDLbP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl5x3uDLbP .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl5x3uDLbP .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl5x3uDLbP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl5x3uDLbP .logo-title {
  text-align: center;
}
.cid-vl5x3uDLbP .logo-sub-title {
  text-align: center;
}
.cid-vl5x3uDLbP .links {
  text-align: center;
  color: #656565;
}
.cid-vl5x3uDLbP .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl5x3uDLbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl5x3uDLbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl5x3uDLbP .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl5x3uDLbP .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbpHlVqQp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbpHlVqQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbpHlVqQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbpHlVqQp .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbpHlVqQp .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbpHlVqQp .items-wrapper {
  align-items: center;
}
.cid-vlbpHlVqQp .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbpHlVqQp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbpHlVqQp .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbpHlVqQp .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbpHlVqQp .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbpHlVqQp .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbpHlVqQp .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbpHlVqQp .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbpHlVqQp .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkUzx2yxCC {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkUzx2yxCC .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkUzx2yxCC .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkUzx2yxCC .card a,
.cid-vkUzx2yxCC .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkUzx2yxCC .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkUzx2yxCC .card:hover img {
  transform: scale(1.05);
}
.cid-vkUzx2yxCC .mbr-section-title {
  color: #000000;
}
.cid-vkUzx2yxCC .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkOy6JivtQ .navbar-dropdown {
  position: relative !important;
}
.cid-vkOy6JivtQ .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-vkOy6JivtQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkOy6JivtQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkOy6JivtQ .dropdown-item:hover,
.cid-vkOy6JivtQ .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkOy6JivtQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkOy6JivtQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkOy6JivtQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkOy6JivtQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkOy6JivtQ .nav-link {
  position: relative;
}
.cid-vkOy6JivtQ .container {
  display: flex;
  margin: auto;
}
.cid-vkOy6JivtQ .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkOy6JivtQ .dropdown-menu,
.cid-vkOy6JivtQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vkOy6JivtQ .nav-item:focus,
.cid-vkOy6JivtQ .nav-link:focus {
  outline: none;
}
.cid-vkOy6JivtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkOy6JivtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkOy6JivtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkOy6JivtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkOy6JivtQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkOy6JivtQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkOy6JivtQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkOy6JivtQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vkOy6JivtQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkOy6JivtQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vkOy6JivtQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkOy6JivtQ .navbar.collapsed {
  justify-content: center;
}
.cid-vkOy6JivtQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkOy6JivtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkOy6JivtQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkOy6JivtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkOy6JivtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkOy6JivtQ .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-vkOy6JivtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkOy6JivtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkOy6JivtQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkOy6JivtQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkOy6JivtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkOy6JivtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkOy6JivtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkOy6JivtQ .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-vkOy6JivtQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkOy6JivtQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkOy6JivtQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkOy6JivtQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkOy6JivtQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkOy6JivtQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkOy6JivtQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkOy6JivtQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkOy6JivtQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkOy6JivtQ .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-vkOy6JivtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkOy6JivtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkOy6JivtQ .dropdown-item.active,
.cid-vkOy6JivtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vkOy6JivtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkOy6JivtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkOy6JivtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkOy6JivtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkOy6JivtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkOy6JivtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkOy6JivtQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkOy6JivtQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkOy6JivtQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkOy6JivtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkOy6JivtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkOy6JivtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkOy6JivtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkOy6JivtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkOy6JivtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkOy6JivtQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkOy6JivtQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkOy6JivtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkOy6JivtQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkOy6JivtQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkOy6JivtQ .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-vkOy6JivtQ .navbar {
    height: 70px;
  }
  .cid-vkOy6JivtQ .navbar.opened {
    height: auto;
  }
  .cid-vkOy6JivtQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkOy6K3ACR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkOy6K3ACR .item:focus,
.cid-vkOy6K3ACR span:focus {
  outline: none;
}
.cid-vkOy6K3ACR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkOy6K3ACR .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkOy6K3ACR .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkOy6K3ACR .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkOyscaEGW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkOyscaEGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkOyscaEGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkOyscaEGW .mbr-section-title,
.cid-vkOyscaEGW .mbr-section-subtitle,
.cid-vkOyscaEGW .mbr-text,
.cid-vkOyscaEGW p,
.cid-vkOyscaEGW h2,
.cid-vkOyscaEGW h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkOyscaEGW .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkOyscaEGW .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkOyscaEGW .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkOy6KlyxG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkOy6KlyxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkOy6KlyxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkOy6KlyxG .custom-main-title,
.cid-vkOy6KlyxG .custom-main-subtitle,
.cid-vkOy6KlyxG .custom-card-title,
.cid-vkOy6KlyxG .custom-card-text,
.cid-vkOy6KlyxG p,
.cid-vkOy6KlyxG h2,
.cid-vkOy6KlyxG h3,
.cid-vkOy6KlyxG b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkOy6KlyxG .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkOy6KlyxG .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkOy6KlyxG .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkOy6KlyxG .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkOy6KlyxG .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkOy6KlyxG .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkOy6KlyxG .row {
  justify-content: center;
}
.cid-vl7jqRQky2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94272;
}
.cid-vl7jqRQky2 .item:focus,
.cid-vl7jqRQky2 span:focus {
  outline: none;
}
.cid-vl7jqRQky2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vl7jqRQky2 .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vl7jqRQky2 .item {
  color: #fafafa;
  padding: 10px 0;
}
.cid-vl7jqRQky2 .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkOAGgPTYi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkOAGgPTYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkOAGgPTYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkOAGgPTYi .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vkOAGgPTYi .custom-title-font,
.cid-vkOAGgPTYi .custom-subtitle-font,
.cid-vkOAGgPTYi .custom-header-font,
.cid-vkOAGgPTYi .custom-cell-font,
.cid-vkOAGgPTYi .table-disclaimer-text,
.cid-vkOAGgPTYi p,
.cid-vkOAGgPTYi h2,
.cid-vkOAGgPTYi b,
.cid-vkOAGgPTYi strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkOAGgPTYi .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkOAGgPTYi .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vkOAGgPTYi .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkOAGgPTYi .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vkOAGgPTYi .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vkOAGgPTYi .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vkOAGgPTYi .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vkOAGgPTYi .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vkOAGgPTYi .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vkOAGgPTYi .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vkOAGgPTYi .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vkOAGgPTYi .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vkOAGgPTYi .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vkOAGgPTYi .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vkOAGgPTYi .card-text {
  color: #e94272;
}
.cid-vkV3olY3Zh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkV3olY3Zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkV3olY3Zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkV3olY3Zh .item {
  padding-bottom: 2rem;
}
.cid-vkV3olY3Zh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkV3olY3Zh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkV3olY3Zh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkV3olY3Zh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkV3olY3Zh .carousel-control,
.cid-vkV3olY3Zh .close {
  background: #1b1b1b;
}
.cid-vkV3olY3Zh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkV3olY3Zh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkV3olY3Zh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkV3olY3Zh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkV3olY3Zh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkV3olY3Zh .close::before {
  content: '\e91a';
}
.cid-vkV3olY3Zh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkV3olY3Zh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkV3olY3Zh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkV3olY3Zh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkV3olY3Zh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkV3olY3Zh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkV3olY3Zh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkV3olY3Zh .carousel-indicators li.active,
.cid-vkV3olY3Zh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkV3olY3Zh .carousel-indicators li::after,
.cid-vkV3olY3Zh .carousel-indicators li::before {
  content: none;
}
.cid-vkV3olY3Zh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkV3olY3Zh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkV3olY3Zh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkV3olY3Zh .carousel-indicators {
    display: none;
  }
}
.cid-vkV3olY3Zh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkV3olY3Zh .carousel-inner > .active {
  display: block;
}
.cid-vkV3olY3Zh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkV3olY3Zh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkV3olY3Zh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkV3olY3Zh .carousel-control,
  .cid-vkV3olY3Zh .carousel-indicators,
  .cid-vkV3olY3Zh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkV3olY3Zh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkV3olY3Zh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkV3olY3Zh .carousel-indicators .active,
.cid-vkV3olY3Zh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkV3olY3Zh .carousel-indicators .active {
  background: #fff;
}
.cid-vkV3olY3Zh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkV3olY3Zh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkV3olY3Zh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkV3olY3Zh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkV3olY3Zh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkV3olY3Zh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkV3olY3Zh .carousel {
  width: 100%;
}
.cid-vkV3olY3Zh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkV3olY3Zh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkV3olY3Zh .modal.fade .modal-dialog,
.cid-vkV3olY3Zh .modal.in .modal-dialog {
  transform: none;
}
.cid-vkV3olY3Zh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkV3olY3Zh H6 {
  text-align: center;
}
.cid-vkV3olY3Zh .mbr-section-title,
.cid-vkV3olY3Zh .mbr-section-subtitle,
.cid-vkV3olY3Zh .item-title,
.cid-vkV3olY3Zh .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkV3olY3Zh .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkV3olY3Zh .item-content .item-title,
.cid-vkV3olY3Zh .item-wrapper .item-content h5,
.cid-vkV3olY3Zh .item-content .mbr-text,
.cid-vkV3olY3Zh .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkV3olY3Zh .item-content .item-title,
.cid-vkV3olY3Zh .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkV3olY3Zh .item-content .mbr-text,
.cid-vkV3olY3Zh .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkV3olY3Zh .mbr-section-title {
  color: #e94272;
}
.cid-vkV3olY3Zh [class*="col-"] p,
.cid-vkV3olY3Zh [class*="col-"] h5,
.cid-vkV3olY3Zh [class*="col-"] h6,
.cid-vkV3olY3Zh [class*="col-"] .mbr-text,
.cid-vkV3olY3Zh [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkV3olY3Zh [class*="col-"] p,
.cid-vkV3olY3Zh [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-1i {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS LIMPIOS SIN BORDE RELLENO CORREGIDO */
}
#custom-html-1i .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-1i #product-care-module,
#custom-html-1i #product-care-module .care-block-title,
#custom-html-1i #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-1i .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-1i .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-1i .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-1i .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-1i .white-circle-icon svg {
  color: #e94272 !important;
  fill: #e94272 !important;
  /* Mantiene el color del icono */
  stroke: none !important;
  /* ¡QUITA LA LÍNEA DE CONTORNO QUE LOS ENGROSABA! */
  stroke-width: 0 !important;
  /* Asegura espesor cero en el perfil */
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-1i .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-1i .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-1i .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-1i .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.cid-vkUNhdmKr1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkUNhdmKr1 h3,
.cid-vkUNhdmKr1 h4,
.cid-vkUNhdmKr1 h5,
.cid-vkUNhdmKr1 h6,
.cid-vkUNhdmKr1 p {
  margin: 0;
}
.cid-vkUNhdmKr1 .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkUNhdmKr1 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkUNhdmKr1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkUNhdmKr1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkUNhdmKr1 .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkUNhdmKr1 .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkUNhdmKr1 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkUNhdmKr1 .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkUNhdmKr1 .nav-link,
.cid-vkUNhdmKr1 .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkUNhdmKr1 .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkUNhdmKr1 .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkUNhdmKr1 .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkUNhdmKr1 .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkUNhdmKr1 .tab-title {
  margin-bottom: 25px;
}
.cid-vkUNhdmKr1 .tab-subtitle {
  color: #ff0081;
}
.cid-vkUNhdmKr1 .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkUNhdmKr1 .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkUNhdmKr1 .add-section {
    text-align: center;
  }
}
.cid-vkUNhdmKr1 .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkUNhdmKr1 .add-section-head {
    flex-direction: column;
  }
}
.cid-vkUNhdmKr1 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkUNhdmKr1 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkUNhdmKr1 .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkUNhdmKr1 .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkUNhdmKr1 .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkUNhdmKr1 .col-md-7 {
    width: 80%;
  }
}
.cid-vkUNhdmKr1 .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkUNhdmKr1 .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkUNhdmKr1 .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkUNhdmKr1 .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkUNhdmKr1 .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkUNhdmKr1 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkUNhdmKr1 .card-item:last-child {
  margin-right: 0;
}
.cid-vkUNhdmKr1 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkUNhdmKr1 .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkUNhdmKr1 .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkUNhdmKr1 .right {
  margin-top: 2rem;
}
.cid-vkUNhdmKr1 .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkUNhdmKr1 .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkUNhdmKr1 .right {
    text-align: center;
  }
}
.cid-vkUNhdmKr1 .list-right {
  color: #bbbbbb;
}
.cid-vkUNhdmKr1 .list-left {
  color: #bbbbbb;
}
.cid-vln1aXAf8b {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln1aXAf8b .custom-dl-title,
.cid-vln1aXAf8b .custom-dl-subtitle,
.cid-vln1aXAf8b .custom-dl-button-style,
.cid-vln1aXAf8b h2,
.cid-vln1aXAf8b h4,
.cid-vln1aXAf8b p,
.cid-vln1aXAf8b b,
.cid-vln1aXAf8b strong,
.cid-vln1aXAf8b a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln1aXAf8b .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln1aXAf8b .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln1aXAf8b .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln1aXAf8b .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln1aXAf8b .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln1aXAf8b .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln1aXAf8b .mbr-section-btn,
  .cid-vln1aXAf8b .mbr-section-subtitle,
  .cid-vln1aXAf8b .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln1aXAf8b .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln1aXAf8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln1aXAf8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6Jcs2alE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6Jcs2alE .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6Jcs2alE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6Jcs2alE .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6Jcs2alE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6Jcs2alE .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6Jcs2alE .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6Jcs2alE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6Jcs2alE .logo-title {
  text-align: center;
}
.cid-vl6Jcs2alE .logo-sub-title {
  text-align: center;
}
.cid-vl6Jcs2alE .links {
  text-align: center;
  color: #656565;
}
.cid-vl6Jcs2alE .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6Jcs2alE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6Jcs2alE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6Jcs2alE .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6Jcs2alE .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbs0tNsx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbs0tNsx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbs0tNsx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbs0tNsx4 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbs0tNsx4 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbs0tNsx4 .items-wrapper {
  align-items: center;
}
.cid-vlbs0tNsx4 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbs0tNsx4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbs0tNsx4 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbs0tNsx4 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbs0tNsx4 .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbs0tNsx4 .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbs0tNsx4 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbs0tNsx4 .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbs0tNsx4 .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkUPrHfS26 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkUPrHfS26 .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkUPrHfS26 .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkUPrHfS26 .card a,
.cid-vkUPrHfS26 .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkUPrHfS26 .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkUPrHfS26 .card:hover img {
  transform: scale(1.05);
}
.cid-vkUPrHfS26 .mbr-section-title {
  color: #000000;
}
.cid-vkUPrHfS26 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtOAXYDs .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtOAXYDs .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-vkPtOAXYDs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtOAXYDs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtOAXYDs .dropdown-item:hover,
.cid-vkPtOAXYDs .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtOAXYDs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtOAXYDs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtOAXYDs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtOAXYDs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtOAXYDs .nav-link {
  position: relative;
}
.cid-vkPtOAXYDs .container {
  display: flex;
  margin: auto;
}
.cid-vkPtOAXYDs .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtOAXYDs .dropdown-menu,
.cid-vkPtOAXYDs .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtOAXYDs .nav-item:focus,
.cid-vkPtOAXYDs .nav-link:focus {
  outline: none;
}
.cid-vkPtOAXYDs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtOAXYDs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtOAXYDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtOAXYDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtOAXYDs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtOAXYDs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtOAXYDs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtOAXYDs .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtOAXYDs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtOAXYDs .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtOAXYDs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtOAXYDs .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtOAXYDs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtOAXYDs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtOAXYDs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtOAXYDs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtOAXYDs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtOAXYDs .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-vkPtOAXYDs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtOAXYDs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtOAXYDs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtOAXYDs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtOAXYDs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtOAXYDs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtOAXYDs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtOAXYDs .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-vkPtOAXYDs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtOAXYDs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtOAXYDs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtOAXYDs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtOAXYDs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtOAXYDs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtOAXYDs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtOAXYDs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtOAXYDs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtOAXYDs .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-vkPtOAXYDs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtOAXYDs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtOAXYDs .dropdown-item.active,
.cid-vkPtOAXYDs .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtOAXYDs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtOAXYDs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtOAXYDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtOAXYDs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtOAXYDs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtOAXYDs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtOAXYDs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtOAXYDs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtOAXYDs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtOAXYDs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtOAXYDs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtOAXYDs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtOAXYDs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtOAXYDs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtOAXYDs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtOAXYDs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtOAXYDs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtOAXYDs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtOAXYDs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtOAXYDs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtOAXYDs .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-vkPtOAXYDs .navbar {
    height: 70px;
  }
  .cid-vkPtOAXYDs .navbar.opened {
    height: auto;
  }
  .cid-vkPtOAXYDs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtOBvsCS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtOBvsCS .item:focus,
.cid-vkPtOBvsCS span:focus {
  outline: none;
}
.cid-vkPtOBvsCS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtOBvsCS .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtOBvsCS .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtOBvsCS .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtOBSQPS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtOBSQPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtOBSQPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtOBSQPS .mbr-section-title,
.cid-vkPtOBSQPS .mbr-section-subtitle,
.cid-vkPtOBSQPS .mbr-text,
.cid-vkPtOBSQPS p,
.cid-vkPtOBSQPS h2,
.cid-vkPtOBSQPS h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtOBSQPS .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtOBSQPS .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtOBSQPS .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vl7kXYG8nv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7kXYG8nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7kXYG8nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7kXYG8nv .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7kXYG8nv .custom-title-font,
.cid-vl7kXYG8nv .custom-subtitle-font,
.cid-vl7kXYG8nv .custom-header-font,
.cid-vl7kXYG8nv .custom-cell-font,
.cid-vl7kXYG8nv .table-disclaimer-text,
.cid-vl7kXYG8nv p,
.cid-vl7kXYG8nv h2,
.cid-vl7kXYG8nv b,
.cid-vl7kXYG8nv strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7kXYG8nv .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7kXYG8nv .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7kXYG8nv .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7kXYG8nv .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7kXYG8nv .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7kXYG8nv .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7kXYG8nv .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7kXYG8nv .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7kXYG8nv .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7kXYG8nv .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7kXYG8nv .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7kXYG8nv .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7kXYG8nv .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7kXYG8nv .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7kXYG8nv .card-text {
  color: #e94272;
}
.cid-vkPtOCITMv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtOCITMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtOCITMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtOCITMv .custom-main-title,
.cid-vkPtOCITMv .custom-main-subtitle,
.cid-vkPtOCITMv .custom-card-title,
.cid-vkPtOCITMv .custom-card-text,
.cid-vkPtOCITMv p,
.cid-vkPtOCITMv h2,
.cid-vkPtOCITMv h3,
.cid-vkPtOCITMv b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtOCITMv .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtOCITMv .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtOCITMv .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtOCITMv .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtOCITMv .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtOCITMv .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtOCITMv .row {
  justify-content: center;
}
.cid-vkVq6Z8x4I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVq6Z8x4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVq6Z8x4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVq6Z8x4I .item {
  padding-bottom: 2rem;
}
.cid-vkVq6Z8x4I .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkVq6Z8x4I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkVq6Z8x4I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkVq6Z8x4I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkVq6Z8x4I .carousel-control,
.cid-vkVq6Z8x4I .close {
  background: #1b1b1b;
}
.cid-vkVq6Z8x4I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkVq6Z8x4I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkVq6Z8x4I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkVq6Z8x4I .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkVq6Z8x4I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkVq6Z8x4I .close::before {
  content: '\e91a';
}
.cid-vkVq6Z8x4I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkVq6Z8x4I .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkVq6Z8x4I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVq6Z8x4I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkVq6Z8x4I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkVq6Z8x4I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkVq6Z8x4I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkVq6Z8x4I .carousel-indicators li.active,
.cid-vkVq6Z8x4I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkVq6Z8x4I .carousel-indicators li::after,
.cid-vkVq6Z8x4I .carousel-indicators li::before {
  content: none;
}
.cid-vkVq6Z8x4I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkVq6Z8x4I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkVq6Z8x4I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkVq6Z8x4I .carousel-indicators {
    display: none;
  }
}
.cid-vkVq6Z8x4I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkVq6Z8x4I .carousel-inner > .active {
  display: block;
}
.cid-vkVq6Z8x4I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVq6Z8x4I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkVq6Z8x4I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkVq6Z8x4I .carousel-control,
  .cid-vkVq6Z8x4I .carousel-indicators,
  .cid-vkVq6Z8x4I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkVq6Z8x4I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkVq6Z8x4I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkVq6Z8x4I .carousel-indicators .active,
.cid-vkVq6Z8x4I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkVq6Z8x4I .carousel-indicators .active {
  background: #fff;
}
.cid-vkVq6Z8x4I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkVq6Z8x4I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkVq6Z8x4I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkVq6Z8x4I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkVq6Z8x4I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkVq6Z8x4I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkVq6Z8x4I .carousel {
  width: 100%;
}
.cid-vkVq6Z8x4I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkVq6Z8x4I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkVq6Z8x4I .modal.fade .modal-dialog,
.cid-vkVq6Z8x4I .modal.in .modal-dialog {
  transform: none;
}
.cid-vkVq6Z8x4I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkVq6Z8x4I H6 {
  text-align: center;
}
.cid-vkVq6Z8x4I .mbr-section-title,
.cid-vkVq6Z8x4I .mbr-section-subtitle,
.cid-vkVq6Z8x4I .item-title,
.cid-vkVq6Z8x4I .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkVq6Z8x4I .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkVq6Z8x4I .item-content .item-title,
.cid-vkVq6Z8x4I .item-wrapper .item-content h5,
.cid-vkVq6Z8x4I .item-content .mbr-text,
.cid-vkVq6Z8x4I .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVq6Z8x4I .item-content .item-title,
.cid-vkVq6Z8x4I .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkVq6Z8x4I .item-content .mbr-text,
.cid-vkVq6Z8x4I .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkVq6Z8x4I .mbr-section-title {
  color: #e94272;
}
.cid-vkVq6Z8x4I [class*="col-"] p,
.cid-vkVq6Z8x4I [class*="col-"] h5,
.cid-vkVq6Z8x4I [class*="col-"] h6,
.cid-vkVq6Z8x4I [class*="col-"] .mbr-text,
.cid-vkVq6Z8x4I [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVq6Z8x4I [class*="col-"] p,
.cid-vkVq6Z8x4I [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-1p {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-1p .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-1p #product-care-module,
#custom-html-1p #product-care-module .care-block-title,
#custom-html-1p #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-1p .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-1p .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-1p .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-1p .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-1p .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-1p .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-1p .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-1p .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-1p .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-1p .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vkVq4M7HSg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVq4M7HSg h3,
.cid-vkVq4M7HSg h4,
.cid-vkVq4M7HSg h5,
.cid-vkVq4M7HSg h6,
.cid-vkVq4M7HSg p {
  margin: 0;
}
.cid-vkVq4M7HSg .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkVq4M7HSg .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkVq4M7HSg .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkVq4M7HSg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkVq4M7HSg .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkVq4M7HSg .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkVq4M7HSg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkVq4M7HSg .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkVq4M7HSg .nav-link,
.cid-vkVq4M7HSg .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkVq4M7HSg .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkVq4M7HSg .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkVq4M7HSg .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkVq4M7HSg .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkVq4M7HSg .tab-title {
  margin-bottom: 25px;
}
.cid-vkVq4M7HSg .tab-subtitle {
  color: #ff0081;
}
.cid-vkVq4M7HSg .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkVq4M7HSg .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkVq4M7HSg .add-section {
    text-align: center;
  }
}
.cid-vkVq4M7HSg .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkVq4M7HSg .add-section-head {
    flex-direction: column;
  }
}
.cid-vkVq4M7HSg .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkVq4M7HSg .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkVq4M7HSg .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkVq4M7HSg .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVq4M7HSg .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVq4M7HSg .col-md-7 {
    width: 80%;
  }
}
.cid-vkVq4M7HSg .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkVq4M7HSg .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkVq4M7HSg .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVq4M7HSg .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkVq4M7HSg .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkVq4M7HSg .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkVq4M7HSg .card-item:last-child {
  margin-right: 0;
}
.cid-vkVq4M7HSg .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkVq4M7HSg .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVq4M7HSg .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVq4M7HSg .right {
  margin-top: 2rem;
}
.cid-vkVq4M7HSg .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkVq4M7HSg .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVq4M7HSg .right {
    text-align: center;
  }
}
.cid-vkVq4M7HSg .list-right {
  color: #bbbbbb;
}
.cid-vkVq4M7HSg .list-left {
  color: #bbbbbb;
}
.cid-vln18AWkzX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln18AWkzX .custom-dl-title,
.cid-vln18AWkzX .custom-dl-subtitle,
.cid-vln18AWkzX .custom-dl-button-style,
.cid-vln18AWkzX h2,
.cid-vln18AWkzX h4,
.cid-vln18AWkzX p,
.cid-vln18AWkzX b,
.cid-vln18AWkzX strong,
.cid-vln18AWkzX a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln18AWkzX .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln18AWkzX .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln18AWkzX .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln18AWkzX .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln18AWkzX .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln18AWkzX .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln18AWkzX .mbr-section-btn,
  .cid-vln18AWkzX .mbr-section-subtitle,
  .cid-vln18AWkzX .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln18AWkzX .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln18AWkzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln18AWkzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JeMy6ap {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JeMy6ap .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JeMy6ap .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JeMy6ap .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JeMy6ap .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JeMy6ap .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JeMy6ap .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JeMy6ap .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JeMy6ap .logo-title {
  text-align: center;
}
.cid-vl6JeMy6ap .logo-sub-title {
  text-align: center;
}
.cid-vl6JeMy6ap .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JeMy6ap .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JeMy6ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JeMy6ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JeMy6ap .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JeMy6ap .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbs2xaSoM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbs2xaSoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbs2xaSoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbs2xaSoM .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbs2xaSoM .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbs2xaSoM .items-wrapper {
  align-items: center;
}
.cid-vlbs2xaSoM .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbs2xaSoM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbs2xaSoM .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbs2xaSoM .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbs2xaSoM .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbs2xaSoM .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbs2xaSoM .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbs2xaSoM .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbs2xaSoM .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkVq5kfCHm {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkVq5kfCHm .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkVq5kfCHm .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkVq5kfCHm .card a,
.cid-vkVq5kfCHm .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkVq5kfCHm .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkVq5kfCHm .card:hover img {
  transform: scale(1.05);
}
.cid-vkVq5kfCHm .mbr-section-title {
  color: #000000;
}
.cid-vkVq5kfCHm .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtP9cQzr .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtP9cQzr .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-vkPtP9cQzr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtP9cQzr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtP9cQzr .dropdown-item:hover,
.cid-vkPtP9cQzr .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtP9cQzr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtP9cQzr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtP9cQzr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtP9cQzr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtP9cQzr .nav-link {
  position: relative;
}
.cid-vkPtP9cQzr .container {
  display: flex;
  margin: auto;
}
.cid-vkPtP9cQzr .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtP9cQzr .dropdown-menu,
.cid-vkPtP9cQzr .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtP9cQzr .nav-item:focus,
.cid-vkPtP9cQzr .nav-link:focus {
  outline: none;
}
.cid-vkPtP9cQzr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtP9cQzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtP9cQzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtP9cQzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtP9cQzr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtP9cQzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtP9cQzr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtP9cQzr .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtP9cQzr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtP9cQzr .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtP9cQzr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtP9cQzr .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtP9cQzr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtP9cQzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtP9cQzr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtP9cQzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtP9cQzr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtP9cQzr .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-vkPtP9cQzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtP9cQzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtP9cQzr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtP9cQzr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtP9cQzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtP9cQzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtP9cQzr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtP9cQzr .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-vkPtP9cQzr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtP9cQzr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtP9cQzr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtP9cQzr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtP9cQzr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtP9cQzr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtP9cQzr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtP9cQzr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtP9cQzr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtP9cQzr .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-vkPtP9cQzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtP9cQzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtP9cQzr .dropdown-item.active,
.cid-vkPtP9cQzr .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtP9cQzr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtP9cQzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtP9cQzr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtP9cQzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtP9cQzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtP9cQzr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtP9cQzr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtP9cQzr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtP9cQzr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtP9cQzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtP9cQzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtP9cQzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtP9cQzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtP9cQzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtP9cQzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtP9cQzr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtP9cQzr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtP9cQzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtP9cQzr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtP9cQzr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtP9cQzr .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-vkPtP9cQzr .navbar {
    height: 70px;
  }
  .cid-vkPtP9cQzr .navbar.opened {
    height: auto;
  }
  .cid-vkPtP9cQzr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtP9G2zY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtP9G2zY .item:focus,
.cid-vkPtP9G2zY span:focus {
  outline: none;
}
.cid-vkPtP9G2zY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtP9G2zY .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtP9G2zY .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtP9G2zY .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtPa1ezT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtPa1ezT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPa1ezT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPa1ezT .mbr-section-title,
.cid-vkPtPa1ezT .mbr-section-subtitle,
.cid-vkPtPa1ezT .mbr-text,
.cid-vkPtPa1ezT p,
.cid-vkPtPa1ezT h2,
.cid-vkPtPa1ezT h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPa1ezT .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPa1ezT .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtPa1ezT .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtPaR3mq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtPaR3mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPaR3mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPaR3mq .custom-main-title,
.cid-vkPtPaR3mq .custom-main-subtitle,
.cid-vkPtPaR3mq .custom-card-title,
.cid-vkPtPaR3mq .custom-card-text,
.cid-vkPtPaR3mq p,
.cid-vkPtPaR3mq h2,
.cid-vkPtPaR3mq h3,
.cid-vkPtPaR3mq b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPaR3mq .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPaR3mq .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtPaR3mq .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtPaR3mq .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtPaR3mq .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtPaR3mq .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtPaR3mq .row {
  justify-content: center;
}
.cid-vl7nY9NmRo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7nY9NmRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7nY9NmRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7nY9NmRo .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7nY9NmRo .custom-title-font,
.cid-vl7nY9NmRo .custom-subtitle-font,
.cid-vl7nY9NmRo .custom-header-font,
.cid-vl7nY9NmRo .custom-cell-font,
.cid-vl7nY9NmRo .table-disclaimer-text,
.cid-vl7nY9NmRo p,
.cid-vl7nY9NmRo h2,
.cid-vl7nY9NmRo b,
.cid-vl7nY9NmRo strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7nY9NmRo .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7nY9NmRo .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7nY9NmRo .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7nY9NmRo .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7nY9NmRo .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7nY9NmRo .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7nY9NmRo .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7nY9NmRo .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7nY9NmRo .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7nY9NmRo .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7nY9NmRo .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7nY9NmRo .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7nY9NmRo .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7nY9NmRo .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7nY9NmRo .card-text {
  color: #e94272;
}
.cid-vl7rbg5fT4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94272;
}
.cid-vl7rbg5fT4 .item:focus,
.cid-vl7rbg5fT4 span:focus {
  outline: none;
}
.cid-vl7rbg5fT4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vl7rbg5fT4 .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vl7rbg5fT4 .item {
  color: #fafafa;
  padding: 10px 0;
}
.cid-vl7rbg5fT4 .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkVx6r2ASg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVx6r2ASg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVx6r2ASg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVx6r2ASg .item {
  padding-bottom: 2rem;
}
.cid-vkVx6r2ASg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkVx6r2ASg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkVx6r2ASg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkVx6r2ASg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkVx6r2ASg .carousel-control,
.cid-vkVx6r2ASg .close {
  background: #1b1b1b;
}
.cid-vkVx6r2ASg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkVx6r2ASg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkVx6r2ASg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkVx6r2ASg .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkVx6r2ASg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkVx6r2ASg .close::before {
  content: '\e91a';
}
.cid-vkVx6r2ASg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkVx6r2ASg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkVx6r2ASg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVx6r2ASg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkVx6r2ASg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkVx6r2ASg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkVx6r2ASg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkVx6r2ASg .carousel-indicators li.active,
.cid-vkVx6r2ASg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkVx6r2ASg .carousel-indicators li::after,
.cid-vkVx6r2ASg .carousel-indicators li::before {
  content: none;
}
.cid-vkVx6r2ASg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkVx6r2ASg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkVx6r2ASg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkVx6r2ASg .carousel-indicators {
    display: none;
  }
}
.cid-vkVx6r2ASg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkVx6r2ASg .carousel-inner > .active {
  display: block;
}
.cid-vkVx6r2ASg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVx6r2ASg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkVx6r2ASg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkVx6r2ASg .carousel-control,
  .cid-vkVx6r2ASg .carousel-indicators,
  .cid-vkVx6r2ASg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkVx6r2ASg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkVx6r2ASg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkVx6r2ASg .carousel-indicators .active,
.cid-vkVx6r2ASg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkVx6r2ASg .carousel-indicators .active {
  background: #fff;
}
.cid-vkVx6r2ASg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkVx6r2ASg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkVx6r2ASg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkVx6r2ASg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkVx6r2ASg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkVx6r2ASg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkVx6r2ASg .carousel {
  width: 100%;
}
.cid-vkVx6r2ASg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkVx6r2ASg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkVx6r2ASg .modal.fade .modal-dialog,
.cid-vkVx6r2ASg .modal.in .modal-dialog {
  transform: none;
}
.cid-vkVx6r2ASg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkVx6r2ASg H6 {
  text-align: center;
}
.cid-vkVx6r2ASg .mbr-section-title,
.cid-vkVx6r2ASg .mbr-section-subtitle,
.cid-vkVx6r2ASg .item-title,
.cid-vkVx6r2ASg .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkVx6r2ASg .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkVx6r2ASg .item-content .item-title,
.cid-vkVx6r2ASg .item-wrapper .item-content h5,
.cid-vkVx6r2ASg .item-content .mbr-text,
.cid-vkVx6r2ASg .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVx6r2ASg .item-content .item-title,
.cid-vkVx6r2ASg .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkVx6r2ASg .item-content .mbr-text,
.cid-vkVx6r2ASg .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkVx6r2ASg .mbr-section-title {
  color: #e94272;
}
.cid-vkVx6r2ASg [class*="col-"] p,
.cid-vkVx6r2ASg [class*="col-"] h5,
.cid-vkVx6r2ASg [class*="col-"] h6,
.cid-vkVx6r2ASg [class*="col-"] .mbr-text,
.cid-vkVx6r2ASg [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVx6r2ASg [class*="col-"] p,
.cid-vkVx6r2ASg [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-1z {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-1z .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-1z #product-care-module,
#custom-html-1z #product-care-module .care-block-title,
#custom-html-1z #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-1z .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-1z .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-1z .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-1z .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-1z .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-1z .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-1z .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-1z .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-1z .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-1z .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vkVx3nOTaJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVx3nOTaJ h3,
.cid-vkVx3nOTaJ h4,
.cid-vkVx3nOTaJ h5,
.cid-vkVx3nOTaJ h6,
.cid-vkVx3nOTaJ p {
  margin: 0;
}
.cid-vkVx3nOTaJ .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkVx3nOTaJ .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkVx3nOTaJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkVx3nOTaJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkVx3nOTaJ .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkVx3nOTaJ .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkVx3nOTaJ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkVx3nOTaJ .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkVx3nOTaJ .nav-link,
.cid-vkVx3nOTaJ .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkVx3nOTaJ .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkVx3nOTaJ .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkVx3nOTaJ .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkVx3nOTaJ .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkVx3nOTaJ .tab-title {
  margin-bottom: 25px;
}
.cid-vkVx3nOTaJ .tab-subtitle {
  color: #ff0081;
}
.cid-vkVx3nOTaJ .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkVx3nOTaJ .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkVx3nOTaJ .add-section {
    text-align: center;
  }
}
.cid-vkVx3nOTaJ .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkVx3nOTaJ .add-section-head {
    flex-direction: column;
  }
}
.cid-vkVx3nOTaJ .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkVx3nOTaJ .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkVx3nOTaJ .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkVx3nOTaJ .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVx3nOTaJ .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVx3nOTaJ .col-md-7 {
    width: 80%;
  }
}
.cid-vkVx3nOTaJ .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkVx3nOTaJ .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkVx3nOTaJ .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVx3nOTaJ .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkVx3nOTaJ .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkVx3nOTaJ .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkVx3nOTaJ .card-item:last-child {
  margin-right: 0;
}
.cid-vkVx3nOTaJ .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkVx3nOTaJ .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVx3nOTaJ .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVx3nOTaJ .right {
  margin-top: 2rem;
}
.cid-vkVx3nOTaJ .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkVx3nOTaJ .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVx3nOTaJ .right {
    text-align: center;
  }
}
.cid-vkVx3nOTaJ .list-right {
  color: #bbbbbb;
}
.cid-vkVx3nOTaJ .list-left {
  color: #bbbbbb;
}
.cid-vln165FBgI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln165FBgI .custom-dl-title,
.cid-vln165FBgI .custom-dl-subtitle,
.cid-vln165FBgI .custom-dl-button-style,
.cid-vln165FBgI h2,
.cid-vln165FBgI h4,
.cid-vln165FBgI p,
.cid-vln165FBgI b,
.cid-vln165FBgI strong,
.cid-vln165FBgI a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln165FBgI .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln165FBgI .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln165FBgI .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln165FBgI .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln165FBgI .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln165FBgI .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln165FBgI .mbr-section-btn,
  .cid-vln165FBgI .mbr-section-subtitle,
  .cid-vln165FBgI .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln165FBgI .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln165FBgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln165FBgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JhmrRNG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JhmrRNG .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JhmrRNG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JhmrRNG .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JhmrRNG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JhmrRNG .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JhmrRNG .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JhmrRNG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JhmrRNG .logo-title {
  text-align: center;
}
.cid-vl6JhmrRNG .logo-sub-title {
  text-align: center;
}
.cid-vl6JhmrRNG .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JhmrRNG .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JhmrRNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JhmrRNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JhmrRNG .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JhmrRNG .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbs4utmer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbs4utmer .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbs4utmer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbs4utmer .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbs4utmer .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbs4utmer .items-wrapper {
  align-items: center;
}
.cid-vlbs4utmer .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbs4utmer .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbs4utmer .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbs4utmer .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbs4utmer .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbs4utmer .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbs4utmer .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbs4utmer .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbs4utmer .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkVx15W5VP {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkVx15W5VP .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkVx15W5VP .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkVx15W5VP .card a,
.cid-vkVx15W5VP .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkVx15W5VP .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkVx15W5VP .card:hover img {
  transform: scale(1.05);
}
.cid-vkVx15W5VP .mbr-section-title {
  color: #000000;
}
.cid-vkVx15W5VP .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtPsAeTq .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtPsAeTq .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-vkPtPsAeTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtPsAeTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtPsAeTq .dropdown-item:hover,
.cid-vkPtPsAeTq .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtPsAeTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtPsAeTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtPsAeTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtPsAeTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtPsAeTq .nav-link {
  position: relative;
}
.cid-vkPtPsAeTq .container {
  display: flex;
  margin: auto;
}
.cid-vkPtPsAeTq .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtPsAeTq .dropdown-menu,
.cid-vkPtPsAeTq .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtPsAeTq .nav-item:focus,
.cid-vkPtPsAeTq .nav-link:focus {
  outline: none;
}
.cid-vkPtPsAeTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtPsAeTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtPsAeTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtPsAeTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtPsAeTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtPsAeTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtPsAeTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtPsAeTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtPsAeTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtPsAeTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtPsAeTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtPsAeTq .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtPsAeTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtPsAeTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtPsAeTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtPsAeTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtPsAeTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtPsAeTq .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-vkPtPsAeTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtPsAeTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtPsAeTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtPsAeTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtPsAeTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtPsAeTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtPsAeTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtPsAeTq .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-vkPtPsAeTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtPsAeTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtPsAeTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtPsAeTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtPsAeTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtPsAeTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtPsAeTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtPsAeTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtPsAeTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtPsAeTq .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-vkPtPsAeTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtPsAeTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtPsAeTq .dropdown-item.active,
.cid-vkPtPsAeTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtPsAeTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtPsAeTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtPsAeTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtPsAeTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtPsAeTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtPsAeTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtPsAeTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtPsAeTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtPsAeTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtPsAeTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtPsAeTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtPsAeTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtPsAeTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtPsAeTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtPsAeTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtPsAeTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtPsAeTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtPsAeTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtPsAeTq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtPsAeTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtPsAeTq .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-vkPtPsAeTq .navbar {
    height: 70px;
  }
  .cid-vkPtPsAeTq .navbar.opened {
    height: auto;
  }
  .cid-vkPtPsAeTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtPt3xWt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtPt3xWt .item:focus,
.cid-vkPtPt3xWt span:focus {
  outline: none;
}
.cid-vkPtPt3xWt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtPt3xWt .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtPt3xWt .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtPt3xWt .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtPtrjKH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtPtrjKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPtrjKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPtrjKH .mbr-section-title,
.cid-vkPtPtrjKH .mbr-section-subtitle,
.cid-vkPtPtrjKH .mbr-text,
.cid-vkPtPtrjKH p,
.cid-vkPtPtrjKH h2,
.cid-vkPtPtrjKH h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPtrjKH .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPtrjKH .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtPtrjKH .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtPufxIg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtPufxIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPufxIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPufxIg .custom-main-title,
.cid-vkPtPufxIg .custom-main-subtitle,
.cid-vkPtPufxIg .custom-card-title,
.cid-vkPtPufxIg .custom-card-text,
.cid-vkPtPufxIg p,
.cid-vkPtPufxIg h2,
.cid-vkPtPufxIg h3,
.cid-vkPtPufxIg b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPufxIg .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPufxIg .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtPufxIg .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtPufxIg .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtPufxIg .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtPufxIg .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtPufxIg .row {
  justify-content: center;
}
.cid-vl7rXEtPSD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7rXEtPSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7rXEtPSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7rXEtPSD .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7rXEtPSD .custom-title-font,
.cid-vl7rXEtPSD .custom-subtitle-font,
.cid-vl7rXEtPSD .custom-header-font,
.cid-vl7rXEtPSD .custom-cell-font,
.cid-vl7rXEtPSD .table-disclaimer-text,
.cid-vl7rXEtPSD p,
.cid-vl7rXEtPSD h2,
.cid-vl7rXEtPSD b,
.cid-vl7rXEtPSD strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7rXEtPSD .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7rXEtPSD .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7rXEtPSD .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7rXEtPSD .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7rXEtPSD .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7rXEtPSD .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7rXEtPSD .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7rXEtPSD .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7rXEtPSD .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7rXEtPSD .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7rXEtPSD .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7rXEtPSD .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7rXEtPSD .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7rXEtPSD .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7rXEtPSD .card-text {
  color: #e94272;
}
.cid-vkVDBc2smV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVDBc2smV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVDBc2smV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVDBc2smV .item {
  padding-bottom: 2rem;
}
.cid-vkVDBc2smV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkVDBc2smV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkVDBc2smV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkVDBc2smV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkVDBc2smV .carousel-control,
.cid-vkVDBc2smV .close {
  background: #1b1b1b;
}
.cid-vkVDBc2smV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkVDBc2smV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkVDBc2smV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkVDBc2smV .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkVDBc2smV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkVDBc2smV .close::before {
  content: '\e91a';
}
.cid-vkVDBc2smV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkVDBc2smV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkVDBc2smV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVDBc2smV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkVDBc2smV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkVDBc2smV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkVDBc2smV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkVDBc2smV .carousel-indicators li.active,
.cid-vkVDBc2smV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkVDBc2smV .carousel-indicators li::after,
.cid-vkVDBc2smV .carousel-indicators li::before {
  content: none;
}
.cid-vkVDBc2smV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkVDBc2smV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkVDBc2smV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkVDBc2smV .carousel-indicators {
    display: none;
  }
}
.cid-vkVDBc2smV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkVDBc2smV .carousel-inner > .active {
  display: block;
}
.cid-vkVDBc2smV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVDBc2smV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkVDBc2smV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkVDBc2smV .carousel-control,
  .cid-vkVDBc2smV .carousel-indicators,
  .cid-vkVDBc2smV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkVDBc2smV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkVDBc2smV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkVDBc2smV .carousel-indicators .active,
.cid-vkVDBc2smV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkVDBc2smV .carousel-indicators .active {
  background: #fff;
}
.cid-vkVDBc2smV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkVDBc2smV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkVDBc2smV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkVDBc2smV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkVDBc2smV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkVDBc2smV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkVDBc2smV .carousel {
  width: 100%;
}
.cid-vkVDBc2smV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkVDBc2smV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkVDBc2smV .modal.fade .modal-dialog,
.cid-vkVDBc2smV .modal.in .modal-dialog {
  transform: none;
}
.cid-vkVDBc2smV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkVDBc2smV H6 {
  text-align: center;
}
.cid-vkVDBc2smV .mbr-section-title,
.cid-vkVDBc2smV .mbr-section-subtitle,
.cid-vkVDBc2smV .item-title,
.cid-vkVDBc2smV .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkVDBc2smV .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkVDBc2smV .item-content .item-title,
.cid-vkVDBc2smV .item-wrapper .item-content h5,
.cid-vkVDBc2smV .item-content .mbr-text,
.cid-vkVDBc2smV .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVDBc2smV .item-content .item-title,
.cid-vkVDBc2smV .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkVDBc2smV .item-content .mbr-text,
.cid-vkVDBc2smV .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkVDBc2smV .mbr-section-title {
  color: #e94272;
}
.cid-vkVDBc2smV [class*="col-"] p,
.cid-vkVDBc2smV [class*="col-"] h5,
.cid-vkVDBc2smV [class*="col-"] h6,
.cid-vkVDBc2smV [class*="col-"] .mbr-text,
.cid-vkVDBc2smV [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVDBc2smV [class*="col-"] p,
.cid-vkVDBc2smV [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-29 {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-29 .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-29 #product-care-module,
#custom-html-29 #product-care-module .care-block-title,
#custom-html-29 #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-29 .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-29 .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-29 .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-29 .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-29 .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-29 .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-29 .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-29 .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-29 .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-29 .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vkVDAF88qa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVDAF88qa h3,
.cid-vkVDAF88qa h4,
.cid-vkVDAF88qa h5,
.cid-vkVDAF88qa h6,
.cid-vkVDAF88qa p {
  margin: 0;
}
.cid-vkVDAF88qa .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkVDAF88qa .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkVDAF88qa .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkVDAF88qa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkVDAF88qa .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkVDAF88qa .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkVDAF88qa .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkVDAF88qa .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkVDAF88qa .nav-link,
.cid-vkVDAF88qa .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkVDAF88qa .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkVDAF88qa .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkVDAF88qa .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkVDAF88qa .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkVDAF88qa .tab-title {
  margin-bottom: 25px;
}
.cid-vkVDAF88qa .tab-subtitle {
  color: #ff0081;
}
.cid-vkVDAF88qa .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkVDAF88qa .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkVDAF88qa .add-section {
    text-align: center;
  }
}
.cid-vkVDAF88qa .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkVDAF88qa .add-section-head {
    flex-direction: column;
  }
}
.cid-vkVDAF88qa .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkVDAF88qa .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkVDAF88qa .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkVDAF88qa .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVDAF88qa .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVDAF88qa .col-md-7 {
    width: 80%;
  }
}
.cid-vkVDAF88qa .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkVDAF88qa .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkVDAF88qa .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVDAF88qa .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkVDAF88qa .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkVDAF88qa .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkVDAF88qa .card-item:last-child {
  margin-right: 0;
}
.cid-vkVDAF88qa .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkVDAF88qa .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVDAF88qa .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVDAF88qa .right {
  margin-top: 2rem;
}
.cid-vkVDAF88qa .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkVDAF88qa .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVDAF88qa .right {
    text-align: center;
  }
}
.cid-vkVDAF88qa .list-right {
  color: #bbbbbb;
}
.cid-vkVDAF88qa .list-left {
  color: #bbbbbb;
}
.cid-vln139eiud {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln139eiud .custom-dl-title,
.cid-vln139eiud .custom-dl-subtitle,
.cid-vln139eiud .custom-dl-button-style,
.cid-vln139eiud h2,
.cid-vln139eiud h4,
.cid-vln139eiud p,
.cid-vln139eiud b,
.cid-vln139eiud strong,
.cid-vln139eiud a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln139eiud .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln139eiud .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln139eiud .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln139eiud .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln139eiud .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln139eiud .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln139eiud .mbr-section-btn,
  .cid-vln139eiud .mbr-section-subtitle,
  .cid-vln139eiud .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln139eiud .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln139eiud .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln139eiud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JjAGmx2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JjAGmx2 .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JjAGmx2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JjAGmx2 .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JjAGmx2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JjAGmx2 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JjAGmx2 .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JjAGmx2 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JjAGmx2 .logo-title {
  text-align: center;
}
.cid-vl6JjAGmx2 .logo-sub-title {
  text-align: center;
}
.cid-vl6JjAGmx2 .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JjAGmx2 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JjAGmx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JjAGmx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JjAGmx2 .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JjAGmx2 .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbs6jn3hG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbs6jn3hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbs6jn3hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbs6jn3hG .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbs6jn3hG .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbs6jn3hG .items-wrapper {
  align-items: center;
}
.cid-vlbs6jn3hG .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbs6jn3hG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbs6jn3hG .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbs6jn3hG .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbs6jn3hG .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbs6jn3hG .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbs6jn3hG .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbs6jn3hG .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbs6jn3hG .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkVDz3Klws {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkVDz3Klws .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkVDz3Klws .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkVDz3Klws .card a,
.cid-vkVDz3Klws .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkVDz3Klws .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkVDz3Klws .card:hover img {
  transform: scale(1.05);
}
.cid-vkVDz3Klws .mbr-section-title {
  color: #000000;
}
.cid-vkVDz3Klws .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtPJfdgv .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtPJfdgv .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-vkPtPJfdgv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtPJfdgv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtPJfdgv .dropdown-item:hover,
.cid-vkPtPJfdgv .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtPJfdgv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtPJfdgv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtPJfdgv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtPJfdgv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtPJfdgv .nav-link {
  position: relative;
}
.cid-vkPtPJfdgv .container {
  display: flex;
  margin: auto;
}
.cid-vkPtPJfdgv .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtPJfdgv .dropdown-menu,
.cid-vkPtPJfdgv .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtPJfdgv .nav-item:focus,
.cid-vkPtPJfdgv .nav-link:focus {
  outline: none;
}
.cid-vkPtPJfdgv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtPJfdgv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtPJfdgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtPJfdgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtPJfdgv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtPJfdgv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtPJfdgv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtPJfdgv .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtPJfdgv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtPJfdgv .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtPJfdgv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtPJfdgv .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtPJfdgv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtPJfdgv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtPJfdgv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtPJfdgv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtPJfdgv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtPJfdgv .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-vkPtPJfdgv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtPJfdgv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtPJfdgv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtPJfdgv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtPJfdgv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtPJfdgv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtPJfdgv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtPJfdgv .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-vkPtPJfdgv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtPJfdgv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtPJfdgv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtPJfdgv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtPJfdgv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtPJfdgv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtPJfdgv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtPJfdgv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtPJfdgv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtPJfdgv .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-vkPtPJfdgv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtPJfdgv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtPJfdgv .dropdown-item.active,
.cid-vkPtPJfdgv .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtPJfdgv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtPJfdgv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtPJfdgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtPJfdgv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtPJfdgv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtPJfdgv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtPJfdgv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtPJfdgv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtPJfdgv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtPJfdgv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtPJfdgv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtPJfdgv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtPJfdgv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtPJfdgv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtPJfdgv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtPJfdgv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtPJfdgv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtPJfdgv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtPJfdgv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtPJfdgv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtPJfdgv .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-vkPtPJfdgv .navbar {
    height: 70px;
  }
  .cid-vkPtPJfdgv .navbar.opened {
    height: auto;
  }
  .cid-vkPtPJfdgv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtPJIYcR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtPJIYcR .item:focus,
.cid-vkPtPJIYcR span:focus {
  outline: none;
}
.cid-vkPtPJIYcR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtPJIYcR .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtPJIYcR .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtPJIYcR .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtPK3Q83 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtPK3Q83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPK3Q83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPK3Q83 .mbr-section-title,
.cid-vkPtPK3Q83 .mbr-section-subtitle,
.cid-vkPtPK3Q83 .mbr-text,
.cid-vkPtPK3Q83 p,
.cid-vkPtPK3Q83 h2,
.cid-vkPtPK3Q83 h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPK3Q83 .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPK3Q83 .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtPK3Q83 .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtPKSNDB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtPKSNDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtPKSNDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtPKSNDB .custom-main-title,
.cid-vkPtPKSNDB .custom-main-subtitle,
.cid-vkPtPKSNDB .custom-card-title,
.cid-vkPtPKSNDB .custom-card-text,
.cid-vkPtPKSNDB p,
.cid-vkPtPKSNDB h2,
.cid-vkPtPKSNDB h3,
.cid-vkPtPKSNDB b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtPKSNDB .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtPKSNDB .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtPKSNDB .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtPKSNDB .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtPKSNDB .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtPKSNDB .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtPKSNDB .row {
  justify-content: center;
}
.cid-vl7xIQ72Ss {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94272;
}
.cid-vl7xIQ72Ss .item:focus,
.cid-vl7xIQ72Ss span:focus {
  outline: none;
}
.cid-vl7xIQ72Ss .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vl7xIQ72Ss .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vl7xIQ72Ss .item {
  color: #fafafa;
  padding: 10px 0;
}
.cid-vl7xIQ72Ss .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vl7veupyqZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7veupyqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7veupyqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7veupyqZ .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7veupyqZ .custom-title-font,
.cid-vl7veupyqZ .custom-subtitle-font,
.cid-vl7veupyqZ .custom-header-font,
.cid-vl7veupyqZ .custom-cell-font,
.cid-vl7veupyqZ .table-disclaimer-text,
.cid-vl7veupyqZ p,
.cid-vl7veupyqZ h2,
.cid-vl7veupyqZ b,
.cid-vl7veupyqZ strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7veupyqZ .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7veupyqZ .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7veupyqZ .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7veupyqZ .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7veupyqZ .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7veupyqZ .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7veupyqZ .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7veupyqZ .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7veupyqZ .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7veupyqZ .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7veupyqZ .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7veupyqZ .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7veupyqZ .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7veupyqZ .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7veupyqZ .card-text {
  color: #e94272;
}
.cid-vkVKs1Vgzg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVKs1Vgzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVKs1Vgzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVKs1Vgzg .item {
  padding-bottom: 2rem;
}
.cid-vkVKs1Vgzg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkVKs1Vgzg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkVKs1Vgzg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkVKs1Vgzg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkVKs1Vgzg .carousel-control,
.cid-vkVKs1Vgzg .close {
  background: #1b1b1b;
}
.cid-vkVKs1Vgzg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkVKs1Vgzg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkVKs1Vgzg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkVKs1Vgzg .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkVKs1Vgzg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkVKs1Vgzg .close::before {
  content: '\e91a';
}
.cid-vkVKs1Vgzg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkVKs1Vgzg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkVKs1Vgzg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVKs1Vgzg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkVKs1Vgzg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkVKs1Vgzg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkVKs1Vgzg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkVKs1Vgzg .carousel-indicators li.active,
.cid-vkVKs1Vgzg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkVKs1Vgzg .carousel-indicators li::after,
.cid-vkVKs1Vgzg .carousel-indicators li::before {
  content: none;
}
.cid-vkVKs1Vgzg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkVKs1Vgzg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkVKs1Vgzg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkVKs1Vgzg .carousel-indicators {
    display: none;
  }
}
.cid-vkVKs1Vgzg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkVKs1Vgzg .carousel-inner > .active {
  display: block;
}
.cid-vkVKs1Vgzg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVKs1Vgzg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkVKs1Vgzg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkVKs1Vgzg .carousel-control,
  .cid-vkVKs1Vgzg .carousel-indicators,
  .cid-vkVKs1Vgzg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkVKs1Vgzg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkVKs1Vgzg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkVKs1Vgzg .carousel-indicators .active,
.cid-vkVKs1Vgzg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkVKs1Vgzg .carousel-indicators .active {
  background: #fff;
}
.cid-vkVKs1Vgzg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkVKs1Vgzg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkVKs1Vgzg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkVKs1Vgzg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkVKs1Vgzg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkVKs1Vgzg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkVKs1Vgzg .carousel {
  width: 100%;
}
.cid-vkVKs1Vgzg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkVKs1Vgzg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkVKs1Vgzg .modal.fade .modal-dialog,
.cid-vkVKs1Vgzg .modal.in .modal-dialog {
  transform: none;
}
.cid-vkVKs1Vgzg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkVKs1Vgzg H6 {
  text-align: center;
}
.cid-vkVKs1Vgzg .mbr-section-title,
.cid-vkVKs1Vgzg .mbr-section-subtitle,
.cid-vkVKs1Vgzg .item-title,
.cid-vkVKs1Vgzg .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkVKs1Vgzg .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkVKs1Vgzg .item-content .item-title,
.cid-vkVKs1Vgzg .item-wrapper .item-content h5,
.cid-vkVKs1Vgzg .item-content .mbr-text,
.cid-vkVKs1Vgzg .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVKs1Vgzg .item-content .item-title,
.cid-vkVKs1Vgzg .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkVKs1Vgzg .item-content .mbr-text,
.cid-vkVKs1Vgzg .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkVKs1Vgzg .mbr-section-title {
  color: #e94272;
}
.cid-vkVKs1Vgzg [class*="col-"] p,
.cid-vkVKs1Vgzg [class*="col-"] h5,
.cid-vkVKs1Vgzg [class*="col-"] h6,
.cid-vkVKs1Vgzg [class*="col-"] .mbr-text,
.cid-vkVKs1Vgzg [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVKs1Vgzg [class*="col-"] p,
.cid-vkVKs1Vgzg [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-2j {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-2j .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-2j #product-care-module,
#custom-html-2j #product-care-module .care-block-title,
#custom-html-2j #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-2j .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-2j .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-2j .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-2j .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-2j .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-2j .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-2j .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-2j .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-2j .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-2j .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vkVKqglC1A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVKqglC1A h3,
.cid-vkVKqglC1A h4,
.cid-vkVKqglC1A h5,
.cid-vkVKqglC1A h6,
.cid-vkVKqglC1A p {
  margin: 0;
}
.cid-vkVKqglC1A .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkVKqglC1A .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkVKqglC1A .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkVKqglC1A .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkVKqglC1A .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkVKqglC1A .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkVKqglC1A .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkVKqglC1A .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkVKqglC1A .nav-link,
.cid-vkVKqglC1A .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkVKqglC1A .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkVKqglC1A .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkVKqglC1A .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkVKqglC1A .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkVKqglC1A .tab-title {
  margin-bottom: 25px;
}
.cid-vkVKqglC1A .tab-subtitle {
  color: #ff0081;
}
.cid-vkVKqglC1A .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkVKqglC1A .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkVKqglC1A .add-section {
    text-align: center;
  }
}
.cid-vkVKqglC1A .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkVKqglC1A .add-section-head {
    flex-direction: column;
  }
}
.cid-vkVKqglC1A .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkVKqglC1A .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkVKqglC1A .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkVKqglC1A .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVKqglC1A .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVKqglC1A .col-md-7 {
    width: 80%;
  }
}
.cid-vkVKqglC1A .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkVKqglC1A .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkVKqglC1A .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVKqglC1A .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkVKqglC1A .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkVKqglC1A .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkVKqglC1A .card-item:last-child {
  margin-right: 0;
}
.cid-vkVKqglC1A .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkVKqglC1A .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVKqglC1A .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVKqglC1A .right {
  margin-top: 2rem;
}
.cid-vkVKqglC1A .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkVKqglC1A .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVKqglC1A .right {
    text-align: center;
  }
}
.cid-vkVKqglC1A .list-right {
  color: #bbbbbb;
}
.cid-vkVKqglC1A .list-left {
  color: #bbbbbb;
}
.cid-vln10fjNlU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln10fjNlU .custom-dl-title,
.cid-vln10fjNlU .custom-dl-subtitle,
.cid-vln10fjNlU .custom-dl-button-style,
.cid-vln10fjNlU h2,
.cid-vln10fjNlU h4,
.cid-vln10fjNlU p,
.cid-vln10fjNlU b,
.cid-vln10fjNlU strong,
.cid-vln10fjNlU a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln10fjNlU .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln10fjNlU .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln10fjNlU .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln10fjNlU .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln10fjNlU .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln10fjNlU .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln10fjNlU .mbr-section-btn,
  .cid-vln10fjNlU .mbr-section-subtitle,
  .cid-vln10fjNlU .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln10fjNlU .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln10fjNlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln10fjNlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JlG1DzT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JlG1DzT .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JlG1DzT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JlG1DzT .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JlG1DzT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JlG1DzT .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JlG1DzT .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JlG1DzT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JlG1DzT .logo-title {
  text-align: center;
}
.cid-vl6JlG1DzT .logo-sub-title {
  text-align: center;
}
.cid-vl6JlG1DzT .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JlG1DzT .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JlG1DzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JlG1DzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JlG1DzT .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JlG1DzT .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbs9khCP7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbs9khCP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbs9khCP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbs9khCP7 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbs9khCP7 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbs9khCP7 .items-wrapper {
  align-items: center;
}
.cid-vlbs9khCP7 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbs9khCP7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbs9khCP7 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbs9khCP7 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbs9khCP7 .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbs9khCP7 .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbs9khCP7 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbs9khCP7 .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbs9khCP7 .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkVKocsyIG {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkVKocsyIG .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkVKocsyIG .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkVKocsyIG .card a,
.cid-vkVKocsyIG .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkVKocsyIG .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkVKocsyIG .card:hover img {
  transform: scale(1.05);
}
.cid-vkVKocsyIG .mbr-section-title {
  color: #000000;
}
.cid-vkVKocsyIG .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtQ1uFpF .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtQ1uFpF .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-vkPtQ1uFpF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtQ1uFpF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtQ1uFpF .dropdown-item:hover,
.cid-vkPtQ1uFpF .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtQ1uFpF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtQ1uFpF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtQ1uFpF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtQ1uFpF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtQ1uFpF .nav-link {
  position: relative;
}
.cid-vkPtQ1uFpF .container {
  display: flex;
  margin: auto;
}
.cid-vkPtQ1uFpF .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtQ1uFpF .dropdown-menu,
.cid-vkPtQ1uFpF .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtQ1uFpF .nav-item:focus,
.cid-vkPtQ1uFpF .nav-link:focus {
  outline: none;
}
.cid-vkPtQ1uFpF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQ1uFpF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtQ1uFpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtQ1uFpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQ1uFpF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtQ1uFpF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtQ1uFpF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtQ1uFpF .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtQ1uFpF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtQ1uFpF .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtQ1uFpF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtQ1uFpF .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtQ1uFpF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtQ1uFpF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtQ1uFpF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtQ1uFpF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtQ1uFpF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtQ1uFpF .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-vkPtQ1uFpF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtQ1uFpF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtQ1uFpF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtQ1uFpF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtQ1uFpF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtQ1uFpF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtQ1uFpF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtQ1uFpF .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-vkPtQ1uFpF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtQ1uFpF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtQ1uFpF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtQ1uFpF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtQ1uFpF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtQ1uFpF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtQ1uFpF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtQ1uFpF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtQ1uFpF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtQ1uFpF .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-vkPtQ1uFpF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtQ1uFpF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtQ1uFpF .dropdown-item.active,
.cid-vkPtQ1uFpF .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtQ1uFpF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtQ1uFpF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtQ1uFpF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtQ1uFpF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtQ1uFpF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtQ1uFpF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtQ1uFpF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtQ1uFpF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtQ1uFpF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtQ1uFpF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtQ1uFpF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtQ1uFpF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQ1uFpF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQ1uFpF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtQ1uFpF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQ1uFpF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtQ1uFpF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtQ1uFpF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQ1uFpF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtQ1uFpF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtQ1uFpF .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-vkPtQ1uFpF .navbar {
    height: 70px;
  }
  .cid-vkPtQ1uFpF .navbar.opened {
    height: auto;
  }
  .cid-vkPtQ1uFpF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtQ1Wyw0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtQ1Wyw0 .item:focus,
.cid-vkPtQ1Wyw0 span:focus {
  outline: none;
}
.cid-vkPtQ1Wyw0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtQ1Wyw0 .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtQ1Wyw0 .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtQ1Wyw0 .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtQ2iK4l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtQ2iK4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtQ2iK4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtQ2iK4l .mbr-section-title,
.cid-vkPtQ2iK4l .mbr-section-subtitle,
.cid-vkPtQ2iK4l .mbr-text,
.cid-vkPtQ2iK4l p,
.cid-vkPtQ2iK4l h2,
.cid-vkPtQ2iK4l h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtQ2iK4l .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtQ2iK4l .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtQ2iK4l .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtQ38QCo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtQ38QCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtQ38QCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtQ38QCo .custom-main-title,
.cid-vkPtQ38QCo .custom-main-subtitle,
.cid-vkPtQ38QCo .custom-card-title,
.cid-vkPtQ38QCo .custom-card-text,
.cid-vkPtQ38QCo p,
.cid-vkPtQ38QCo h2,
.cid-vkPtQ38QCo h3,
.cid-vkPtQ38QCo b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtQ38QCo .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtQ38QCo .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtQ38QCo .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtQ38QCo .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtQ38QCo .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtQ38QCo .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtQ38QCo .row {
  justify-content: center;
}
.cid-vl7CwVXGCB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7CwVXGCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7CwVXGCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7CwVXGCB .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7CwVXGCB .custom-title-font,
.cid-vl7CwVXGCB .custom-subtitle-font,
.cid-vl7CwVXGCB .custom-header-font,
.cid-vl7CwVXGCB .custom-cell-font,
.cid-vl7CwVXGCB .table-disclaimer-text,
.cid-vl7CwVXGCB p,
.cid-vl7CwVXGCB h2,
.cid-vl7CwVXGCB b,
.cid-vl7CwVXGCB strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7CwVXGCB .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7CwVXGCB .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7CwVXGCB .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7CwVXGCB .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7CwVXGCB .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7CwVXGCB .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7CwVXGCB .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7CwVXGCB .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7CwVXGCB .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7CwVXGCB .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7CwVXGCB .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7CwVXGCB .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7CwVXGCB .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7CwVXGCB .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7CwVXGCB .card-text {
  color: #e94272;
}
.cid-vkVSHgcpFv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVSHgcpFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVSHgcpFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVSHgcpFv .item {
  padding-bottom: 2rem;
}
.cid-vkVSHgcpFv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vkVSHgcpFv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkVSHgcpFv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vkVSHgcpFv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkVSHgcpFv .carousel-control,
.cid-vkVSHgcpFv .close {
  background: #1b1b1b;
}
.cid-vkVSHgcpFv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vkVSHgcpFv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vkVSHgcpFv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vkVSHgcpFv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vkVSHgcpFv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vkVSHgcpFv .close::before {
  content: '\e91a';
}
.cid-vkVSHgcpFv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vkVSHgcpFv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkVSHgcpFv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVSHgcpFv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkVSHgcpFv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkVSHgcpFv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vkVSHgcpFv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkVSHgcpFv .carousel-indicators li.active,
.cid-vkVSHgcpFv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkVSHgcpFv .carousel-indicators li::after,
.cid-vkVSHgcpFv .carousel-indicators li::before {
  content: none;
}
.cid-vkVSHgcpFv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkVSHgcpFv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vkVSHgcpFv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkVSHgcpFv .carousel-indicators {
    display: none;
  }
}
.cid-vkVSHgcpFv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkVSHgcpFv .carousel-inner > .active {
  display: block;
}
.cid-vkVSHgcpFv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkVSHgcpFv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vkVSHgcpFv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vkVSHgcpFv .carousel-control,
  .cid-vkVSHgcpFv .carousel-indicators,
  .cid-vkVSHgcpFv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vkVSHgcpFv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vkVSHgcpFv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vkVSHgcpFv .carousel-indicators .active,
.cid-vkVSHgcpFv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vkVSHgcpFv .carousel-indicators .active {
  background: #fff;
}
.cid-vkVSHgcpFv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vkVSHgcpFv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vkVSHgcpFv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vkVSHgcpFv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vkVSHgcpFv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vkVSHgcpFv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vkVSHgcpFv .carousel {
  width: 100%;
}
.cid-vkVSHgcpFv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkVSHgcpFv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vkVSHgcpFv .modal.fade .modal-dialog,
.cid-vkVSHgcpFv .modal.in .modal-dialog {
  transform: none;
}
.cid-vkVSHgcpFv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vkVSHgcpFv H6 {
  text-align: center;
}
.cid-vkVSHgcpFv .mbr-section-title,
.cid-vkVSHgcpFv .mbr-section-subtitle,
.cid-vkVSHgcpFv .item-title,
.cid-vkVSHgcpFv .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkVSHgcpFv .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vkVSHgcpFv .item-content .item-title,
.cid-vkVSHgcpFv .item-wrapper .item-content h5,
.cid-vkVSHgcpFv .item-content .mbr-text,
.cid-vkVSHgcpFv .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVSHgcpFv .item-content .item-title,
.cid-vkVSHgcpFv .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vkVSHgcpFv .item-content .mbr-text,
.cid-vkVSHgcpFv .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vkVSHgcpFv .mbr-section-title {
  color: #e94272;
}
.cid-vkVSHgcpFv [class*="col-"] p,
.cid-vkVSHgcpFv [class*="col-"] h5,
.cid-vkVSHgcpFv [class*="col-"] h6,
.cid-vkVSHgcpFv [class*="col-"] .mbr-text,
.cid-vkVSHgcpFv [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vkVSHgcpFv [class*="col-"] p,
.cid-vkVSHgcpFv [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-2t {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-2t .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-2t #product-care-module,
#custom-html-2t #product-care-module .care-block-title,
#custom-html-2t #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-2t .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-2t .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-2t .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-2t .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-2t .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-2t .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-2t .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-2t .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-2t .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-2t .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vkVSGogFmV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkVSGogFmV h3,
.cid-vkVSGogFmV h4,
.cid-vkVSGogFmV h5,
.cid-vkVSGogFmV h6,
.cid-vkVSGogFmV p {
  margin: 0;
}
.cid-vkVSGogFmV .section-head {
  margin-bottom: 2.5rem;
}
.cid-vkVSGogFmV .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vkVSGogFmV .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkVSGogFmV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkVSGogFmV .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vkVSGogFmV .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vkVSGogFmV .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vkVSGogFmV .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vkVSGogFmV .nav-link,
.cid-vkVSGogFmV .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vkVSGogFmV .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vkVSGogFmV .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vkVSGogFmV .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vkVSGogFmV .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vkVSGogFmV .tab-title {
  margin-bottom: 25px;
}
.cid-vkVSGogFmV .tab-subtitle {
  color: #ff0081;
}
.cid-vkVSGogFmV .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vkVSGogFmV .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vkVSGogFmV .add-section {
    text-align: center;
  }
}
.cid-vkVSGogFmV .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vkVSGogFmV .add-section-head {
    flex-direction: column;
  }
}
.cid-vkVSGogFmV .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vkVSGogFmV .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vkVSGogFmV .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vkVSGogFmV .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVSGogFmV .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vkVSGogFmV .col-md-7 {
    width: 80%;
  }
}
.cid-vkVSGogFmV .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vkVSGogFmV .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vkVSGogFmV .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVSGogFmV .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vkVSGogFmV .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vkVSGogFmV .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vkVSGogFmV .card-item:last-child {
  margin-right: 0;
}
.cid-vkVSGogFmV .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vkVSGogFmV .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVSGogFmV .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vkVSGogFmV .right {
  margin-top: 2rem;
}
.cid-vkVSGogFmV .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vkVSGogFmV .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vkVSGogFmV .right {
    text-align: center;
  }
}
.cid-vkVSGogFmV .list-right {
  color: #bbbbbb;
}
.cid-vkVSGogFmV .list-left {
  color: #bbbbbb;
}
.cid-vln0XQSev8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0XQSev8 .custom-dl-title,
.cid-vln0XQSev8 .custom-dl-subtitle,
.cid-vln0XQSev8 .custom-dl-button-style,
.cid-vln0XQSev8 h2,
.cid-vln0XQSev8 h4,
.cid-vln0XQSev8 p,
.cid-vln0XQSev8 b,
.cid-vln0XQSev8 strong,
.cid-vln0XQSev8 a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0XQSev8 .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0XQSev8 .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0XQSev8 .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0XQSev8 .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0XQSev8 .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0XQSev8 .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0XQSev8 .mbr-section-btn,
  .cid-vln0XQSev8 .mbr-section-subtitle,
  .cid-vln0XQSev8 .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0XQSev8 .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0XQSev8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0XQSev8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JnXdwiy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JnXdwiy .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JnXdwiy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JnXdwiy .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JnXdwiy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JnXdwiy .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JnXdwiy .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JnXdwiy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JnXdwiy .logo-title {
  text-align: center;
}
.cid-vl6JnXdwiy .logo-sub-title {
  text-align: center;
}
.cid-vl6JnXdwiy .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JnXdwiy .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JnXdwiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JnXdwiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JnXdwiy .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JnXdwiy .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsbvj7k3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsbvj7k3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsbvj7k3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsbvj7k3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsbvj7k3 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsbvj7k3 .items-wrapper {
  align-items: center;
}
.cid-vlbsbvj7k3 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsbvj7k3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsbvj7k3 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsbvj7k3 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsbvj7k3 .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsbvj7k3 .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsbvj7k3 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsbvj7k3 .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsbvj7k3 .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkVSENRQVz {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkVSENRQVz .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkVSENRQVz .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkVSENRQVz .card a,
.cid-vkVSENRQVz .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkVSENRQVz .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkVSENRQVz .card:hover img {
  transform: scale(1.05);
}
.cid-vkVSENRQVz .mbr-section-title {
  color: #000000;
}
.cid-vkVSENRQVz .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtQtgZcF .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtQtgZcF .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-vkPtQtgZcF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtQtgZcF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtQtgZcF .dropdown-item:hover,
.cid-vkPtQtgZcF .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtQtgZcF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtQtgZcF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtQtgZcF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtQtgZcF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtQtgZcF .nav-link {
  position: relative;
}
.cid-vkPtQtgZcF .container {
  display: flex;
  margin: auto;
}
.cid-vkPtQtgZcF .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtQtgZcF .dropdown-menu,
.cid-vkPtQtgZcF .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtQtgZcF .nav-item:focus,
.cid-vkPtQtgZcF .nav-link:focus {
  outline: none;
}
.cid-vkPtQtgZcF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQtgZcF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtQtgZcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtQtgZcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQtgZcF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtQtgZcF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtQtgZcF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtQtgZcF .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtQtgZcF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtQtgZcF .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtQtgZcF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtQtgZcF .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtQtgZcF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtQtgZcF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtQtgZcF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtQtgZcF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtQtgZcF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtQtgZcF .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-vkPtQtgZcF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtQtgZcF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtQtgZcF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtQtgZcF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtQtgZcF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtQtgZcF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtQtgZcF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtQtgZcF .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-vkPtQtgZcF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtQtgZcF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtQtgZcF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtQtgZcF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtQtgZcF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtQtgZcF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtQtgZcF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtQtgZcF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtQtgZcF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtQtgZcF .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-vkPtQtgZcF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtQtgZcF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtQtgZcF .dropdown-item.active,
.cid-vkPtQtgZcF .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtQtgZcF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtQtgZcF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtQtgZcF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtQtgZcF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtQtgZcF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtQtgZcF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtQtgZcF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtQtgZcF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtQtgZcF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtQtgZcF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtQtgZcF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtQtgZcF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQtgZcF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQtgZcF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtQtgZcF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQtgZcF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtQtgZcF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtQtgZcF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQtgZcF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtQtgZcF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtQtgZcF .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-vkPtQtgZcF .navbar {
    height: 70px;
  }
  .cid-vkPtQtgZcF .navbar.opened {
    height: auto;
  }
  .cid-vkPtQtgZcF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtQtI6za {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtQtI6za .item:focus,
.cid-vkPtQtI6za span:focus {
  outline: none;
}
.cid-vkPtQtI6za .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtQtI6za .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtQtI6za .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtQtI6za .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtQu6bDp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtQu6bDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtQu6bDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtQu6bDp .mbr-section-title,
.cid-vkPtQu6bDp .mbr-section-subtitle,
.cid-vkPtQu6bDp .mbr-text,
.cid-vkPtQu6bDp p,
.cid-vkPtQu6bDp h2,
.cid-vkPtQu6bDp h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtQu6bDp .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtQu6bDp .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtQu6bDp .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtQuUNMN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtQuUNMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtQuUNMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtQuUNMN .custom-main-title,
.cid-vkPtQuUNMN .custom-main-subtitle,
.cid-vkPtQuUNMN .custom-card-title,
.cid-vkPtQuUNMN .custom-card-text,
.cid-vkPtQuUNMN p,
.cid-vkPtQuUNMN h2,
.cid-vkPtQuUNMN h3,
.cid-vkPtQuUNMN b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtQuUNMN .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtQuUNMN .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtQuUNMN .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtQuUNMN .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtQuUNMN .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtQuUNMN .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtQuUNMN .row {
  justify-content: center;
}
.cid-vl7EG2OLwy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7EG2OLwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7EG2OLwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7EG2OLwy .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7EG2OLwy .custom-title-font,
.cid-vl7EG2OLwy .custom-subtitle-font,
.cid-vl7EG2OLwy .custom-header-font,
.cid-vl7EG2OLwy .custom-cell-font,
.cid-vl7EG2OLwy .table-disclaimer-text,
.cid-vl7EG2OLwy p,
.cid-vl7EG2OLwy h2,
.cid-vl7EG2OLwy b,
.cid-vl7EG2OLwy strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7EG2OLwy .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7EG2OLwy .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7EG2OLwy .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7EG2OLwy .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7EG2OLwy .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7EG2OLwy .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7EG2OLwy .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7EG2OLwy .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7EG2OLwy .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7EG2OLwy .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7EG2OLwy .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7EG2OLwy .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7EG2OLwy .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7EG2OLwy .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7EG2OLwy .card-text {
  color: #e94272;
}
.cid-vl0Q9K479j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0Q9K479j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Q9K479j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0Q9K479j .item {
  padding-bottom: 2rem;
}
.cid-vl0Q9K479j .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl0Q9K479j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl0Q9K479j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl0Q9K479j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl0Q9K479j .carousel-control,
.cid-vl0Q9K479j .close {
  background: #1b1b1b;
}
.cid-vl0Q9K479j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl0Q9K479j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl0Q9K479j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl0Q9K479j .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl0Q9K479j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl0Q9K479j .close::before {
  content: '\e91a';
}
.cid-vl0Q9K479j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl0Q9K479j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl0Q9K479j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0Q9K479j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl0Q9K479j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl0Q9K479j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl0Q9K479j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl0Q9K479j .carousel-indicators li.active,
.cid-vl0Q9K479j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl0Q9K479j .carousel-indicators li::after,
.cid-vl0Q9K479j .carousel-indicators li::before {
  content: none;
}
.cid-vl0Q9K479j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl0Q9K479j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl0Q9K479j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl0Q9K479j .carousel-indicators {
    display: none;
  }
}
.cid-vl0Q9K479j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl0Q9K479j .carousel-inner > .active {
  display: block;
}
.cid-vl0Q9K479j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0Q9K479j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl0Q9K479j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl0Q9K479j .carousel-control,
  .cid-vl0Q9K479j .carousel-indicators,
  .cid-vl0Q9K479j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl0Q9K479j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl0Q9K479j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl0Q9K479j .carousel-indicators .active,
.cid-vl0Q9K479j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl0Q9K479j .carousel-indicators .active {
  background: #fff;
}
.cid-vl0Q9K479j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl0Q9K479j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl0Q9K479j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl0Q9K479j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl0Q9K479j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl0Q9K479j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl0Q9K479j .carousel {
  width: 100%;
}
.cid-vl0Q9K479j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl0Q9K479j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl0Q9K479j .modal.fade .modal-dialog,
.cid-vl0Q9K479j .modal.in .modal-dialog {
  transform: none;
}
.cid-vl0Q9K479j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl0Q9K479j H6 {
  text-align: center;
}
.cid-vl0Q9K479j .mbr-section-title,
.cid-vl0Q9K479j .mbr-section-subtitle,
.cid-vl0Q9K479j .item-title,
.cid-vl0Q9K479j .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl0Q9K479j .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl0Q9K479j .item-content .item-title,
.cid-vl0Q9K479j .item-wrapper .item-content h5,
.cid-vl0Q9K479j .item-content .mbr-text,
.cid-vl0Q9K479j .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0Q9K479j .item-content .item-title,
.cid-vl0Q9K479j .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl0Q9K479j .item-content .mbr-text,
.cid-vl0Q9K479j .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl0Q9K479j .mbr-section-title {
  color: #e94272;
}
.cid-vl0Q9K479j [class*="col-"] p,
.cid-vl0Q9K479j [class*="col-"] h5,
.cid-vl0Q9K479j [class*="col-"] h6,
.cid-vl0Q9K479j [class*="col-"] .mbr-text,
.cid-vl0Q9K479j [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0Q9K479j [class*="col-"] p,
.cid-vl0Q9K479j [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-33 {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-33 .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-33 #product-care-module,
#custom-html-33 #product-care-module .care-block-title,
#custom-html-33 #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-33 .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-33 .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-33 .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-33 .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-33 .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-33 .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-33 .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-33 .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-33 .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-33 .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl0QeadZUg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0QeadZUg h3,
.cid-vl0QeadZUg h4,
.cid-vl0QeadZUg h5,
.cid-vl0QeadZUg h6,
.cid-vl0QeadZUg p {
  margin: 0;
}
.cid-vl0QeadZUg .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl0QeadZUg .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl0QeadZUg .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl0QeadZUg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl0QeadZUg .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl0QeadZUg .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl0QeadZUg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl0QeadZUg .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl0QeadZUg .nav-link,
.cid-vl0QeadZUg .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl0QeadZUg .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl0QeadZUg .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl0QeadZUg .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl0QeadZUg .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl0QeadZUg .tab-title {
  margin-bottom: 25px;
}
.cid-vl0QeadZUg .tab-subtitle {
  color: #ff0081;
}
.cid-vl0QeadZUg .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl0QeadZUg .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl0QeadZUg .add-section {
    text-align: center;
  }
}
.cid-vl0QeadZUg .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl0QeadZUg .add-section-head {
    flex-direction: column;
  }
}
.cid-vl0QeadZUg .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl0QeadZUg .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl0QeadZUg .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl0QeadZUg .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0QeadZUg .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0QeadZUg .col-md-7 {
    width: 80%;
  }
}
.cid-vl0QeadZUg .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl0QeadZUg .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl0QeadZUg .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0QeadZUg .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl0QeadZUg .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl0QeadZUg .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl0QeadZUg .card-item:last-child {
  margin-right: 0;
}
.cid-vl0QeadZUg .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl0QeadZUg .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0QeadZUg .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0QeadZUg .right {
  margin-top: 2rem;
}
.cid-vl0QeadZUg .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl0QeadZUg .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0QeadZUg .right {
    text-align: center;
  }
}
.cid-vl0QeadZUg .list-right {
  color: #bbbbbb;
}
.cid-vl0QeadZUg .list-left {
  color: #bbbbbb;
}
.cid-vln0UKpgWA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0UKpgWA .custom-dl-title,
.cid-vln0UKpgWA .custom-dl-subtitle,
.cid-vln0UKpgWA .custom-dl-button-style,
.cid-vln0UKpgWA h2,
.cid-vln0UKpgWA h4,
.cid-vln0UKpgWA p,
.cid-vln0UKpgWA b,
.cid-vln0UKpgWA strong,
.cid-vln0UKpgWA a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0UKpgWA .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0UKpgWA .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0UKpgWA .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0UKpgWA .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0UKpgWA .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0UKpgWA .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0UKpgWA .mbr-section-btn,
  .cid-vln0UKpgWA .mbr-section-subtitle,
  .cid-vln0UKpgWA .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0UKpgWA .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0UKpgWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0UKpgWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JpUdeNA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JpUdeNA .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JpUdeNA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JpUdeNA .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JpUdeNA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JpUdeNA .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JpUdeNA .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JpUdeNA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JpUdeNA .logo-title {
  text-align: center;
}
.cid-vl6JpUdeNA .logo-sub-title {
  text-align: center;
}
.cid-vl6JpUdeNA .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JpUdeNA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JpUdeNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JpUdeNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JpUdeNA .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JpUdeNA .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsdopfHy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsdopfHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsdopfHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsdopfHy .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsdopfHy .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsdopfHy .items-wrapper {
  align-items: center;
}
.cid-vlbsdopfHy .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsdopfHy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsdopfHy .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsdopfHy .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsdopfHy .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsdopfHy .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsdopfHy .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsdopfHy .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsdopfHy .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl0QcvuHlU {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl0QcvuHlU .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl0QcvuHlU .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl0QcvuHlU .card a,
.cid-vl0QcvuHlU .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl0QcvuHlU .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl0QcvuHlU .card:hover img {
  transform: scale(1.05);
}
.cid-vl0QcvuHlU .mbr-section-title {
  color: #000000;
}
.cid-vl0QcvuHlU .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtQZLLBl .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtQZLLBl .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-vkPtQZLLBl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtQZLLBl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtQZLLBl .dropdown-item:hover,
.cid-vkPtQZLLBl .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtQZLLBl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtQZLLBl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtQZLLBl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtQZLLBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtQZLLBl .nav-link {
  position: relative;
}
.cid-vkPtQZLLBl .container {
  display: flex;
  margin: auto;
}
.cid-vkPtQZLLBl .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtQZLLBl .dropdown-menu,
.cid-vkPtQZLLBl .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtQZLLBl .nav-item:focus,
.cid-vkPtQZLLBl .nav-link:focus {
  outline: none;
}
.cid-vkPtQZLLBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQZLLBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtQZLLBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtQZLLBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtQZLLBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtQZLLBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtQZLLBl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtQZLLBl .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtQZLLBl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtQZLLBl .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtQZLLBl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtQZLLBl .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtQZLLBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtQZLLBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtQZLLBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtQZLLBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtQZLLBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtQZLLBl .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-vkPtQZLLBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtQZLLBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtQZLLBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtQZLLBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtQZLLBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtQZLLBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtQZLLBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtQZLLBl .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-vkPtQZLLBl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtQZLLBl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtQZLLBl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtQZLLBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtQZLLBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtQZLLBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtQZLLBl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtQZLLBl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtQZLLBl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtQZLLBl .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-vkPtQZLLBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtQZLLBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtQZLLBl .dropdown-item.active,
.cid-vkPtQZLLBl .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtQZLLBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtQZLLBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtQZLLBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtQZLLBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtQZLLBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtQZLLBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtQZLLBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtQZLLBl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtQZLLBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtQZLLBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtQZLLBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtQZLLBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQZLLBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtQZLLBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtQZLLBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQZLLBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtQZLLBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtQZLLBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtQZLLBl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtQZLLBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtQZLLBl .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-vkPtQZLLBl .navbar {
    height: 70px;
  }
  .cid-vkPtQZLLBl .navbar.opened {
    height: auto;
  }
  .cid-vkPtQZLLBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtR0eKSX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtR0eKSX .item:focus,
.cid-vkPtR0eKSX span:focus {
  outline: none;
}
.cid-vkPtR0eKSX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtR0eKSX .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtR0eKSX .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtR0eKSX .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtR0Aga1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtR0Aga1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtR0Aga1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtR0Aga1 .mbr-section-title,
.cid-vkPtR0Aga1 .mbr-section-subtitle,
.cid-vkPtR0Aga1 .mbr-text,
.cid-vkPtR0Aga1 p,
.cid-vkPtR0Aga1 h2,
.cid-vkPtR0Aga1 h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtR0Aga1 .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtR0Aga1 .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtR0Aga1 .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtR1pPm4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtR1pPm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtR1pPm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtR1pPm4 .custom-main-title,
.cid-vkPtR1pPm4 .custom-main-subtitle,
.cid-vkPtR1pPm4 .custom-card-title,
.cid-vkPtR1pPm4 .custom-card-text,
.cid-vkPtR1pPm4 p,
.cid-vkPtR1pPm4 h2,
.cid-vkPtR1pPm4 h3,
.cid-vkPtR1pPm4 b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtR1pPm4 .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtR1pPm4 .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtR1pPm4 .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtR1pPm4 .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtR1pPm4 .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtR1pPm4 .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtR1pPm4 .row {
  justify-content: center;
}
.cid-vl7F7QjWhY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7F7QjWhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7F7QjWhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7F7QjWhY .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7F7QjWhY .custom-title-font,
.cid-vl7F7QjWhY .custom-subtitle-font,
.cid-vl7F7QjWhY .custom-header-font,
.cid-vl7F7QjWhY .custom-cell-font,
.cid-vl7F7QjWhY .table-disclaimer-text,
.cid-vl7F7QjWhY p,
.cid-vl7F7QjWhY h2,
.cid-vl7F7QjWhY b,
.cid-vl7F7QjWhY strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7F7QjWhY .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7F7QjWhY .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7F7QjWhY .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7F7QjWhY .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7F7QjWhY .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7F7QjWhY .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7F7QjWhY .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7F7QjWhY .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7F7QjWhY .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7F7QjWhY .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7F7QjWhY .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7F7QjWhY .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7F7QjWhY .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7F7QjWhY .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7F7QjWhY .card-text {
  color: #e94272;
}
.cid-vl0QRcYDhW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0QRcYDhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0QRcYDhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0QRcYDhW .item {
  padding-bottom: 2rem;
}
.cid-vl0QRcYDhW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl0QRcYDhW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl0QRcYDhW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl0QRcYDhW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl0QRcYDhW .carousel-control,
.cid-vl0QRcYDhW .close {
  background: #1b1b1b;
}
.cid-vl0QRcYDhW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl0QRcYDhW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl0QRcYDhW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl0QRcYDhW .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl0QRcYDhW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl0QRcYDhW .close::before {
  content: '\e91a';
}
.cid-vl0QRcYDhW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl0QRcYDhW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl0QRcYDhW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0QRcYDhW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl0QRcYDhW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl0QRcYDhW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl0QRcYDhW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl0QRcYDhW .carousel-indicators li.active,
.cid-vl0QRcYDhW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl0QRcYDhW .carousel-indicators li::after,
.cid-vl0QRcYDhW .carousel-indicators li::before {
  content: none;
}
.cid-vl0QRcYDhW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl0QRcYDhW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl0QRcYDhW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl0QRcYDhW .carousel-indicators {
    display: none;
  }
}
.cid-vl0QRcYDhW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl0QRcYDhW .carousel-inner > .active {
  display: block;
}
.cid-vl0QRcYDhW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0QRcYDhW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl0QRcYDhW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl0QRcYDhW .carousel-control,
  .cid-vl0QRcYDhW .carousel-indicators,
  .cid-vl0QRcYDhW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl0QRcYDhW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl0QRcYDhW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl0QRcYDhW .carousel-indicators .active,
.cid-vl0QRcYDhW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl0QRcYDhW .carousel-indicators .active {
  background: #fff;
}
.cid-vl0QRcYDhW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl0QRcYDhW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl0QRcYDhW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl0QRcYDhW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl0QRcYDhW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl0QRcYDhW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl0QRcYDhW .carousel {
  width: 100%;
}
.cid-vl0QRcYDhW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl0QRcYDhW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl0QRcYDhW .modal.fade .modal-dialog,
.cid-vl0QRcYDhW .modal.in .modal-dialog {
  transform: none;
}
.cid-vl0QRcYDhW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl0QRcYDhW H6 {
  text-align: center;
}
.cid-vl0QRcYDhW .mbr-section-title,
.cid-vl0QRcYDhW .mbr-section-subtitle,
.cid-vl0QRcYDhW .item-title,
.cid-vl0QRcYDhW .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl0QRcYDhW .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl0QRcYDhW .item-content .item-title,
.cid-vl0QRcYDhW .item-wrapper .item-content h5,
.cid-vl0QRcYDhW .item-content .mbr-text,
.cid-vl0QRcYDhW .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0QRcYDhW .item-content .item-title,
.cid-vl0QRcYDhW .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl0QRcYDhW .item-content .mbr-text,
.cid-vl0QRcYDhW .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl0QRcYDhW .mbr-section-title {
  color: #e94272;
}
.cid-vl0QRcYDhW [class*="col-"] p,
.cid-vl0QRcYDhW [class*="col-"] h5,
.cid-vl0QRcYDhW [class*="col-"] h6,
.cid-vl0QRcYDhW [class*="col-"] .mbr-text,
.cid-vl0QRcYDhW [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0QRcYDhW [class*="col-"] p,
.cid-vl0QRcYDhW [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-3d {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-3d .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-3d #product-care-module,
#custom-html-3d #product-care-module .care-block-title,
#custom-html-3d #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-3d .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-3d .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-3d .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-3d .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-3d .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-3d .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-3d .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-3d .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-3d .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-3d .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl0QTRfYH0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0QTRfYH0 h3,
.cid-vl0QTRfYH0 h4,
.cid-vl0QTRfYH0 h5,
.cid-vl0QTRfYH0 h6,
.cid-vl0QTRfYH0 p {
  margin: 0;
}
.cid-vl0QTRfYH0 .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl0QTRfYH0 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl0QTRfYH0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl0QTRfYH0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl0QTRfYH0 .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl0QTRfYH0 .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl0QTRfYH0 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl0QTRfYH0 .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl0QTRfYH0 .nav-link,
.cid-vl0QTRfYH0 .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl0QTRfYH0 .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl0QTRfYH0 .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl0QTRfYH0 .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl0QTRfYH0 .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl0QTRfYH0 .tab-title {
  margin-bottom: 25px;
}
.cid-vl0QTRfYH0 .tab-subtitle {
  color: #ff0081;
}
.cid-vl0QTRfYH0 .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl0QTRfYH0 .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl0QTRfYH0 .add-section {
    text-align: center;
  }
}
.cid-vl0QTRfYH0 .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl0QTRfYH0 .add-section-head {
    flex-direction: column;
  }
}
.cid-vl0QTRfYH0 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl0QTRfYH0 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl0QTRfYH0 .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl0QTRfYH0 .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0QTRfYH0 .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0QTRfYH0 .col-md-7 {
    width: 80%;
  }
}
.cid-vl0QTRfYH0 .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl0QTRfYH0 .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl0QTRfYH0 .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0QTRfYH0 .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl0QTRfYH0 .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl0QTRfYH0 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl0QTRfYH0 .card-item:last-child {
  margin-right: 0;
}
.cid-vl0QTRfYH0 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl0QTRfYH0 .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0QTRfYH0 .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0QTRfYH0 .right {
  margin-top: 2rem;
}
.cid-vl0QTRfYH0 .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl0QTRfYH0 .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0QTRfYH0 .right {
    text-align: center;
  }
}
.cid-vl0QTRfYH0 .list-right {
  color: #bbbbbb;
}
.cid-vl0QTRfYH0 .list-left {
  color: #bbbbbb;
}
.cid-vln0RyIl8R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0RyIl8R .custom-dl-title,
.cid-vln0RyIl8R .custom-dl-subtitle,
.cid-vln0RyIl8R .custom-dl-button-style,
.cid-vln0RyIl8R h2,
.cid-vln0RyIl8R h4,
.cid-vln0RyIl8R p,
.cid-vln0RyIl8R b,
.cid-vln0RyIl8R strong,
.cid-vln0RyIl8R a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0RyIl8R .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0RyIl8R .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0RyIl8R .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0RyIl8R .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0RyIl8R .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0RyIl8R .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0RyIl8R .mbr-section-btn,
  .cid-vln0RyIl8R .mbr-section-subtitle,
  .cid-vln0RyIl8R .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0RyIl8R .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0RyIl8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0RyIl8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JueOCZv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JueOCZv .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JueOCZv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JueOCZv .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JueOCZv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JueOCZv .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JueOCZv .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JueOCZv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JueOCZv .logo-title {
  text-align: center;
}
.cid-vl6JueOCZv .logo-sub-title {
  text-align: center;
}
.cid-vl6JueOCZv .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JueOCZv .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JueOCZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JueOCZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JueOCZv .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JueOCZv .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsfkYSxm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsfkYSxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsfkYSxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsfkYSxm .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsfkYSxm .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsfkYSxm .items-wrapper {
  align-items: center;
}
.cid-vlbsfkYSxm .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsfkYSxm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsfkYSxm .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsfkYSxm .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsfkYSxm .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsfkYSxm .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsfkYSxm .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsfkYSxm .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsfkYSxm .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl0QSxNdFD {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl0QSxNdFD .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl0QSxNdFD .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl0QSxNdFD .card a,
.cid-vl0QSxNdFD .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl0QSxNdFD .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl0QSxNdFD .card:hover img {
  transform: scale(1.05);
}
.cid-vl0QSxNdFD .mbr-section-title {
  color: #000000;
}
.cid-vl0QSxNdFD .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtRBtyQg .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtRBtyQg .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-vkPtRBtyQg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtRBtyQg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtRBtyQg .dropdown-item:hover,
.cid-vkPtRBtyQg .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtRBtyQg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtRBtyQg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtRBtyQg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtRBtyQg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtRBtyQg .nav-link {
  position: relative;
}
.cid-vkPtRBtyQg .container {
  display: flex;
  margin: auto;
}
.cid-vkPtRBtyQg .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtRBtyQg .dropdown-menu,
.cid-vkPtRBtyQg .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtRBtyQg .nav-item:focus,
.cid-vkPtRBtyQg .nav-link:focus {
  outline: none;
}
.cid-vkPtRBtyQg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtRBtyQg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtRBtyQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtRBtyQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtRBtyQg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtRBtyQg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtRBtyQg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtRBtyQg .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtRBtyQg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtRBtyQg .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtRBtyQg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtRBtyQg .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtRBtyQg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtRBtyQg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtRBtyQg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtRBtyQg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtRBtyQg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtRBtyQg .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-vkPtRBtyQg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtRBtyQg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtRBtyQg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtRBtyQg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtRBtyQg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtRBtyQg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtRBtyQg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtRBtyQg .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-vkPtRBtyQg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtRBtyQg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtRBtyQg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtRBtyQg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtRBtyQg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtRBtyQg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtRBtyQg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtRBtyQg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtRBtyQg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtRBtyQg .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-vkPtRBtyQg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtRBtyQg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtRBtyQg .dropdown-item.active,
.cid-vkPtRBtyQg .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtRBtyQg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtRBtyQg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtRBtyQg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtRBtyQg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtRBtyQg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtRBtyQg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtRBtyQg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtRBtyQg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtRBtyQg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtRBtyQg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtRBtyQg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtRBtyQg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtRBtyQg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtRBtyQg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtRBtyQg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtRBtyQg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtRBtyQg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtRBtyQg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtRBtyQg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtRBtyQg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtRBtyQg .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-vkPtRBtyQg .navbar {
    height: 70px;
  }
  .cid-vkPtRBtyQg .navbar.opened {
    height: auto;
  }
  .cid-vkPtRBtyQg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtRBVkNV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtRBVkNV .item:focus,
.cid-vkPtRBVkNV span:focus {
  outline: none;
}
.cid-vkPtRBVkNV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtRBVkNV .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtRBVkNV .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtRBVkNV .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtRChusk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtRChusk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtRChusk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtRChusk .mbr-section-title,
.cid-vkPtRChusk .mbr-section-subtitle,
.cid-vkPtRChusk .mbr-text,
.cid-vkPtRChusk p,
.cid-vkPtRChusk h2,
.cid-vkPtRChusk h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtRChusk .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtRChusk .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtRChusk .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtRD7obk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtRD7obk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtRD7obk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtRD7obk .custom-main-title,
.cid-vkPtRD7obk .custom-main-subtitle,
.cid-vkPtRD7obk .custom-card-title,
.cid-vkPtRD7obk .custom-card-text,
.cid-vkPtRD7obk p,
.cid-vkPtRD7obk h2,
.cid-vkPtRD7obk h3,
.cid-vkPtRD7obk b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtRD7obk .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtRD7obk .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtRD7obk .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtRD7obk .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtRD7obk .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtRD7obk .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtRD7obk .row {
  justify-content: center;
}
.cid-vl7Fh0GMTV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7Fh0GMTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7Fh0GMTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7Fh0GMTV .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7Fh0GMTV .custom-title-font,
.cid-vl7Fh0GMTV .custom-subtitle-font,
.cid-vl7Fh0GMTV .custom-header-font,
.cid-vl7Fh0GMTV .custom-cell-font,
.cid-vl7Fh0GMTV .table-disclaimer-text,
.cid-vl7Fh0GMTV p,
.cid-vl7Fh0GMTV h2,
.cid-vl7Fh0GMTV b,
.cid-vl7Fh0GMTV strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7Fh0GMTV .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7Fh0GMTV .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7Fh0GMTV .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7Fh0GMTV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7Fh0GMTV .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7Fh0GMTV .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7Fh0GMTV .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7Fh0GMTV .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7Fh0GMTV .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7Fh0GMTV .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7Fh0GMTV .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7Fh0GMTV .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7Fh0GMTV .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7Fh0GMTV .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7Fh0GMTV .card-text {
  color: #e94272;
}
.cid-vl0T8Z4eOm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0T8Z4eOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0T8Z4eOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0T8Z4eOm .item {
  padding-bottom: 2rem;
}
.cid-vl0T8Z4eOm .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl0T8Z4eOm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl0T8Z4eOm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl0T8Z4eOm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl0T8Z4eOm .carousel-control,
.cid-vl0T8Z4eOm .close {
  background: #1b1b1b;
}
.cid-vl0T8Z4eOm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl0T8Z4eOm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl0T8Z4eOm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl0T8Z4eOm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl0T8Z4eOm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl0T8Z4eOm .close::before {
  content: '\e91a';
}
.cid-vl0T8Z4eOm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl0T8Z4eOm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl0T8Z4eOm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0T8Z4eOm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl0T8Z4eOm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl0T8Z4eOm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl0T8Z4eOm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl0T8Z4eOm .carousel-indicators li.active,
.cid-vl0T8Z4eOm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl0T8Z4eOm .carousel-indicators li::after,
.cid-vl0T8Z4eOm .carousel-indicators li::before {
  content: none;
}
.cid-vl0T8Z4eOm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl0T8Z4eOm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl0T8Z4eOm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl0T8Z4eOm .carousel-indicators {
    display: none;
  }
}
.cid-vl0T8Z4eOm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl0T8Z4eOm .carousel-inner > .active {
  display: block;
}
.cid-vl0T8Z4eOm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0T8Z4eOm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl0T8Z4eOm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl0T8Z4eOm .carousel-control,
  .cid-vl0T8Z4eOm .carousel-indicators,
  .cid-vl0T8Z4eOm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl0T8Z4eOm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl0T8Z4eOm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl0T8Z4eOm .carousel-indicators .active,
.cid-vl0T8Z4eOm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl0T8Z4eOm .carousel-indicators .active {
  background: #fff;
}
.cid-vl0T8Z4eOm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl0T8Z4eOm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl0T8Z4eOm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl0T8Z4eOm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl0T8Z4eOm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl0T8Z4eOm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl0T8Z4eOm .carousel {
  width: 100%;
}
.cid-vl0T8Z4eOm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl0T8Z4eOm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl0T8Z4eOm .modal.fade .modal-dialog,
.cid-vl0T8Z4eOm .modal.in .modal-dialog {
  transform: none;
}
.cid-vl0T8Z4eOm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl0T8Z4eOm H6 {
  text-align: center;
}
.cid-vl0T8Z4eOm .mbr-section-title,
.cid-vl0T8Z4eOm .mbr-section-subtitle,
.cid-vl0T8Z4eOm .item-title,
.cid-vl0T8Z4eOm .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl0T8Z4eOm .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl0T8Z4eOm .item-content .item-title,
.cid-vl0T8Z4eOm .item-wrapper .item-content h5,
.cid-vl0T8Z4eOm .item-content .mbr-text,
.cid-vl0T8Z4eOm .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0T8Z4eOm .item-content .item-title,
.cid-vl0T8Z4eOm .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl0T8Z4eOm .item-content .mbr-text,
.cid-vl0T8Z4eOm .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl0T8Z4eOm .mbr-section-title {
  color: #e94272;
}
.cid-vl0T8Z4eOm [class*="col-"] p,
.cid-vl0T8Z4eOm [class*="col-"] h5,
.cid-vl0T8Z4eOm [class*="col-"] h6,
.cid-vl0T8Z4eOm [class*="col-"] .mbr-text,
.cid-vl0T8Z4eOm [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0T8Z4eOm [class*="col-"] p,
.cid-vl0T8Z4eOm [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-3n {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-3n .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-3n #product-care-module,
#custom-html-3n #product-care-module .care-block-title,
#custom-html-3n #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-3n .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-3n .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-3n .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-3n .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-3n .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-3n .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-3n .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-3n .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-3n .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-3n .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl0T7rsFkq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0T7rsFkq h3,
.cid-vl0T7rsFkq h4,
.cid-vl0T7rsFkq h5,
.cid-vl0T7rsFkq h6,
.cid-vl0T7rsFkq p {
  margin: 0;
}
.cid-vl0T7rsFkq .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl0T7rsFkq .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl0T7rsFkq .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl0T7rsFkq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl0T7rsFkq .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl0T7rsFkq .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl0T7rsFkq .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl0T7rsFkq .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl0T7rsFkq .nav-link,
.cid-vl0T7rsFkq .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl0T7rsFkq .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl0T7rsFkq .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl0T7rsFkq .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl0T7rsFkq .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl0T7rsFkq .tab-title {
  margin-bottom: 25px;
}
.cid-vl0T7rsFkq .tab-subtitle {
  color: #ff0081;
}
.cid-vl0T7rsFkq .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl0T7rsFkq .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl0T7rsFkq .add-section {
    text-align: center;
  }
}
.cid-vl0T7rsFkq .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl0T7rsFkq .add-section-head {
    flex-direction: column;
  }
}
.cid-vl0T7rsFkq .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl0T7rsFkq .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl0T7rsFkq .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl0T7rsFkq .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0T7rsFkq .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0T7rsFkq .col-md-7 {
    width: 80%;
  }
}
.cid-vl0T7rsFkq .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl0T7rsFkq .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl0T7rsFkq .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0T7rsFkq .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl0T7rsFkq .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl0T7rsFkq .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl0T7rsFkq .card-item:last-child {
  margin-right: 0;
}
.cid-vl0T7rsFkq .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl0T7rsFkq .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0T7rsFkq .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0T7rsFkq .right {
  margin-top: 2rem;
}
.cid-vl0T7rsFkq .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl0T7rsFkq .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0T7rsFkq .right {
    text-align: center;
  }
}
.cid-vl0T7rsFkq .list-right {
  color: #bbbbbb;
}
.cid-vl0T7rsFkq .list-left {
  color: #bbbbbb;
}
.cid-vln0OApdx6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0OApdx6 .custom-dl-title,
.cid-vln0OApdx6 .custom-dl-subtitle,
.cid-vln0OApdx6 .custom-dl-button-style,
.cid-vln0OApdx6 h2,
.cid-vln0OApdx6 h4,
.cid-vln0OApdx6 p,
.cid-vln0OApdx6 b,
.cid-vln0OApdx6 strong,
.cid-vln0OApdx6 a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0OApdx6 .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0OApdx6 .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0OApdx6 .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0OApdx6 .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0OApdx6 .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0OApdx6 .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0OApdx6 .mbr-section-btn,
  .cid-vln0OApdx6 .mbr-section-subtitle,
  .cid-vln0OApdx6 .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0OApdx6 .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0OApdx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0OApdx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JyibvgL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JyibvgL .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JyibvgL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JyibvgL .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JyibvgL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JyibvgL .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JyibvgL .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JyibvgL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JyibvgL .logo-title {
  text-align: center;
}
.cid-vl6JyibvgL .logo-sub-title {
  text-align: center;
}
.cid-vl6JyibvgL .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JyibvgL .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JyibvgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JyibvgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JyibvgL .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JyibvgL .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbshA03Tc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbshA03Tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbshA03Tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbshA03Tc .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbshA03Tc .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbshA03Tc .items-wrapper {
  align-items: center;
}
.cid-vlbshA03Tc .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbshA03Tc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbshA03Tc .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbshA03Tc .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbshA03Tc .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbshA03Tc .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbshA03Tc .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbshA03Tc .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbshA03Tc .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl0T6uW6dc {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl0T6uW6dc .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl0T6uW6dc .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl0T6uW6dc .card a,
.cid-vl0T6uW6dc .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl0T6uW6dc .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl0T6uW6dc .card:hover img {
  transform: scale(1.05);
}
.cid-vl0T6uW6dc .mbr-section-title {
  color: #000000;
}
.cid-vl0T6uW6dc .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtSd97rL .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtSd97rL .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-vkPtSd97rL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtSd97rL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtSd97rL .dropdown-item:hover,
.cid-vkPtSd97rL .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtSd97rL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtSd97rL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtSd97rL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtSd97rL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtSd97rL .nav-link {
  position: relative;
}
.cid-vkPtSd97rL .container {
  display: flex;
  margin: auto;
}
.cid-vkPtSd97rL .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtSd97rL .dropdown-menu,
.cid-vkPtSd97rL .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtSd97rL .nav-item:focus,
.cid-vkPtSd97rL .nav-link:focus {
  outline: none;
}
.cid-vkPtSd97rL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtSd97rL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtSd97rL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtSd97rL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtSd97rL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtSd97rL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtSd97rL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtSd97rL .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtSd97rL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtSd97rL .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtSd97rL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtSd97rL .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtSd97rL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtSd97rL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtSd97rL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtSd97rL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtSd97rL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtSd97rL .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-vkPtSd97rL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtSd97rL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtSd97rL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtSd97rL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtSd97rL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtSd97rL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtSd97rL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtSd97rL .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-vkPtSd97rL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtSd97rL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtSd97rL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtSd97rL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtSd97rL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtSd97rL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtSd97rL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtSd97rL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtSd97rL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtSd97rL .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-vkPtSd97rL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtSd97rL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtSd97rL .dropdown-item.active,
.cid-vkPtSd97rL .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtSd97rL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtSd97rL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtSd97rL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtSd97rL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtSd97rL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtSd97rL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtSd97rL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtSd97rL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtSd97rL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtSd97rL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtSd97rL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtSd97rL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtSd97rL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtSd97rL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtSd97rL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtSd97rL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtSd97rL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtSd97rL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtSd97rL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtSd97rL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtSd97rL .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-vkPtSd97rL .navbar {
    height: 70px;
  }
  .cid-vkPtSd97rL .navbar.opened {
    height: auto;
  }
  .cid-vkPtSd97rL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtSdBvep {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtSdBvep .item:focus,
.cid-vkPtSdBvep span:focus {
  outline: none;
}
.cid-vkPtSdBvep .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtSdBvep .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtSdBvep .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtSdBvep .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtSdZLQP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtSdZLQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtSdZLQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtSdZLQP .mbr-section-title,
.cid-vkPtSdZLQP .mbr-section-subtitle,
.cid-vkPtSdZLQP .mbr-text,
.cid-vkPtSdZLQP p,
.cid-vkPtSdZLQP h2,
.cid-vkPtSdZLQP h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtSdZLQP .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtSdZLQP .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtSdZLQP .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtSeNbrp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtSeNbrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtSeNbrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtSeNbrp .custom-main-title,
.cid-vkPtSeNbrp .custom-main-subtitle,
.cid-vkPtSeNbrp .custom-card-title,
.cid-vkPtSeNbrp .custom-card-text,
.cid-vkPtSeNbrp p,
.cid-vkPtSeNbrp h2,
.cid-vkPtSeNbrp h3,
.cid-vkPtSeNbrp b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtSeNbrp .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtSeNbrp .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtSeNbrp .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtSeNbrp .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtSeNbrp .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtSeNbrp .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtSeNbrp .row {
  justify-content: center;
}
.cid-vl7HAPQtvt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94272;
}
.cid-vl7HAPQtvt .item:focus,
.cid-vl7HAPQtvt span:focus {
  outline: none;
}
.cid-vl7HAPQtvt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vl7HAPQtvt .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vl7HAPQtvt .item {
  color: #fafafa;
  padding: 10px 0;
}
.cid-vl7HAPQtvt .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vl7FAYWXKs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7FAYWXKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7FAYWXKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7FAYWXKs .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7FAYWXKs .custom-title-font,
.cid-vl7FAYWXKs .custom-subtitle-font,
.cid-vl7FAYWXKs .custom-header-font,
.cid-vl7FAYWXKs .custom-cell-font,
.cid-vl7FAYWXKs .table-disclaimer-text,
.cid-vl7FAYWXKs p,
.cid-vl7FAYWXKs h2,
.cid-vl7FAYWXKs b,
.cid-vl7FAYWXKs strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7FAYWXKs .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7FAYWXKs .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7FAYWXKs .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7FAYWXKs .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7FAYWXKs .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7FAYWXKs .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7FAYWXKs .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7FAYWXKs .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7FAYWXKs .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7FAYWXKs .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7FAYWXKs .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7FAYWXKs .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7FAYWXKs .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7FAYWXKs .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7FAYWXKs .card-text {
  color: #e94272;
}
.cid-vl0Yjkmuwk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0Yjkmuwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl0Yjkmuwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl0Yjkmuwk .item {
  padding-bottom: 2rem;
}
.cid-vl0Yjkmuwk .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl0Yjkmuwk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl0Yjkmuwk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl0Yjkmuwk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl0Yjkmuwk .carousel-control,
.cid-vl0Yjkmuwk .close {
  background: #1b1b1b;
}
.cid-vl0Yjkmuwk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl0Yjkmuwk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl0Yjkmuwk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl0Yjkmuwk .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl0Yjkmuwk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl0Yjkmuwk .close::before {
  content: '\e91a';
}
.cid-vl0Yjkmuwk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl0Yjkmuwk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl0Yjkmuwk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0Yjkmuwk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl0Yjkmuwk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl0Yjkmuwk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl0Yjkmuwk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl0Yjkmuwk .carousel-indicators li.active,
.cid-vl0Yjkmuwk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl0Yjkmuwk .carousel-indicators li::after,
.cid-vl0Yjkmuwk .carousel-indicators li::before {
  content: none;
}
.cid-vl0Yjkmuwk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl0Yjkmuwk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl0Yjkmuwk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl0Yjkmuwk .carousel-indicators {
    display: none;
  }
}
.cid-vl0Yjkmuwk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl0Yjkmuwk .carousel-inner > .active {
  display: block;
}
.cid-vl0Yjkmuwk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl0Yjkmuwk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl0Yjkmuwk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl0Yjkmuwk .carousel-control,
  .cid-vl0Yjkmuwk .carousel-indicators,
  .cid-vl0Yjkmuwk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl0Yjkmuwk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl0Yjkmuwk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl0Yjkmuwk .carousel-indicators .active,
.cid-vl0Yjkmuwk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl0Yjkmuwk .carousel-indicators .active {
  background: #fff;
}
.cid-vl0Yjkmuwk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl0Yjkmuwk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl0Yjkmuwk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl0Yjkmuwk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl0Yjkmuwk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl0Yjkmuwk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl0Yjkmuwk .carousel {
  width: 100%;
}
.cid-vl0Yjkmuwk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl0Yjkmuwk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl0Yjkmuwk .modal.fade .modal-dialog,
.cid-vl0Yjkmuwk .modal.in .modal-dialog {
  transform: none;
}
.cid-vl0Yjkmuwk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl0Yjkmuwk H6 {
  text-align: center;
}
.cid-vl0Yjkmuwk .mbr-section-title,
.cid-vl0Yjkmuwk .mbr-section-subtitle,
.cid-vl0Yjkmuwk .item-title,
.cid-vl0Yjkmuwk .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl0Yjkmuwk .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl0Yjkmuwk .item-content .item-title,
.cid-vl0Yjkmuwk .item-wrapper .item-content h5,
.cid-vl0Yjkmuwk .item-content .mbr-text,
.cid-vl0Yjkmuwk .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0Yjkmuwk .item-content .item-title,
.cid-vl0Yjkmuwk .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl0Yjkmuwk .item-content .mbr-text,
.cid-vl0Yjkmuwk .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl0Yjkmuwk .mbr-section-title {
  color: #e94272;
}
.cid-vl0Yjkmuwk [class*="col-"] p,
.cid-vl0Yjkmuwk [class*="col-"] h5,
.cid-vl0Yjkmuwk [class*="col-"] h6,
.cid-vl0Yjkmuwk [class*="col-"] .mbr-text,
.cid-vl0Yjkmuwk [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl0Yjkmuwk [class*="col-"] p,
.cid-vl0Yjkmuwk [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-3x {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-3x .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-3x #product-care-module,
#custom-html-3x #product-care-module .care-block-title,
#custom-html-3x #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-3x .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-3x .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-3x .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-3x .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-3x .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-3x .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-3x .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-3x .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-3x .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-3x .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl0YhYMVO6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl0YhYMVO6 h3,
.cid-vl0YhYMVO6 h4,
.cid-vl0YhYMVO6 h5,
.cid-vl0YhYMVO6 h6,
.cid-vl0YhYMVO6 p {
  margin: 0;
}
.cid-vl0YhYMVO6 .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl0YhYMVO6 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl0YhYMVO6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl0YhYMVO6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl0YhYMVO6 .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl0YhYMVO6 .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl0YhYMVO6 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl0YhYMVO6 .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl0YhYMVO6 .nav-link,
.cid-vl0YhYMVO6 .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl0YhYMVO6 .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl0YhYMVO6 .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl0YhYMVO6 .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl0YhYMVO6 .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl0YhYMVO6 .tab-title {
  margin-bottom: 25px;
}
.cid-vl0YhYMVO6 .tab-subtitle {
  color: #ff0081;
}
.cid-vl0YhYMVO6 .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl0YhYMVO6 .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl0YhYMVO6 .add-section {
    text-align: center;
  }
}
.cid-vl0YhYMVO6 .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl0YhYMVO6 .add-section-head {
    flex-direction: column;
  }
}
.cid-vl0YhYMVO6 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl0YhYMVO6 .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl0YhYMVO6 .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl0YhYMVO6 .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0YhYMVO6 .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl0YhYMVO6 .col-md-7 {
    width: 80%;
  }
}
.cid-vl0YhYMVO6 .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl0YhYMVO6 .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl0YhYMVO6 .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0YhYMVO6 .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl0YhYMVO6 .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl0YhYMVO6 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl0YhYMVO6 .card-item:last-child {
  margin-right: 0;
}
.cid-vl0YhYMVO6 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl0YhYMVO6 .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0YhYMVO6 .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl0YhYMVO6 .right {
  margin-top: 2rem;
}
.cid-vl0YhYMVO6 .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl0YhYMVO6 .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl0YhYMVO6 .right {
    text-align: center;
  }
}
.cid-vl0YhYMVO6 .list-right {
  color: #bbbbbb;
}
.cid-vl0YhYMVO6 .list-left {
  color: #bbbbbb;
}
.cid-vln0M5e0kD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0M5e0kD .custom-dl-title,
.cid-vln0M5e0kD .custom-dl-subtitle,
.cid-vln0M5e0kD .custom-dl-button-style,
.cid-vln0M5e0kD h2,
.cid-vln0M5e0kD h4,
.cid-vln0M5e0kD p,
.cid-vln0M5e0kD b,
.cid-vln0M5e0kD strong,
.cid-vln0M5e0kD a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0M5e0kD .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0M5e0kD .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0M5e0kD .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0M5e0kD .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0M5e0kD .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0M5e0kD .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0M5e0kD .mbr-section-btn,
  .cid-vln0M5e0kD .mbr-section-subtitle,
  .cid-vln0M5e0kD .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0M5e0kD .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0M5e0kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0M5e0kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JAEuJ3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JAEuJ3A .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JAEuJ3A .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JAEuJ3A .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JAEuJ3A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JAEuJ3A .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JAEuJ3A .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JAEuJ3A .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JAEuJ3A .logo-title {
  text-align: center;
}
.cid-vl6JAEuJ3A .logo-sub-title {
  text-align: center;
}
.cid-vl6JAEuJ3A .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JAEuJ3A .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JAEuJ3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JAEuJ3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JAEuJ3A .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JAEuJ3A .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsjFebye {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsjFebye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsjFebye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsjFebye .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsjFebye .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsjFebye .items-wrapper {
  align-items: center;
}
.cid-vlbsjFebye .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsjFebye .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsjFebye .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsjFebye .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsjFebye .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsjFebye .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsjFebye .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsjFebye .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsjFebye .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl0Yh2KIlR {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl0Yh2KIlR .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl0Yh2KIlR .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl0Yh2KIlR .card a,
.cid-vl0Yh2KIlR .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl0Yh2KIlR .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl0Yh2KIlR .card:hover img {
  transform: scale(1.05);
}
.cid-vl0Yh2KIlR .mbr-section-title {
  color: #000000;
}
.cid-vl0Yh2KIlR .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtSQRgUQ .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtSQRgUQ .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-vkPtSQRgUQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtSQRgUQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtSQRgUQ .dropdown-item:hover,
.cid-vkPtSQRgUQ .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtSQRgUQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtSQRgUQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtSQRgUQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtSQRgUQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtSQRgUQ .nav-link {
  position: relative;
}
.cid-vkPtSQRgUQ .container {
  display: flex;
  margin: auto;
}
.cid-vkPtSQRgUQ .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtSQRgUQ .dropdown-menu,
.cid-vkPtSQRgUQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtSQRgUQ .nav-item:focus,
.cid-vkPtSQRgUQ .nav-link:focus {
  outline: none;
}
.cid-vkPtSQRgUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtSQRgUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtSQRgUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtSQRgUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtSQRgUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtSQRgUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtSQRgUQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtSQRgUQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtSQRgUQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtSQRgUQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtSQRgUQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtSQRgUQ .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtSQRgUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtSQRgUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtSQRgUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtSQRgUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtSQRgUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtSQRgUQ .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-vkPtSQRgUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtSQRgUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtSQRgUQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtSQRgUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtSQRgUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtSQRgUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtSQRgUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtSQRgUQ .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-vkPtSQRgUQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtSQRgUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtSQRgUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtSQRgUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtSQRgUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtSQRgUQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtSQRgUQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtSQRgUQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtSQRgUQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtSQRgUQ .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-vkPtSQRgUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtSQRgUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtSQRgUQ .dropdown-item.active,
.cid-vkPtSQRgUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtSQRgUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtSQRgUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtSQRgUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtSQRgUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtSQRgUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtSQRgUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtSQRgUQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtSQRgUQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtSQRgUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtSQRgUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtSQRgUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtSQRgUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtSQRgUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtSQRgUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtSQRgUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtSQRgUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtSQRgUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtSQRgUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtSQRgUQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtSQRgUQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtSQRgUQ .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-vkPtSQRgUQ .navbar {
    height: 70px;
  }
  .cid-vkPtSQRgUQ .navbar.opened {
    height: auto;
  }
  .cid-vkPtSQRgUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtSRlmj3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtSRlmj3 .item:focus,
.cid-vkPtSRlmj3 span:focus {
  outline: none;
}
.cid-vkPtSRlmj3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtSRlmj3 .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtSRlmj3 .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtSRlmj3 .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtSRHFFC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtSRHFFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtSRHFFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtSRHFFC .mbr-section-title,
.cid-vkPtSRHFFC .mbr-section-subtitle,
.cid-vkPtSRHFFC .mbr-text,
.cid-vkPtSRHFFC p,
.cid-vkPtSRHFFC h2,
.cid-vkPtSRHFFC h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtSRHFFC .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtSRHFFC .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtSRHFFC .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtSSxwI8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtSSxwI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtSSxwI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtSSxwI8 .custom-main-title,
.cid-vkPtSSxwI8 .custom-main-subtitle,
.cid-vkPtSSxwI8 .custom-card-title,
.cid-vkPtSSxwI8 .custom-card-text,
.cid-vkPtSSxwI8 p,
.cid-vkPtSSxwI8 h2,
.cid-vkPtSSxwI8 h3,
.cid-vkPtSSxwI8 b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtSSxwI8 .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtSSxwI8 .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtSSxwI8 .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtSSxwI8 .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtSSxwI8 .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtSSxwI8 .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtSSxwI8 .row {
  justify-content: center;
}
.cid-vl7HT4xpzL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vl7HT4xpzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl7HT4xpzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl7HT4xpzL .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vl7HT4xpzL .custom-title-font,
.cid-vl7HT4xpzL .custom-subtitle-font,
.cid-vl7HT4xpzL .custom-header-font,
.cid-vl7HT4xpzL .custom-cell-font,
.cid-vl7HT4xpzL .table-disclaimer-text,
.cid-vl7HT4xpzL p,
.cid-vl7HT4xpzL h2,
.cid-vl7HT4xpzL b,
.cid-vl7HT4xpzL strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl7HT4xpzL .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vl7HT4xpzL .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vl7HT4xpzL .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vl7HT4xpzL .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vl7HT4xpzL .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vl7HT4xpzL .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vl7HT4xpzL .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vl7HT4xpzL .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vl7HT4xpzL .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vl7HT4xpzL .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vl7HT4xpzL .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vl7HT4xpzL .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vl7HT4xpzL .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vl7HT4xpzL .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vl7HT4xpzL .card-text {
  color: #e94272;
}
.cid-vl144Cqqqc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl144Cqqqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl144Cqqqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl144Cqqqc .item {
  padding-bottom: 2rem;
}
.cid-vl144Cqqqc .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl144Cqqqc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl144Cqqqc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl144Cqqqc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl144Cqqqc .carousel-control,
.cid-vl144Cqqqc .close {
  background: #1b1b1b;
}
.cid-vl144Cqqqc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl144Cqqqc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl144Cqqqc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl144Cqqqc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl144Cqqqc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl144Cqqqc .close::before {
  content: '\e91a';
}
.cid-vl144Cqqqc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl144Cqqqc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl144Cqqqc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl144Cqqqc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl144Cqqqc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl144Cqqqc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl144Cqqqc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl144Cqqqc .carousel-indicators li.active,
.cid-vl144Cqqqc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl144Cqqqc .carousel-indicators li::after,
.cid-vl144Cqqqc .carousel-indicators li::before {
  content: none;
}
.cid-vl144Cqqqc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl144Cqqqc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl144Cqqqc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl144Cqqqc .carousel-indicators {
    display: none;
  }
}
.cid-vl144Cqqqc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl144Cqqqc .carousel-inner > .active {
  display: block;
}
.cid-vl144Cqqqc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl144Cqqqc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl144Cqqqc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl144Cqqqc .carousel-control,
  .cid-vl144Cqqqc .carousel-indicators,
  .cid-vl144Cqqqc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl144Cqqqc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl144Cqqqc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl144Cqqqc .carousel-indicators .active,
.cid-vl144Cqqqc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl144Cqqqc .carousel-indicators .active {
  background: #fff;
}
.cid-vl144Cqqqc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl144Cqqqc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl144Cqqqc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl144Cqqqc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl144Cqqqc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl144Cqqqc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl144Cqqqc .carousel {
  width: 100%;
}
.cid-vl144Cqqqc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl144Cqqqc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl144Cqqqc .modal.fade .modal-dialog,
.cid-vl144Cqqqc .modal.in .modal-dialog {
  transform: none;
}
.cid-vl144Cqqqc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl144Cqqqc H6 {
  text-align: center;
}
.cid-vl144Cqqqc .mbr-section-title,
.cid-vl144Cqqqc .mbr-section-subtitle,
.cid-vl144Cqqqc .item-title,
.cid-vl144Cqqqc .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl144Cqqqc .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl144Cqqqc .item-content .item-title,
.cid-vl144Cqqqc .item-wrapper .item-content h5,
.cid-vl144Cqqqc .item-content .mbr-text,
.cid-vl144Cqqqc .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl144Cqqqc .item-content .item-title,
.cid-vl144Cqqqc .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl144Cqqqc .item-content .mbr-text,
.cid-vl144Cqqqc .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl144Cqqqc .mbr-section-title {
  color: #e94272;
}
.cid-vl144Cqqqc [class*="col-"] p,
.cid-vl144Cqqqc [class*="col-"] h5,
.cid-vl144Cqqqc [class*="col-"] h6,
.cid-vl144Cqqqc [class*="col-"] .mbr-text,
.cid-vl144Cqqqc [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl144Cqqqc [class*="col-"] p,
.cid-vl144Cqqqc [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-47 {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-47 .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-47 #product-care-module,
#custom-html-47 #product-care-module .care-block-title,
#custom-html-47 #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-47 .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-47 .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-47 .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-47 .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-47 .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-47 .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-47 .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-47 .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-47 .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-47 .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl13UMVtxg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl13UMVtxg h3,
.cid-vl13UMVtxg h4,
.cid-vl13UMVtxg h5,
.cid-vl13UMVtxg h6,
.cid-vl13UMVtxg p {
  margin: 0;
}
.cid-vl13UMVtxg .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl13UMVtxg .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl13UMVtxg .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl13UMVtxg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl13UMVtxg .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl13UMVtxg .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl13UMVtxg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl13UMVtxg .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl13UMVtxg .nav-link,
.cid-vl13UMVtxg .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl13UMVtxg .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl13UMVtxg .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl13UMVtxg .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl13UMVtxg .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl13UMVtxg .tab-title {
  margin-bottom: 25px;
}
.cid-vl13UMVtxg .tab-subtitle {
  color: #ff0081;
}
.cid-vl13UMVtxg .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl13UMVtxg .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl13UMVtxg .add-section {
    text-align: center;
  }
}
.cid-vl13UMVtxg .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl13UMVtxg .add-section-head {
    flex-direction: column;
  }
}
.cid-vl13UMVtxg .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl13UMVtxg .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl13UMVtxg .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl13UMVtxg .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl13UMVtxg .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl13UMVtxg .col-md-7 {
    width: 80%;
  }
}
.cid-vl13UMVtxg .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl13UMVtxg .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl13UMVtxg .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl13UMVtxg .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl13UMVtxg .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl13UMVtxg .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl13UMVtxg .card-item:last-child {
  margin-right: 0;
}
.cid-vl13UMVtxg .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl13UMVtxg .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl13UMVtxg .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl13UMVtxg .right {
  margin-top: 2rem;
}
.cid-vl13UMVtxg .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl13UMVtxg .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl13UMVtxg .right {
    text-align: center;
  }
}
.cid-vl13UMVtxg .list-right {
  color: #bbbbbb;
}
.cid-vl13UMVtxg .list-left {
  color: #bbbbbb;
}
.cid-vln0Jupf04 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0Jupf04 .custom-dl-title,
.cid-vln0Jupf04 .custom-dl-subtitle,
.cid-vln0Jupf04 .custom-dl-button-style,
.cid-vln0Jupf04 h2,
.cid-vln0Jupf04 h4,
.cid-vln0Jupf04 p,
.cid-vln0Jupf04 b,
.cid-vln0Jupf04 strong,
.cid-vln0Jupf04 a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0Jupf04 .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0Jupf04 .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0Jupf04 .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0Jupf04 .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0Jupf04 .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0Jupf04 .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0Jupf04 .mbr-section-btn,
  .cid-vln0Jupf04 .mbr-section-subtitle,
  .cid-vln0Jupf04 .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0Jupf04 .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0Jupf04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0Jupf04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JDufUlo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JDufUlo .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JDufUlo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JDufUlo .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JDufUlo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JDufUlo .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JDufUlo .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JDufUlo .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JDufUlo .logo-title {
  text-align: center;
}
.cid-vl6JDufUlo .logo-sub-title {
  text-align: center;
}
.cid-vl6JDufUlo .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JDufUlo .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JDufUlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JDufUlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JDufUlo .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JDufUlo .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbslr1LI5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbslr1LI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbslr1LI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbslr1LI5 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbslr1LI5 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbslr1LI5 .items-wrapper {
  align-items: center;
}
.cid-vlbslr1LI5 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbslr1LI5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbslr1LI5 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbslr1LI5 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbslr1LI5 .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbslr1LI5 .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbslr1LI5 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbslr1LI5 .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbslr1LI5 .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl13TzR1CE {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl13TzR1CE .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl13TzR1CE .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl13TzR1CE .card a,
.cid-vl13TzR1CE .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl13TzR1CE .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl13TzR1CE .card:hover img {
  transform: scale(1.05);
}
.cid-vl13TzR1CE .mbr-section-title {
  color: #000000;
}
.cid-vl13TzR1CE .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtTuh2hu .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtTuh2hu .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-vkPtTuh2hu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtTuh2hu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtTuh2hu .dropdown-item:hover,
.cid-vkPtTuh2hu .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtTuh2hu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtTuh2hu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtTuh2hu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtTuh2hu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtTuh2hu .nav-link {
  position: relative;
}
.cid-vkPtTuh2hu .container {
  display: flex;
  margin: auto;
}
.cid-vkPtTuh2hu .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtTuh2hu .dropdown-menu,
.cid-vkPtTuh2hu .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtTuh2hu .nav-item:focus,
.cid-vkPtTuh2hu .nav-link:focus {
  outline: none;
}
.cid-vkPtTuh2hu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtTuh2hu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtTuh2hu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtTuh2hu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtTuh2hu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtTuh2hu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtTuh2hu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtTuh2hu .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtTuh2hu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtTuh2hu .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtTuh2hu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtTuh2hu .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtTuh2hu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtTuh2hu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtTuh2hu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtTuh2hu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtTuh2hu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtTuh2hu .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-vkPtTuh2hu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtTuh2hu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtTuh2hu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtTuh2hu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtTuh2hu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtTuh2hu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtTuh2hu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtTuh2hu .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-vkPtTuh2hu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtTuh2hu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtTuh2hu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtTuh2hu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtTuh2hu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtTuh2hu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtTuh2hu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtTuh2hu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtTuh2hu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtTuh2hu .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-vkPtTuh2hu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtTuh2hu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtTuh2hu .dropdown-item.active,
.cid-vkPtTuh2hu .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtTuh2hu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtTuh2hu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtTuh2hu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtTuh2hu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtTuh2hu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtTuh2hu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtTuh2hu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtTuh2hu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtTuh2hu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtTuh2hu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtTuh2hu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtTuh2hu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtTuh2hu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtTuh2hu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtTuh2hu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtTuh2hu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtTuh2hu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtTuh2hu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtTuh2hu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtTuh2hu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtTuh2hu .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-vkPtTuh2hu .navbar {
    height: 70px;
  }
  .cid-vkPtTuh2hu .navbar.opened {
    height: auto;
  }
  .cid-vkPtTuh2hu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtTuLxKP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtTuLxKP .item:focus,
.cid-vkPtTuLxKP span:focus {
  outline: none;
}
.cid-vkPtTuLxKP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtTuLxKP .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtTuLxKP .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtTuLxKP .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtTv7NWs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtTv7NWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtTv7NWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtTv7NWs .mbr-section-title,
.cid-vkPtTv7NWs .mbr-section-subtitle,
.cid-vkPtTv7NWs .mbr-text,
.cid-vkPtTv7NWs p,
.cid-vkPtTv7NWs h2,
.cid-vkPtTv7NWs h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtTv7NWs .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtTv7NWs .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtTv7NWs .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtTvwMnd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkPtTvwMnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtTvwMnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtTvwMnd .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vkPtTvwMnd .custom-title-font,
.cid-vkPtTvwMnd .custom-subtitle-font,
.cid-vkPtTvwMnd .custom-header-font,
.cid-vkPtTvwMnd .custom-cell-font,
.cid-vkPtTvwMnd .table-disclaimer-text,
.cid-vkPtTvwMnd p,
.cid-vkPtTvwMnd h2,
.cid-vkPtTvwMnd b,
.cid-vkPtTvwMnd strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtTvwMnd .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtTvwMnd .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vkPtTvwMnd .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtTvwMnd .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vkPtTvwMnd .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vkPtTvwMnd .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vkPtTvwMnd .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vkPtTvwMnd .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vkPtTvwMnd .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vkPtTvwMnd .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vkPtTvwMnd .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vkPtTvwMnd .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vkPtTvwMnd .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vkPtTvwMnd .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vkPtTvY9hA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtTvY9hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtTvY9hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtTvY9hA .custom-main-title,
.cid-vkPtTvY9hA .custom-main-subtitle,
.cid-vkPtTvY9hA .custom-card-title,
.cid-vkPtTvY9hA .custom-card-text,
.cid-vkPtTvY9hA p,
.cid-vkPtTvY9hA h2,
.cid-vkPtTvY9hA h3,
.cid-vkPtTvY9hA b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtTvY9hA .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtTvY9hA .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtTvY9hA .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtTvY9hA .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtTvY9hA .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtTvY9hA .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtTvY9hA .row {
  justify-content: center;
}
.cid-vl19523MQ9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl19523MQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl19523MQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl19523MQ9 .item {
  padding-bottom: 2rem;
}
.cid-vl19523MQ9 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl19523MQ9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl19523MQ9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl19523MQ9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl19523MQ9 .carousel-control,
.cid-vl19523MQ9 .close {
  background: #1b1b1b;
}
.cid-vl19523MQ9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl19523MQ9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl19523MQ9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl19523MQ9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl19523MQ9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl19523MQ9 .close::before {
  content: '\e91a';
}
.cid-vl19523MQ9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl19523MQ9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl19523MQ9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl19523MQ9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl19523MQ9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl19523MQ9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl19523MQ9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl19523MQ9 .carousel-indicators li.active,
.cid-vl19523MQ9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl19523MQ9 .carousel-indicators li::after,
.cid-vl19523MQ9 .carousel-indicators li::before {
  content: none;
}
.cid-vl19523MQ9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl19523MQ9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl19523MQ9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl19523MQ9 .carousel-indicators {
    display: none;
  }
}
.cid-vl19523MQ9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl19523MQ9 .carousel-inner > .active {
  display: block;
}
.cid-vl19523MQ9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl19523MQ9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl19523MQ9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl19523MQ9 .carousel-control,
  .cid-vl19523MQ9 .carousel-indicators,
  .cid-vl19523MQ9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl19523MQ9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl19523MQ9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl19523MQ9 .carousel-indicators .active,
.cid-vl19523MQ9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl19523MQ9 .carousel-indicators .active {
  background: #fff;
}
.cid-vl19523MQ9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl19523MQ9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl19523MQ9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl19523MQ9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl19523MQ9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl19523MQ9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl19523MQ9 .carousel {
  width: 100%;
}
.cid-vl19523MQ9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl19523MQ9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl19523MQ9 .modal.fade .modal-dialog,
.cid-vl19523MQ9 .modal.in .modal-dialog {
  transform: none;
}
.cid-vl19523MQ9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl19523MQ9 H6 {
  text-align: center;
}
.cid-vl19523MQ9 .mbr-section-title,
.cid-vl19523MQ9 .mbr-section-subtitle,
.cid-vl19523MQ9 .item-title,
.cid-vl19523MQ9 .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl19523MQ9 .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl19523MQ9 .item-content .item-title,
.cid-vl19523MQ9 .item-wrapper .item-content h5,
.cid-vl19523MQ9 .item-content .mbr-text,
.cid-vl19523MQ9 .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl19523MQ9 .item-content .item-title,
.cid-vl19523MQ9 .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl19523MQ9 .item-content .mbr-text,
.cid-vl19523MQ9 .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl19523MQ9 .mbr-section-title {
  color: #e94272;
}
.cid-vl19523MQ9 [class*="col-"] p,
.cid-vl19523MQ9 [class*="col-"] h5,
.cid-vl19523MQ9 [class*="col-"] h6,
.cid-vl19523MQ9 [class*="col-"] .mbr-text,
.cid-vl19523MQ9 [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl19523MQ9 [class*="col-"] p,
.cid-vl19523MQ9 [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-4h {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-4h .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-4h #product-care-module,
#custom-html-4h #product-care-module .care-block-title,
#custom-html-4h #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-4h .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-4h .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-4h .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-4h .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-4h .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-4h .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-4h .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-4h .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-4h .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-4h .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl193OxAOF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl193OxAOF h3,
.cid-vl193OxAOF h4,
.cid-vl193OxAOF h5,
.cid-vl193OxAOF h6,
.cid-vl193OxAOF p {
  margin: 0;
}
.cid-vl193OxAOF .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl193OxAOF .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl193OxAOF .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl193OxAOF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl193OxAOF .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl193OxAOF .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl193OxAOF .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl193OxAOF .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl193OxAOF .nav-link,
.cid-vl193OxAOF .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl193OxAOF .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl193OxAOF .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl193OxAOF .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl193OxAOF .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl193OxAOF .tab-title {
  margin-bottom: 25px;
}
.cid-vl193OxAOF .tab-subtitle {
  color: #ff0081;
}
.cid-vl193OxAOF .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl193OxAOF .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl193OxAOF .add-section {
    text-align: center;
  }
}
.cid-vl193OxAOF .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl193OxAOF .add-section-head {
    flex-direction: column;
  }
}
.cid-vl193OxAOF .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl193OxAOF .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl193OxAOF .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl193OxAOF .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl193OxAOF .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl193OxAOF .col-md-7 {
    width: 80%;
  }
}
.cid-vl193OxAOF .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl193OxAOF .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl193OxAOF .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl193OxAOF .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl193OxAOF .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl193OxAOF .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl193OxAOF .card-item:last-child {
  margin-right: 0;
}
.cid-vl193OxAOF .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl193OxAOF .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl193OxAOF .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl193OxAOF .right {
  margin-top: 2rem;
}
.cid-vl193OxAOF .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl193OxAOF .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl193OxAOF .right {
    text-align: center;
  }
}
.cid-vl193OxAOF .list-right {
  color: #bbbbbb;
}
.cid-vl193OxAOF .list-left {
  color: #bbbbbb;
}
.cid-vln0GTyS4i {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0GTyS4i .custom-dl-title,
.cid-vln0GTyS4i .custom-dl-subtitle,
.cid-vln0GTyS4i .custom-dl-button-style,
.cid-vln0GTyS4i h2,
.cid-vln0GTyS4i h4,
.cid-vln0GTyS4i p,
.cid-vln0GTyS4i b,
.cid-vln0GTyS4i strong,
.cid-vln0GTyS4i a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0GTyS4i .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0GTyS4i .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0GTyS4i .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0GTyS4i .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0GTyS4i .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0GTyS4i .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0GTyS4i .mbr-section-btn,
  .cid-vln0GTyS4i .mbr-section-subtitle,
  .cid-vln0GTyS4i .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0GTyS4i .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0GTyS4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0GTyS4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JGoLJFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JGoLJFQ .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JGoLJFQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JGoLJFQ .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JGoLJFQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JGoLJFQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JGoLJFQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JGoLJFQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JGoLJFQ .logo-title {
  text-align: center;
}
.cid-vl6JGoLJFQ .logo-sub-title {
  text-align: center;
}
.cid-vl6JGoLJFQ .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JGoLJFQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JGoLJFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JGoLJFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JGoLJFQ .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JGoLJFQ .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsnwcQsL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsnwcQsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsnwcQsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsnwcQsL .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsnwcQsL .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsnwcQsL .items-wrapper {
  align-items: center;
}
.cid-vlbsnwcQsL .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsnwcQsL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsnwcQsL .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsnwcQsL .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsnwcQsL .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsnwcQsL .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsnwcQsL .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsnwcQsL .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsnwcQsL .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl194peNsR {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl194peNsR .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl194peNsR .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl194peNsR .card a,
.cid-vl194peNsR .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl194peNsR .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl194peNsR .card:hover img {
  transform: scale(1.05);
}
.cid-vl194peNsR .mbr-section-title {
  color: #000000;
}
.cid-vl194peNsR .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtVBCoeG .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtVBCoeG .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-vkPtVBCoeG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtVBCoeG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtVBCoeG .dropdown-item:hover,
.cid-vkPtVBCoeG .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtVBCoeG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtVBCoeG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtVBCoeG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtVBCoeG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtVBCoeG .nav-link {
  position: relative;
}
.cid-vkPtVBCoeG .container {
  display: flex;
  margin: auto;
}
.cid-vkPtVBCoeG .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtVBCoeG .dropdown-menu,
.cid-vkPtVBCoeG .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtVBCoeG .nav-item:focus,
.cid-vkPtVBCoeG .nav-link:focus {
  outline: none;
}
.cid-vkPtVBCoeG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtVBCoeG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtVBCoeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtVBCoeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtVBCoeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtVBCoeG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtVBCoeG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtVBCoeG .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtVBCoeG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtVBCoeG .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtVBCoeG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtVBCoeG .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtVBCoeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtVBCoeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtVBCoeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtVBCoeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtVBCoeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtVBCoeG .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-vkPtVBCoeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtVBCoeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtVBCoeG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtVBCoeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtVBCoeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtVBCoeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtVBCoeG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtVBCoeG .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-vkPtVBCoeG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtVBCoeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtVBCoeG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtVBCoeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtVBCoeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtVBCoeG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtVBCoeG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtVBCoeG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtVBCoeG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtVBCoeG .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-vkPtVBCoeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtVBCoeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtVBCoeG .dropdown-item.active,
.cid-vkPtVBCoeG .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtVBCoeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtVBCoeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtVBCoeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtVBCoeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtVBCoeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtVBCoeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtVBCoeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtVBCoeG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtVBCoeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtVBCoeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtVBCoeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtVBCoeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtVBCoeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtVBCoeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtVBCoeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtVBCoeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtVBCoeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtVBCoeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtVBCoeG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtVBCoeG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtVBCoeG .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-vkPtVBCoeG .navbar {
    height: 70px;
  }
  .cid-vkPtVBCoeG .navbar.opened {
    height: auto;
  }
  .cid-vkPtVBCoeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtVC4XGC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtVC4XGC .item:focus,
.cid-vkPtVC4XGC span:focus {
  outline: none;
}
.cid-vkPtVC4XGC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtVC4XGC .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtVC4XGC .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtVC4XGC .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkW4n3IuNv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vkW4n3IuNv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vkW4n3IuNv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vkW4n3IuNv .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vkW4n3IuNv .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-vkW4n3IuNv .form-control {
  background: none;
  border-radius: 0px;
}
.cid-vkW4n3IuNv textarea.form-control {
  min-height: 214.5px;
}
.cid-vkW4n3IuNv .ico-box {
  display: flex !important;
  -webkit-align-items: center;
  align-items: center !important;
  height: 50px;
  margin-bottom: 1.5rem !important;
}
.cid-vkW4n3IuNv h4,
.cid-vkW4n3IuNv p {
  margin: 0;
}
.cid-vkW4n3IuNv h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-vkW4n3IuNv h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-vkW4n3IuNv .icon {
  color: #e94272;
  font-size: 2.5rem;
  margin-right: 20px !important;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-vkW4n3IuNv h2 {
    text-align: center;
  }
  .cid-vkW4n3IuNv h3 {
    text-align: center;
  }
  .cid-vkW4n3IuNv .input-group-btn {
    text-align: center;
  }
  .cid-vkW4n3IuNv .social-list {
    text-align: center;
  }
  .cid-vkW4n3IuNv .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-vkW4n3IuNv H2 {
  color: #656565;
}
.cid-vkW4n3IuNv .content {
  text-align: left;
  color: #656565;
}
.cid-vkW4n3IuNv .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-vkW4n3IuNv .title1 {
  text-align: left;
  color: #e94272;
}
.cid-vkW4n3IuNv .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-vkW4n3IuNv .title2 {
  color: #e94272;
}
.cid-vkW4n3IuNv .type,
.cid-vkW4n3IuNv .content {
  display: block;
  margin-bottom: 2px;
}
.cid-vkW4n3IuNv *:not(.mbr-iconfont):not(.icon) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkW7VCTKFq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkW7VCTKFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkW7VCTKFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkW7VCTKFq .custom-main-title,
.cid-vkW7VCTKFq .custom-main-subtitle,
.cid-vkW7VCTKFq .custom-card-title,
.cid-vkW7VCTKFq .custom-card-text,
.cid-vkW7VCTKFq p,
.cid-vkW7VCTKFq h2,
.cid-vkW7VCTKFq h3,
.cid-vkW7VCTKFq b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkW7VCTKFq .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkW7VCTKFq .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkW7VCTKFq .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkW7VCTKFq .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkW7VCTKFq .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkW7VCTKFq .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkW7VCTKFq .row {
  justify-content: center;
}
.cid-vkW9W1XhnO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vkW9W1XhnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkW9W1XhnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkW9W1XhnO .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .content-wrapper {
    padding: 30px 0 20px 0;
  }
}
.cid-vkW9W1XhnO .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkW9W1XhnO .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vkW9W1XhnO .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #e94272;
}
.cid-vkW9W1XhnO .content-wrap {
  width: 100%;
}
.cid-vkW9W1XhnO .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vkW9W1XhnO .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vkW9W1XhnO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkW9W1XhnO .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vkW9W1XhnO .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vkW9W1XhnO .panel-group .card {
    padding: 20px;
  }
}
.cid-vkW9W1XhnO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vkW9W1XhnO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #b93e5d;
  transform: rotate(-180deg);
}
.cid-vkW9W1XhnO .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #b93e5d;
}
.cid-vkW9W1XhnO .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-vkW9W1XhnO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkW9W1XhnO .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-vkW9W1XhnO .mbr-section-title,
.cid-vkW9W1XhnO .title-wrap {
  color: #3a353e;
  text-align: center;
}
.cid-vkW9W1XhnO .panel-title-edit {
  color: #e94272;
}
.cid-vkW9W1XhnO .panel-text {
  color: #3a353e;
}
.cid-vkW9W1XhnO .panel-group .card {
  border-radius: 15px !important;
}
.cid-vkW9W1XhnO .content-wrapper .container-wrapper .container-wrap {
  border-radius: 20px !important;
}
.cid-vkW9W1XhnO *:not(.mbr-iconfont):not(.icon) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkWd2znUoE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vkWd2znUoE .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vkWd2znUoE .content {
    padding: 0 2rem;
  }
}
.cid-vkWd2znUoE .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-vkWd2znUoE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-vkWd2znUoE .mbr-iconfont {
  font-size: 3.5rem;
  color: #e94272 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-vkWd2znUoE .icon-title,
.cid-vkWd2znUoE .mbr-iconfont {
  color: #000000;
}
.cid-vkWd2znUoE .icons-wrap {
  display: flex;
}
.cid-vkWd2znUoE .google-map {
  height: 100%;
  position: relative;
}
.cid-vkWd2znUoE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vkWd2znUoE .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-vkWd2znUoE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vkWd2znUoE .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-vkWd2znUoE .content {
    margin: auto;
  }
  .cid-vkWd2znUoE .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-vkWd2znUoE .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vkWd2znUoE .icon-wrap {
    margin-right: 0rem;
  }
  .cid-vkWd2znUoE .google-map {
    height: 20rem;
  }
}
.cid-vkWd2znUoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkWd2znUoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkWd2znUoE .mbr-section-title {
  color: #e94272;
}
.cid-vkWd2znUoE *:not(.mbr-iconfont):not(.icon) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl6JPT62f2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JPT62f2 .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JPT62f2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JPT62f2 .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JPT62f2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JPT62f2 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JPT62f2 .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JPT62f2 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JPT62f2 .logo-title {
  text-align: center;
}
.cid-vl6JPT62f2 .logo-sub-title {
  text-align: center;
}
.cid-vl6JPT62f2 .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JPT62f2 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JPT62f2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JPT62f2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JPT62f2 .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JPT62f2 .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbstg3Z0t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbstg3Z0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbstg3Z0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbstg3Z0t .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbstg3Z0t .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbstg3Z0t .items-wrapper {
  align-items: center;
}
.cid-vlbstg3Z0t .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbstg3Z0t .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbstg3Z0t .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbstg3Z0t .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbstg3Z0t .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbstg3Z0t .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbstg3Z0t .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbstg3Z0t .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbstg3Z0t .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vkW4m0K9gm {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vkW4m0K9gm .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vkW4m0K9gm .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vkW4m0K9gm .card a,
.cid-vkW4m0K9gm .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vkW4m0K9gm .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vkW4m0K9gm .card:hover img {
  transform: scale(1.05);
}
.cid-vkW4m0K9gm .mbr-section-title {
  color: #000000;
}
.cid-vkW4m0K9gm .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtU7iy2d .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtU7iy2d .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-vkPtU7iy2d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtU7iy2d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtU7iy2d .dropdown-item:hover,
.cid-vkPtU7iy2d .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtU7iy2d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtU7iy2d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtU7iy2d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtU7iy2d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtU7iy2d .nav-link {
  position: relative;
}
.cid-vkPtU7iy2d .container {
  display: flex;
  margin: auto;
}
.cid-vkPtU7iy2d .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtU7iy2d .dropdown-menu,
.cid-vkPtU7iy2d .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtU7iy2d .nav-item:focus,
.cid-vkPtU7iy2d .nav-link:focus {
  outline: none;
}
.cid-vkPtU7iy2d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtU7iy2d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtU7iy2d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtU7iy2d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtU7iy2d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtU7iy2d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtU7iy2d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtU7iy2d .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtU7iy2d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtU7iy2d .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtU7iy2d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtU7iy2d .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtU7iy2d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtU7iy2d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtU7iy2d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtU7iy2d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtU7iy2d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtU7iy2d .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-vkPtU7iy2d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtU7iy2d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtU7iy2d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtU7iy2d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtU7iy2d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtU7iy2d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtU7iy2d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtU7iy2d .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-vkPtU7iy2d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtU7iy2d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtU7iy2d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtU7iy2d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtU7iy2d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtU7iy2d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtU7iy2d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtU7iy2d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtU7iy2d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtU7iy2d .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-vkPtU7iy2d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtU7iy2d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtU7iy2d .dropdown-item.active,
.cid-vkPtU7iy2d .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtU7iy2d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtU7iy2d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtU7iy2d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtU7iy2d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtU7iy2d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtU7iy2d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtU7iy2d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtU7iy2d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtU7iy2d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtU7iy2d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtU7iy2d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtU7iy2d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtU7iy2d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtU7iy2d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtU7iy2d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtU7iy2d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtU7iy2d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtU7iy2d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtU7iy2d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtU7iy2d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtU7iy2d .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-vkPtU7iy2d .navbar {
    height: 70px;
  }
  .cid-vkPtU7iy2d .navbar.opened {
    height: auto;
  }
  .cid-vkPtU7iy2d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtU7MMJw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtU7MMJw .item:focus,
.cid-vkPtU7MMJw span:focus {
  outline: none;
}
.cid-vkPtU7MMJw .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtU7MMJw .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtU7MMJw .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtU7MMJw .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtU880D3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkPtU880D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtU880D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtU880D3 .mbr-section-title,
.cid-vkPtU880D3 .mbr-section-subtitle,
.cid-vkPtU880D3 .mbr-text,
.cid-vkPtU880D3 p,
.cid-vkPtU880D3 h2,
.cid-vkPtU880D3 h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtU880D3 .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtU880D3 .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtU880D3 .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vl7Otg6QNe .title-wrapper {
  background-color: #E94272 !important;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(233, 66, 114, 0.4);
  color: #ffffff !important;
  text-align: left;
  margin: 20px auto;
}
.cid-vl7Otg6QNe .urgent-title {
  font-family: sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
.cid-vl7Otg6QNe .urgent-desc {
  font-family: sans-serif !important;
  font-size: 1.1rem !important;
  margin-bottom: 20px !important;
  opacity: 0.95;
}
.cid-vl7Otg6QNe .urgent-conditions {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 12px;
}
.cid-vl7Otg6QNe .urgent-conditions p {
  font-family: sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.6;
  margin-bottom: 12px !important;
  color: #ffffff !important;
}
.cid-vl7Otg6QNe .urgent-conditions em {
  font-size: 0.85rem;
  opacity: 0.9;
  font-style: italic;
}
@media (max-width: 767px) {
  .cid-vl7Otg6QNe .urgent-title {
    font-size: 1.4rem !important;
  }
  .cid-vl7Otg6QNe .urgent-desc {
    font-size: 1rem !important;
  }
}
.cid-vkPtU8xX8j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkPtU8xX8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtU8xX8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtU8xX8j .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vkPtU8xX8j .custom-title-font,
.cid-vkPtU8xX8j .custom-subtitle-font,
.cid-vkPtU8xX8j .custom-header-font,
.cid-vkPtU8xX8j .custom-cell-font,
.cid-vkPtU8xX8j .table-disclaimer-text,
.cid-vkPtU8xX8j p,
.cid-vkPtU8xX8j h2,
.cid-vkPtU8xX8j b,
.cid-vkPtU8xX8j strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtU8xX8j .custom-title-font {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtU8xX8j .custom-subtitle-font {
  color: #4a4a4a !important;
  margin-top: 10px;
  font-size: 1.05rem !important;
}
.cid-vkPtU8xX8j .custom-table-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtU8xX8j .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.cid-vkPtU8xX8j .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.cid-vkPtU8xX8j .tabl-item-row:last-child {
  border-bottom: none;
}
.cid-vkPtU8xX8j .tabl-item-row:nth-child(2n+1) {
  background: rgba(233, 66, 114, 0.15);
}
.cid-vkPtU8xX8j .table-header-row {
  background-color: #fcfcfc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}
.cid-vkPtU8xX8j .tabl-item-column {
  width: 33.333%;
  flex-grow: 1;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vkPtU8xX8j .tabl-item-column {
    padding: 12px 10px;
  }
}
.cid-vkPtU8xX8j .custom-header-font {
  color: #222222 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cid-vkPtU8xX8j .custom-cell-font {
  color: #333333 !important;
  font-size: 1rem !important;
}
.cid-vkPtU8xX8j .table-disclaimer-wrap {
  background: #fdfdfd;
  padding: 20px 24px;
  border-left: 3px solid #e94272;
  border-radius: 0 4px 4px 0;
}
.cid-vkPtU8xX8j .table-disclaimer-text {
  font-size: 0.88rem !important;
  color: #555555 !important;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}
.cid-vkPtU905GO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtU905GO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtU905GO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtU905GO .custom-main-title,
.cid-vkPtU905GO .custom-main-subtitle,
.cid-vkPtU905GO .custom-card-title,
.cid-vkPtU905GO .custom-card-text,
.cid-vkPtU905GO p,
.cid-vkPtU905GO h2,
.cid-vkPtU905GO h3,
.cid-vkPtU905GO b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtU905GO .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtU905GO .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtU905GO .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtU905GO .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtU905GO .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtU905GO .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtU905GO .row {
  justify-content: center;
}
.cid-vl1gavTCBh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl1gavTCBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl1gavTCBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl1gavTCBh .item {
  padding-bottom: 2rem;
}
.cid-vl1gavTCBh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vl1gavTCBh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vl1gavTCBh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vl1gavTCBh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vl1gavTCBh .carousel-control,
.cid-vl1gavTCBh .close {
  background: #1b1b1b;
}
.cid-vl1gavTCBh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vl1gavTCBh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vl1gavTCBh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vl1gavTCBh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vl1gavTCBh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vl1gavTCBh .close::before {
  content: '\e91a';
}
.cid-vl1gavTCBh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vl1gavTCBh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vl1gavTCBh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl1gavTCBh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl1gavTCBh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vl1gavTCBh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vl1gavTCBh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vl1gavTCBh .carousel-indicators li.active,
.cid-vl1gavTCBh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vl1gavTCBh .carousel-indicators li::after,
.cid-vl1gavTCBh .carousel-indicators li::before {
  content: none;
}
.cid-vl1gavTCBh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vl1gavTCBh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vl1gavTCBh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl1gavTCBh .carousel-indicators {
    display: none;
  }
}
.cid-vl1gavTCBh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vl1gavTCBh .carousel-inner > .active {
  display: block;
}
.cid-vl1gavTCBh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vl1gavTCBh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl1gavTCBh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vl1gavTCBh .carousel-control,
  .cid-vl1gavTCBh .carousel-indicators,
  .cid-vl1gavTCBh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vl1gavTCBh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vl1gavTCBh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vl1gavTCBh .carousel-indicators .active,
.cid-vl1gavTCBh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vl1gavTCBh .carousel-indicators .active {
  background: #fff;
}
.cid-vl1gavTCBh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vl1gavTCBh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vl1gavTCBh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vl1gavTCBh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vl1gavTCBh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vl1gavTCBh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vl1gavTCBh .carousel {
  width: 100%;
}
.cid-vl1gavTCBh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vl1gavTCBh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vl1gavTCBh .modal.fade .modal-dialog,
.cid-vl1gavTCBh .modal.in .modal-dialog {
  transform: none;
}
.cid-vl1gavTCBh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vl1gavTCBh H6 {
  text-align: center;
}
.cid-vl1gavTCBh .mbr-section-title,
.cid-vl1gavTCBh .mbr-section-subtitle,
.cid-vl1gavTCBh .item-title,
.cid-vl1gavTCBh .mbr-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vl1gavTCBh .item-wrapper img {
  border-radius: 12px !important;
}
.cid-vl1gavTCBh .item-content .item-title,
.cid-vl1gavTCBh .item-wrapper .item-content h5,
.cid-vl1gavTCBh .item-content .mbr-text,
.cid-vl1gavTCBh .item-wrapper .item-content p {
  max-width: 88% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl1gavTCBh .item-content .item-title,
.cid-vl1gavTCBh .item-wrapper .item-content h5 {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  color: #222222 !important;
  font-weight: 700 !important;
}
.cid-vl1gavTCBh .item-content .mbr-text,
.cid-vl1gavTCBh .item-wrapper .item-content p {
  color: #626262 !important;
  font-size: 0.94rem !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}
.cid-vl1gavTCBh .mbr-section-title {
  color: #e94272;
}
.cid-vl1gavTCBh [class*="col-"] p,
.cid-vl1gavTCBh [class*="col-"] h5,
.cid-vl1gavTCBh [class*="col-"] h6,
.cid-vl1gavTCBh [class*="col-"] .mbr-text,
.cid-vl1gavTCBh [class*="col-"] .item-title {
  display: block !important;
  max-width: 80% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.cid-vl1gavTCBh [class*="col-"] p,
.cid-vl1gavTCBh [class*="col-"] .mbr-text {
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
#custom-html-4r {
  /* BANNER GENERAL: Marco rosa estrecho */
  /* FUENTE: Forzamos Montserrat en todo el módulo */
  /* CÍRCULOS Y CONSERVACIÓN DEL COLOR ROSA */
  /* ICONOS ROSAS */
  /* Esto obliga a que cualquier icono SVG dentro de ese círculo sea rosa */
}
#custom-html-4r .custom-care-banner {
  background-color: #e94272 !important;
  padding: 15px 0 !important;
  width: 100%;
}
#custom-html-4r #product-care-module,
#custom-html-4r #product-care-module .care-block-title,
#custom-html-4r #product-care-module .care-block-desc {
  font-family: 'Montserrat', sans-serif !important;
}
#custom-html-4r .custom-care-master-width {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
#custom-html-4r .custom-flex-align {
  display: flex !important;
  align-items: center !important;
  min-height: 100px;
}
#custom-html-4r .care-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}
#custom-html-4r .white-circle-icon {
  background-color: #ffffff !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#custom-html-4r .white-circle-icon svg {
  color: #e94272 !important;
  stroke: #e94272 !important;
  fill: #e94272 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
#custom-html-4r .care-text-block {
  display: flex;
  flex-direction: column;
}
#custom-html-4r .care-block-title {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#custom-html-4r .care-block-desc {
  color: #ffffff !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  opacity: 0.9;
}
@media (max-width: 767px) {
  #custom-html-4r .care-flex-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#custom-html-4r .white-circle-icon svg {
  color: #e94272 !important;
  /* Tu rosa fucsia */
  fill: #e94272 !important;
  /* Esto asegura que el relleno sea rosa */
  width: 40px !important;
  height: 40px !important;
}
.cid-vl1g9FSZUG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vl1g9FSZUG h3,
.cid-vl1g9FSZUG h4,
.cid-vl1g9FSZUG h5,
.cid-vl1g9FSZUG h6,
.cid-vl1g9FSZUG p {
  margin: 0;
}
.cid-vl1g9FSZUG .section-head {
  margin-bottom: 2.5rem;
}
.cid-vl1g9FSZUG .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vl1g9FSZUG .nav-tabs .nav-item.open .nav-link:focus,
.cid-vl1g9FSZUG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vl1g9FSZUG .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2.3rem;
}
.cid-vl1g9FSZUG .nav-item {
  width: 100%;
  text-align: center;
}
.cid-vl1g9FSZUG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-vl1g9FSZUG .nav-tabs .nav-link:not(.active) {
  color: #c1c1c1;
}
.cid-vl1g9FSZUG .nav-link,
.cid-vl1g9FSZUG .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-vl1g9FSZUG .nav-tabs .nav-link.active {
  color: #ff0081;
  border-bottom: 1px solid #ff0081;
}
.cid-vl1g9FSZUG .tab-tile {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-vl1g9FSZUG .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vl1g9FSZUG .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-vl1g9FSZUG .tab-title {
  margin-bottom: 25px;
}
.cid-vl1g9FSZUG .tab-subtitle {
  color: #ff0081;
}
.cid-vl1g9FSZUG .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-vl1g9FSZUG .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-vl1g9FSZUG .add-section {
    text-align: center;
  }
}
.cid-vl1g9FSZUG .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vl1g9FSZUG .add-section-head {
    flex-direction: column;
  }
}
.cid-vl1g9FSZUG .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vl1g9FSZUG .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-vl1g9FSZUG .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vl1g9FSZUG .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl1g9FSZUG .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-vl1g9FSZUG .col-md-7 {
    width: 80%;
  }
}
.cid-vl1g9FSZUG .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-vl1g9FSZUG .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-vl1g9FSZUG .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl1g9FSZUG .left {
    align-items: center;
    text-align: center;
  }
}
.cid-vl1g9FSZUG .cards-row {
  display: flex;
  justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
}
.cid-vl1g9FSZUG .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-vl1g9FSZUG .card-item:last-child {
  margin-right: 0;
}
.cid-vl1g9FSZUG .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-vl1g9FSZUG .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl1g9FSZUG .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #767676;
}
.cid-vl1g9FSZUG .right {
  margin-top: 2rem;
}
.cid-vl1g9FSZUG .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-vl1g9FSZUG .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-vl1g9FSZUG .right {
    text-align: center;
  }
}
.cid-vl1g9FSZUG .list-right {
  color: #bbbbbb;
}
.cid-vl1g9FSZUG .list-left {
  color: #bbbbbb;
}
.cid-vln0E0B1aY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vln0E0B1aY .custom-dl-title,
.cid-vln0E0B1aY .custom-dl-subtitle,
.cid-vln0E0B1aY .custom-dl-button-style,
.cid-vln0E0B1aY h2,
.cid-vln0E0B1aY h4,
.cid-vln0E0B1aY p,
.cid-vln0E0B1aY b,
.cid-vln0E0B1aY strong,
.cid-vln0E0B1aY a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vln0E0B1aY .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vln0E0B1aY .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vln0E0B1aY .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vln0E0B1aY .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vln0E0B1aY .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vln0E0B1aY .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vln0E0B1aY .mbr-section-btn,
  .cid-vln0E0B1aY .mbr-section-subtitle,
  .cid-vln0E0B1aY .mbr-section-title {
    text-align: center !important;
  }
  .cid-vln0E0B1aY .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vln0E0B1aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln0E0B1aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JIWhxUt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JIWhxUt .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JIWhxUt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JIWhxUt .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JIWhxUt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JIWhxUt .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JIWhxUt .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JIWhxUt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JIWhxUt .logo-title {
  text-align: center;
}
.cid-vl6JIWhxUt .logo-sub-title {
  text-align: center;
}
.cid-vl6JIWhxUt .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JIWhxUt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JIWhxUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JIWhxUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JIWhxUt .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JIWhxUt .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsprIfnv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsprIfnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsprIfnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsprIfnv .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsprIfnv .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsprIfnv .items-wrapper {
  align-items: center;
}
.cid-vlbsprIfnv .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsprIfnv .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsprIfnv .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsprIfnv .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsprIfnv .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsprIfnv .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsprIfnv .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsprIfnv .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsprIfnv .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl1g81AtWQ {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl1g81AtWQ .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl1g81AtWQ .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl1g81AtWQ .card a,
.cid-vl1g81AtWQ .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl1g81AtWQ .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl1g81AtWQ .card:hover img {
  transform: scale(1.05);
}
.cid-vl1g81AtWQ .mbr-section-title {
  color: #000000;
}
.cid-vl1g81AtWQ .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPwy1QI7r .navbar-dropdown {
  position: relative !important;
}
.cid-vkPwy1QI7r .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-vkPwy1QI7r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPwy1QI7r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPwy1QI7r .dropdown-item:hover,
.cid-vkPwy1QI7r .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPwy1QI7r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPwy1QI7r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPwy1QI7r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPwy1QI7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPwy1QI7r .nav-link {
  position: relative;
}
.cid-vkPwy1QI7r .container {
  display: flex;
  margin: auto;
}
.cid-vkPwy1QI7r .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPwy1QI7r .dropdown-menu,
.cid-vkPwy1QI7r .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPwy1QI7r .nav-item:focus,
.cid-vkPwy1QI7r .nav-link:focus {
  outline: none;
}
.cid-vkPwy1QI7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPwy1QI7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPwy1QI7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPwy1QI7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPwy1QI7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPwy1QI7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPwy1QI7r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPwy1QI7r .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPwy1QI7r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPwy1QI7r .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPwy1QI7r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPwy1QI7r .navbar.collapsed {
  justify-content: center;
}
.cid-vkPwy1QI7r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPwy1QI7r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPwy1QI7r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPwy1QI7r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPwy1QI7r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPwy1QI7r .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-vkPwy1QI7r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPwy1QI7r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPwy1QI7r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPwy1QI7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPwy1QI7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPwy1QI7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPwy1QI7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPwy1QI7r .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-vkPwy1QI7r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPwy1QI7r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPwy1QI7r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPwy1QI7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPwy1QI7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPwy1QI7r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPwy1QI7r .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPwy1QI7r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPwy1QI7r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPwy1QI7r .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-vkPwy1QI7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPwy1QI7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPwy1QI7r .dropdown-item.active,
.cid-vkPwy1QI7r .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPwy1QI7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPwy1QI7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPwy1QI7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPwy1QI7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPwy1QI7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPwy1QI7r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPwy1QI7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPwy1QI7r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPwy1QI7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPwy1QI7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPwy1QI7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPwy1QI7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPwy1QI7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPwy1QI7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPwy1QI7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPwy1QI7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPwy1QI7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPwy1QI7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPwy1QI7r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPwy1QI7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPwy1QI7r .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-vkPwy1QI7r .navbar {
    height: 70px;
  }
  .cid-vkPwy1QI7r .navbar.opened {
    height: auto;
  }
  .cid-vkPwy1QI7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPwy2kBbi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPwy2kBbi .item:focus,
.cid-vkPwy2kBbi span:focus {
  outline: none;
}
.cid-vkPwy2kBbi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPwy2kBbi .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPwy2kBbi .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPwy2kBbi .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkVnbDrKzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkVnbDrKzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVnbDrKzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVnbDrKzn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .container {
    padding: 0 16px;
  }
}
.cid-vkVnbDrKzn .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .row {
    margin: 0 10px;
  }
}
.cid-vkVnbDrKzn .row .card {
  position: relative;
  padding: 0;
}
.cid-vkVnbDrKzn .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #e94272;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-vkVnbDrKzn .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .row .card .decor-wrapper {
    display: none;
  }
}
.cid-vkVnbDrKzn .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #e94272;
  border-radius: 100%;
  border: 5px solid #e94272;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-vkVnbDrKzn .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .row .card .icon-decor {
    display: none;
  }
}
.cid-vkVnbDrKzn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .title-wrapper {
    width: 100%;
  }
}
.cid-vkVnbDrKzn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkVnbDrKzn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkVnbDrKzn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkVnbDrKzn .mbr-section-title {
  color: #e94272;
}
.cid-vkVnbDrKzn .mbr-text {
  color: #767676;
}
.cid-vkVnybCoEQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkVnybCoEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVnybCoEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVnybCoEQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .container {
    padding: 0 16px;
  }
}
.cid-vkVnybCoEQ .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .row {
    margin: 0 10px;
  }
}
.cid-vkVnybCoEQ .row .card {
  position: relative;
  padding: 0;
}
.cid-vkVnybCoEQ .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #e94272;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-vkVnybCoEQ .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .row .card .decor-wrapper {
    display: none;
  }
}
.cid-vkVnybCoEQ .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #e94272;
  border-radius: 100%;
  border: 5px solid #e94272;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-vkVnybCoEQ .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .row .card .icon-decor {
    display: none;
  }
}
.cid-vkVnybCoEQ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .title-wrapper {
    width: 100%;
  }
}
.cid-vkVnybCoEQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkVnybCoEQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkVnybCoEQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkVnybCoEQ .mbr-section-title {
  color: #e94272;
}
.cid-vkVnybCoEQ .mbr-text {
  color: #767676;
}
.cid-vkVnQR9sJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkVnQR9sJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkVnQR9sJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkVnQR9sJL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .container {
    padding: 0 16px;
  }
}
.cid-vkVnQR9sJL .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .row {
    margin: 0 10px;
  }
}
.cid-vkVnQR9sJL .row .card {
  position: relative;
  padding: 0;
}
.cid-vkVnQR9sJL .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #e94272;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-vkVnQR9sJL .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .row .card .decor-wrapper {
    display: none;
  }
}
.cid-vkVnQR9sJL .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #e94272;
  border-radius: 100%;
  border: 5px solid #e94272;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-vkVnQR9sJL .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .row .card .icon-decor {
    display: none;
  }
}
.cid-vkVnQR9sJL .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .title-wrapper {
    width: 100%;
  }
}
.cid-vkVnQR9sJL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkVnQR9sJL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkVnQR9sJL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkVnQR9sJL .mbr-section-title {
  color: #e94272;
}
.cid-vkVnQR9sJL .mbr-text {
  color: #767676;
}
.cid-vl6JTsOQJd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JTsOQJd .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JTsOQJd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JTsOQJd .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JTsOQJd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JTsOQJd .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JTsOQJd .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JTsOQJd .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JTsOQJd .logo-title {
  text-align: center;
}
.cid-vl6JTsOQJd .logo-sub-title {
  text-align: center;
}
.cid-vl6JTsOQJd .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JTsOQJd .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JTsOQJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JTsOQJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JTsOQJd .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JTsOQJd .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsw9SN1m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsw9SN1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsw9SN1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsw9SN1m .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsw9SN1m .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsw9SN1m .items-wrapper {
  align-items: center;
}
.cid-vlbsw9SN1m .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsw9SN1m .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsw9SN1m .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsw9SN1m .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsw9SN1m .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsw9SN1m .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsw9SN1m .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsw9SN1m .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsw9SN1m .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vlbDYh95d3 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vlbDYh95d3 .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vlbDYh95d3 .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vlbDYh95d3 .card a,
.cid-vlbDYh95d3 .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vlbDYh95d3 .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vlbDYh95d3 .card:hover img {
  transform: scale(1.05);
}
.cid-vlbDYh95d3 .mbr-section-title {
  color: #000000;
}
.cid-vlbDYh95d3 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
.cid-vkPtUXDuF4 .navbar-dropdown {
  position: relative !important;
}
.cid-vkPtUXDuF4 .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-vkPtUXDuF4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vkPtUXDuF4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkPtUXDuF4 .dropdown-item:hover,
.cid-vkPtUXDuF4 .dropdown-item:focus {
  background: #e94272 !important;
  color: white !important;
}
.cid-vkPtUXDuF4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkPtUXDuF4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkPtUXDuF4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkPtUXDuF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkPtUXDuF4 .nav-link {
  position: relative;
}
.cid-vkPtUXDuF4 .container {
  display: flex;
  margin: auto;
}
.cid-vkPtUXDuF4 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkPtUXDuF4 .dropdown-menu,
.cid-vkPtUXDuF4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vkPtUXDuF4 .nav-item:focus,
.cid-vkPtUXDuF4 .nav-link:focus {
  outline: none;
}
.cid-vkPtUXDuF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkPtUXDuF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkPtUXDuF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkPtUXDuF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkPtUXDuF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkPtUXDuF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkPtUXDuF4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vkPtUXDuF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkPtUXDuF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkPtUXDuF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkPtUXDuF4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkPtUXDuF4 .navbar.collapsed {
  justify-content: center;
}
.cid-vkPtUXDuF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkPtUXDuF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkPtUXDuF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vkPtUXDuF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkPtUXDuF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkPtUXDuF4 .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-vkPtUXDuF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkPtUXDuF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkPtUXDuF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkPtUXDuF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkPtUXDuF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkPtUXDuF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkPtUXDuF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkPtUXDuF4 .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-vkPtUXDuF4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkPtUXDuF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkPtUXDuF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkPtUXDuF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkPtUXDuF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkPtUXDuF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkPtUXDuF4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkPtUXDuF4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkPtUXDuF4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkPtUXDuF4 .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-vkPtUXDuF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkPtUXDuF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkPtUXDuF4 .dropdown-item.active,
.cid-vkPtUXDuF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkPtUXDuF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkPtUXDuF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkPtUXDuF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkPtUXDuF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkPtUXDuF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkPtUXDuF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkPtUXDuF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkPtUXDuF4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkPtUXDuF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkPtUXDuF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94272;
}
.cid-vkPtUXDuF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkPtUXDuF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtUXDuF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkPtUXDuF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkPtUXDuF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtUXDuF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkPtUXDuF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkPtUXDuF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkPtUXDuF4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkPtUXDuF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkPtUXDuF4 .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-vkPtUXDuF4 .navbar {
    height: 70px;
  }
  .cid-vkPtUXDuF4 .navbar.opened {
    height: auto;
  }
  .cid-vkPtUXDuF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkPtUYcpel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vkPtUYcpel .item:focus,
.cid-vkPtUYcpel span:focus {
  outline: none;
}
.cid-vkPtUYcpel .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkPtUYcpel .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vkPtUYcpel .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vkPtUYcpel .item.display-2 {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.cid-vkPtUYDlyU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkPtUYDlyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtUYDlyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtUYDlyU .mbr-section-title,
.cid-vkPtUYDlyU .mbr-section-subtitle,
.cid-vkPtUYDlyU .mbr-text,
.cid-vkPtUYDlyU p,
.cid-vkPtUYDlyU h2,
.cid-vkPtUYDlyU h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtUYDlyU .custom-block-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtUYDlyU .custom-title-top {
  color: #e94272 !important;
  font-weight: 700 !important;
  font-size: 2.3rem !important;
}
.cid-vkPtUYDlyU .custom-text-p {
  color: #333333 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.cid-vkPtUZEkmA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkPtUZEkmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtUZEkmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkPtUZEkmA .custom-main-title,
.cid-vkPtUZEkmA .custom-main-subtitle,
.cid-vkPtUZEkmA .custom-card-title,
.cid-vkPtUZEkmA .custom-card-text,
.cid-vkPtUZEkmA p,
.cid-vkPtUZEkmA h2,
.cid-vkPtUZEkmA h3,
.cid-vkPtUZEkmA b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtUZEkmA .custom-features-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtUZEkmA .custom-main-title {
  color: #e94272 !important;
  font-size: 2.3rem !important;
  font-weight: 700 !important;
}
.cid-vkPtUZEkmA .custom-main-subtitle {
  color: #4a4a4a !important;
  font-size: 1.05rem !important;
  margin-top: 10px;
}
.cid-vkPtUZEkmA .custom-card-title {
  color: #222222 !important;
  font-size: 1.4rem !important;
  margin-bottom: 12px !important;
}
.cid-vkPtUZEkmA .custom-card-text {
  color: #555555 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}
.cid-vkPtUZEkmA .mbr-iconfont {
  display: inline-block;
  font-size: 3.2rem !important;
  color: #e94272 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vkPtUZEkmA .row {
  justify-content: center;
}
.cid-vl1pbrfnFD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vl1pbrfnFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl1pbrfnFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl1pbrfnFD .content-wrap {
  margin-bottom: 0px !important;
  justify-content: flex-start !important;
  gap: 20px !important;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vl1pbrfnFD .card {
  justify-content: space-between;
}
.cid-vl1pbrfnFD .title-wrapper {
  margin-bottom: 10px !important;
}
.cid-vl1pbrfnFD .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vl1pbrfnFD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vl1pbrfnFD .card-box {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .card-box {
    margin-bottom: 20px;
  }
}
.cid-vl1pbrfnFD .card-box .card-wrap {
  display: inline-flex;
  width: 85%;
  flex-direction: column;
  background-color: #ffffff;
  padding: 65px;
}
@media (max-width: 1440px) {
  .cid-vl1pbrfnFD .card-box .card-wrap {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .card-box .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-vl1pbrfnFD .card-box .card-wrap .name-wrapper .image-wrapper {
  margin-bottom: 12px;
}
.cid-vl1pbrfnFD .card-box .card-wrap .name-wrapper .image-wrapper img {
  display: inline-flex;
  width: 128px;
  height: 128px;
  border-radius: 50% !important;
  object-fit: cover;
}
.cid-vl1pbrfnFD .card-box .card-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vl1pbrfnFD .card-box .card-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vl1pbrfnFD .card-box .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .card-box .card-wrap .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vl1pbrfnFD .card-box .card-wrap .mbr-section-btn .btn {
  width: 100%;
}
.cid-vl1pbrfnFD .panel-group {
  margin-top: 0 !important;
}
.cid-vl1pbrfnFD .panel-group .card {
  position: relative;
  padding: 24px;
  border: none;
  background-color: #ffffff;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vl1pbrfnFD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vl1pbrfnFD .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vl1pbrfnFD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  border-radius: 100%;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e6e6e6;
}
.cid-vl1pbrfnFD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-vl1pbrfnFD .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vl1pbrfnFD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vl1pbrfnFD .mbr-section-title {
  color: #e94272 !important;
  font-family: var(--primary-font) !important;
  font-weight: 700 !important;
}
.cid-vl1pbrfnFD .mbr-text {
  color: #707070;
}
.cid-vl1pbrfnFD .mbr-name {
  color: #000000;
}
.cid-vl1pbrfnFD .mbr-role {
  color: #707070;
  text-align: center;
}
.cid-vl1pbrfnFD .panel-title-edit {
  color: #e94272;
}
.cid-vl1pbrfnFD .panel-text {
  color: #707070;
}
.cid-vl1pbrfnFD .mbr-section-title,
.cid-vl1pbrfnFD .main-btn {
  color: #e94272;
  text-align: center;
}
.cid-vl1pbrfnFD .panel-group .card {
  margin-top: 5px !important;
}
.cid-vl1pbrfnFD .col-lg-5 {
  padding-right: 0px !important;
}
.cid-vl1pbrfnFD .mbr-section-title,
.cid-vl1pbrfnFD .mbr-section-title * {
  font-family: inherit !important;
}
.cid-vl1pbrfnFD .mbr-name,
.cid-vl1pbrfnFD .card-box,
.cid-vl1pbrfnFD .image-wrapper {
  text-align: center;
}
.cid-vl1pbrfnFD .mbr-text,
.cid-vl1pbrfnFD .text-wrapper {
  text-align: center;
}
.cid-vkPtV37WxF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  background: linear-gradient(45deg, #bbbbbb, #ffffff);
}
.cid-vkPtV37WxF .custom-dl-title,
.cid-vkPtV37WxF .custom-dl-subtitle,
.cid-vkPtV37WxF .custom-dl-button-style,
.cid-vkPtV37WxF h2,
.cid-vkPtV37WxF h4,
.cid-vkPtV37WxF p,
.cid-vkPtV37WxF b,
.cid-vkPtV37WxF strong,
.cid-vkPtV37WxF a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vkPtV37WxF .custom-download-master-width {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-vkPtV37WxF .custom-dl-subtitle {
  color: #555555 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.cid-vkPtV37WxF .custom-dl-title {
  color: #e94272 !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.cid-vkPtV37WxF .custom-dl-button-style {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 202, 40, 0.15) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkPtV37WxF .custom-dl-button-style:hover {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 179, 0, 0.3) !important;
}
.cid-vkPtV37WxF .mbr-iconfont-btn {
  font-size: 1.1rem !important;
  margin-right: 6px !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .cid-vkPtV37WxF .mbr-section-btn,
  .cid-vkPtV37WxF .mbr-section-subtitle,
  .cid-vkPtV37WxF .mbr-section-title {
    text-align: center !important;
  }
  .cid-vkPtV37WxF .custom-dl-title {
    font-size: 1.7rem !important;
  }
}
.cid-vkPtV37WxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkPtV37WxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl6JLGh75l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl6JLGh75l .navbar-logo {
  width: 400px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vl6JLGh75l .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vl6JLGh75l .socicon {
  font-size: 1.3rem;
  background: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vl6JLGh75l .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vl6JLGh75l .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vl6JLGh75l .text2 {
  color: #000000;
  text-align: left;
}
.cid-vl6JLGh75l .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vl6JLGh75l .logo-title {
  text-align: center;
}
.cid-vl6JLGh75l .logo-sub-title {
  text-align: center;
}
.cid-vl6JLGh75l .links {
  text-align: center;
  color: #656565;
}
.cid-vl6JLGh75l .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vl6JLGh75l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl6JLGh75l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vl6JLGh75l .navbar-logo {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 20px auto !important;
  }
  .cid-vl6JLGh75l .navbar-logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vlbsrcnBZ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlbsrcnBZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlbsrcnBZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlbsrcnBZ5 .content-wrapper {
  margin-bottom: 32px;
}
.cid-vlbsrcnBZ5 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vlbsrcnBZ5 .items-wrapper {
  align-items: center;
}
.cid-vlbsrcnBZ5 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vlbsrcnBZ5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlbsrcnBZ5 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vlbsrcnBZ5 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlbsrcnBZ5 .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vlbsrcnBZ5 .items-wrapper .item .item-wrapper .card-text:focus {
  color: #6f6f75;
}
.cid-vlbsrcnBZ5 .mbr-label {
  color: #232323;
  text-align: center;
}
.cid-vlbsrcnBZ5 .card-title {
  color: #111111;
  text-align: center;
}
.cid-vlbsrcnBZ5 .card-text {
  color: #e94272;
  text-align: center;
}
.cid-vlbCPtdR39 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e94272;
}
.cid-vlbCPtdR39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vlbCPtdR39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-vlbCPtdR39 .time {
  line-height: 2;
}
.cid-vlbCPtdR39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-vlbCPtdR39 .text-wrap {
  width: 100%;
}
.cid-vlbCPtdR39 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vlbCPtdR39 .item-wrap span,
.cid-vlbCPtdR39 .item-wrap p {
  transition: all 0.3s;
}
.cid-vlbCPtdR39 .item-wrap:hover span,
.cid-vlbCPtdR39 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ececec !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-vlbCPtdR39 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-vlbCPtdR39 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vlbCPtdR39 .mbr-iconfont {
  font-size: 1.2rem;
  color: #ececec !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vlbCPtdR39 .socicon-wrap {
    margin: auto;
  }
  .cid-vlbCPtdR39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-vlbCPtdR39 .title {
  color: #232323;
  text-align: justify;
}
.cid-vlbCPtdR39 .mbr-text {
  color: #999999;
}
.cid-vlbCPtdR39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-vlbCPtdR39 .icon-title,
.cid-vlbCPtdR39 .align-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vlbCPtdR39 .mbr-text,
.cid-vlbCPtdR39 .mbr-section-btn {
  color: #ffffff;
}
.cid-vl2evhRTrn {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #f3f3f3;
}
.cid-vl2evhRTrn .row {
  align-items: center !important;
  justify-content: center !important;
}
.cid-vl2evhRTrn .card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.cid-vl2evhRTrn .card a,
.cid-vl2evhRTrn .card img {
  display: flex !important;
  align-items: center !important;
}
.cid-vl2evhRTrn .card img {
  width: auto !important;
  height: 45px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  transition: transform 0.3s ease;
}
.cid-vl2evhRTrn .card:hover img {
  transform: scale(1.05);
}
.cid-vl2evhRTrn .mbr-section-title {
  color: #000000;
}
.cid-vl2evhRTrn .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5cdb95;
}
