:root {
  --black: #40474e;
  --text: #646e70;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 9;
  background-color: #eee;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.white {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 43px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link:hover {
  color: var(--text);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 6px 25px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  color: var(--black);
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 30px;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.heading {
  color: var(--black);
  max-width: 79%;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Outfit, sans-serif;
  font-size: 73px;
  font-weight: 500;
  line-height: 88px;
}

.button {
  background-color: var(--black);
  border-radius: 20px;
  align-self: center;
  margin-left: 30px;
  padding-left: 31px;
  padding-right: 31px;
  font-family: Outfit, sans-serif;
  font-weight: 300;
}

.section {
  margin-bottom: 60px;
  padding-top: 75px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image {
  margin-top: -75px;
}

.image-2 {
  margin-top: -78px;
}

.container-2 {
  background-color: var(--white);
  border-radius: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(#d5d3d1, #dbd7d3);
  padding-top: 0;
  padding-bottom: 0;
}

.section_wa {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.background-video {
  height: 100vh;
  margin-top: -72px;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
}

.section_about {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: var(--text);
  text-align: center;
  padding: 56px 187px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.section_valores {
  margin-top: 60px;
  margin-bottom: 140px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 60px;
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 49px;
}

.heading-2.left {
  text-align: center;
  margin-left: 0;
}

.heading-2.left.variant {
  margin-left: 0;
}

.text-span {
  color: var(--text);
}

.img-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 25rem;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.image-card-item {
  flex: 1 1 0;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.image-card-item:hover {
  flex-basis: 20%;
}

.image-var {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #f2f2f2;
  text-align: left;
  padding: 10px 21px 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
  inset: auto 0% 0%;
}

.text-span-2 {
  color: var(--white);
  text-align: left;
  padding-left: 20px;
  font-size: 41px;
  font-weight: 700;
  line-height: 66px;
}

.container-hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line {
  margin-top: -51px;
}

.div-block-6 {
  background-color: #f1f1f1;
  border: 1px solid #978f8f;
  border-radius: 18px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.text-block-3 {
  color: #4a5a5e;
  background-color: #0000;
  font-size: 25px;
}

.div-block-5 {
  width: 60%;
  margin-top: -138px;
}

.bold-text-2 {
  color: var(--black);
  font-weight: 500;
}

.div-block-4 {
  text-align: center;
  border: 20px solid #fff;
  border-width: 20px 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 140px;
}

.flex-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  position: relative;
}

.div-block-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-horario {
  color: #4a5a5e;
  margin-top: 40px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.text-horario.variant {
  text-align: left;
  font-size: 34px;
  font-weight: 800;
}

.paragraph-text {
  color: var(--text);
  text-align: left;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
}

.paragraph-text.services {
  text-align: center;
  padding-top: 0;
}

.lottie-animation {
  width: 245px;
}

.div-block-8 {
  display: block;
}

.div-block-9 {
  margin-top: -135px;
}

.lottie-animation-2 {
  width: 237px;
}

.section_flujo {
  margin-top: 60px;
  margin-bottom: 140px;
}

.section-opinions {
  background-color: #a5b2a7;
  background-image: url('../images/bg-opinions.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-self: auto;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 1022px;
  max-width: 1200px;
  margin-left: -44px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 0%;
}

.gallery-slide-image {
  margin-right: -155px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.gallery-image {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}

.gallery-slide-text {
  color: #646e70;
  text-align: center;
  order: 0;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  display: none;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bg-opinion.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 362px;
  padding: 38px 37px;
  display: flex;
  position: relative;
}

.gallery-slide-title {
  color: #646e70;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.image-3 {
  opacity: .52;
}

.mask {
  box-sizing: border-box;
  position: static;
}

.section-3 {
  background-color: #dad7d2;
  margin-top: 0;
  padding-top: 114px;
  padding-bottom: 58px;
}

.container-contact {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  text-align: center;
}

.paragraph-2 {
  color: var(--text);
  text-align: center;
  padding-left: 184px;
  padding-right: 184px;
  font-family: Outfit, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-2.service {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
}

.field-label-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.submit-button {
  border: 1px solid var(--black);
  color: #3b3b38;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 20px;
  align-self: flex-end;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Outfit, sans-serif;
}

.submit-button:hover {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.error-message {
  border-radius: 6px;
}

.checkbox {
  border-radius: 0;
}

.checkbox-label {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-weight: 300;
}

.link {
  color: var(--black);
}

.success-message.fields {
  border-radius: 11px;
}

.form {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.fields {
  color: #3b3b38;
  background-color: #ffffff75;
  border: 1px solid #9a9b9b;
  border-radius: 4px;
  font-family: Outfit, sans-serif;
  font-weight: 300;
  overflow: auto;
}

.fields:focus {
  background-color: #ffffffe0;
  border-width: 1px;
  border-color: #646e70;
}

.fields.text-area {
  height: 112px;
}

.checkbox-field {
  align-self: flex-start;
  display: block;
}

.text-block-5 {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 21px;
  display: flex;
}

.div-block-12.variant {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 40px;
}

.map {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  margin-top: 49px;
  display: block;
  overflow: hidden;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-50 {
  cursor: pointer;
}

.image-50:hover {
  filter: contrast(25%);
}

.footer-social-link-three {
  margin-left: 32px;
}

.image-46 {
  display: block;
}

.image-46:hover {
  filter: contrast(25%);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--black);
  -webkit-text-stroke-color: #fff;
  font-family: Outfit, sans-serif;
}

.footer-divider-two {
  background-color: var(--text);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-subscribe {
  background-color: #dad7d2;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 30px 40px;
  position: relative;
  inset: auto 0% 0%;
}

.footer-legal-link {
  color: var(--black);
  margin-left: 24px;
  font-family: Outfit, sans-serif;
}

.footer-legal-link:hover {
  color: var(--text);
}

.container-4 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-13 {
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-top: 0;
  display: block;
}

.text-block-6 {
  color: #ffffffba;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  line-height: 52px;
  display: block;
}

.image-52 {
  max-width: 80%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  align-self: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  width: 133%;
  height: 70%;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #d3d8d2;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.team-member-image-two {
  opacity: .52;
  filter: grayscale();
  width: auto;
  height: 130px;
  max-height: 100%;
  margin-bottom: 18px;
  padding: 0 58px;
}

.team-block-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  margin-left: -92px;
  margin-right: -92px;
  display: block;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.body {
  background-color: #dad7d2;
}

.heading-3 {
  text-align: left;
}

.section-5 {
  padding-top: 40px;
}

.paragraph-3 {
  color: var(--text);
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.container-6 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: #7b7b74;
  align-self: flex-start;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-7.politics {
  clear: none;
  color: var(--text);
  margin-bottom: 9px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.text-block-7.politics.margin {
  margin-bottom: 60px;
  font-family: Outfit, sans-serif;
}

.text-block-7.politics {
  clear: none;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.text-block-7.politics.variable {
  clear: none;
  margin-left: 20px;
  padding-left: 0;
  list-style-type: square;
}

.body-2 {
  background-color: #dad7d2;
}

.text-span-14 {
  color: #3b3b38;
  font-size: 24px;
}

.text-span-13 {
  font-size: 24px;
}

.body-3 {
  background-color: #dad7d2;
}

.text-span-15 {
  color: #3b3b38;
  font-size: 24px;
}

.text-span-16 {
  font-size: 24px;
}

.margin {
  margin-bottom: 60px;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.link-3 {
  color: #3b3b38;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 2px #000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  background-color: #40474ea1;
  border-style: none;
  border-color: #3b3b38;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: #404ff2;
  background-color: #f5f5f500;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
  color: var(--text);
  font-family: Outfit, sans-serif;
  font-size: .75rem;
}

.link-2 {
  color: var(--black);
  font-size: 16px;
}

.fs-cc-prefs_button {
  color: #fff;
  background-color: #a5b2a7;
  border: 2px #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #3b3b38;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  text-decoration: underline;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #a5b2a7;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.c-cookies {
  display: block;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fefff5;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.text-span-12 {
  font-size: 16px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_text {
  color: var(--black);
  background-color: #fff0;
  margin-right: 1.5rem;
  font-family: Outfit, sans-serif;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.section-frase {
  background-color: #a5b2a700;
  background-image: url('../images/fondo-mar.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 60px;
  justify-content: space-between;
  align-self: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 197px;
  padding-bottom: 197px;
  display: block;
}

.text-span-17 {
  font-size: 48px;
}

.bold-text-2-copy {
  color: var(--black);
  font-weight: 500;
}

.bold-number {
  color: var(--black);
  font-size: 63px;
  font-weight: 900;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-60 {
  height: 200px;
  margin-top: 27px;
  padding-top: 0;
  padding-left: 40px;
}

.text-block-9 {
  z-index: 1;
  background-color: var(--text);
  color: var(--black);
  text-align: left;
  border-radius: 20px;
  margin-left: 62px;
  padding: 15px 22px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  position: absolute;
  top: 14px;
  left: 17px;
}

.text-span-10 {
  color: var(--black);
}

.div-block-15 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: relative;
}

.div-block-15.mapa-api {
  display: none;
}

.text-span-18 {
  color: var(--white);
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 100%;
  margin-top: 150px;
  display: flex;
}

.accordion {
  z-index: 4;
  background-color: #40474e;
  border-radius: 20px;
  margin-top: -63px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.accordion.formdigi {
  z-index: 1;
  background-color: #e6ddd3;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  display: block;
}

.accordion.producto {
  z-index: 3;
  background-color: #646e70;
  border-radius: 20px;
  margin-top: -63px;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.accordion.formacion {
  z-index: 2;
  background-color: #a5b2a7;
  border-radius: 20px;
  margin-top: -63px;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.accordio-header {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 32px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  -webkit-text-stroke-color: #3b3b38;
  align-self: center;
  font-size: 28px;
  font-weight: 300;
}

.text-block-10.black {
  color: var(--text);
}

.accordean-panel {
  padding: 20px 20px 60px;
  display: none;
  overflow: visible;
}

.accordean-panel.open {
  padding-bottom: 60px;
  display: block;
}

.text-block-11 {
  color: var(--white);
  padding-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.text-block-11.black {
  color: var(--text);
  padding-bottom: 0;
}

.text-block-11.black.left {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
}

.text-block-11.black.right {
  text-align: right;
  font-size: 22px;
  line-height: 28px;
}

.seccion_services {
  margin-bottom: 180px;
}

.accordio-title {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 32px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.accordean-text {
  flex-flow: column;
  padding: 20px 76px 60px;
  display: flex;
  overflow: visible;
}

.accordean-text.open {
  padding-bottom: 60px;
  padding-left: 76px;
  padding-right: 76px;
  display: block;
}

.accordean-text.accordean1 {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.utility-page-wrap {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-4 {
  background-color: #ded9d3;
}

.container-7 {
  background-color: var(--white);
  border-radius: 20px;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lottie-animation-3 {
  height: 537px;
}

.text-block-12 {
  color: var(--text);
  padding-bottom: 18px;
  font-family: Outfit, sans-serif;
}

.heading-4 {
  color: var(--black);
  font-family: Outfit, sans-serif;
}

.list-item {
  list-style-type: disc;
  display: block;
}

.img-mob, .image-61 {
  display: none;
}

.bold-text-3 {
  font-size: 24px;
}

.div-block-17 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  font-size: 24px;
}

.div-block-19 {
  text-align: left;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-21 {
  padding-bottom: 40px;
}

.div-block-22 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-66 {
  opacity: 1;
  mix-blend-mode: luminosity;
  border-radius: 20px;
}

.image-67 {
  mix-blend-mode: luminosity;
  border-radius: 20px;
}

.image-68 {
  opacity: .91;
  mix-blend-mode: luminosity;
  border-radius: 20px;
}

.image-69 {
  opacity: .88;
  mix-blend-mode: luminosity;
  border-radius: 20px;
}

.image-70 {
  mix-blend-mode: luminosity;
  border-radius: 20px;
  position: static;
}

.image-71 {
  mix-blend-mode: luminosity;
  border-radius: 20px;
}

.code-embed {
  filter: grayscale();
}

.link-block {
  vertical-align: text-bottom;
  margin-left: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    max-width: 94%;
    font-size: 70px;
    line-height: 74px;
  }

  .div-block {
    padding-top: 19px;
  }

  .container-2 {
    max-width: 728px;
  }

  .background-video {
    margin-top: -90px;
  }

  .flex-block {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph {
    padding: 0 70px;
    font-size: 26px;
  }

  .heading-2 {
    font-size: 39px;
    line-height: 36px;
  }

  .heading-2.left {
    margin-left: 0;
  }

  .img-card-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .container-hero {
    max-width: 728px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .paragraph-text {
    font-size: 22px;
    line-height: 31px;
  }

  .div-block-8 {
    padding-top: 40px;
  }

  .section_flujo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-opinions {
    background-position: 0 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 195px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block-10 {
    width: 308px;
  }

  .gallery-slide-title {
    font-size: 18px;
  }

  .container-contact {
    max-width: 728px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-2.service {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-social-link-three.insta {
    display: block;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-51 {
    max-width: 34%;
  }

  .image-52 {
    max-width: 28%;
  }

  .image-53 {
    max-width: 25%;
  }

  .image-54 {
    max-width: 29%;
  }

  .image-55 {
    max-width: 33%;
  }

  .image-56 {
    max-width: 30%;
  }

  .image-57 {
    max-width: 24%;
  }

  .container-5 {
    justify-content: space-between;
    align-items: center;
    max-width: 547px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image-two {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .team-block-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .mask-2 {
    width: 100%;
    padding-left: 67px;
    padding-right: 67px;
  }

  .container-6 {
    max-width: 728px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-frase {
    background-position: 0 0;
    padding-left: 51px;
    padding-right: 51px;
  }

  .bold-text-2-copy, .bold-number {
    font-size: 25px;
  }

  .image-60 {
    height: 89px;
  }

  .text-block-11 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
  }

  .text-block-11.black.left, .text-block-11.black.right, .text-block-11.sm {
    font-size: 18px;
  }

  .image-63, .image-64 {
    max-width: 45%;
  }

  .div-block-19 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .image-65 {
    max-width: 57%;
  }

  .div-block-22 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    font-size: 54px;
    line-height: 59px;
  }

  .button {
    align-self: center;
  }

  .section {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .background-video {
    height: 75vh;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2.left.variant {
    font-size: 28px;
  }

  .img-card-wrapper {
    flex-flow: column;
    padding-left: 41px;
    padding-right: 41px;
  }

  .container-hero {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 117px;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .text-horario, .paragraph-text {
    font-size: 18px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slide-title {
    line-height: 30px;
  }

  .paragraph-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .form {
    width: 74%;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-6 {
    padding-left: 41px;
    padding-right: 41px;
    font-size: 26px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .container-5 {
    max-width: 431px;
  }

  .team-block, .text-block-7.politics, .text-block-7.politics {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-span-17 {
    font-size: 36px;
  }

  .bold-text-2-copy, .bold-number {
    font-size: 28px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .text-block-11.black.left, .text-block-11.black.right, .text-block-11.sm.center {
    text-align: center;
  }

  .utility-page-wrap {
    height: auto;
  }

  .lottie-animation-3 {
    align-self: center;
    width: 330px;
    height: 331px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .div-block-18 {
    flex-flow: column-reverse wrap-reverse;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-65 {
    max-width: 103%;
  }

  .div-block-22 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .text-block {
    text-align: center;
    align-self: center;
    padding-left: 0;
    font-size: 18px;
  }

  .heading {
    font-size: 44px;
    line-height: 50px;
  }

  .button {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .section_wa {
    height: 65vh;
  }

  .background-video {
    height: 100vh;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 18px;
    line-height: 27px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.left.variant {
    text-align: center;
  }

  .img-card-wrapper {
    height: 50rem;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .container-hero {
    max-width: none;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 0;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    position: static;
    top: -200px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 64vh;
    display: flex;
  }

  .text-horario {
    font-size: 16px;
  }

  .text-horario.variant {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

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

  .div-block-8 {
    padding-top: 0;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .section_flujo {
    margin-top: -81px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-contact {
    max-width: none;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .submit-button {
    align-self: center;
  }

  .checkbox-label {
    text-align: left;
  }

  .text-block-5 {
    font-size: 21px;
  }

  .footer-social-block-three {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link-three {
    margin-left: 0;
    display: block;
  }

  .footer-social-link-three.insta {
    display: flex;
  }

  .image-46 {
    padding-right: 10px;
    display: block;
  }

  .image-46:hover {
    filter: contrast(200%) invert();
  }

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

  .footer-legal-link {
    font-size: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-three {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-6 {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .image-58 {
    max-width: 41%;
    margin-bottom: 30px;
  }

  .image-59 {
    max-width: 74%;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    width: 100%;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-block-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-slider-arrow {
    display: none;
  }

  .mask-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .container-6 {
    max-width: none;
  }

  .text-block-7.politics {
    font-size: 16px;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_component-4 {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .section-frase {
    padding: 98px 28px;
  }

  .text-span-17 {
    font-size: 30px;
  }

  .bold-text-2-copy, .bold-number {
    font-size: 24px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
  }

  .image-60 {
    padding-left: 0;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 17px;
    left: 8px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .accordean-panel {
    padding: 10px 10px 10px 20px;
    display: none;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .accordean-text {
    padding: 10px 10px 10px 20px;
    display: flex;
  }

  .utility-page-wrap {
    height: 687px;
    max-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation-3 {
    width: 239px;
    margin-top: -108px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .img-mob {
    display: block;
  }

  .image-61 {
    display: none;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .div-block-18 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-bottom: 34px;
  }

  .image-63, .image-64 {
    max-width: 90%;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .div-block-21 {
    padding-top: 40px;
  }

  .div-block-22 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }
}


