@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
/*============ Variables ============*/
* {
  font-family: "Urbanist", sans-serif;
}

html {
  width: 100%;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}
html body {
  width: 100%;
}
@media (max-width: 768px) {
  html body {
    overflow-x: hidden;
  }
}

header {
  padding: 10px 24px;
  background: #7D65FE;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10;
  z-index: 9999;
}
@media (max-width: 768px) {
  header .custom-logo-link img {
    display: flex;
    height: auto;
    width: 82.296px;
    padding: 3.091px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.864px;
    object-fit: contain;
  }
}
header .close-submenu-movil {
  position: relative;
  z-index: 99;
  min-width: 300px;
}
header .close-submenu-movil span {
  display: flex;
  position: absolute;
  top: 0;
  transform: translate(-20%, -88%);
  align-items: center;
  left: 0;
  cursor: pointer;
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.1px;
}
header .bar-menu {
  display: none;
  position: relative;
  width: 33.429px;
  height: 19.429px;
  flex-direction: column;
  justify-content: space-between;
  float: right;
  z-index: 99;
}
header .bar-menu span {
  background: #ffffff;
  width: 90%;
  height: 2px;
  border-radius: 20px;
  transition: 0.2s;
}
@media (max-width: 991px) {
  header .bar-menu {
    display: flex;
  }
}
header .bar-menu.active {
  height: 33.429px;
  background: #F5F5F5;
  border-radius: 50%;
}
header .bar-menu.active span {
  background: #0A2540;
  width: 50%;
}
header .bar-menu.active .top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .bar-menu.active .bottom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .bar-menu.active .center {
  display: none;
}

.custom-logo-link > img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

header.sticky {
  position: fixed;
}

.container {
  max-width: 1159px !important;
  width: 100%;
}

section.has_eae_slider.elementor-section.elementor-top-section.elementor-element.elementor-element-b6b1c4c.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
  display: none;
}

section#footer-blue {
  display: none;
}

#wpadminbar {
  bottom: 0;
  top: inherit;
}

.h1 {
  font-size: clamp(40px, 5vw, 42px) !important;
}

.h2 {
  font-size: clamp(25px, 3vw, 35px) !important;
}

.h3 {
  font-size: clamp(20px, 2vw, 22px) !important;
}

.h4 {
  font-size: clamp(20px, 1.7vw, 20px) !important;
}

.h5 {
  font-size: clamp(18px, 1.4vw, 18px) !important;
}

.h6 {
  font-size: clamp(16px, 1.2vw, 16px) !important;
}

.p {
  font-size: clamp(16px, 3vw, 16px) !important;
}

table:not(.form-table) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e7e8ee;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(21, 23, 40, 0.04);
}
table:not(.form-table) thead th {
  background: #f6f6fb;
  color: #7f8394;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #e7e8ee;
  text-align: left;
}
table:not(.form-table) tbody tr {
  background: #ffffff;
}
table:not(.form-table) tbody tr:nth-child(even) {
  background: #fbfbfd;
}
table:not(.form-table) tbody th,
table:not(.form-table) tbody td {
  font-size: clamp(14px, 3vw, 16px) !important;
  line-height: 1.5;
  color: #80859a;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #eceef4;
  vertical-align: middle;
}
table:not(.form-table) tbody th {
  color: #1f2430;
  font-weight: 700;
}
table:not(.form-table) tbody td {
  font-weight: 400;
}
table:not(.form-table) tbody tr:last-child th,
table:not(.form-table) tbody tr:last-child td {
  border-bottom: 0;
}

.single-blog-content-table-partial-b93a11 {
  padding: 24px 0 8px;
}
.single-blog-content-table-partial-b93a11 .toc-card {
  background: #fcfbff;
  border: 1px solid #dfd9f5;
  border-radius: 16px;
  overflow: hidden;
}
.single-blog-content-table-partial-b93a11 .toc-head {
  padding: 18px 28px;
  border-bottom: 1px solid #e3def5;
  background: #f4f2fa;
}
.single-blog-content-table-partial-b93a11 .toc-title {
  color: #0f0d1a;
  margin: 0;
  font-size: 13px !important;
  font-weight: 700;
}
.single-blog-content-table-partial-b93a11 .toc-list {
  list-style: none;
  margin: 0;
  padding: 22px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.single-blog-content-table-partial-b93a11 .toc-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.single-blog-content-table-partial-b93a11 .toc-item {
  max-width: 100%;
  overflow: visible;
  display: block;
}
.single-blog-content-table-partial-b93a11 .toc-item::before {
  content: "";
  display: block;
  min-width: 7px;
  min-height: 7px;
  border: 2px solid #b39dff;
  border-radius: 50%;
  background: transparent;
  margin-top: 9px;
}
.single-blog-content-table-partial-b93a11 .toc-item-link {
  color: #2a273f;
  text-decoration: none;
  line-height: 1.35;
  display: block;
  white-space: normal;
  overflow: visible;
  max-width: 100%;
  transition: color 0.2s ease;
  margin: 0;
}
.single-blog-content-table-partial-b93a11 .toc-item-link:hover {
  color: #5e4cb0;
}
.single-blog-content-table-partial-b93a11 .toc-item--h2::before {
  display: none;
}
.single-blog-content-table-partial-b93a11 .toc-item--h2 a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  width: max-content;
}
.single-blog-content-table-partial-b93a11 .toc-item--h2 a::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #e0d9ff;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.single-blog-content-table-partial-b93a11 .toc-item--h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 28px;
}
.single-blog-content-table-partial-b93a11 .toc-item--h3 a {
  font-weight: 500;
  font-size: 13px;
}
.single-blog-content-table-partial-b93a11 .toc-item--h3 a::after {
  display: none;
}
.single-blog-content-table-partial-b93a11 .toc-item--h4 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 50px;
}
.single-blog-content-table-partial-b93a11 .toc-item--h4::before {
  min-width: 5px;
  min-height: 5px;
  border: 0;
  border-radius: 0;
  background: #b6abc9;
  margin-top: 8px;
}
.single-blog-content-table-partial-b93a11 .toc-item--h4 a {
  font-weight: 400;
  font-size: 12px;
  color: #5f5a78;
}
.single-blog-content-table-partial-b93a11 .toc-item--h4 a::after {
  display: none;
}
@media (max-width: 991px) {
  .single-blog-content-table-partial-b93a11 .toc-head {
    padding: 16px 20px;
  }
  .single-blog-content-table-partial-b93a11 .toc-list {
    padding: 18px 20px 22px;
  }
}

.nav-menu-movil-partial-ac8f67 {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 5rem 2.5rem 3rem;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.2s ease;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil .open-dorp-down {
  display: flex;
  background: linear-gradient(90deg, #FFB300 0%, #FFD700 100%);
  color: black;
  border: black;
  width: 100%;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil ul li {
  position: relative;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(to right, #e5e3ea 60%, transparent 40%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil ul li button {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  color: #0a2540;
  font-size: 16px;
  font-weight: 500;
}
.nav-menu-movil-partial-ac8f67 .nav-menu-movil ul li button svg {
  overflow: visible;
  box-sizing: content-box;
  width: 8px;
  height: auto;
  object-fit: contain;
}
.nav-menu-movil-partial-ac8f67 .submenu {
  position: absolute;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  right: -100%;
  top: 0;
  z-index: 3;
  transition: all 0.2s ease;
  padding: 0.5rem 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav-menu-movil-partial-ac8f67 .submenu .close-submenu {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  color: #7d65fe;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
  position: relative;
  width: max-content;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .label {
  color: #3D3654;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .label::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(to right, #b8b2cc 60%, transparent 40%);
  background-size: 8px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transition: all 0.2s ease;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .label img {
  width: 20px;
  height: auto;
  object-fit: contain;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .submenu-list {
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .submenu-list li {
  display: flex;
  align-items: center;
}
.nav-menu-movil-partial-ac8f67 .submenu .submenu-content .submenu-list li a {
  color: #7A7290;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  padding: 10px 0;
}
.nav-menu-movil-partial-ac8f67 .submenu.active {
  right: 0%;
}
.nav-menu-movil-partial-ac8f67 .submenu.active .submenu-content .label::after {
  width: 100%;
}

.nav-menu-movil-partial-ac8f67.active {
  left: 0;
}

.footer-partial-709a7c {
  background: #f5f8fa;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-partial-709a7c {
    padding-bottom: 0px;
  }
}
.footer-partial-709a7c .top-content {
  padding: 40px 0px;
}
.footer-partial-709a7c .top-content .custom-logo {
  width: 100%;
  max-width: 173px;
  height: auto;
  object-fit: contain;
}
.footer-partial-709a7c .top-content .social-network {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 15.9806547165px;
  position: relative;
  border-radius: inherit;
  padding: 0;
  list-style: none;
}
.footer-partial-709a7c .top-content .social-network li {
  width: 33.5904502869px;
  height: 33.5904502869px;
}
.footer-partial-709a7c .top-content .social-network li a {
  color: #6150BD;
}
@media (max-width: 767px) {
  .footer-partial-709a7c .top-content .social-network {
    justify-content: left;
    margin-bottom: 0;
  }
}
.footer-partial-709a7c .menu-list .label-menu {
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 15px;
  word-break: break-word;
  font-weight: 600;
  letter-spacing: 0.1000000015px;
  font-variation-settings: normal;
  color: #1a1727;
  margin-bottom: 24px;
}
.footer-partial-709a7c .menu-list .label-menu a {
  text-decoration: none;
  color: inherit;
}
.footer-partial-709a7c .menu-list .nav-menu ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  border-radius: inherit;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-partial-709a7c .menu-list .nav-menu ul li .nav-link {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  font-variation-settings: normal;
  color: #5d5c62;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-partial-709a7c .menu-list .nav-menu ul li .nav-link:hover {
  color: #6150bd;
}
@media (max-width: 640px) {
  .footer-partial-709a7c .menu-list .nav-menu ul li .nav-link {
    font-size: 12px;
  }
}
.footer-partial-709a7c .polices {
  margin-bottom: 30px;
}
.footer-partial-709a7c .polices ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 24px;
}
.footer-partial-709a7c .polices ul li a {
  line-height: 1.5;
  font-size: 15px;
  word-break: break-word;
  font-weight: 600;
  letter-spacing: 0.1000000015px;
  font-variation-settings: normal;
  color: #1a1727;
  margin-bottom: 24px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-partial-709a7c .polices ul {
    flex-direction: column;
    gap: 0;
  }
  .footer-partial-709a7c .polices ul li a {
    margin: 0;
  }
}
.footer-partial-709a7c .adress {
  font-variation-settings: normal;
  color: #5d5c62;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 13px;
  word-break: break-word;
  font-weight: 400;
  letter-spacing: 0.1000000015px;
}
.footer-partial-709a7c .copiright {
  white-space: pre;
  line-height: 1.5;
  font-size: 15px;
  word-break: break-word;
  font-weight: 400;
  letter-spacing: 0.1000000015px;
  font-variation-settings: normal;
  color: #5d5c62;
  text-align: right;
}
.footer-partial-709a7c .copiright strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer-partial-709a7c .copiright {
    text-align: left;
  }
}

.functionality-tabs-partial-c16ffb {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.functionality-tabs-partial-c16ffb .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 30px;
}
.functionality-tabs-partial-c16ffb .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .functionality-tabs-partial-c16ffb .title {
    font-size: 25px;
  }
  .functionality-tabs-partial-c16ffb .title br {
    display: none;
  }
}
.functionality-tabs-partial-c16ffb .tabs-content #myTab {
  gap: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECE5FC;
}
@media (max-width: 991px) {
  .functionality-tabs-partial-c16ffb .tabs-content #myTab {
    gap: 16px;
  }
}
.functionality-tabs-partial-c16ffb .tabs-content #myTab li button {
  padding: 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  outline: none;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(72, 69, 85, 0.7);
  transition: all 0.2s ease;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTab li button.active {
  border-bottom: 2px solid #7E66FC;
  color: #7E66FC;
  font-weight: 700;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #484555;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .info p:last-child {
  margin-bottom: 0;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  color: rgba(72, 69, 85, 0.6);
  margin-bottom: 0px;
  text-transform: uppercase;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 24px;
  border: 1px solid #ECE5FC;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #484555;
}
.functionality-tabs-partial-c16ffb .tabs-content #myTabContent .top-content .links li a strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1C1929;
}

.benefits-left-image-and-text-right-partial-7219e8 {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 90px;
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain {
  position: relative;
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain img {
  width: 359px;
  max-width: 100%;
  height: 448px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain .overly {
  position: absolute;
  bottom: -1.5rem;
  left: -1rem;
  width: 100%;
  max-width: 320px;
  height: auto;
  padding: 32px;
  border: 1px solid rgba(201, 196, 215, 0.1);
  background: rgba(253, 248, 255, 0.6);
  backdrop-filter: blur(20px);
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain .overly p {
  margin: 0;
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain .overly .label {
  font-weight: 900;
  font-style: Italic;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px;
  color: #5B3FD7;
}
.benefits-left-image-and-text-right-partial-7219e8 .image-contain .overly .description {
  color: #484554;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.benefits-left-image-and-text-right-partial-7219e8 .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .benefits-left-image-and-text-right-partial-7219e8 .texts {
    gap: 12px;
  }
}
.benefits-left-image-and-text-right-partial-7219e8 .texts .overly {
  font-size: 40px;
  line-height: 48px;
  color: rgba(90, 62, 214, 0.2);
  font-weight: 700;
}
.benefits-left-image-and-text-right-partial-7219e8 .texts .info {
  font-weight: 300;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #484554;
}
@media (max-width: 768px) {
  .benefits-left-image-and-text-right-partial-7219e8 .texts .info {
    font-size: 18px;
  }
}
.benefits-left-image-and-text-right-partial-7219e8 .texts .call-to-action {
  font-weight: 700;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7E66FC;
}
@media (max-width: 768px) {
  .benefits-left-image-and-text-right-partial-7219e8 .texts .call-to-action {
    font-size: 16px;
  }
}

.benefits-list-two-column-partial-5598e4 {
  background: #ffffff;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .benefits-list-two-column-partial-5598e4 {
    padding-top: 30px;
  }
}
.benefits-list-two-column-partial-5598e4 .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 24px;
}
.benefits-list-two-column-partial-5598e4 .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .benefits-list-two-column-partial-5598e4 .title {
    font-size: 25px;
  }
  .benefits-list-two-column-partial-5598e4 .title br {
    display: none;
  }
}
.benefits-list-two-column-partial-5598e4 .comparison {
  background: #F6F9FC;
  padding: 50px 0;
}
.benefits-list-two-column-partial-5598e4 .comparison .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.benefits-list-two-column-partial-5598e4 .comparison .list li {
  display: ruby;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #484555;
}
.benefits-list-two-column-partial-5598e4 .comparison .list li svg {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .benefits-list-two-column-partial-5598e4 .comparison .list {
    gap: 16px;
  }
  .benefits-list-two-column-partial-5598e4 .comparison .list li {
    font-size: 16px;
    line-height: 20px;
  }
}
.benefits-list-two-column-partial-5598e4 .comparison .card-bg-white {
  border: 1px solid rgba(186, 26, 26, 0.5);
  padding: 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 524px;
  width: 100%;
  background: #ffffff;
  height: 100%;
  margin: 0 auto;
}
.benefits-list-two-column-partial-5598e4 .comparison .card-bg-white .subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -0.35px;
  color: #BA1A1A;
}
@media (max-width: 767px) {
  .benefits-list-two-column-partial-5598e4 .comparison .card-bg-white {
    padding: 34px 20px;
  }
  .benefits-list-two-column-partial-5598e4 .comparison .card-bg-white .subtitle {
    font-size: 20px;
  }
}
.benefits-list-two-column-partial-5598e4 .comparison .card-bg-green {
  border: 1px solid rgb(93, 188, 158);
  padding: 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 524px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(236, 253, 245, 0.6);
}
.benefits-list-two-column-partial-5598e4 .comparison .card-bg-green .subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -0.35px;
  color: #059669;
}
@media (max-width: 767px) {
  .benefits-list-two-column-partial-5598e4 .comparison .card-bg-green {
    padding: 34px 20px;
  }
  .benefits-list-two-column-partial-5598e4 .comparison .card-bg-green .subtitle {
    font-size: 20px;
  }
}

.benefits-two-column-partial-24fbab {
  background: #ffffff;
  padding: 50px 0;
}
.benefits-two-column-partial-24fbab .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin: 0;
}
.benefits-two-column-partial-24fbab .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .benefits-two-column-partial-24fbab .title {
    font-size: 25px;
  }
  .benefits-two-column-partial-24fbab .title br {
    display: none;
  }
}
.benefits-two-column-partial-24fbab .benefit {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.benefits-two-column-partial-24fbab .benefit img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.benefits-two-column-partial-24fbab .benefit .texts {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.benefits-two-column-partial-24fbab .benefit .texts h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #000000;
  margin: 0;
}
.benefits-two-column-partial-24fbab .benefit .texts h3 span {
  color: #7D65FE;
}
.benefits-two-column-partial-24fbab .benefit .texts p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #637281;
  margin: 0;
}

.benefits-time-line-partial-174187 {
  background: #ffffff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .benefits-time-line-partial-174187 {
    padding: 30px 0;
  }
}
.benefits-time-line-partial-174187 .row {
  align-items: flex-start;
  position: relative;
}
.benefits-time-line-partial-174187 .row::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #7E66FC 0%, rgba(126, 102, 252, 0.4) 50%, rgba(126, 102, 252, 0) 100%);
  position: absolute;
  top: -10px;
  left: 30%;
  transform: translateX(-30%);
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .benefits-time-line-partial-174187 .row::before {
    left: 39.1%;
    transform: none;
  }
}
@media (max-width: 767px) {
  .benefits-time-line-partial-174187 .row::before {
    display: none;
  }
}
.benefits-time-line-partial-174187 .intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 40px;
  align-self: flex-start;
  height: auto;
}
.benefits-time-line-partial-174187 .intro .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  color: #7E66FC;
  text-transform: uppercase;
}
.benefits-time-line-partial-174187 .intro .title {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.5px;
  color: #1C1929;
  margin: 0;
}
@media (max-width: 767px) {
  .benefits-time-line-partial-174187 .intro .title {
    font-size: 30px;
    line-height: 24px;
  }
}
.benefits-time-line-partial-174187 .intro .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  color: #484555;
  margin: 0;
}
.benefits-time-line-partial-174187 .time-line {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefits-time-line-partial-174187 .time-line .label {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  background: linear-gradient(180deg, #7E66FC 0%, #8A59A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.benefits-time-line-partial-174187 .time-line .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: rgb(28, 25, 41);
  margin: 0;
  position: relative;
}
.benefits-time-line-partial-174187 .time-line .title::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #7e66fc;
  border-radius: 50%;
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translate(-36%, -50%);
  box-shadow: 0px 0px 0px 4px rgba(126, 102, 252, 0.2);
}
.benefits-time-line-partial-174187 .time-line .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #484555;
  margin: 0;
}
.benefits-time-line-partial-174187 .time-line .main-image {
  max-width: 100%;
  width: 579px;
  height: auto;
  border-radius: 16px;
}
.benefits-time-line-partial-174187 .time-line .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefits-time-line-partial-174187 .time-line .call-to-action {
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 1.2px;
  display: flex;
  gap: 8px;
  background: linear-gradient(90.14deg, #3E81DF 0.12%, #4B45FF 55.24%, #75FFFF 119.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
  width: max-content;
}
.benefits-time-line-partial-174187 .time-line .result {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(253, 248, 255, 0.8);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(201, 196, 215, 0.1);
  width: 516px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .benefits-time-line-partial-174187 .time-line .result {
    padding: 24px;
  }
}
.benefits-time-line-partial-174187 .time-line .result .result-label {
  font-weight: 800;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #5B3FD7;
  text-transform: uppercase;
}
.benefits-time-line-partial-174187 .time-line .result .result-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #1C1A23;
  margin: 0;
}
.benefits-time-line-partial-174187 .time-line .result .result-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #484554;
  margin: 0;
}
.benefits-time-line-partial-174187 .time-line .result .img-fluid {
  width: 82px;
  height: 82px;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.single-blog-suscription-form-partial-a2128d {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-blog-suscription-form-partial-a2128d .card-form {
  background: rgb(79, 70, 229);
  padding: 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-blog-suscription-form-partial-a2128d .card-form {
    padding: 30px 12px;
    border-radius: 27px;
  }
}
.single-blog-suscription-form-partial-a2128d .card-form::before {
  content: "";
  display: block;
  position: absolute;
  top: -192px;
  left: 960px;
  width: 384px;
  height: 384px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .single-blog-suscription-form-partial-a2128d .card-form::before {
    top: -132.24px;
    left: 181.69px;
    width: 264.47px;
    height: 264.47px;
  }
}
.single-blog-suscription-form-partial-a2128d .card-form .title {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-blog-suscription-form-partial-a2128d .card-form .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.single-blog-suscription-form-partial-a2128d .card-form .descrption {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-blog-suscription-form-partial-a2128d .card-form .descrption {
    font-size: 14px;
    line-height: 19px;
  }
}
.single-blog-suscription-form-partial-a2128d .card-form .form-container .form-control {
  outline: none;
  box-shadow: none;
  height: 56px;
  width: 100%;
  border-radius: 35px;
  border: none;
  padding: 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6B7280;
}
.single-blog-suscription-form-partial-a2128d .card-form .form-container .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154.63px;
  height: 56px;
  border-radius: 35px;
  color: #fff;
  background: #0F172A;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.single-blog-author-card-partial-d88356 .card-col {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #DADDDF;
  border-bottom: 1px solid #DADDDF;
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  gap: 32px;
  align-items: center;
  box-shadow: 0px 24px 48px 0px rgba(12, 15, 16, 0.06);
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 11.57px;
    box-shadow: 0px 17.36px 34.71px 0px rgba(12, 15, 16, 0.06);
    padding: 25px;
    gap: 20px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-image {
  min-width: 128px;
  max-width: 128px;
  min-height: 128px;
  max-height: 128px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-image {
    min-width: 92.57px;
    max-width: 92.57px;
    min-height: 92.57px;
    max-height: 92.57px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info {
    gap: 8px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2C2F30;
  margin: 0;
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author p {
    font-size: 17.36px;
    line-height: 23.14px;
  }
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author span {
    font-size: 13.43px;
    line-height: 23.43px;
    letter-spacing: 1.3px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author-bio {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  color: #595C5D;
  margin: 0;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info .author-bio {
    font-size: 13.43px;
    line-height: 23.43px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
  list-style: none;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info ul {
    gap: 13.74px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info ul li a img {
    width: 14.46px;
    height: 14.46px;
  }
}
.single-blog-author-card-partial-d88356 .card-col .single-blog-author-card .author-info ul li a:hover img {
  transform: scale(1.1);
}

.autor-appearances-partial-c9a33f {
  background: #F5F6F7;
  padding-top: 38px;
  padding-bottom: 70px;
}
.autor-appearances-partial-c9a33f .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 32px;
}
.autor-appearances-partial-c9a33f .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .autor-appearances-partial-c9a33f .title {
    font-size: 25px;
  }
  .autor-appearances-partial-c9a33f .title br {
    display: none;
  }
}
.autor-appearances-partial-c9a33f .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.autor-appearances-partial-c9a33f #appearances-list .item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-image {
  width: 100%;
  height: 236.66px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-image .featured-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content .post-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content .post-meta .category {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7E66FC;
  min-height: 18px;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0;
  color: #2C2F30;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content .post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #595C5D;
  flex-grow: 1;
  margin: 8px 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.autor-appearances-partial-c9a33f #appearances-list .item a .post-content .read-more {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7E66FC;
  border-bottom: 1px solid #7E66FC;
  display: flex;
  width: max-content;
}

.autor-related-post-partial-38593b {
  background: #EFF1F2;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b {
    background: #ffffff;
    padding-top: 40px;
  }
}
.autor-related-post-partial-38593b .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 48px;
}
.autor-related-post-partial-38593b .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .autor-related-post-partial-38593b .title {
    font-size: 25px;
  }
  .autor-related-post-partial-38593b .title br {
    display: none;
  }
}
.autor-related-post-partial-38593b .related-post {
  background: #ffffff;
  padding: 60px 32px;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .related-post {
    padding: 0;
  }
}
.autor-related-post-partial-38593b .main-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.autor-related-post-partial-38593b .main-post .featured-image {
  width: 100%;
  max-height: 420.42px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .main-post .featured-image {
    max-width: 373px;
    border-radius: 12px;
  }
}
.autor-related-post-partial-38593b .main-post .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.autor-related-post-partial-38593b .main-post .texts .label-category {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
}
.autor-related-post-partial-38593b .main-post .texts .label-category .category-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7E66FC;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .main-post .texts .label-category .category-name {
    font-size: 13px;
  }
}
.autor-related-post-partial-38593b .main-post .texts .label-category .separator {
  display: flex;
  width: 4px;
  height: 4px;
  background: #ABADAE;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .main-post .texts .label-category .separator {
    display: none;
  }
}
.autor-related-post-partial-38593b .main-post .texts .label-category .time-ago {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #595C5D;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .main-post .texts .label-category .time-ago {
    font-size: 13px;
  }
}
.autor-related-post-partial-38593b .main-post .texts .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 37.5px;
  vertical-align: middle;
  color: #2C2F30;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .main-post .texts .name {
    font-size: 25px;
  }
}
.autor-related-post-partial-38593b .secondary-posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item {
  display: flex;
  gap: 24px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .secondary-posts .item .post-item {
    align-items: flex-start;
  }
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item .featured-image {
  width: 128px;
  height: 128px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item .texts .category-name {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7E66FC;
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item .texts .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.75px;
  margin-bottom: 0;
  color: #2C2F30;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .secondary-posts .item .post-item .texts .name {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.autor-related-post-partial-38593b .secondary-posts .item .post-item .texts .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #595C5D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .autor-related-post-partial-38593b .secondary-posts .item .post-item .texts .description {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}

.autor-hero-partial-464040 {
  position: relative;
  background: #ffffff;
  padding: 5rem 0 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 {
    padding: 4.5rem 0;
  }
}
.autor-hero-partial-464040::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #7D65FE 0%, #B3A5FE 25.5%, #C4BAFF 35%, #DAD3FF 50%, #ECE8FF 65%, #F3F1FF 80%, #FFFFFF 100%);
  z-index: 0;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040::before {
    height: 60%;
  }
}
.autor-hero-partial-464040 .row {
  position: relative;
  z-index: 1;
}
.autor-hero-partial-464040 .row .text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /*======== Rol ========*/
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .text-content {
    gap: 24px;
  }
}
.autor-hero-partial-464040 .row .text-content .rol {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7E66FC;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .text-content .rol {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
  }
}
.autor-hero-partial-464040 .row .text-content .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -3.6px;
  color: #0C0F10;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .text-content .title {
    font-size: 60px;
    line-height: 67px;
    letter-spacing: -1.6px;
  }
}
.autor-hero-partial-464040 .row .text-content .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #595C5D;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .text-content .description {
    font-size: 16px;
    line-height: 28px;
  }
}
.autor-hero-partial-464040 .row .text-content .contact {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 24px;
  list-style: none;
}
.autor-hero-partial-464040 .row .text-content .contact .linkedin a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  background: #7E66FC;
  color: #ffffff;
  gap: 12px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  height: 44px;
  transition: all 0.3s ease;
}
.autor-hero-partial-464040 .row .text-content .contact .linkedin a img {
  width: 16.67px;
  height: auto;
  object-fit: contain;
}
.autor-hero-partial-464040 .row .text-content .contact .linkedin a:hover {
  background: #6450d6;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .text-content .contact .linkedin a {
    font-size: 14px;
    line-height: 20px;
  }
}
.autor-hero-partial-464040 .row .text-content .contact .item-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #ABADAE;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.autor-hero-partial-464040 .row .text-content .contact .item-social a img {
  width: 11.67px;
  height: auto;
  object-fit: contain;
}
.autor-hero-partial-464040 .row .text-content .contact .item-social a:hover {
  background: #000000;
  border-color: #000000;
}
.autor-hero-partial-464040 .row .text-content .contact .item-social a:hover img {
  filter: invert(1);
}
.autor-hero-partial-464040 .row .autor-photo-contain {
  position: relative;
  height: 640px;
  max-width: 512px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .autor-photo-contain {
    max-width: 326px;
    height: 407.5px;
  }
}
.autor-hero-partial-464040 .row .autor-photo-contain::before {
  content: "";
  display: block;
  width: 543.9999825396px;
  height: 672.0000071536px;
  position: absolute;
  top: -15px;
  left: -15px;
  transform: rotate(-2deg);
  background: rgba(126, 102, 252, 0.1);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .autor-hero-partial-464040 .row .autor-photo-contain::before {
    height: 428.1686260983px;
    max-width: 346.1689866298px;
    top: -12px;
    left: -1.44px;
  }
}
.autor-hero-partial-464040 .row .autor-photo-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.single-related-post-partial-982653 {
  background: #EFF1F2;
}
.single-related-post-partial-982653 .container {
  max-width: 1300px !important;
  width: 100% !important;
}
.single-related-post-partial-982653 .title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.single-related-post-partial-982653 .title-content .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin: 0;
}
.single-related-post-partial-982653 .title-content .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .single-related-post-partial-982653 .title-content .title {
    font-size: 25px;
  }
  .single-related-post-partial-982653 .title-content .title br {
    display: none;
  }
}
.single-related-post-partial-982653 .title-content a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #7E66FC;
}
@media (max-width: 768px) {
  .single-related-post-partial-982653 .title-content {
    margin-bottom: 30px;
  }
  .single-related-post-partial-982653 .title-content a {
    text-decoration: none;
  }
}
.single-related-post-partial-982653 .related-posts .related-post-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-related-post-partial-982653 .related-posts .related-post-item a .image-contain {
  width: 100%;
  height: 256px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.single-related-post-partial-982653 .related-posts .related-post-item a .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-related-post-partial-982653 .related-posts .related-post-item a .image-contain span {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .single-related-post-partial-982653 .related-posts .related-post-item a .image-contain {
    height: 219.72px;
  }
  .single-related-post-partial-982653 .related-posts .related-post-item a .image-contain span {
    font-size: 8px;
    padding: 3.43px 10.3px;
    font-size: 8.58;
    line-height: 12.87px;
  }
}
.single-related-post-partial-982653 .related-posts .related-post-item a .texts {
  padding-top: 12px;
}
.single-related-post-partial-982653 .related-posts .related-post-item a .texts .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2C2F30;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-related-post-partial-982653 .related-posts .related-post-item a .texts .name {
    line-height: 24.03px;
  }
}
.single-related-post-partial-982653 .related-posts .related-post-item a .texts .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595C5D;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-related-post-partial-982653 .related-posts .related-post-item a .texts .description {
    font-size: 14px;
    line-height: 20.06px;
  }
}
.single-related-post-partial-982653 .related-posts .owl-nav .owl-prev, .single-related-post-partial-982653 .related-posts .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  outline: none;
  max-width: 45px;
  max-height: 45px;
}
.single-related-post-partial-982653 .related-posts .owl-nav .owl-prev {
  left: 0px;
}
.single-related-post-partial-982653 .related-posts .owl-nav .owl-next {
  right: 0px;
}
.single-related-post-partial-982653 .related-posts .owl-dots {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  gap: 9px;
}
.single-related-post-partial-982653 .related-posts .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C4C4C4;
}
.single-related-post-partial-982653 .related-posts .owl-dots .owl-dot.active {
  background: #7E66FC;
}

.single-video-link-or-popup-partial-0b3133 {
  background: #ffffff;
  position: relative;
}
.single-video-link-or-popup-partial-0b3133 a {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.single-video-link-or-popup-partial-0b3133 a img {
  width: 100%;
  height: auto;
  max-height: 405px;
  object-fit: cover;
  object-position: center;
  transition: all 1.5s ease;
}
.single-video-link-or-popup-partial-0b3133 a .play {
  display: flex;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
}
.single-video-link-or-popup-partial-0b3133 a .play svg {
  width: 22px;
  height: auto;
  object-fit: contain;
}
.single-video-link-or-popup-partial-0b3133 a:hover img {
  filter: brightness(0.5);
  transform: scale(1.5);
}
.single-video-link-or-popup-partial-0b3133 a:hover .play {
  transform: translate(-50%, -50%) scale(1.2);
}
.single-video-link-or-popup-partial-0b3133 .popup-video {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.single-video-link-or-popup-partial-0b3133 .popup-video .overly-close {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.single-video-link-or-popup-partial-0b3133 .popup-video .popup-body {
  width: 80%;
  max-width: 720px;
  height: 405px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.single-video-link-or-popup-partial-0b3133 .popup-video .popup-body iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-video-link-or-popup-partial-0b3133 .popup-video.show {
  display: flex;
}

.flexible-card-border-left-purple-partial-fa12fe .card-border-purple {
  padding: 32px 48px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.flexible-card-border-left-purple-partial-fa12fe .card-border-purple::before {
  content: "";
  display: block;
  background: #7E66FC;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flexible-card-border-left-purple-partial-fa12fe .card-border-purple .overly-purple {
  position: absolute;
  top: 5px;
  left: 23px;
  color: #7E66FC;
  opacity: 20%;
  font-size: 42px;
  font-weight: 700;
}
.flexible-card-border-left-purple-partial-fa12fe .card-border-purple p {
  margin: 0;
  font-weight: 300;
  font-style: Italic;
  font-size: 30px;
  line-height: 37.5px;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .flexible-card-border-left-purple-partial-fa12fe .card-border-purple p {
    font-size: 26px;
    line-height: 37.5px;
  }
  .flexible-card-border-left-purple-partial-fa12fe .card-border-purple p br {
    display: none;
  }
}

.single-text-block-whit-tile-partial-80110f {
  background: #ffffff;
}
.single-text-block-whit-tile-partial-80110f .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  font-weight: 700;
}
.single-text-block-whit-tile-partial-80110f .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .single-text-block-whit-tile-partial-80110f .title {
    font-size: 25px;
  }
  .single-text-block-whit-tile-partial-80110f .title br {
    display: none;
  }
}
.single-text-block-whit-tile-partial-80110f .intro-text h1, .single-text-block-whit-tile-partial-80110f .intro-text h2, .single-text-block-whit-tile-partial-80110f .intro-text h3, .single-text-block-whit-tile-partial-80110f .intro-text h4, .single-text-block-whit-tile-partial-80110f .intro-text h5, .single-text-block-whit-tile-partial-80110f .intro-text h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0px;
  color: #2C2F30;
}
@media (max-width: 767px) {
  .single-text-block-whit-tile-partial-80110f .intro-text h1, .single-text-block-whit-tile-partial-80110f .intro-text h2, .single-text-block-whit-tile-partial-80110f .intro-text h3, .single-text-block-whit-tile-partial-80110f .intro-text h4, .single-text-block-whit-tile-partial-80110f .intro-text h5, .single-text-block-whit-tile-partial-80110f .intro-text h6 {
    font-size: 15px;
    line-height: 27.5px;
  }
}
.single-text-block-whit-tile-partial-80110f .intro-text p, .single-text-block-whit-tile-partial-80110f .intro-text li, .single-text-block-whit-tile-partial-80110f .intro-text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  color: #595C5D;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-text-block-whit-tile-partial-80110f .intro-text p, .single-text-block-whit-tile-partial-80110f .intro-text li, .single-text-block-whit-tile-partial-80110f .intro-text a {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-text-block-whit-tile-partial-80110f .intro-text ul {
  list-style: none;
  padding-left: 0;
}
.single-text-block-whit-tile-partial-80110f .intro-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.single-text-block-whit-tile-partial-80110f .intro-text ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z' fill='%237E66FC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .single-text-block-whit-tile-partial-80110f .intro-text ul li::before {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
}

.flexible-single-blog-image-partial-e89f4e .img-fluid {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .flexible-single-blog-image-partial-e89f4e .img-fluid {
    max-height: auto;
  }
}

.flexible-single-blog-text-content-partial-f223d3 {
  background: #ffffff;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text h1, .flexible-single-blog-text-content-partial-f223d3 .intro-text h2, .flexible-single-blog-text-content-partial-f223d3 .intro-text h3, .flexible-single-blog-text-content-partial-f223d3 .intro-text h4, .flexible-single-blog-text-content-partial-f223d3 .intro-text h5, .flexible-single-blog-text-content-partial-f223d3 .intro-text h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  letter-spacing: 0px;
  color: #2C2F30;
}
@media (max-width: 767px) {
  .flexible-single-blog-text-content-partial-f223d3 .intro-text h1, .flexible-single-blog-text-content-partial-f223d3 .intro-text h2, .flexible-single-blog-text-content-partial-f223d3 .intro-text h3, .flexible-single-blog-text-content-partial-f223d3 .intro-text h4, .flexible-single-blog-text-content-partial-f223d3 .intro-text h5, .flexible-single-blog-text-content-partial-f223d3 .intro-text h6 {
    font-size: 15px;
    line-height: 27.5px;
  }
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text p, .flexible-single-blog-text-content-partial-f223d3 .intro-text li, .flexible-single-blog-text-content-partial-f223d3 .intro-text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  color: #595C5D;
  text-decoration: none;
}
@media (max-width: 767px) {
  .flexible-single-blog-text-content-partial-f223d3 .intro-text p, .flexible-single-blog-text-content-partial-f223d3 .intro-text li, .flexible-single-blog-text-content-partial-f223d3 .intro-text a {
    font-size: 15px;
    line-height: 25px;
  }
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text a {
  color: #7E66FC;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ul {
  list-style: none;
  padding-left: 0;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ul li a {
  color: #7E66FC;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z' fill='%237E66FC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .flexible-single-blog-text-content-partial-f223d3 .intro-text ul li::before {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ol {
  list-style: decimal;
  list-style-position: outside;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ol li {
  color: #595C5D;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ol li a {
  color: #7E66FC;
}
.flexible-single-blog-text-content-partial-f223d3 .intro-text ol li::marker {
  color: #7E66FC;
  font-weight: 700;
}

.blog-listing-partial-097a45 {
  padding: 64px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.blog-listing-partial-097a45 .row {
  position: relative;
}
.blog-listing-partial-097a45 .blog-listing-decoration {
  position: absolute;
  right: -3rem;
  top: -1rem;
  z-index: 1;
  pointer-events: none;
  width: max-content;
}
.blog-listing-partial-097a45 .blog-listing-decoration svg {
  display: block;
  opacity: 0.5;
  height: 100%;
}
.blog-listing-partial-097a45 .title-and-options-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.blog-listing-partial-097a45 .title-and-options-style .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin: 0;
}
.blog-listing-partial-097a45 .title-and-options-style .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-listing-partial-097a45 .title-and-options-style .title {
    font-size: 25px;
  }
  .blog-listing-partial-097a45 .title-and-options-style .title br {
    display: none;
  }
}
.blog-listing-partial-097a45 .title-and-options-style .option {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-listing-partial-097a45 .title-and-options-style .option li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #d0d0d0;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  color: #2C2F30;
}
.blog-listing-partial-097a45 .title-and-options-style .option li button svg {
  width: 24px;
  height: 24px;
}
.blog-listing-partial-097a45 .title-and-options-style .option li button:hover {
  border-color: #7E66FC;
}
.blog-listing-partial-097a45 .title-and-options-style .option li button.active {
  background: #ffffff;
  border-color: #7E66FC;
  color: #7E66FC;
}
.blog-listing-partial-097a45 .title-and-options-style .option li:last-child button {
  border-radius: 20px;
}
.blog-listing-partial-097a45 .posts-container {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.blog-listing-partial-097a45 .posts-container.grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 991px) {
  .blog-listing-partial-097a45 .posts-container.grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  .blog-listing-partial-097a45 .posts-container.grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 576px) {
  .blog-listing-partial-097a45 .posts-container.grid {
    grid-template-columns: 1fr;
  }
}
.blog-listing-partial-097a45 .posts-container.column {
  grid-template-columns: 1fr;
}
.blog-listing-partial-097a45 .posts-container.column .post-item {
  display: flex;
  flex-direction: row;
}
.blog-listing-partial-097a45 .posts-container.column .post-item .post-link {
  display: flex;
  flex-direction: row;
}
.blog-listing-partial-097a45 .posts-container.column .post-item .post-image {
  width: 200px;
  min-width: 200px;
  height: 150px;
  margin-bottom: 0;
  margin-right: 24px;
  border-radius: 12px;
}
.blog-listing-partial-097a45 .posts-container.column .post-item .post-image .featured-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.blog-listing-partial-097a45 .posts-container.column .post-item .post-content {
  flex: 1;
}
.blog-listing-partial-097a45 .posts-container .post-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-image .featured-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-meta .category {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7E66FC;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-meta .date {
  color: #595C5D;
  font-weight: 500;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-meta .reading-time {
  color: #595C5D;
  font-weight: 500;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0;
  color: #2C2F30;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #595C5D;
  flex-grow: 1;
  margin: 8px 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listing-partial-097a45 .posts-container .post-item .post-content .read-more {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7E66FC;
}
.blog-listing-partial-097a45 .load-more-btn {
  padding: 12px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 99px;
  border: none;
  background: #e0e0e0;
  color: #2C2F30;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-listing-partial-097a45 .load-more-btn:hover:not(:disabled) {
  background: #7E66FC;
  color: #ffffff;
}
.blog-listing-partial-097a45 .load-more-btn:focus {
  outline: none;
  box-shadow: none;
}
.blog-listing-partial-097a45 .load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .blog-listing-partial-097a45 {
    padding: 48px 0;
  }
  .blog-listing-partial-097a45 .title-and-options-style {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .blog-listing-partial-097a45 .title-and-options-style .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-listing-partial-097a45 .title-and-options-style .option {
    display: none;
  }
  .blog-listing-partial-097a45 .blog-listing-decoration {
    display: none;
  }
  .blog-listing-partial-097a45 .load-more-btn:focus, .blog-listing-partial-097a45 .load-more-btn:active {
    outline: none;
    box-shadow: none;
  }
}

.blog-get-most-popular-partial-0ec1df {
  background: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}
.blog-get-most-popular-partial-0ec1df .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 48px;
}
.blog-get-most-popular-partial-0ec1df .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-get-most-popular-partial-0ec1df .title {
    font-size: 25px;
  }
  .blog-get-most-popular-partial-0ec1df .title br {
    display: none;
  }
}
.blog-get-most-popular-partial-0ec1df .main-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.blog-get-most-popular-partial-0ec1df .main-post .featured-image {
  width: 100%;
  max-height: 420.42px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .main-post .featured-image {
    max-width: 373px;
    border-radius: 12px;
  }
}
.blog-get-most-popular-partial-0ec1df .main-post .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-get-most-popular-partial-0ec1df .main-post .texts .label-category {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
}
.blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .category-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #7E66FC;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .category-name {
    font-size: 13px;
  }
}
.blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .separator {
  display: flex;
  width: 4px;
  height: 4px;
  background: #ABADAE;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .separator {
    display: none;
  }
}
.blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .time-ago {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #595C5D;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .main-post .texts .label-category .time-ago {
    font-size: 13px;
  }
}
.blog-get-most-popular-partial-0ec1df .main-post .texts .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 37.5px;
  vertical-align: middle;
  color: #2C2F30;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .main-post .texts .name {
    font-size: 25px;
  }
}
.blog-get-most-popular-partial-0ec1df .secondary-posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item {
  display: flex;
  gap: 24px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item {
    align-items: flex-start;
  }
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .featured-image {
  min-width: 128px;
  max-width: 128px;
  height: 128px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts .category-name {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7E66FC;
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.75px;
  margin-bottom: 0;
  color: #2C2F30;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts .name {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #595C5D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-get-most-popular-partial-0ec1df .secondary-posts .item .post-item .texts .description {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}

.blog-category-cards-partial-4dc4eb {
  background: #ffffff;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .blog-category-cards-partial-4dc4eb {
    background: linear-gradient(180deg, rgb(255, 255, 255) 29.22%, rgb(245, 248, 250) 68.04%);
  }
}
.blog-category-cards-partial-4dc4eb .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin-bottom: 32px;
}
.blog-category-cards-partial-4dc4eb .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-category-cards-partial-4dc4eb .title {
    font-size: 25px;
  }
  .blog-category-cards-partial-4dc4eb .title br {
    display: none;
  }
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link {
  text-decoration: none;
}
@media (max-width: 768px) {
  .blog-category-cards-partial-4dc4eb .grid-cards .category-link {
    margin-bottom: 2rem;
  }
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 12px;
  overflow: hidden;
  height: 466px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item {
    height: 219px;
  }
  .blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.22%, rgba(0, 0, 0, 0.5) 68.04%);
    z-index: 1;
  }
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}
@media (max-width: 768px) {
  .blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item img {
    filter: none;
    z-index: 0;
  }
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item .texts {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  color: #ffffff;
  width: 100%;
  height: max-content;
}
@media (max-width: 768px) {
  .blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item .texts {
    padding: 32px 25px;
  }
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item .texts .name {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
.blog-category-cards-partial-4dc4eb .grid-cards .category-link .card-item .texts .description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: 400;
  margin: 0;
}

.blog-hero-partial-f87f86 {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 15.75%, rgba(0, 0, 0, 0.2) 57.87%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 {
    min-height: 518px;
  }
}
.blog-hero-partial-f87f86 .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.blog-hero-partial-f87f86 .container {
  position: relative;
  z-index: 1;
}
.blog-hero-partial-f87f86 .container .label-tag {
  display: flex;
  width: max-content;
  padding: 4px 16px;
  border-radius: 35px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .label-tag {
    font-size: 11px;
    line-height: 7.83px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
  }
}
.blog-hero-partial-f87f86 .container .title {
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -1.8px;
  color: #ffffff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.7);
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .title {
    font-size: 36px;
    line-height: 37.57px;
    letter-spacing: -0.94px;
  }
}
.blog-hero-partial-f87f86 .container .description {
  font-size: 20px;
  line-height: 32.5px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 16px;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag {
    gap: 10.59px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag .author-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag .author-photo {
    width: 42.35px;
    height: 42.35px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag .texts-column {
  display: flex;
  flex-direction: column;
}
.blog-hero-partial-f87f86 .container .author-tag .texts-column .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.blog-hero-partial-f87f86 .container .author-tag .texts-column .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.blog-hero-partial-f87f86 .container .author-tag .texts-flex {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag .texts-flex {
    gap: 13.8px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag .texts-flex .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag .texts-flex .name {
    font-size: 15.88px;
    line-height: 24.71px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag .texts-flex .separator {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7E66FC;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag .texts-flex .separator {
    width: 3.5px;
    height: 3.5px;
  }
}
.blog-hero-partial-f87f86 .container .author-tag .texts-flex .label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .blog-hero-partial-f87f86 .container .author-tag .texts-flex .label {
    font-size: 15.88px;
    line-height: 24.71px;
  }
}

.flexible-cards-whit-five-items-partial-2d40e4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F8FA;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .title {
  font-size: 40px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
}
.flexible-cards-whit-five-items-partial-2d40e4 .title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .title {
    font-size: 25px;
    line-height: 29px;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .section-desc {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #637281;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .section-desc {
    font-size: 20px;
    line-height: 150%;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-item {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
  padding: 48px 32px 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts {
    padding: 23.57px;
    padding-bottom: 13px;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts h3 {
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts h3 {
    font-size: 20px;
    line-height: 150%;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts .description {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-item .texts .description {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-light {
    max-height: 195px;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .card-image {
  mix-blend-mode: luminosity;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top {
  display: flex;
  justify-content: space-between;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .icon {
  width: 59.5px;
  height: auto;
  object-fit: contain;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .card-label {
  text-align: right;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .card-label .label {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #0A2540;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .card-label .label {
    font-size: 12px;
    line-height: 150%;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .card-label h3 {
  font-size: 20px;
  line-height: 28px;
  color: #0A2540;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-top .card-label h3 {
    font-size: 20px;
    line-height: 150%;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-bottom .description {
  font-size: 16px;
  line-height: 150%;
  color: #0A2540;
  font-weight: 600;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-bottom .description {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-bottom .porcent-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #E0E0E0;
  border-radius: 4px;
}
.flexible-cards-whit-five-items-partial-2d40e4 .card-light .texts .text-bottom .porcent-bar .progress {
  height: 100%;
  background: #7D65FE;
  border-radius: 4px;
}
.flexible-cards-whit-five-items-partial-2d40e4 .col-lg-8 .card-dark {
  max-height: 437.98px;
}
@media (max-width: 768px) {
  .flexible-cards-whit-five-items-partial-2d40e4 .col-lg-8 .card-dark {
    max-height: 391px;
  }
}

.flexible-faqs-partial-ed7c1c {
  background-color: #ffffff;
  padding: 64px 24px;
}
.flexible-faqs-partial-ed7c1c .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #2C2F30;
  margin-bottom: 48px;
}
.flexible-faqs-partial-ed7c1c .title strong {
  font-weight: 800;
}
.flexible-faqs-partial-ed7c1c .faqs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: lower-alpha;
}
.flexible-faqs-partial-ed7c1c .faqs .faq-item::marker {
  color: #7E66FC;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.flexible-faqs-partial-ed7c1c .faqs .faq-item .faq-question {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #2C2F30;
}
.flexible-faqs-partial-ed7c1c .faqs .faq-item .faq-answer {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #595C5D;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .flexible-faqs-partial-ed7c1c {
    background-color: #f5f6f8;
    padding: 48px 24px;
  }
  .flexible-faqs-partial-ed7c1c .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25.3px;
  }
  .flexible-faqs-partial-ed7c1c .faqs {
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item {
    border-bottom: 1px solid #d9dde3;
    padding: 0;
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item::marker {
    font-size: 12px;
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item .faq-question {
    align-items: center;
    color: #2c2f30;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    padding: 20px 34px 20px 5px;
    position: relative;
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item .faq-question::after {
    color: #7e66fc;
    content: "+";
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item .faq-answer {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0 34px 24px 5px;
  }
  .flexible-faqs-partial-ed7c1c .faqs .faq-item.is-open .faq-question::after {
    content: "-";
  }
}

.new-voices-by-size-partial-07bb70 {
  padding: 90px 24px;
  position: relative;
  background: #F6F9FC;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 {
    padding: 50px 24px;
  }
}
.new-voices-by-size-partial-07bb70 .title {
  color: #0A2540;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .title {
    font-size: 36px;
  }
}
.new-voices-by-size-partial-07bb70 .introduction {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .introduction {
    font-size: 20px;
    margin: 24px 0;
  }
}
.new-voices-by-size-partial-07bb70 .desktop-content {
  align-items: flex-start;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  min-height: 90%;
  gap: 1rem;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li {
  opacity: 0.5;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .icon {
  width: 44.651px;
  height: 44.651px;
  border-radius: 50%;
  position: relative;
  transform-origin: 0 0;
  background: white;
  box-shadow: 2.2939128876px 2.2939128876px 11.4695644379px #ECECF6 inset;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.48px;
  height: 22.48px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts {
  padding-left: 11px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts span {
  width: 100%;
  display: block;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts .name {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.055px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts .units {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.055px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li.active {
  opacity: 1;
}
.new-voices-by-size-partial-07bb70 .desktop-content .tabs ul li.active .tab-item .icon {
  border: 1px solid #ED7009;
  box-shadow: none;
  background: transparent;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .owl-stage {
  display: flex;
  align-items: stretch;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain {
  display: flex;
  padding: 24px 41px 24px 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #0A2540;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .description {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain hr {
  margin: 0;
  margin-bottom: 3px;
  background: #DDDDDD;
  display: block;
  width: 100%;
  opacity: 1;
  background: #DDDDDD;
  display: block;
  width: 100%;
  opacity: 1;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content span {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content .name a {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .description {
    font-size: 16px;
  }
  .new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content span {
    font-size: 16px;
  }
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .image-contain {
  min-height: 100%;
  max-height: 315px;
  width: 50%;
  overflow: hidden;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.new-voices-by-size-partial-07bb70 .desktop-content .body-tab .owl-dots {
  display: none;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .desktop-content {
    display: none;
  }
}
.new-voices-by-size-partial-07bb70 .movil-content {
  display: none;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices {
  opacity: 0;
  transition: 0.4s;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  margin-bottom: 24px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .icon {
  width: 44.651px;
  height: 44.651px;
  border-radius: 50%;
  position: relative;
  transform-origin: 0 0;
  background: white;
  box-shadow: 2.2939128876px 2.2939128876px 11.4695644379px #ECECF6 inset;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.48px;
  height: 22.48px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts {
  padding-left: 11px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts span {
  width: 100%;
  display: block;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .name {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.055px;
  text-decoration: none;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .units {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.055px;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .units {
    font-size: 13px;
  }
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item {
  border-radius: 12px;
  background: #FFF;
  overflow: hidden;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain {
  display: flex;
  padding: 24px 41px 24px 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .description {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content span {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content .name a {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .description {
    font-size: 16px;
  }
  .new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content span {
    font-size: 16px;
  }
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .image-contain {
  height: 100%;
  height: 164px;
  width: 100%;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .image-contain img {
  width: 100%;
  height: 164px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item.active .item .tab-item .icon {
  border: 1px solid #ED7009;
  box-shadow: none;
  background: transparent;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .new-voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .movil-content {
    display: block;
  }
}
.new-voices-by-size-partial-07bb70 .see-all-btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #7E66FC;
  text-decoration: none;
  margin-top: 3rem;
}
.new-voices-by-size-partial-07bb70 .see-all-btn svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .new-voices-by-size-partial-07bb70 .see-all-btn {
    display: none;
  }
}

.slide-cards-with-gradient-partial-da9845 {
  padding: 50px 0;
}
.slide-cards-with-gradient-partial-da9845 .inro-content .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
}
.slide-cards-with-gradient-partial-da9845 .inro-content .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .inro-content .title {
    font-size: 25px;
  }
  .slide-cards-with-gradient-partial-da9845 .inro-content .title br {
    display: none;
  }
}
.slide-cards-with-gradient-partial-da9845 .inro-content .introduction_desc {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #637281;
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .inro-content .introduction_desc {
    font-size: 20px;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .item a {
  text-decoration: none;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item {
  padding: 0 10px 32px 0;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .image {
  width: 100%;
  max-width: 318px;
  height: 397.12px;
  box-shadow: 0px 22.56px 45.13px -10.83px rgba(0, 0, 0, 0.25);
  border-radius: 7.22px;
  overflow: hidden;
  margin-bottom: 28.88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 408.12px;
    margin-bottom: 55px;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  font-weight: 700;
  color: #1C1A23;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-title {
    font-size: 25px;
    line-height: 36px;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description h3 {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1C1A23;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description h3 {
    font-size: 20px;
    line-height: 150%;
  }
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description h3 br {
    display: none;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #484554;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description p {
    font-size: 20px;
    line-height: 150%;
  }
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description p br {
    display: none;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .card-description p:first-child {
  padding-bottom: 24px;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 1.5rem;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16.67px;
  min-height: 16.67px;
  border-radius: 50%;
  color: #ffffff;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .bullet svg {
  width: 12.67px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .bullet {
    min-width: 16.67px;
    min-height: 16.67px;
  }
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .bullet svg {
    width: 9.6px;
    height: auto;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .li-text {
  color: #484554;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 500;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .li-text strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .sorted_list li .li-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .result-card {
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(236, 236, 236, 0.2) 65.09%, rgba(221, 221, 221, 0.3) 107.33%);
  box-shadow: 0px 4px 15px 0px rgba(120, 120, 120, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .result-card .overly-gradient {
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .result-card .text-color-gradient {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .result-card .result-text {
  font-size: 17px;
  line-height: 22.5px;
  font-weight: 600;
  color: #1C1A23;
  margin-bottom: 0;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .call-to-action-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  paragraph-spacing: 150px;
  letter-spacing: 1.2px;
  color: #7E66FC;
  text-decoration: none;
  text-transform: uppercase;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .call-to-action-text svg {
  width: 9.33px;
  height: 9.33px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .call-to-action-text {
    font-size: 15px;
    line-height: 150%;
    paragraph-spacing: 0px;
    letter-spacing: 1.2px;
  }
  .slide-cards-with-gradient-partial-da9845 .cards-slide .card-item .text_card .call-to-action-text svg {
    width: 15.6px;
    height: 15.6px;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .owl-item:nth-child(2n) .card-item {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .slide-cards-with-gradient-partial-da9845 .cards-slide .owl-item:nth-child(2n) .card-item {
    padding-top: 0;
  }
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 432.12px;
  left: 50%;
  transform: translateX(-50%);
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .owl-dots .owl-dot {
  width: 15.14px;
  height: 15.14px;
  border-radius: 50%;
  background-color: #C4C4C4;
  border: 1px solid #AFA4EC;
}
.slide-cards-with-gradient-partial-da9845 .cards-slide .owl-dots .owl-dot.active {
  background-color: #7E66FC;
}

.new-how-we-do-it-partial-7ad96e {
  background: #ffffff;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .new-how-we-do-it-partial-7ad96e {
    padding: 40px 0;
    background: linear-gradient(0deg, #F6F9FC 44.63%, #FFF 88.46%);
  }
}
.new-how-we-do-it-partial-7ad96e .title {
  font-size: 35px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
  margin: 0;
}
.new-how-we-do-it-partial-7ad96e .title strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e .title {
    font-size: 25px;
  }
  .new-how-we-do-it-partial-7ad96e .title br {
    display: none;
  }
}
.new-how-we-do-it-partial-7ad96e p.description {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #637281;
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e p.description {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e p.description {
    margin-bottom: 2rem;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step {
    padding-bottom: 5rem;
    flex-direction: column-reverse;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .count {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBE6F3;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-family: "Urbanist", sans-serif;
  color: #5B3FD7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.04)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .count {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 1rem;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .overly {
  display: flex;
  align-items: center;
  min-height: 44.02px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.2px;
  font-weight: 700;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 8px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.04)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .overly {
    min-height: 34px;
    font-size: 11px;
    line-height: 12.06px;
    padding: 0 26px;
    margin-bottom: 1rem;
    letter-spacing: 0.9px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .step-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #0A2540;
  margin-bottom: 1.2rem;
  max-width: 490px;
}
.new-how-we-do-it-partial-7ad96e .step-by-step .step-title span {
  color: #7D65FE;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .step-title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.07px;
    margin-bottom: 1rem;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .description {
  max-width: 476px;
}
.new-how-we-do-it-partial-7ad96e .step-by-step .description > * {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1px;
  font-weight: 400;
  color: #637281;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .description {
    max-width: 100%;
  }
  .new-how-we-do-it-partial-7ad96e .step-by-step .description > * {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.1px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .result {
  position: relative;
  background: rgba(253, 248, 255, 0.8);
  border: 1px solid rgba(201, 196, 215, 0.1);
  backdrop-filter: blur(20px);
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 516px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.04)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .result {
    padding: 24px 40px;
    max-width: 100%;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .result .before-title {
  font-weight: 800;
  font-size: 10px;
  line-height: 15px;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 1px;
  color: #5B3FD7;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .result .before-title {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .result .result-title {
  color: #1C1A23;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .result .result-title {
    font-size: 20px;
    line-height: 32px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .result .result_descr {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #484554;
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .result .result_descr {
    font-size: 16px;
    line-height: 22px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .result .result-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .result .result-icon {
    width: 39.81px;
    height: 39.81px;
    top: 16px;
    right: 2rem;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .cta-know-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #7E66FC;
  text-decoration: none;
  text-transform: uppercase;
}
.new-how-we-do-it-partial-7ad96e .step-by-step .cta-know-more svg {
  width: 9.33px;
  height: 9.33px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step .cta-know-more {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  .new-how-we-do-it-partial-7ad96e .step-by-step .cta-know-more svg {
    width: 15.6px;
    height: 15.6px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step .step-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.04)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}
.new-how-we-do-it-partial-7ad96e .step-by-step:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step:nth-child(2n+1) .step-text {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .new-how-we-do-it-partial-7ad96e .step-by-step:nth-child(2n+1) .step-text {
    padding-left: 12px;
  }
}
.new-how-we-do-it-partial-7ad96e .step-by-step:last-child {
  padding-bottom: 0;
}

.three-columns-card-partial-068582 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #F5F8FA;
  }
}
.three-columns-card-partial-068582 .title {
  font-size: 40px;
  line-height: 150%;
  font-weight: 400;
  color: #0A2540;
}
.three-columns-card-partial-068582 .title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .title {
    font-size: 25px;
    line-height: 29px;
  }
}
.three-columns-card-partial-068582 .section-desc {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #637281;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .section-desc {
    font-size: 20px;
    line-height: 150%;
  }
}
.three-columns-card-partial-068582 .card-col--featured .card--featured {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.three-columns-card-partial-068582 .card-col--featured .card--featured .card__bg-img {
  width: 100%;
  max-height: 725px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--featured .card--featured .card__bg-img {
    max-height: 391px;
  }
}
.three-columns-card-partial-068582 .card-col--featured .card--featured .card__content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
  padding: 48px 32px 32px;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--featured .card--featured .card__content {
    padding: 23.57px;
    padding-bottom: 54px;
  }
}
.three-columns-card-partial-068582 .card-col--featured .card--featured .card__content::before {
  content: "";
  display: block;
  width: 46.67px;
  height: 19.33px;
  background: rgba(91, 63, 215, 0.9);
  border-radius: 12px;
  margin-bottom: 20px;
}
.three-columns-card-partial-068582 .card-col--featured .card--featured .card__content .card__desc {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  max-width: 541px;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--featured .card--featured .card__content .card__desc {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
.three-columns-card-partial-068582 .card-col--featured .card--featured .card__content--dark .card__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--featured .card--featured .card__content--dark .card__title {
    font-size: 30px;
    line-height: 29px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card--featured {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__bg-img {
  width: 100%;
  max-height: 423px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__bg-img {
    max-height: 353px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
  padding: 32px;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content {
    padding: 54px 23.57px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content .card__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content .card__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content .card__desc {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card__content--dark .card__content .card__desc {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card {
  overflow: hidden;
  border-radius: 32px;
  padding: 20px 4px;
  border-color: rgba(201, 196, 215, 0.1);
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card {
    padding: 2.98px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__bg-img {
  width: 100%;
  max-height: 231px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__bg-img {
    max-height: 186.87px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content {
    padding: 14.29px 23.57px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__icon {
  max-width: 59.5px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__icon {
    max-width: 44.33px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__info .card__category {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Urbanist", sans-serif;
  color: #484554;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__info .card__category {
    font-size: 11.82px;
    line-height: 11.18px;
    text-align: right;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__info .card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  color: #1C1A23;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__meta .card__info .card__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    text-align: right;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__description .card__desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #484554;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__description .card__desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__description .porcent-bar {
  width: 100%;
  height: 2px;
  background: #E0E0E0;
  border-radius: 4px;
}
.three-columns-card-partial-068582 .card-col--stack .card .card__content--light .card__content .card__description .porcent-bar .progress {
  height: 100%;
  background: #7D65FE;
  border-radius: 4px;
}

.custom-part-partial-64144c {
  padding: 70px 24px 0px 24px;
}

.related-post-partial-af8a02 {
  padding: 100px 24px;
}
.related-post-partial-af8a02 h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
.related-post-partial-af8a02 h2 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .related-post-partial-af8a02 h2 {
    font-size: 25px;
  }
}
.related-post-partial-af8a02 .related-post .post-item {
  text-decoration: none;
  color: #ffffff;
}
.related-post-partial-af8a02 .related-post .post-item .card-post {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
}
.related-post-partial-af8a02 .related-post .post-item .card-post .feature-img {
  width: 100%;
  height: 60vh;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .related-post-partial-af8a02 .related-post .post-item .card-post .feature-img {
    min-height: 389px;
  }
}
.related-post-partial-af8a02 .related-post .post-item .card-post .color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.related-post-partial-af8a02 .related-post .post-item .card-post .content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9.92px;
  padding: 24px;
}
.related-post-partial-af8a02 .related-post .post-item .card-post .content .logo {
  max-width: 120.16px;
  max-height: 120.16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .related-post-partial-af8a02 .related-post .post-item .card-post .content .logo {
    max-width: 119.16px;
    max-height: 120.285px;
  }
}
.related-post-partial-af8a02 .related-post .post-item .card-post .content .text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.related-post-partial-af8a02 .related-post .post-item .card-post .content .text-content h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-post-partial-af8a02 .related-post .post-item .card-post .content .text-content p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .related-post-partial-af8a02 .related-post .post-item .card-post .content .text-content h3 {
    font-size: 20px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .related-post-partial-af8a02 .related-post .post-item .card-post .content .text-content p {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.related-post-partial-af8a02 .related-post .post-item .card-post:hover .color {
  transform: translateY(20%);
}

.feature-person-partial-497490 {
  background: linear-gradient(265deg, #8261E4 3.75%, #48367E 94.94%);
  padding: 4rem 24px;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .feature-person-partial-497490 {
    padding: 3rem 24px;
  }
}
.feature-person-partial-497490 .svg-right {
  position: absolute;
  right: 3%;
  top: 0;
  transform: translateY(-10%);
}
.feature-person-partial-497490 .image-contain img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 75px rgb(73, 30, 201));
}
.feature-person-partial-497490 .person-content {
  color: #ffffff;
  display: flex;
  max-width: 608px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 10px 0 10px 2rem;
}
.feature-person-partial-497490 .person-content .person .name {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.feature-person-partial-497490 .person-content .person .role {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1px;
}
.feature-person-partial-497490 .person-content .title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}
.feature-person-partial-497490 .person-content .description {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 510px) {
  .feature-person-partial-497490 .person-content {
    padding: 10px 0;
    gap: 14px;
  }
  .feature-person-partial-497490 .person-content .person .name {
    font-size: 16px;
  }
  .feature-person-partial-497490 .person-content .person .role {
    font-size: 13px;
  }
  .feature-person-partial-497490 .person-content .title {
    font-size: 20px;
  }
  .feature-person-partial-497490 .person-content .description {
    font-size: 16px;
  }
}

.featured-results-partial-83b742 {
  background: #ffffff;
  padding: 40px 24px 120px 24px;
}
.featured-results-partial-83b742 h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .featured-results-partial-83b742 h2 {
    font-size: 25px;
    margin-bottom: 47px;
  }
}
.featured-results-partial-83b742 .result-card {
  display: flex;
  max-width: 353px;
  max-height: 251px;
  height: 100%;
  padding: 24px 13.948px;
  flex-direction: column;
  gap: 15px;
  border-radius: 14.306px;
  background: #FFF;
  box-shadow: 3.576px 3.576px 15px 0px #F1F1F1;
}
@media (max-width: 510px) {
  .featured-results-partial-83b742 .result-card {
    gap: 6.2px;
  }
}
.featured-results-partial-83b742 .result-card .top {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.featured-results-partial-83b742 .result-card .top .icon {
  max-width: 55px;
  width: 100%;
  height: auto;
}
@media (max-width: 510px) {
  .featured-results-partial-83b742 .result-card .top .icon {
    max-width: 52px;
  }
}
.featured-results-partial-83b742 .result-card .top .text {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 510px) {
  .featured-results-partial-83b742 .result-card .top .text {
    font-size: 12.039px;
  }
}
.featured-results-partial-83b742 .result-card .result h3 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 510px) {
  .featured-results-partial-83b742 .result-card .result h3 {
    font-size: 30.098px;
  }
}
.featured-results-partial-83b742 .result-card .number-result h3 {
  display: flex;
  justify-content: left;
}
.featured-results-partial-83b742 .result-card .number-result .after {
  flex-direction: row-reverse;
}
.featured-results-partial-83b742 .result-card .description {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 510px) {
  .featured-results-partial-83b742 .result-card .description {
    margin-bottom: 0;
  }
}

.solitions-partial-49241b {
  background: #ffffff;
  padding: 60px 24px;
}
.solitions-partial-49241b h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .solitions-partial-49241b h2 {
    font-size: 25px;
    margin-bottom: 47px;
  }
}
.solitions-partial-49241b .solution-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .solitions-partial-49241b .solution-image {
    margin-bottom: 46px;
  }
}
.solitions-partial-49241b .challenge-list {
  margin-bottom: 56px;
}
.solitions-partial-49241b .challenge-list .icon-contain {
  width: 66.045px;
  height: 66.045px;
}
.solitions-partial-49241b .challenge-list .icon-contain img {
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .solitions-partial-49241b .challenge-list .icon-contain {
    width: 54px;
    height: 54px;
  }
}
.solitions-partial-49241b .challenge-list p {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0 !important;
}
@media (max-width: 500px) {
  .solitions-partial-49241b .challenge-list p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .solitions-partial-49241b .challenge-list {
    margin-bottom: 24px;
  }
  .solitions-partial-49241b .challenge-list .icon-contain {
    margin-bottom: 16px;
  }
}
.solitions-partial-49241b .challenge-list:last-child {
  margin-bottom: 0;
}

.challenge-partial-681333 {
  background: rgba(246, 249, 252, 0.7);
  position: relative;
  padding: 60px 24px;
}
@media (max-width: 768px) {
  .challenge-partial-681333 {
    padding-left: 0;
    padding-right: 0;
  }
}
.challenge-partial-681333 h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .challenge-partial-681333 h2 {
    font-size: 25px;
  }
}
.challenge-partial-681333 .challenge-list {
  margin-bottom: 62px;
}
@media (max-width: 500px) {
  .challenge-partial-681333 .challenge-list {
    margin-bottom: 47px;
  }
}
.challenge-partial-681333 .challenge-list .icon-contain {
  width: 66.045px;
  height: 66.045px;
}
.challenge-partial-681333 .challenge-list .icon-contain img {
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .challenge-partial-681333 .challenge-list .icon-contain {
    width: 54px;
    height: 54px;
  }
}
.challenge-partial-681333 .challenge-list h4 {
  color: #0A2540;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.challenge-partial-681333 .challenge-list h4 strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .challenge-partial-681333 .challenge-list h4 {
    font-size: 20px;
  }
}
.challenge-partial-681333 .challenge-list p {
  color: #637281;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0 !important;
}
@media (max-width: 500px) {
  .challenge-partial-681333 .challenge-list p {
    font-size: 15px;
  }
}
.challenge-partial-681333 .challenge-list:last-child {
  margin-bottom: 0;
}

.banner-partial-6c95c4 {
  padding: 100px 24px;
  /*============ Video ============*/
}
.banner-partial-6c95c4 .banner {
  position: relative;
  height: auto;
}
.banner-partial-6c95c4 .banner .text-content {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.banner-partial-6c95c4 .banner .text-content .title-content {
  display: flex;
  max-width: 531.833px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.banner-partial-6c95c4 .banner .text-content .title-content .project-name {
  color: #000000;
  font-size: calc(1rem + 0.7vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.banner-partial-6c95c4 .banner .text-content .title-content .project-name strong {
  font-weight: 700;
}
@media (max-width: 510px) {
  .banner-partial-6c95c4 .banner .text-content .title-content .project-name {
    font-size: calc(0.9rem + 0.7vw);
  }
}
.banner-partial-6c95c4 .banner .text-content .title-content .description {
  color: #1B112D;
  font-size: calc(1rem + 1.7vw);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
.banner-partial-6c95c4 .banner .text-content .title-content .description span {
  color: #7D65FE;
}
@media (min-width: 1441px) {
  .banner-partial-6c95c4 .banner .text-content .title-content .description {
    font-size: calc(0.7rem + 1.7vw);
  }
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  border-radius: 100px;
  background: #FFF;
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li {
  display: flex;
  padding: 2px 16px 8px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #F6F6FB;
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li .icon {
  max-width: 1.5vw;
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li .text {
  line-height: 1;
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li .text .size {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li .text .size-name {
  color: #7D65FE;
  font-size: calc(0.7rem + 0.3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-partial-6c95c4 .banner .text-content .taxonomies-tab {
    width: 100%;
  }
  .banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    background: transparent;
  }
  .banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li {
    width: 100%;
  }
  .banner-partial-6c95c4 .banner .text-content .taxonomies-tab ul li .icon {
    max-width: fit-content;
  }
}
.banner-partial-6c95c4 .banner .text-content .project-link {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  background: #7D65FE;
  border: 1px solid #7D65FE;
  text-decoration: none;
  transition: 0.2s;
}
.banner-partial-6c95c4 .banner .text-content .project-link span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.banner-partial-6c95c4 .banner .text-content .project-link:hover {
  background: #ffffff;
}
.banner-partial-6c95c4 .banner .text-content .project-link:hover span {
  color: #7D65FE;
}
@media (max-width: 768px) {
  .banner-partial-6c95c4 .banner .text-content .project-link {
    width: 100%;
  }
}
.banner-partial-6c95c4 .banner .texts {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
  max-width: 583px;
  margin-bottom: 81px;
}
@media (max-width: 768px) {
  .banner-partial-6c95c4 .banner .texts {
    font-size: 17px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .banner-partial-6c95c4 .banner .texts br {
    display: block;
  }
  .banner-partial-6c95c4 .banner .texts span {
    font-weight: 700;
  }
}
.banner-partial-6c95c4 .banner .image-content {
  width: 100%;
}
.banner-partial-6c95c4 .banner .image-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .banner-partial-6c95c4 .banner .image-content {
    margin: 2rem 0;
  }
}
.banner-partial-6c95c4 .banner .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.banner-partial-6c95c4 .banner .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-partial-6c95c4 .banner .video {
    margin: 2rem 0;
  }
}
@media (max-width: 510px) {
  .banner-partial-6c95c4 .banner .video {
    border-radius: 4px;
  }
}
.banner-partial-6c95c4 .video-after-banner {
  position: relative;
  padding: 0 24px;
}
.banner-partial-6c95c4 .video-after-banner .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.banner-partial-6c95c4 .video-after-banner .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .banner-partial-6c95c4 .video-after-banner .video {
    border-radius: 4px;
  }
}

.filter-blog-partial-0a1dca {
  padding: 6rem 24px 4rem 24px;
  position: relative;
  /*================= Filtr content =================*/
}
.filter-blog-partial-0a1dca .svg-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-36%);
  z-index: 1;
}
.filter-blog-partial-0a1dca .svg-top svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .filter-blog-partial-0a1dca .svg-top {
    display: none;
  }
}
.filter-blog-partial-0a1dca .svg-left {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(-3%, -50%);
}
@media (max-width: 768px) {
  .filter-blog-partial-0a1dca .svg-left {
    display: none;
  }
}
.filter-blog-partial-0a1dca .title-content h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.filter-blog-partial-0a1dca .title-content h2 strong {
  font-weight: 700;
}
@media (max-width: 510px) {
  .filter-blog-partial-0a1dca .title-content h2 {
    font-size: 25px;
    color: #0A2540;
  }
}
.filter-blog-partial-0a1dca .title-content p {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 510px) {
  .filter-blog-partial-0a1dca .title-content p {
    font-size: 28px;
    color: #637281;
  }
}
.filter-blog-partial-0a1dca .filter-contain {
  display: flex;
  width: 100%;
  padding: 24px 14.09px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 11.272px;
  border: 2.818px solid rgba(255, 255, 255, 0);
  background: #FFF;
  box-shadow: 0px 4px 16px 10px rgba(163, 163, 163, 0.25);
}
.filter-blog-partial-0a1dca .filter-contain p {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.filter-blog-partial-0a1dca .filter-contain .filter {
  width: 100%;
  /*============ Cta ===========*/
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item {
  border-radius: 8px;
  padding: 10px 11.272px;
  background: #F2F2F2;
  position: relative;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .open-filter {
  display: flex;
  width: 100%;
  padding: 5.636px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .open-filter .text {
  color: #888;
  font-size: 16.908px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .open-filter .svg {
  width: 16.908px;
  height: 16.908px;
  position: relative;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .open-filter .svg svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 8px 11.272px;
  transition: 0.2s;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .options ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item .options ul li a {
  text-decoration: none;
  color: #888;
  font-size: 16.908px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-item.show .options {
  display: block;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-init {
  margin-left: auto;
  border: none;
  display: flex;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 35px;
  background: #7D65FE;
}
.filter-blog-partial-0a1dca .filter-contain .filter .filter-init span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}

.body-blog-partial-73d001 {
  padding: 0px 24px 4rem 24px;
}
@media (min-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row {
    display: flex;
    align-items: stretch;
  }
  .body-blog-partial-73d001 #post-contain .row > [class*=col-] {
    display: flex;
  }
}
.body-blog-partial-73d001 #post-contain .row .posts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
@media (min-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .posts {
    gap: 24px;
  }
}
.body-blog-partial-73d001 #post-contain .row .post-item {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .post-item {
    margin-bottom: 0 !important;
  }
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .body-blog-partial-73d001 #post-contain .row .post-item .card-post .feature-img {
    min-height: 389px;
  }
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9.92px;
  padding: 24px;
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .logo {
  max-width: 120.16px;
  max-height: 120.16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .logo {
    max-width: 119.16px;
    max-height: 120.285px;
  }
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .text-content h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .text-content p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .text-content h3 {
    font-size: 20px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .body-blog-partial-73d001 #post-contain .row .post-item .card-post .content .text-content p {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.body-blog-partial-73d001 #post-contain .row .post-item .card-post:hover .color {
  transform: translateY(20%);
}
.body-blog-partial-73d001 #post-contain .row .item-lg {
  width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .item-lg {
    display: flex;
  }
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post {
  height: 100%;
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post .feature-img {
  max-height: 100%;
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content {
  gap: 12px;
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .logo {
  max-width: 11vw;
  max-height: 11vw;
}
@media (max-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .logo {
    max-width: 119.16px;
    max-height: 120.285px;
  }
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .text-content h3 {
  font-size: 40px;
}
.body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .text-content p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .text-content h3 {
    font-size: 20px;
  }
  .body-blog-partial-73d001 #post-contain .row .item-lg .card-post .content .text-content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .body-blog-partial-73d001 #post-contain .row .posts .post-item {
    flex: 1;
  }
}
.body-blog-partial-73d001 #post-contain .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.body-blog-partial-73d001 .body-blog-pagination {
  width: 100%;
  margin-top: 2rem;
}
.body-blog-partial-73d001 .body-blog-pagination .page-numbers {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  list-style: none;
}
.body-blog-partial-73d001 .body-blog-pagination .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid #1a1a2e;
  border-radius: 50%;
  color: #1a1a2e;
  background: #ffffff;
  font-size: clamp(16px, 3vw, 16px);
  transition: border 0.2s ease color 0.2s ease;
}
.body-blog-partial-73d001 .body-blog-pagination .page-numbers li .page-numbers:hover {
  border-color: #7D65FE;
  color: #ffffff;
  background: #7D65FE;
}
.body-blog-partial-73d001 .body-blog-pagination .page-numbers li .current {
  border: 1px solid #1a1a2e;
  border-radius: 50%;
  color: #ffffff;
  background: #1a1a2e;
}
.body-blog-partial-73d001 .body-blog-pagination .page-numbers li .current:hover {
  border-color: #1a1a2e;
  color: #ffffff;
  background: #1a1a2e;
}

.true-history-repeat-partial-72abc0 {
  padding: 100px 0 80px 0;
}
.true-history-repeat-partial-72abc0 .true-history {
  padding: 0 24px;
  position: relative;
}
.true-history-repeat-partial-72abc0 .true-history .svg-contain {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-70%);
}
@media (max-width: 768px) {
  .true-history-repeat-partial-72abc0 .true-history .svg-contain {
    display: none;
  }
}
.true-history-repeat-partial-72abc0 .true-history .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .title {
    font-size: 30px;
  }
}
.true-history-repeat-partial-72abc0 .true-history .description {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .description {
    font-size: 15px;
  }
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 1;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage {
  display: flex;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item {
  display: block;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item {
  padding: 24px;
  height: 100%;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .image-contain {
  width: 100%;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body h4 {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body h4 {
    font-size: 13px;
  }
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body .tag {
  display: flex;
  width: 97px;
  height: 20.952px;
  justify-content: center;
  align-items: center;
  gap: 3.104px;
  background: #E6FAF0;
  text-align: center;
  font-size: 10.088px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.078px;
  border-radius: 6.208px;
  color: #226C62;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body .tag {
    font-size: 7.8px;
  }
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body .stroy-description {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body .stroy-description {
    font-size: 10px;
  }
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body a {
  display: flex;
  width: 112.223px;
  height: 33.667px;
  padding: 5.611px 11.222px;
  justify-content: center;
  align-items: center;
  gap: 7.014px;
  border-radius: 24.549px;
  border: 0.842px solid #000000;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 11.222px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.07px;
  transition: 0.4s;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-stage .owl-item .item .card-story .body a:hover {
  background: #000000;
  color: #FFF;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 66px);
  justify-content: space-between;
  align-items: center;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-nav button {
  outline: none;
  width: 54px;
  height: 57px;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-nav .disabled {
  opacity: 0.7;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .true-history-repeat-partial-72abc0 .true-history .slide-stories .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}

.events-partial-dce9fb {
  padding: 88px 24px;
  position: relative;
}
.events-partial-dce9fb .svg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(30%);
  z-index: 1;
}
.events-partial-dce9fb .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.events-partial-dce9fb .description {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 42px;
}
.events-partial-dce9fb .events-contain .events-slide {
  opacity: 0;
  transition: opacity 0.2s ease;
  position: relative;
}
.events-partial-dce9fb .events-contain .events-slide .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.events-partial-dce9fb .events-contain .events-slide .owl-stage-outer::before {
  content: "";
  width: 198px;
  height: 100%;
  position: absolute;
  right: -5%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 37.62%, rgba(26, 23, 40, 0.54) 88.24%);
  z-index: 2;
}
@media (max-width: 768px) {
  .events-partial-dce9fb .events-contain .events-slide .owl-stage-outer::before {
    display: none;
  }
}
.events-partial-dce9fb .events-contain .events-slide::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  top: 79%;
  left: 0;
  transform: translateY(-37px);
}
@media (max-width: 768px) {
  .events-partial-dce9fb .events-contain .events-slide::after {
    display: none;
  }
}
.events-partial-dce9fb .events-contain .events-slide .item a {
  text-decoration: none;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  flex: 1 0 0;
  background: linear-gradient(0deg, rgba(246, 246, 251, 0.3) 0%, rgba(246, 246, 251, 0.3) 100%);
  transition: 0.4s;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .image-contain {
  height: 110.695px;
  width: 100%;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .name {
  color: #1A1728;
  font-size: 15.927px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  margin-bottom: 9.56px;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .name strong {
  font-weight: 700;
  font-size: 16px;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .event-description {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .see-more {
  padding: 15px 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  border-top: 0.843px solid #DDD;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .see-more svg {
  width: 16px;
  height: auto;
}
.events-partial-dce9fb .events-contain .events-slide .item a .event-card .text-contain .see-more span {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.events-partial-dce9fb .events-contain .events-slide .item a:hover .event-card {
  background: #ffffff;
}
.events-partial-dce9fb .events-contain .events-slide .owl-nav {
  display: flex;
  width: 110px;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px;
}
.events-partial-dce9fb .events-contain .events-slide .owl-nav button {
  width: 41px;
  height: auto;
}
@media (max-width: 768px) {
  .events-partial-dce9fb .events-contain .events-slide .owl-nav {
    display: none;
  }
}
.events-partial-dce9fb .events-contain .events-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.events-partial-dce9fb .events-contain .events-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.events-partial-dce9fb .events-contain .events-slide .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .events-partial-dce9fb .events-contain .events-slide .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .events-partial-dce9fb .events-contain .events-slide .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
@media (max-width: 768px) {
  .events-partial-dce9fb {
    padding: 0 24px;
  }
  .events-partial-dce9fb .svg-bottom {
    display: none;
  }
  .events-partial-dce9fb .title {
    font-size: 30px;
  }
  .events-partial-dce9fb .description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.the-most-recent-partial-dbbdc7 {
  padding: 88px 24px;
  background: #ffffff;
}
.the-most-recent-partial-dbbdc7 h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .the-most-recent-partial-dbbdc7 h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.the-most-recent-partial-dbbdc7 .content-cards {
  display: flex;
  padding: 24px;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #F4F4F4;
  flex-direction: column;
}
@media (max-width: 768px) {
  .the-most-recent-partial-dbbdc7 .content-cards {
    padding: 0;
    background: #ffffff;
  }
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #ffffff;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .image-contain {
  width: 40%;
  height: 154.83px;
  border-radius: 10.198px;
  overflow: hidden;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain {
  width: 57%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain {
  display: flex;
  align-items: center;
  gap: 13.42px;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain img {
  width: 100%;
  max-width: 38.905px;
  height: auto;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain span {
  color: var(--Text-Primario, #222);
  font-size: 17.44px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 26.16px */
  letter-spacing: 0.134px;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.1px;
  flex: 1 0 0;
  align-self: stretch;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .cta-contain {
  display: flex;
  padding: 8px 5.325px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1.122px solid #DDD;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .cta-contain a {
  display: flex;
  padding: 0px 5.325px;
  align-items: center;
  gap: 9.319px;
  align-self: stretch;
  text-decoration: none;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .cta-contain a svg {
  width: 21.3px;
  height: 21.3px;
}
.the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .cta-contain a span {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.133px;
}
@media (max-width: 768px) {
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .image-contain {
    height: 100%;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain {
    gap: 8px;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain img {
    width: 29px;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .logo-contain span {
    font-size: 13px;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .cta-contain {
    padding: 5px 4px;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .cta-contain a {
    gap: 7px;
    padding: 0 4px;
  }
  .the-most-recent-partial-dbbdc7 .content-cards .card-content .text-contain .description-content .cta-contain a span {
    font-size: 13px;
  }
}

.featured-section-partial-e657e2 {
  background: #F6F9FC;
  padding: 50px 0;
}
.featured-section-partial-e657e2 h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
.featured-section-partial-e657e2 h2 strong {
  font-weight: 700;
}
.featured-section-partial-e657e2 .highlights-slide {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.featured-section-partial-e657e2 .highlights-slide .owl-stage {
  display: flex;
  align-items: center;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item {
  padding: 1rem 5px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item {
  transform: scale(0.8);
  transition: 0.4s;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .logo-contain {
  border-radius: 1.859px;
  overflow: hidden;
  width: 87.359px;
  margin-bottom: 19px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .logo-contain img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content {
  display: flex;
  padding: 16.099px 12.074px 8.049px 12.074px;
  align-items: flex-start;
  gap: 16.099px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8.049px;
  background: #ffffff;
  box-shadow: 0px 0px 4.025px 0px rgba(0, 0, 0, 0.04), 0px 8.049px 16.099px 0px rgba(0, 0, 0, 0.08);
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .image-contain {
  border-radius: 8.049px;
  background: lightgray 50%/cover no-repeat;
  overflow: hidden;
  height: 283.61px;
  width: 30%;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain {
  width: 67%;
  display: flex;
  padding: 0px 8.049px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .description-content h3 {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: 0.101px;
  margin-bottom: 16px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .description-content p {
  margin-bottom: 0;
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.101px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .cta-contain {
  display: flex;
  padding: 8px 5.325px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1.122px solid #DDD;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .cta-contain a {
  display: flex;
  padding: 0px 5.325px;
  align-items: center;
  gap: 9.319px;
  align-self: stretch;
  text-decoration: none;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .cta-contain a svg {
  width: 21.3px;
  height: 21.3px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .cta-contain a span {
  color: #0A2540;
  font-size: 17.306px;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.133px;
}
@media (max-width: 768px) {
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item {
    transform: none;
    background: #ffffff;
    display: flex;
    padding: 16.099px 12.074px 8.049px 12.074px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16.099px;
    border-radius: 8.049px;
    box-shadow: 0px 0px 4.025px 0px rgba(0, 0, 0, 0.04), 0px 8.049px 16.099px 0px rgba(0, 0, 0, 0.08);
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .logo-contain {
    margin-bottom: 0;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content {
    flex-direction: column;
    box-shadow: none;
    padding: 0;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .image-contain {
    width: 100%;
    height: 161.994px;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain {
    width: 100%;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .description-content h3 {
    font-size: 16.099px;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .description-content p {
    font-size: 13.08px;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-item .item .card-content .text-contain .cta-contain a span {
    font-size: 13.08px;
  }
}
.featured-section-partial-e657e2 .highlights-slide .owl-item.center {
  padding: 1rem 0 2.5rem 0;
}
.featured-section-partial-e657e2 .highlights-slide .owl-item.center .item {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .featured-section-partial-e657e2 .highlights-slide .owl-item.center .item {
    transform: none;
  }
}
.featured-section-partial-e657e2 .highlights-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.featured-section-partial-e657e2 .highlights-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.featured-section-partial-e657e2 .highlights-slide .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .featured-section-partial-e657e2 .highlights-slide .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .featured-section-partial-e657e2 .highlights-slide .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
@media (max-width: 500px) {
  .featured-section-partial-e657e2 {
    padding: 50px 24px;
  }
  .featured-section-partial-e657e2 h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.neivor-in-media-partial-b70304 {
  padding: 88px 24px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.neivor-in-media-partial-b70304 .svg-circle {
  position: absolute;
  top: 0;
  left: 2%;
  transform: translate(-2%, -55%);
}
@media (max-width: 768px) {
  .neivor-in-media-partial-b70304 .svg-circle {
    display: none;
  }
}
.neivor-in-media-partial-b70304 svg.large {
  position: absolute;
  top: 10%;
  left: 0;
  transform: translateY(-10%);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .neivor-in-media-partial-b70304 svg.large {
    display: none;
  }
}
.neivor-in-media-partial-b70304 h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 32px;
  margin-top: 82px;
}
.neivor-in-media-partial-b70304 h2 strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .neivor-in-media-partial-b70304 h2 {
    font-size: 32px;
    font-weight: 500;
  }
}
.neivor-in-media-partial-b70304 .logos-contain {
  border-radius: 16px;
  background: rgba(217, 217, 217, 0.1);
  padding: 54px 72px;
  align-items: center;
  gap: 42px 0;
}
.neivor-in-media-partial-b70304 .logos-contain .img-contain {
  text-align: center;
}
.neivor-in-media-partial-b70304 .logos-contain .img-contain img {
  width: 100%;
  max-width: 168.936px;
  height: auto;
}
@media (max-width: 768px) {
  .neivor-in-media-partial-b70304 {
    padding: 59px 1rem;
  }
  .neivor-in-media-partial-b70304 .logos-contain {
    border-radius: 3.453px;
    background: rgba(217, 217, 217, 0.1);
    box-shadow: 10.336px -10.336px 10.336px 0px rgba(165, 165, 165, 0.1) inset, -10.336px 10.336px 10.336px 0px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10.3363132477px);
  }
  .neivor-in-media-partial-b70304 .logos-contain .img-contain img {
    max-width: 99.638px;
  }
}

.banner-partial-39c12f {
  position: relative;
}
.banner-partial-39c12f #svg-fixed {
  position: absolute;
  left: 50%;
  top: 98%;
  transform: translate(-50%, -98%);
  z-index: 3;
}
@media (max-width: 510px) {
  .banner-partial-39c12f #svg-fixed {
    display: none;
  }
}
.banner-partial-39c12f .banner-slide {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.banner-partial-39c12f .banner-slide .item {
  height: 660px;
}
.banner-partial-39c12f .banner-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-partial-39c12f .banner-slide .item .movil {
  display: none;
  width: 101%;
}
.banner-partial-39c12f .banner-slide .item .container {
  position: relative;
  bottom: 0px;
  transform: translateY(100%);
}
.banner-partial-39c12f .banner-slide .item .container .text-contain {
  max-width: 658px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.banner-partial-39c12f .banner-slide .item .container .text-contain h2 {
  color: #ffffff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.banner-partial-39c12f .banner-slide .item .container .text-contain h2 .purple {
  color: #7D65FE;
}
.banner-partial-39c12f .banner-slide .item .container .text-contain h2 .orange {
  color: #FF8E25;
}
.banner-partial-39c12f .banner-slide .item .container .text-contain p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .banner-partial-39c12f .banner-slide .item {
    height: auto;
    max-height: 100vh;
  }
  .banner-partial-39c12f .banner-slide .item .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(-15%);
    padding: 0 24px;
  }
  .banner-partial-39c12f .banner-slide .item .container .text-contain h2 {
    font-size: 32px;
    max-width: 280px;
  }
  .banner-partial-39c12f .banner-slide .item .container .text-contain p {
    font-size: 16px;
  }
  .banner-partial-39c12f .banner-slide .item .movil {
    display: block !important;
    position: relative;
    height: auto;
    object-fit: contain;
  }
  .banner-partial-39c12f .banner-slide .item .desktop {
    display: none !important;
  }
}
.banner-partial-39c12f .banner-slide .owl-dots {
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 76%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -76%);
  max-width: 1134px;
  z-index: 3;
  gap: 14.244px;
  padding: 0 15px;
  max-width: 1159px;
}
.banner-partial-39c12f .banner-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  border-radius: 50%;
  background: #ffffff;
}
.banner-partial-39c12f .banner-slide .owl-dots .active {
  width: 15.688px;
  height: 15.688px;
  background: linear-gradient(90deg, #FF595A -4.9%, #3EC7B5 -4.89%, #02C9FD 100.06%);
}
@media (max-width: 510px) {
  .banner-partial-39c12f .banner-slide .owl-dots {
    max-width: fit-content;
    top: 95%;
    transform: translate(-50%, -95%);
    gap: 9.554px;
  }
  .banner-partial-39c12f .banner-slide .owl-dots .owl-dot {
    width: 6.442px;
    height: 6.442px;
  }
  .banner-partial-39c12f .banner-slide .owl-dots .active {
    width: 10.522px;
    height: 10.522px;
  }
}

.about-partial-c4b5c3 {
  padding: 0 1rem 100px 1rem;
  background: #ffffff;
}
.about-partial-c4b5c3 .row {
  justify-content: space-between;
}
.about-partial-c4b5c3 .row .texts-contain {
  display: flex;
  flex-direction: column;
  gap: 24;
}
.about-partial-c4b5c3 .row .texts-contain h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.about-partial-c4b5c3 .row .texts-contain h2 strong {
  font-weight: 600;
}
.about-partial-c4b5c3 .row .texts-contain p {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .about-partial-c4b5c3 .row .texts-contain {
    gap: 8px;
    margin-bottom: 8px;
  }
  .about-partial-c4b5c3 .row .texts-contain h2 {
    font-size: 32px;
  }
  .about-partial-c4b5c3 .row .texts-contain p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.about-partial-c4b5c3 .row .image-contain img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .about-partial-c4b5c3 {
    padding-bottom: 37px;
  }
}

.neivor-in-media-partial-ff6f6e {
  padding: 222px 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.neivor-in-media-partial-ff6f6e svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .neivor-in-media-partial-ff6f6e svg {
    display: none;
  }
}
.neivor-in-media-partial-ff6f6e h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 32px;
}
.neivor-in-media-partial-ff6f6e h2 strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .neivor-in-media-partial-ff6f6e h2 {
    font-size: 32px;
    font-weight: 500;
  }
}
.neivor-in-media-partial-ff6f6e .logos-contain {
  border-radius: 16px;
  background: rgba(217, 217, 217, 0.1);
  padding: 54px 72px;
  align-items: center;
  gap: 42px 0;
}
.neivor-in-media-partial-ff6f6e .logos-contain .img-contain {
  text-align: center;
}
.neivor-in-media-partial-ff6f6e .logos-contain .img-contain img {
  width: 100%;
  max-width: 168.936px;
  height: auto;
}
@media (max-width: 768px) {
  .neivor-in-media-partial-ff6f6e {
    padding: 59px 1rem;
  }
  .neivor-in-media-partial-ff6f6e .logos-contain {
    border-radius: 3.453px;
    background: rgba(217, 217, 217, 0.1);
    box-shadow: 10.336px -10.336px 10.336px 0px rgba(165, 165, 165, 0.1) inset, -10.336px 10.336px 10.336px 0px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10.3363132477px);
  }
  .neivor-in-media-partial-ff6f6e .logos-contain .img-contain img {
    max-width: 99.638px;
  }
}

.we-are-the-ally-partial-b5ee70 {
  padding: 70px 0;
  background: #F6F9FC;
}
.we-are-the-ally-partial-b5ee70 .description {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 85px;
}
.we-are-the-ally-partial-b5ee70 .description strong {
  font-weight: 600;
}
.we-are-the-ally-partial-b5ee70 .allies-contain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
.we-are-the-ally-partial-b5ee70 .allies-contain .ally {
  display: flex;
  align-items: center;
  gap: 32px;
}
.we-are-the-ally-partial-b5ee70 .allies-contain .ally .logo img {
  width: 100%;
}
@media (max-width: 500px) {
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally .logo {
    max-width: 90px;
  }
}
.we-are-the-ally-partial-b5ee70 .allies-contain .ally .description-contain p {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  letter-spacing: 0.1px;
}
.we-are-the-ally-partial-b5ee70 .allies-contain .ally .description-contain p strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .we-are-the-ally-partial-b5ee70 .allies-contain {
    flex-direction: column-reverse;
    background: #F6F9FC;
    padding: 40px 1.5rem;
    gap: 0;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally {
    flex-direction: column;
    align-items: flex-start;
    margin: 24px 0;
    border-bottom: 1px solid #DDD;
    gap: 12px;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally .logo {
    width: fit-content;
    text-align: left;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally .description-contain p {
    font-size: 16px;
    font-weight: 400;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally .description-contain p strong {
    font-weight: 600;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally:first-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }
  .we-are-the-ally-partial-b5ee70 .allies-contain .ally:last-child {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .we-are-the-ally-partial-b5ee70 {
    padding: 59px 0;
    background: #ffffff;
  }
  .we-are-the-ally-partial-b5ee70 .description {
    font-size: 25px;
    font-weight: 400;
    padding: 0 1.5rem;
    margin-bottom: 24px;
  }
  .we-are-the-ally-partial-b5ee70 .description strong {
    font-weight: 700;
  }
}

.recognitions-partial-d722b5 {
  padding: 222px 1rem;
  position: relative;
  background: #ffffff;
}
.recognitions-partial-d722b5 .svg-circles {
  position: absolute;
  left: 4%;
  top: 90%;
  transform: translateY(-90%);
}
.recognitions-partial-d722b5 .svg-large {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-20%);
}
.recognitions-partial-d722b5 h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 0.1px;
  margin-bottom: 32px;
}
.recognitions-partial-d722b5 p {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.083px;
  margin-bottom: 42px;
}
.recognitions-partial-d722b5 p span {
  font-weight: 300;
}
.recognitions-partial-d722b5 .recognitions-slide {
  opacity: 0;
  transition: 0.2s;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage {
  display: flex;
  align-items: center;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a {
  transform: scale(0.9);
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 364.17px;
  border: 0px solid #F2F2F2;
  background: linear-gradient(180deg, #010101 0%, #856B40 47.73%, #070503 100%);
  box-shadow: 0px 0px 20px 0px rgba(53, 53, 53, 0.04), 0px 6.667px 20px 0px rgba(101, 101, 101, 0.08);
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 333px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 12px 12px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.23%, #000 86.98%);
  visibility: hidden;
  transition: 0.2s;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a span {
  display: flex;
  height: 62px;
  padding: 0px 7px;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-shrink: 0;
  align-self: stretch;
  position: absolute;
  bottom: 0;
  color: #FFF;
  font-size: 22.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 34.125px */
  letter-spacing: 0.175px;
  width: 100%;
  visibility: hidden;
  z-index: 1;
  text-decoration: none;
  transition: 0.2s;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a:hover::before {
  visibility: visible;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item .item a:hover span {
  visibility: visible;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item.active.center .item a {
  transform: scale(1);
  display: block;
  min-height: 435px;
}
@media (max-width: 768px) {
  .recognitions-partial-d722b5 .recognitions-slide .owl-stage .owl-item.active.center .item a {
    transform: none;
  }
}
.recognitions-partial-d722b5 .recognitions-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.recognitions-partial-d722b5 .recognitions-slide .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .recognitions-partial-d722b5 .recognitions-slide .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .recognitions-partial-d722b5 .recognitions-slide .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
@media (max-width: 768px) {
  .recognitions-partial-d722b5 {
    padding: 59px 1rem;
  }
  .recognitions-partial-d722b5 .svg-circles, .recognitions-partial-d722b5 .svg-large {
    display: none;
  }
  .recognitions-partial-d722b5 h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .recognitions-partial-d722b5 p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.success-stories-partial-2cc9fb {
  background: #1B112D;
  padding: 100px 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .success-stories-partial-2cc9fb {
    padding: 32px 1rem;
  }
}
.success-stories-partial-2cc9fb::before {
  content: "";
  width: 100%;
  max-width: 16vw;
  height: 9vw;
  position: absolute;
  right: -3%;
  top: 15%;
  transform: translateY(-15%);
  background: #ffffff;
  border-radius: 21.891px;
}
@media (max-width: 991px) {
  .success-stories-partial-2cc9fb::before {
    max-width: 17vw;
    height: 13vw;
    border-radius: 13.783px;
    background: #7D65FE;
    top: 21%;
    transform: translateY(-21%);
  }
}
@media (min-width: 1500px) {
  .success-stories-partial-2cc9fb::before {
    height: 7vw;
  }
}
.success-stories-partial-2cc9fb::after {
  content: "";
  width: 16vw;
  height: 8vw;
  position: absolute;
  left: -3%;
  bottom: 0;
  transform: translateY(-60%);
  border-radius: 27.32px;
  background: #7D65FE;
}
@media (max-width: 991px) {
  .success-stories-partial-2cc9fb::after {
    height: 14vw;
    border-radius: 13.783px;
    background: rgba(185, 200, 243, 0.6);
    top: 75%;
    transform: translateY(-75%);
    width: 18vw;
  }
}
.success-stories-partial-2cc9fb h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
.success-stories-partial-2cc9fb h2 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .success-stories-partial-2cc9fb h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 34px;
  }
}
.success-stories-partial-2cc9fb .stories-slide {
  opacity: 0;
  transition: 0.2s;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage {
  display: flex;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item {
  display: block;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item {
  padding: 2px 0;
  height: 100%;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history {
  border-radius: 27.555px 27.555px 17.222px 17.222px;
  background: #0A2540;
  box-shadow: 13.187px 9.231px 26.374px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 27.555px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 482px;
  height: 100%;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .image-contain {
  border-radius: 27.555px 27.555px 0px 0px;
  overflow: hidden;
  position: relative;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .image-contain .feature-image {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .image-contain .logo-contain {
  position: absolute;
  left: 16.074px;
  top: 16.136px;
  display: flex;
  align-items: center;
  gap: 10.188px;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .image-contain .logo-contain .logo {
  width: 109.718px;
  border-radius: 3.919px;
  background: #FFF;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .image-contain .logo-contain .logo img {
  width: 100%;
  height: auto;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.356px; /* 130.651% */
  margin: 17px 0;
  padding: 0 27.55px;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .description {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.576px;
  padding: 0 27.55px;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .description strong {
  font-weight: 600;
}
.success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .description ul, .success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .description p {
  margin-bottom: 0;
}
@media (max-width: 1258px) {
  .success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history {
    border-radius: 24px 24px 15px 15px;
    box-shadow: 11.486px 8.04px 22.972px 0px rgba(0, 0, 0, 0.08);
    max-width: 312px;
    padding-bottom: 24px;
  }
  .success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .title {
    font-size: 16px;
    margin: 15px 0;
  }
  .success-stories-partial-2cc9fb .stories-slide .owl-stage .owl-item .item .card-history .description {
    font-size: 12px;
  }
}
.success-stories-partial-2cc9fb .stories-slide .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  width: calc(100% + 12px);
}

.corporate-groups-partial-d36183 {
  margin-bottom: 118px;
  padding: 50px 1rem;
  background: #ffffff;
}
.corporate-groups-partial-d36183 h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 34px;
}
.corporate-groups-partial-d36183 h2 strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .corporate-groups-partial-d36183 h2 {
    text-align: left;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.1px;
    margin-bottom: 32px;
  }
  .corporate-groups-partial-d36183 h2 strong {
    font-weight: 700;
  }
}
.corporate-groups-partial-d36183 .logos-contain .image-contain {
  margin-bottom: 24px;
  text-align: center;
}
.corporate-groups-partial-d36183 .logos-contain .image-contain img {
  width: 100%;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .corporate-groups-partial-d36183 .logos-contain .image-contain {
    border-radius: 5.523px;
    background: #FFF;
    box-shadow: 0px 0px 2.688px 0px rgba(0, 0, 0, 0.04), 0px 2.688px 5.376px 0px rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 768px) {
  .corporate-groups-partial-d36183 {
    padding: 32px;
    margin-bottom: 59px;
  }
}

.today-we-are-in-partial-5f693c {
  padding: 50px 1rem;
  margin-bottom: 100px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .today-we-are-in-partial-5f693c {
    margin-bottom: 59px;
  }
}
.today-we-are-in-partial-5f693c .map-contain {
  align-items: center;
  margin-bottom: 34px;
}
.today-we-are-in-partial-5f693c .map-contain p {
  color: #1A1728;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  padding-left: 2.5rem;
}
.today-we-are-in-partial-5f693c .map-contain p strong {
  font-weight: 700;
}
.today-we-are-in-partial-5f693c .map-contain p .purple-desktop {
  color: #7B61FF;
  font-weight: 700;
}
.today-we-are-in-partial-5f693c .map-contain .map {
  max-width: 572px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .today-we-are-in-partial-5f693c .map-contain {
    gap: 46px;
  }
  .today-we-are-in-partial-5f693c .map-contain p {
    padding: 0;
    font-weight: 700;
  }
  .today-we-are-in-partial-5f693c .map-contain p strong {
    font-weight: 400;
  }
  .today-we-are-in-partial-5f693c .map-contain p .purple-desktop {
    color: #1A1728;
  }
}
.today-we-are-in-partial-5f693c .cities-contain .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 34px;
}
@media (max-width: 500px) {
  .today-we-are-in-partial-5f693c .cities-contain .title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 26px;
  }
}
.today-we-are-in-partial-5f693c .cities-contain .card-city {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1 0 0;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 8px;
  background: linear-gradient(90deg, #F6F6FB 50.5%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 16px;
}
.today-we-are-in-partial-5f693c .cities-contain .card-city .city-name-contain {
  display: flex;
  width: 134px;
  max-width: 15%;
  padding: 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.today-we-are-in-partial-5f693c .cities-contain .card-city .city-name-contain p {
  margin: 0;
}
.today-we-are-in-partial-5f693c .cities-contain .card-city .logos-contain {
  width: 80%;
}
@media (max-width: 1045px) {
  .today-we-are-in-partial-5f693c .cities-contain .card-city {
    gap: 28px;
  }
  .today-we-are-in-partial-5f693c .cities-contain .card-city .city-name-contain p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .today-we-are-in-partial-5f693c .cities-contain .card-city {
    gap: 28px;
  }
  .today-we-are-in-partial-5f693c .cities-contain .card-city .city-name-contain {
    display: flex;
    width: 69px;
    padding: 11.333px;
    justify-content: center;
    align-items: center;
    gap: 4.722px;
    align-self: stretch;
    border-radius: 3.778px;
    background: #1A1728;
  }
  .today-we-are-in-partial-5f693c .cities-contain .card-city .city-name-contain p {
    color: #D9D9D9;
    font-size: 9.444px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.047px;
  }
  .today-we-are-in-partial-5f693c .cities-contain .card-city .logos-contain {
    width: 57%;
  }
  .today-we-are-in-partial-5f693c .cities-contain .card-city .logos-contain img {
    width: 80.259px;
    height: 30.221px;
  }
}

.who-supports-us-partial-4f8553 {
  padding: 50px 1rem;
  position: relative;
  background: #ffffff;
}
.who-supports-us-partial-4f8553 svg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(30%);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .who-supports-us-partial-4f8553 svg {
    display: none;
  }
}
.who-supports-us-partial-4f8553 .row {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.who-supports-us-partial-4f8553 .row h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}
.who-supports-us-partial-4f8553 .row h2 strong {
  font-weight: 700;
}
.who-supports-us-partial-4f8553 .row .image-contain {
  margin-bottom: 24px;
}
.who-supports-us-partial-4f8553 .row .image-contain img {
  width: 100%;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .who-supports-us-partial-4f8553 .row .image-contain {
    border-radius: 5.523px;
    background: #FFF;
    box-shadow: 0px 0px 2.688px 0px rgba(0, 0, 0, 0.04), 0px 2.688px 5.376px 0px rgba(0, 0, 0, 0.06);
  }
}

.banner-about-partial-7b9ae8 {
  padding: 8rem 0 4rem 0;
  position: relative;
  height: auto;
}
@media (max-width: 768px) {
  .banner-about-partial-7b9ae8 {
    padding: 2rem 0 4rem;
  }
}
.banner-about-partial-7b9ae8 .svg {
  position: absolute;
  bottom: 2%;
  left: 2%;
  transform: translateX(-2%);
  z-index: 1;
}
.banner-about-partial-7b9ae8 .background-desktop {
  width: 100%;
  height: auto;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1500px) {
  .banner-about-partial-7b9ae8 .background-desktop {
    height: 53vw;
  }
}
.banner-about-partial-7b9ae8 .background-movil {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: none;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-about-partial-7b9ae8 .row {
  position: relative;
  z-index: 1;
}
.banner-about-partial-7b9ae8 .row .text-content .description {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  max-width: 540px;
}
.banner-about-partial-7b9ae8 .row .text-content .description strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .banner-about-partial-7b9ae8 .row .text-content .description {
    font-size: 16px;
  }
}
.banner-about-partial-7b9ae8 .row .text-content .description .big-text {
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.banner-about-partial-7b9ae8 .row .text-content .description .big-text strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .banner-about-partial-7b9ae8 .row .text-content .description .big-text {
    font-size: 32px;
  }
}
.banner-about-partial-7b9ae8 .row .image-contain img {
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  height: auto;
  object-fit: contain;
}
.banner-about-partial-7b9ae8 .row .cta {
  height: 48px;
  padding: 8px 16px;
  border-radius: 35px;
  min-width: 195px;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  justify-content: center;
  align-items: center;
}
.banner-about-partial-7b9ae8 .row .cta span {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner-about-partial-7b9ae8 .row .cta {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .banner-about-partial-7b9ae8 .background-desktop {
    display: none;
  }
  .banner-about-partial-7b9ae8 .background-movil {
    display: block;
  }
}

.purple-card-partial-379799 {
  background: #1B112D;
  padding: 100px 0;
  position: relative;
  margin-bottom: 190px;
}
.purple-card-partial-379799 .svg {
  position: absolute;
  right: 4%;
  bottom: 0;
  transform: translateY(60%);
}
.purple-card-partial-379799 .card-purple {
  padding: 50px 40px;
  flex: 1 0 0;
  border-radius: 16px 100px 16px 16px;
  background: linear-gradient(133deg, rgba(123, 97, 255, 0.11) 5.94%, rgba(74, 58, 153, 0) 90.31%);
}
.purple-card-partial-379799 .card-purple h2 {
  margin-bottom: 31px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.purple-card-partial-379799 .card-purple p {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 71px;
}
.purple-card-partial-379799 .card-purple a {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 35px;
  background: #7D65FE;
  text-decoration: none;
  width: 228px;
}
.purple-card-partial-379799 .card-purple a span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .purple-card-partial-379799 .card-purple {
    padding: 50px 40px;
    border-radius: 16px 100px 16px 16px;
    background: linear-gradient(133deg, rgba(123, 97, 255, 0.11) 5.94%, rgba(74, 58, 153, 0) 90.31%);
  }
  .purple-card-partial-379799 .card-purple h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .purple-card-partial-379799 .card-purple p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .purple-card-partial-379799 .card-purple a {
    display: flex;
    width: 166px;
    height: 38px;
    padding: 5.672px 7px 5.672px 11.344px;
    justify-content: center;
    align-items: center;
    gap: 7.09px;
  }
  .purple-card-partial-379799 .card-purple a span {
    font-size: 13px;
    letter-spacing: 0.071px;
  }
}
@media (max-width: 768px) {
  .purple-card-partial-379799 {
    padding: 60px 0px;
  }
}

.unforeseen-expenses-partial-a3fd82 {
  padding: 50px 0;
  position: relative;
}
.unforeseen-expenses-partial-a3fd82 .svg {
  position: absolute;
  top: 70%;
  right: 0;
  transform: translateY(-70%);
}
.unforeseen-expenses-partial-a3fd82 .title {
  color: #0A2540;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}
.unforeseen-expenses-partial-a3fd82 .title strong {
  font-weight: 700;
}
.unforeseen-expenses-partial-a3fd82 h3 {
  color: #0A2540;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
.unforeseen-expenses-partial-a3fd82 .feature-image {
  width: 100%;
  height: auto;
}
.unforeseen-expenses-partial-a3fd82 .icon {
  width: 100%;
  height: auto;
}
.unforeseen-expenses-partial-a3fd82 h4 {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.unforeseen-expenses-partial-a3fd82 p {
  color: #637281;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
  margin-top: 12px;
}
.unforeseen-expenses-partial-a3fd82 a {
  display: flex;
  width: 206px;
  height: 48px;
  padding: 11.303px 22.607px;
  justify-content: center;
  align-items: center;
  gap: 14.129px;
  text-decoration: none;
  border-radius: 49.452px;
  background: #FD7109;
}
.unforeseen-expenses-partial-a3fd82 a span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.unforeseen-expenses-partial-a3fd82 .row.item {
  margin-bottom: 50px;
}
.unforeseen-expenses-partial-a3fd82 .row.item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .unforeseen-expenses-partial-a3fd82 {
    padding: 50px 1rem;
  }
  .unforeseen-expenses-partial-a3fd82 .svg {
    display: none;
  }
  .unforeseen-expenses-partial-a3fd82 .title {
    font-size: 32px;
    margin-bottom: 49px;
  }
  .unforeseen-expenses-partial-a3fd82 .feature-image {
    margin-bottom: 16px;
  }
  .unforeseen-expenses-partial-a3fd82 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .unforeseen-expenses-partial-a3fd82 h4 {
    font-size: 16px;
  }
  .unforeseen-expenses-partial-a3fd82 p {
    font-size: 16px;
    font-weight: 500;
  }
}

.protect-your-condo-partial-ccbad9 {
  background: #F6F9FC;
  padding: 71px 0 50px 0;
  position: relative;
}
.protect-your-condo-partial-ccbad9 .svg {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(72%);
}
.protect-your-condo-partial-ccbad9 h2 {
  color: #0A2540;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}
.protect-your-condo-partial-ccbad9 h2 strong {
  font-weight: 600;
}
.protect-your-condo-partial-ccbad9 .card-item {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.protect-your-condo-partial-ccbad9 .card-item .image-contain {
  height: 227px;
  align-self: stretch;
  width: 100%;
  border-radius: 4px 10.924px 4px 4px;
}
.protect-your-condo-partial-ccbad9 .card-item .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.protect-your-condo-partial-ccbad9 .card-item .text-contain {
  padding: 0 24px 24px 24px;
}
.protect-your-condo-partial-ccbad9 .card-item .text-contain h4 {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.protect-your-condo-partial-ccbad9 .card-item .text-contain p {
  color: #637281;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .protect-your-condo-partial-ccbad9 {
    padding: 50px 1rem;
  }
  .protect-your-condo-partial-ccbad9 .svg {
    display: none;
  }
  .protect-your-condo-partial-ccbad9 h2 {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .protect-your-condo-partial-ccbad9 .card-item .image-contain {
    height: 124px;
  }
  .protect-your-condo-partial-ccbad9 .card-item .text-contain {
    gap: 9px;
  }
  .protect-your-condo-partial-ccbad9 .card-item .text-contain h4 {
    font-size: 16px;
  }
  .protect-your-condo-partial-ccbad9 .card-item .text-contain p {
    font-size: 12px;
  }
}

.neivor-gnp-seguros-partial-63f91e {
  padding: 0 0 100px 0;
  position: relative;
}
.neivor-gnp-seguros-partial-63f91e .svg-contain {
  position: absolute;
  bottom: 0;
  left: 2%;
  transform: translateY(50%);
  z-index: 1;
}
.neivor-gnp-seguros-partial-63f91e img {
  width: 100%;
  max-width: 309.928px;
  margin-bottom: 24px;
}
.neivor-gnp-seguros-partial-63f91e h2 {
  color: #14183E;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 22px;
}
.neivor-gnp-seguros-partial-63f91e h2 strong {
  font-weight: 700;
}
.neivor-gnp-seguros-partial-63f91e p {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.neivor-gnp-seguros-partial-63f91e p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .neivor-gnp-seguros-partial-63f91e {
    padding: 0 1rem 50px 1rem;
  }
  .neivor-gnp-seguros-partial-63f91e .svg-contain {
    display: none;
  }
  .neivor-gnp-seguros-partial-63f91e img {
    max-width: 162px;
  }
  .neivor-gnp-seguros-partial-63f91e h2 {
    font-size: 25px;
    letter-spacing: 0.1px;
  }
  .neivor-gnp-seguros-partial-63f91e p {
    font-size: 16px;
  }
}

.did-you-know-that-partial-7a42ad {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .did-you-know-that-partial-7a42ad {
    padding: 22px 1rem 100px 1rem;
  }
}
.did-you-know-that-partial-7a42ad .svg-top {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .did-you-know-that-partial-7a42ad .svg-top {
    display: none;
  }
}
@media (max-width: 768px) {
  .did-you-know-that-partial-7a42ad .svg-bottom {
    display: none;
  }
}
.did-you-know-that-partial-7a42ad .title {
  color: #0A2540;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .did-you-know-that-partial-7a42ad .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.did-you-know-that-partial-7a42ad .card-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 23.33px;
  flex: 1 0 0;
}
.did-you-know-that-partial-7a42ad .card-content .image-cotain {
  width: 68.82px;
}
.did-you-know-that-partial-7a42ad .card-content .image-cotain img {
  width: 100%;
}
.did-you-know-that-partial-7a42ad .card-content .text-contain {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8.75px;
}
.did-you-know-that-partial-7a42ad .card-content .text-contain h4 {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.did-you-know-that-partial-7a42ad .card-content .text-contain p {
  margin-bottom: 0;
  color: #637281;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .did-you-know-that-partial-7a42ad .card-content {
    flex-direction: column;
  }
  .did-you-know-that-partial-7a42ad .card-content .image-cotain {
    width: 54px;
  }
  .did-you-know-that-partial-7a42ad .card-content .text-contain h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .did-you-know-that-partial-7a42ad .card-content .text-contain p {
    font-size: 16px;
  }
}

.extraordinary-fees-partial-45fbf9 {
  padding-bottom: 58px;
  position: relative;
}
@media (max-width: 500px) {
  .extraordinary-fees-partial-45fbf9 {
    padding: 0 1rem 58px 1rem;
  }
}
.extraordinary-fees-partial-45fbf9 .card-contain {
  border-radius: 24px;
  background: #F5F8FB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  /*=========== Gray content ============*/
}
@media (max-width: 768px) {
  .extraordinary-fees-partial-45fbf9 .card-contain {
    border-radius: 40px 40px 12px 12px;
  }
}
.extraordinary-fees-partial-45fbf9 .card-contain .gray-contain {
  display: flex;
  padding: 60px 0px 60px 63px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  align-items: center;
  align-self: stretch;
}
.extraordinary-fees-partial-45fbf9 .card-contain .gray-contain h2 {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #14183E;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.extraordinary-fees-partial-45fbf9 .card-contain .gray-contain p {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .extraordinary-fees-partial-45fbf9 .card-contain .gray-contain {
    padding: 24px 12px;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .gray-contain h2 {
    display: block;
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 150%;
    padding: 0;
    display: inline-grid;
    gap: 0px;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .gray-contain h2 span {
    font-weight: 400;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .gray-contain p {
    font-size: 18px;
    line-height: 150%;
    padding: 0;
  }
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain {
  display: flex;
  padding: 32px 60px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(180deg, #1B112D 42.31%, #000 100%);
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain {
  padding: 10.619px 0px;
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain h2 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.402px;
  margin-bottom: 0;
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain p span {
  color: #ED7009;
  font-weight: 700;
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .cta-contain a {
  display: flex;
  width: 206px;
  height: 48px;
  padding: 11.303px 22.607px;
  justify-content: center;
  align-items: center;
  gap: 14.129px;
  border-radius: 49.452px;
  background: #FD7109;
  text-decoration: none;
}
.extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .cta-contain a span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .extraordinary-fees-partial-45fbf9 .card-contain .purple-contain {
    padding: 24px 12px;
    flex-direction: column;
    gap: 12px;
    align-items: baseline;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain h2 {
    font-size: 20px;
    line-height: 150%;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .texts-contain p {
    padding: 2.399px 0px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .extraordinary-fees-partial-45fbf9 .card-contain .purple-contain .cta-contain a {
    padding: 16px;
    height: 44px;
    margin-left: 0;
    width: fit-content;
  }
}

.gnp-banner-partial-3bdd98 {
  padding: 100px 0 4rem 0;
  position: relative;
  height: auto;
  min-height: 100vh;
}
@media (min-width: 1500px) {
  .gnp-banner-partial-3bdd98 {
    min-height: 85vh;
  }
}
.gnp-banner-partial-3bdd98 .svg-full-width {
  position: absolute;
  bottom: -10%;
}
.gnp-banner-partial-3bdd98 .background-desktop {
  width: 100%;
  height: 55vw;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.gnp-banner-partial-3bdd98 .background-movil {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: none;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .gnp-banner-partial-3bdd98 {
    padding: 8rem 34px 4rem 34px;
  }
  .gnp-banner-partial-3bdd98 .svg-full-width {
    display: none;
  }
  .gnp-banner-partial-3bdd98 .background-desktop {
    display: none;
  }
  .gnp-banner-partial-3bdd98 .background-movil {
    display: block;
  }
}
.gnp-banner-partial-3bdd98 .row {
  /*========= Card nav contain =========*/
}
.gnp-banner-partial-3bdd98 .row h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.gnp-banner-partial-3bdd98 .row h1 strong {
  font-weight: 700;
}
.gnp-banner-partial-3bdd98 .row p {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
  letter-spacing: 0.1px;
}
.gnp-banner-partial-3bdd98 .row p strong {
  font-weight: 700;
}
.gnp-banner-partial-3bdd98 .row .links-contain {
  margin-top: 32px;
  /*========== Cta orange ==========*/
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain {
  display: flex;
  max-width: 454.041px;
  width: 100%;
  padding: 29.131px 33.644px;
  flex-direction: column;
  justify-content: center;
  gap: 20.391px;
  border-radius: 29.131px;
  border: 0.728px solid #BDB6FF;
  background: linear-gradient(234deg, rgba(255, 255, 255, 0.9) 9.07%, #ECECF6 71.01%);
  margin-bottom: 32px;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .intro-nav {
  color: #0A2540;
  font-size: 21.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-bottom: 0;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .intro-nav span {
  color: #ED7009;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav {
  display: flex;
  align-items: center;
  gap: 11.652px;
  align-self: stretch;
  list-style: none;
  justify-content: space-between;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li {
  width: 48%;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a {
  text-decoration: none;
  display: flex;
  padding: 14.137px;
  justify-content: center;
  align-items: center;
  gap: 5.89px;
  flex: 1 0 0;
  border-radius: 14.726px;
  border: 2.356px solid #E4E7EF;
  background: #ffffff;
  transition: 0.2s;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a img {
  width: 28.273px;
  height: auto;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a .hover {
  display: none;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a span {
  color: #8D8D8D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a:hover {
  background: #7D65FE;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a:hover .normal {
  display: none;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a:hover .hover {
  display: block;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a:hover span {
  color: #ffffff;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a.active {
  background: #7D65FE;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a.active .hover {
  display: none;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a.active .normal {
  display: none;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a.active .hover {
  display: block;
}
.gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a.active span {
  color: #ffffff;
}
.gnp-banner-partial-3bdd98 .row .links-contain .cta-orange {
  display: flex;
  width: 206px;
  height: 48px;
  padding: 11.303px 22.607px;
  justify-content: center;
  align-items: center;
  gap: 14.129px;
  text-decoration: none;
  border-radius: 49.452px;
  background: #FD7109;
  transition: 0.2s;
}
.gnp-banner-partial-3bdd98 .row .links-contain .cta-orange span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.gnp-banner-partial-3bdd98 .row .links-contain .cta-orange:hover {
  background: #ffffff;
}
.gnp-banner-partial-3bdd98 .row .links-contain .cta-orange:hover span {
  color: #FD7109;
}
@media (max-width: 768px) {
  .gnp-banner-partial-3bdd98 .row {
    flex-direction: column-reverse;
  }
  .gnp-banner-partial-3bdd98 .row h1 {
    font-size: 30px;
    max-width: 259px;
    margin-bottom: 18px;
  }
  .gnp-banner-partial-3bdd98 .row h1 strong {
    font-weight: 600;
  }
  .gnp-banner-partial-3bdd98 .row .description {
    display: none;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain {
    display: inline-flex;
    flex-direction: column-reverse;
    gap: 18px;
    width: 100%;
    min-width: 292px;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain {
    margin-bottom: 0;
    display: inline-flex;
    padding: 20.78px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14.546px;
    border-radius: 20.78px;
    border: 0.52px solid #BDB6FF;
    background: linear-gradient(234deg, rgba(255, 255, 255, 0.9) 9.07%, #ECECF6 71.01%);
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .intro-nav {
    font-size: 20px;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav {
    gap: 8.31px;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li {
    width: fit-content;
    min-width: 113.54px;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a {
    display: flex;
    padding: 9.928px;
    justify-content: center;
    align-items: center;
    gap: 4.137px;
    width: 100%;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a img {
    width: 20.169px;
  }
  .gnp-banner-partial-3bdd98 .row .links-contain .nav-card-contain .nav li a span {
    font-size: 13px;
    letter-spacing: 0.1px;
  }
}

.how-to-hire-it-partial-117e5e {
  background: #1B112D;
  padding: 100px 150px;
  margin-bottom: 229px;
}
@media (max-width: 768px) {
  .how-to-hire-it-partial-117e5e {
    padding: 60px 0px;
    margin-bottom: 100px;
  }
}
.how-to-hire-it-partial-117e5e .card-purple {
  padding: 50px 40px;
  flex: 1 0 0;
  border-radius: 16px 100px 16px 16px;
  background: linear-gradient(133deg, rgba(123, 97, 255, 0.11) 5.94%, rgba(74, 58, 153, 0) 90.31%);
}
.how-to-hire-it-partial-117e5e .card-purple h2 {
  margin-bottom: 31px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.how-to-hire-it-partial-117e5e .card-purple p {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 71px;
}
.how-to-hire-it-partial-117e5e .card-purple a {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 35px;
  background: #7D65FE;
  text-decoration: none;
  width: 228px;
}
.how-to-hire-it-partial-117e5e .card-purple a span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .how-to-hire-it-partial-117e5e .card-purple {
    padding: 50px 40px;
    border-radius: 16px 100px 16px 16px;
    background: linear-gradient(133deg, rgba(123, 97, 255, 0.11) 5.94%, rgba(74, 58, 153, 0) 90.31%);
  }
  .how-to-hire-it-partial-117e5e .card-purple h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .how-to-hire-it-partial-117e5e .card-purple p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .how-to-hire-it-partial-117e5e .card-purple a {
    display: flex;
    width: 166px;
    height: 38px;
    padding: 5.672px 7px 5.672px 11.344px;
    justify-content: center;
    align-items: center;
    gap: 7.09px;
  }
  .how-to-hire-it-partial-117e5e .card-purple a span {
    font-size: 13px;
    letter-spacing: 0.071px;
  }
}

.how-it-works-partial-ed70bf {
  position: relative;
  padding: 109px 1rem 32px 1rem;
}
.how-it-works-partial-ed70bf .svg-large {
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .how-it-works-partial-ed70bf .svg-large {
    display: none;
  }
}
.how-it-works-partial-ed70bf .title {
  color: #0A2540;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .how-it-works-partial-ed70bf .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 32px;
  }
}
.how-it-works-partial-ed70bf .description {
  color: #637281;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 58px;
}
@media (max-width: 500px) {
  .how-it-works-partial-ed70bf .description {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 66px;
  }
}
.how-it-works-partial-ed70bf .how-it-work-item {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 32px;
  gap: 50px;
  align-self: stretch;
  margin-bottom: 80px;
}
.how-it-works-partial-ed70bf .how-it-work-item svg {
  z-index: -1;
}
.how-it-works-partial-ed70bf .how-it-work-item .how-it-works-title {
  color: #0A2540;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  padding: 0 50px;
  margin-bottom: 19px;
}
.how-it-works-partial-ed70bf .how-it-work-item .how-it-works-description {
  color: #637281;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  padding: 0 50px;
  margin-bottom: 50px;
}
.how-it-works-partial-ed70bf .how-it-work-item .how-it-works-description a {
  color: #637281;
}
.how-it-works-partial-ed70bf .how-it-work-item .how-it-works-description strong {
  font-weight: 600;
}
.how-it-works-partial-ed70bf .how-it-work-item .how-it-works-image {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .how-it-works-partial-ed70bf .how-it-work-item {
    padding: 12px 4px;
  }
  .how-it-works-partial-ed70bf .how-it-work-item svg {
    display: none;
  }
  .how-it-works-partial-ed70bf .how-it-work-item .how-it-works-title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 16px;
    padding: 12px 16px 0 16px;
  }
  .how-it-works-partial-ed70bf .how-it-work-item .how-it-works-description {
    margin-bottom: 19px;
    font-size: 16px;
    padding: 0 16px;
  }
}
.how-it-works-partial-ed70bf .gray {
  background: #F6F9FC;
}
.how-it-works-partial-ed70bf .white {
  box-shadow: none;
}

.benefits-partial-8190bc {
  background: rgba(246, 249, 252, 0.7);
  position: relative;
  padding: 100px 0;
}
.benefits-partial-8190bc .svg-top {
  position: absolute;
  right: 0;
  transform: translateY(-15%);
}
@media (max-width: 510px) {
  .benefits-partial-8190bc .svg-top {
    display: none;
  }
}
.benefits-partial-8190bc .row {
  position: relative;
  z-index: 2;
}
.benefits-partial-8190bc h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 62px;
}
@media (max-width: 500px) {
  .benefits-partial-8190bc h2 {
    font-size: 30px;
    margin-bottom: 47px;
  }
}
.benefits-partial-8190bc .benefit {
  margin-bottom: 62px;
}
@media (max-width: 500px) {
  .benefits-partial-8190bc .benefit {
    margin-bottom: 47px;
  }
}
.benefits-partial-8190bc .benefit .icon-contain {
  width: 66.045px;
  height: 66.045px;
}
.benefits-partial-8190bc .benefit .icon-contain img {
  width: 100%;
}
@media (max-width: 500px) {
  .benefits-partial-8190bc .benefit .icon-contain {
    width: 54px;
    height: 54px;
  }
}
.benefits-partial-8190bc .benefit h4 {
  color: #0A2540;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.benefits-partial-8190bc .benefit h4 strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .benefits-partial-8190bc .benefit h4 {
    font-size: 20px;
  }
}
.benefits-partial-8190bc .benefit p {
  color: #637281;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0 !important;
}
@media (max-width: 500px) {
  .benefits-partial-8190bc .benefit p {
    font-size: 15px;
  }
}

.footer-content-partial-7e1adc {
  background: #1A1728;
  padding: 50px 24px;
}
.footer-content-partial-7e1adc .logo-contain {
  display: flex;
  width: 172.979px;
  padding: 6.497px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8.121px;
}
@media (max-width: 500px) {
  .footer-content-partial-7e1adc .logo-contain {
    width: 106.499px;
    padding: 4px;
    gap: 5px;
  }
  .footer-content-partial-7e1adc .logo-contain img {
    width: 100%;
  }
}
.footer-content-partial-7e1adc .social-networks {
  display: flex;
  align-items: center;
  gap: 22.031px;
  list-style: none;
  padding: none;
  margin: none;
  justify-content: right;
}
.footer-content-partial-7e1adc .social-networks li a {
  width: 47px;
  height: 47px;
  display: block;
  background: #ffffff;
  color: #1A1728;
  position: relative;
  border-radius: 50%;
}
.footer-content-partial-7e1adc .social-networks li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .footer-content-partial-7e1adc .social-networks {
    gap: 13.564px;
    padding: 0;
    justify-content: end;
  }
  .footer-content-partial-7e1adc .social-networks li a {
    width: 28.937px;
    height: 28.937px;
  }
  .footer-content-partial-7e1adc .social-networks li a svg {
    width: 15px;
  }
}
.footer-content-partial-7e1adc .nav-policies ul {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 1 0 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-content-partial-7e1adc .nav-policies ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-content-partial-7e1adc .nav-policies ul {
    display: block;
  }
  .footer-content-partial-7e1adc .nav-policies ul li {
    margin-bottom: 16px;
  }
  .footer-content-partial-7e1adc .nav-policies ul li:last-child {
    margin-bottom: 40px;
  }
}
.footer-content-partial-7e1adc .copy-right-and-addres-contain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 2rem;
}
.footer-content-partial-7e1adc .copy-right-and-addres-contain .address {
  width: fit-content;
}
.footer-content-partial-7e1adc .copy-right-and-addres-contain .address p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.footer-content-partial-7e1adc .copy-right-and-addres-contain .copy-right p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.footer-content-partial-7e1adc .copy-right-and-addres-contain .copy-right p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer-content-partial-7e1adc .copy-right-and-addres-contain {
    flex-direction: column;
    margin: 0;
  }
  .footer-content-partial-7e1adc .copy-right-and-addres-contain .address {
    margin-bottom: 40px;
  }
}

.blog-partial-b939b9 {
  position: relative;
  background: #ffffff;
  padding: 0 24px;
  padding-bottom: 240px;
}
.blog-partial-b939b9 .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.blog-partial-b939b9 .title strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .blog-partial-b939b9 .title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .blog-partial-b939b9 .title strong {
    font-weight: 600;
  }
}
.blog-partial-b939b9 .description {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}
.blog-partial-b939b9 .description a {
  color: #0A2540;
  text-decoration: none;
}
@media (max-width: 500px) {
  .blog-partial-b939b9 .description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .blog-partial-b939b9 .description a {
    color: #7D65FE;
    text-decoration: underline;
  }
}
@media (max-width: 500px) {
  .blog-partial-b939b9 {
    padding: 0;
    padding-bottom: 240px;
  }
  .blog-partial-b939b9 .title, .blog-partial-b939b9 .description {
    padding: 0 24px;
  }
  .blog-partial-b939b9 .col-12 {
    padding: 0;
  }
}
.blog-partial-b939b9 .blog-slide {
  opacity: 0;
  transition: 0.2s;
}
.blog-partial-b939b9 .blog-slide .owl-stage {
  display: flex;
}
.blog-partial-b939b9 .blog-slide .owl-stage .owl-item {
  display: block;
}
.blog-partial-b939b9 .blog-slide .item {
  padding: 5px;
  height: 100%;
}
.blog-partial-b939b9 .blog-slide .item .card-post {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}
.blog-partial-b939b9 .blog-slide .item .card-post .image-contain {
  overflow: hidden;
  height: 193.93px;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(10, 37, 64, 0) 29.53%, rgba(10, 37, 64, 0.19) 55.17%, rgba(10, 37, 64, 0.82) 83.19%, #0A2540 100%);
}
.blog-partial-b939b9 .blog-slide .item .card-post .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .post-name {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .short-description {
  color: #637281;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card {
  display: flex;
  padding: 7.535px 0px;
  justify-content: center;
  align-items: center;
  gap: 9.418px;
  text-decoration: none;
  position: relative;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card::after {
  content: "";
  width: 0;
  height: 2px;
  background: #7d65fe;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card span {
  color: #000000;
  text-align: center;
  font-size: 17.269px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.094px;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card svg {
  display: flex;
  width: 20.72px;
  height: 20.72px;
  justify-content: center;
  align-items: center;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card:hover {
  gap: 15px;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card:hover::after {
  width: 100%;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card:hover span {
  color: #7d65fe;
}
.blog-partial-b939b9 .blog-slide .item .card-post .body-card .cta-card:hover svg path {
  stroke: #7d65fe;
}
.blog-partial-b939b9 .blog-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.blog-partial-b939b9 .blog-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.blog-partial-b939b9 .blog-slide .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .blog-partial-b939b9 .blog-slide .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .blog-partial-b939b9 .blog-slide .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
.blog-partial-b939b9 .svg-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .blog-partial-b939b9 .svg-desktop {
    display: none;
  }
}

.community-partial-4ae738 {
  padding: 0 24px;
  padding-bottom: 100px;
}
.community-partial-4ae738 .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.community-partial-4ae738 .title strong {
  font-weight: 600;
}
@media (max-width: 500px) {
  .community-partial-4ae738 .title {
    font-size: 25px;
    font-weight: 600;
  }
  .community-partial-4ae738 .title strong {
    font-weight: 400;
  }
}
.community-partial-4ae738 .community-card {
  display: flex;
  height: 452px;
  padding: 4px 4px 24px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 19px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.community-partial-4ae738 .community-card .image-contain {
  width: 100%;
  height: 217px;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.community-partial-4ae738 .community-card .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.community-partial-4ae738 .community-card .body-item {
  display: flex;
  padding: 8px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
.community-partial-4ae738 .community-card .body-item .description {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.community-partial-4ae738 .community-card .body-item .description a {
  text-decoration: none;
  color: #0A2540;
}
.community-partial-4ae738 .community-card .body-item .cta {
  display: flex;
  padding: 8px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  text-decoration: none;
  border-radius: 24.549px;
  border: 0.842px solid #000000;
  width: fit-content;
  transition: 0.4s;
}
.community-partial-4ae738 .community-card .body-item .cta span {
  color: #000000;
  text-align: center;
  font-size: 11.222px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.07px;
}
.community-partial-4ae738 .community-card .body-item .cta:hover {
  background: #000000;
}
.community-partial-4ae738 .community-card .body-item .cta:hover span {
  color: #FFF;
}
@media (max-width: 500px) {
  .community-partial-4ae738 .community-card {
    gap: 6px;
    height: 365px;
  }
  .community-partial-4ae738 .community-card .image-contain {
    height: 60%;
  }
  .community-partial-4ae738 .community-card .body-item {
    height: 30%;
  }
  .community-partial-4ae738 .community-card .body-item .description {
    font-size: 16px;
  }
}

.fqas-partial-e0759f {
  padding: 62px 24px 0 24px;
  background: #ffffff;
  margin: 100px 0;
}
@media (max-width: 500px) {
  .fqas-partial-e0759f {
    padding: 32px 24px 0 24px;
  }
}
.fqas-partial-e0759f h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .fqas-partial-e0759f h2 {
    font-size: 28px;
    font-weight: 600;
  }
}
.fqas-partial-e0759f .faqs-contain .this-faq {
  margin-bottom: 24px;
}
.fqas-partial-e0759f .faqs-contain .this-faq .question {
  display: flex;
  height: 104.086px;
  padding: 31.422px 17.518px;
  align-items: center;
  gap: 19.197px;
  align-self: stretch;
  border-radius: 3.225px;
  cursor: pointer;
  justify-content: space-between;
}
.fqas-partial-e0759f .faqs-contain .this-faq .question h3 {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 90%;
}
.fqas-partial-e0759f .faqs-contain .this-faq .question svg {
  min-width: 14px;
  height: auto;
}
@media (max-width: 500px) {
  .fqas-partial-e0759f .faqs-contain .this-faq .question {
    padding: 7.9px 8.95px;
    height: 55px;
  }
  .fqas-partial-e0759f .faqs-contain .this-faq .question h3 {
    font-size: 13.196px;
  }
}
.fqas-partial-e0759f .faqs-contain .this-faq .answer {
  color: #637281 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  max-width: 947px;
  padding-left: 16px;
  padding-bottom: 54px;
  display: none;
  transition: 0.2s;
}
.fqas-partial-e0759f .faqs-contain .this-faq .answer a {
  color: #637281 !important;
}
@media (max-width: 500px) {
  .fqas-partial-e0759f .faqs-contain .this-faq .answer {
    font-size: 11.311px;
    padding: 0px 8.95px;
  }
}
.fqas-partial-e0759f .faqs-contain .this-faq.active {
  border-radius: 2.49px;
  background: #FFF;
  box-shadow: 0px 0.27px 0px 0px #7D65FE, 2.513px 0px 0px 0px #7D65FE inset;
  transition: 0.2s;
}
.fqas-partial-e0759f .faqs-contain .this-faq.active .answer {
  height: auto;
  overflow: auto;
}

.protect-your-condo-partial-69c565 {
  display: flex;
  height: 357px;
  padding: 60px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: relative;
}
@media (max-width: 768px) {
  .protect-your-condo-partial-69c565 {
    margin-bottom: 100px;
  }
}
.protect-your-condo-partial-69c565 p {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.protect-your-condo-partial-69c565 p strong {
  font-weight: 700;
}
.protect-your-condo-partial-69c565 .cta-get-started {
  display: flex;
  height: 48px;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition: 0.4s;
  border-radius: 35px;
  text-align: center;
  max-width: fit-content;
  text-decoration: none;
  margin: 0 auto 8px auto;
}
.protect-your-condo-partial-69c565 .cta-get-started span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.protect-your-condo-partial-69c565 .cta-get-started svg {
  display: none;
}
@media (max-width: 500px) {
  .protect-your-condo-partial-69c565 .cta-get-started {
    height: 32px;
    padding: 8px 7px 8px 13px;
  }
  .protect-your-condo-partial-69c565 .cta-get-started span {
    font-size: 13px;
    margin-right: 7.9px;
  }
  .protect-your-condo-partial-69c565 .cta-get-started svg {
    display: block;
  }
}
.protect-your-condo-partial-69c565 .get-advice {
  display: flex;
  padding: 5.672px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.09px;
  margin: 0 auto;
  text-decoration: none;
  color: #0A2540;
  max-width: fit-content;
}
.protect-your-condo-partial-69c565 .get-advice span {
  margin-right: 7.9px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.protect-your-condo-partial-69c565 .get-advice svg {
  width: 15.598px;
  height: 15.598px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .protect-your-condo-partial-69c565 .get-advice span {
    font-size: 13px;
  }
}
.protect-your-condo-partial-69c565 .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .protect-your-condo-partial-69c565 .svg {
    left: 59%;
    transform: translateY(50%) scale(0.5);
  }
}

.regional-perspectives-partial-a741ab {
  padding: 24px 100px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .regional-perspectives-partial-a741ab {
    padding: 50px 24px;
  }
}
.regional-perspectives-partial-a741ab .svg-pupple {
  position: absolute;
  right: 0;
  transform: translateY(30%);
  top: 0;
}
@media (max-width: 768px) {
  .regional-perspectives-partial-a741ab .svg-pupple svg {
    width: 105.754px;
    height: 56px;
  }
}
.regional-perspectives-partial-a741ab .svg-gray {
  position: absolute;
  left: 0;
  transform: translateY(-10%);
  bottom: 0;
}
@media (max-width: 768px) {
  .regional-perspectives-partial-a741ab .svg-gray {
    bottom: 7rem;
  }
  .regional-perspectives-partial-a741ab .svg-gray svg {
    width: 149px;
    height: 85px;
  }
}
.regional-perspectives-partial-a741ab .title-contain h2 {
  color: #0A2540;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .regional-perspectives-partial-a741ab .title-contain h2 {
    font-size: 25px;
  }
}
.regional-perspectives-partial-a741ab .title-contain p {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .regional-perspectives-partial-a741ab .title-contain p {
    font-size: 15px;
  }
}
.regional-perspectives-partial-a741ab .regional-cards-contain {
  position: relative;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide {
  opacity: 0;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .regiona-item {
  padding-bottom: 24px;
  align-items: center;
  gap: 9.189px;
  border-radius: 24px 24px 15px 15px;
  background: #0A2540;
  box-shadow: 11.486px 8.04px 22.972px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .regiona-item .image-contain {
  position: relative;
  z-index: 1;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .regiona-item .image-contain .main-image {
  width: 100%;
  height: 129px;
  object-fit: cover;
  object-position: center;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .regiona-item .image-contain .logo {
  display: flex;
  width: 95.783px;
  height: 35.919px;
  padding: 5.986px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.265px;
  position: absolute;
  left: 10.217px;
  top: 15px;
  border-radius: 35.919px;
  background: #FFF;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .regiona-item .image-contain .logo img {
  width: 67.347px;
  height: 18.59px;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain {
  position: relative;
  display: flex;
  padding: 15px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  align-self: stretch;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.2);
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .cardinal-point {
  display: flex;
  width: 60.684px;
  height: 28.656px;
  padding: 16.923px 10.114px;
  justify-content: center;
  align-items: center;
  gap: 10.114px;
  border-radius: 50px;
  background: #ECF2FF;
  color: #244596;
  text-align: center;
  font-size: 13.148px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.101px;
}
@media (max-width: 500px) {
  .regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .cardinal-point {
    border-radius: 5.647px;
    font-size: 9.176px;
  }
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .description {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .description {
    font-size: 14px;
  }
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list {
  width: 100%;
  display: flex;
  height: 91px;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  position: relative;
  z-index: 3;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project {
  display: flex;
  width: 71.966px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.442px;
  align-self: stretch;
  border-radius: 4.295px;
  background: #FFF;
  box-shadow: 0px 2.147px 8.052px 0px rgba(160, 160, 160, 0.25);
  overflow: hidden;
  height: 100%;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project .image-contain {
  height: 45px;
  width: 102%;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.785px;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project .text-content {
  display: flex;
  padding: 0px 5.669px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4.606px;
  flex: 1 0 0;
  align-self: stretch;
  background: #ffffff;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project .text-content h5 {
  color: #0A2540;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.054px;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .item .texts-contain .projects-list .project:hover {
  transform: scale(1.03);
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 55px);
  justify-content: space-between;
  align-items: center;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-nav button {
  outline: none;
  width: 54px;
  height: 57px;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-nav .disabled {
  opacity: 0.7;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .regional-perspectives-partial-a741ab .regional-cards-contain .regional-slide .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}

.comprehensive-protection-partial-ef20c2 {
  padding: 100px 24px;
  background: #ffffff;
}
.comprehensive-protection-partial-ef20c2 .logo-contain {
  width: 244.822px;
  height: 68.616px;
  border-radius: 60px;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}
.comprehensive-protection-partial-ef20c2 .logo-contain img {
  width: 100%;
  height: auto;
}
.comprehensive-protection-partial-ef20c2 .logo-contain svg {
  position: absolute;
  width: 29.376px;
  height: 29.376px;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(13%);
}
@media (max-width: 768px) {
  .comprehensive-protection-partial-ef20c2 .logo-contain {
    width: 96px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .comprehensive-protection-partial-ef20c2 .logo-contain svg {
    width: 17px;
    height: 17px;
    bottom: 6px;
    right: 3px;
  }
}
.comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .title {
  color: #0A2540;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .title strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .title {
    font-size: 23px;
  }
}
.comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .intro {
  color: #637281;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 60px;
}
.comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .intro strong {
  color: #0A2540;
  font-weight: 600;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .title-and-introduction-contain .intro {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.comprehensive-protection-partial-ef20c2 .items .col-12:nth-child(2n) {
  padding-left: 25px;
}
.comprehensive-protection-partial-ef20c2 .items .col-12:nth-child(2n+1) {
  padding-right: 25px;
}
@media (max-width: 768px) {
  .comprehensive-protection-partial-ef20c2 .items .col-12 {
    padding: 0 10px !important;
  }
}
.comprehensive-protection-partial-ef20c2 .items a {
  text-decoration: none;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post {
  display: flex;
  height: 148px;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(160, 160, 160, 0.25);
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post {
    height: 68px;
    gap: 5px;
  }
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain {
  max-width: 206px;
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1.5s;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain .icon {
  display: flex;
  width: 37px;
  height: 37px;
  padding: 8.409px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.409px;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 84.091px;
  background: #FFF;
  box-shadow: 0px 4.462px 4.462px 0px rgba(114, 114, 114, 0.25);
  transition: 0.9s;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain .icon img {
  width: 20.182px;
  height: 20.182px;
  transition: 0.9s;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain {
    max-width: 95px;
    width: 45%;
  }
  .comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain .icon {
    width: 20px;
    height: 20px;
    transition: 0.2s;
  }
  .comprehensive-protection-partial-ef20c2 .items a .card-post .image-contain .icon img {
    width: 10px;
    height: 10px;
    transition: 0.2s;
  }
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain {
  width: auto;
  padding: 12px 10px 10px 8px;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .name {
  color: #637281;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  transition: 0.9s;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .name {
    font-size: 8px;
  }
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .description {
  color: #637281;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  transition: 0.9s;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .description strong {
  color: #0A2540;
  font-weight: 600;
  transition: 0.9s;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .description {
    font-size: 10px;
  }
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .description br {
    display: none;
  }
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .description strong {
    font-size: 13px;
  }
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .cta {
  display: flex;
  padding: 5.672px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.09px;
  text-decoration: none;
  width: fit-content;
  position: relative;
  transition: 0.9s;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .cta::after {
  content: "";
  width: 0;
  height: 2px;
  background: #7d65fe;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .cta span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1px;
}
.comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .cta svg {
  width: 15.598px;
  height: 15.598px;
}
@media (max-width: 768px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain .cta {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
  }
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .items a .card-post .text-contain {
    width: 55%;
  }
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post {
  transform: scale(1.02);
  background: rgb(250, 250, 250);
  border: 1px solid #7d65fe;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .image-contain .feature-image {
  transform: scale(1.4);
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .image-contain .icon {
  background: #7d65fe;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .image-contain .icon img {
  filter: brightness(3.5);
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .text-contain .name, .comprehensive-protection-partial-ef20c2 .items a:hover .card-post .text-contain .description, .comprehensive-protection-partial-ef20c2 .items a:hover .card-post .text-contain strong {
  color: #7d65fe;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .cta {
  gap: 15px;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .cta::after {
  width: 100%;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .cta span {
  color: #7d65fe;
}
.comprehensive-protection-partial-ef20c2 .items a:hover .card-post .cta svg path {
  stroke: #7d65fe;
}
.comprehensive-protection-partial-ef20c2 .cta-start-free {
  display: flex;
  height: 48px;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition: 0.4s;
  border-radius: 35px;
  text-align: center;
  max-width: fit-content;
  text-decoration: none;
  margin: 32px auto 8px 0;
  background: #7d65fe;
  color: #ffffff;
  border: 1px solid #7d65fe;
  transition: 0.4s;
}
.comprehensive-protection-partial-ef20c2 .cta-start-free span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.comprehensive-protection-partial-ef20c2 .cta-start-free svg {
  display: none;
}
.comprehensive-protection-partial-ef20c2 .cta-start-free:hover {
  color: #7d65fe;
  background: #ffffff;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .cta-start-free {
    height: 32px;
    padding: 8px 7px 8px 13px;
    margin-top: 20px;
  }
  .comprehensive-protection-partial-ef20c2 .cta-start-free span {
    font-size: 13px;
    margin-right: 7.9px;
  }
  .comprehensive-protection-partial-ef20c2 .cta-start-free svg {
    display: block;
  }
}
.comprehensive-protection-partial-ef20c2 .get-advice {
  display: flex;
  padding: 5.672px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.09px;
  margin: 8px auto 0 0;
  text-decoration: none;
  color: #000000;
  max-width: fit-content;
}
.comprehensive-protection-partial-ef20c2 .get-advice span {
  margin-right: 7.9px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.comprehensive-protection-partial-ef20c2 .get-advice svg {
  width: 15.598px;
  height: 15.598px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .comprehensive-protection-partial-ef20c2 .get-advice span {
    font-size: 13px;
  }
}

.voices-by-size-partial-07bb70 {
  padding: 90px 24px;
  position: relative;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 {
    padding: 50px 24px;
  }
}
.voices-by-size-partial-07bb70::before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F6F9FC;
  z-index: -1;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70::before {
    width: 100%;
    height: 76%;
  }
}
.voices-by-size-partial-07bb70 .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 .title {
    font-size: 36px;
  }
}
.voices-by-size-partial-07bb70 .introduction {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 .introduction {
    font-size: 20px;
    margin: 24px 0;
  }
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  min-height: 90%;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li {
  opacity: 0.5;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .icon {
  width: 44.651px;
  height: 44.651px;
  border-radius: 50%;
  position: relative;
  transform-origin: 0 0;
  background: white;
  box-shadow: 2.2939128876px 2.2939128876px 11.4695644379px #ECECF6 inset;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.48px;
  height: 22.48px;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts {
  padding-left: 11px;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts span {
  width: 100%;
  display: block;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts .name {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.055px;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li .tab-item .texts .units {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.055px;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li.active {
  opacity: 1;
}
.voices-by-size-partial-07bb70 .desktop-content .tabs ul li.active .tab-item .icon {
  border: 1px solid #ED7009;
  box-shadow: none;
  background: transparent;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab {
  background: #ffffff;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item {
  display: flex;
  border-radius: 12px;
  background: #FFF;
  overflow: hidden;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain {
  display: flex;
  padding: 24px 41px 24px 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .description {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content span {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content .name a {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .description {
    font-size: 16px;
  }
  .voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .description-contain .end-content span {
    font-size: 16px;
  }
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .image-contain {
  height: 100%;
  min-height: 335px;
  width: 50%;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .body-item .image-contain img {
  width: 100%;
  min-height: 335px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.voices-by-size-partial-07bb70 .desktop-content .body-tab .owl-dots {
  display: none;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 .desktop-content {
    display: none;
  }
}
.voices-by-size-partial-07bb70 .movil-content {
  display: none;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices {
  opacity: 0;
  transition: 0.4s;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  margin-bottom: 24px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .icon {
  width: 44.651px;
  height: 44.651px;
  border-radius: 50%;
  position: relative;
  transform-origin: 0 0;
  background: white;
  box-shadow: 2.2939128876px 2.2939128876px 11.4695644379px #ECECF6 inset;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.48px;
  height: 22.48px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts {
  padding-left: 11px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts span {
  width: 100%;
  display: block;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .name {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.055px;
  text-decoration: none;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .units {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.055px;
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .tab-item .texts .units {
    font-size: 13px;
  }
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item {
  border-radius: 12px;
  background: #FFF;
  overflow: hidden;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain {
  display: flex;
  padding: 24px 41px 24px 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .description {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content span {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content .name a {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .description {
    font-size: 16px;
  }
  .voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .description-contain .end-content span {
    font-size: 16px;
  }
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .image-contain {
  height: 100%;
  height: 164px;
  width: 100%;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item .item .body-item .image-contain img {
  width: 100%;
  height: 164px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-item.active .item .tab-item .icon {
  border: 1px solid #ED7009;
  box-shadow: none;
  background: transparent;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .voices-by-size-partial-07bb70 .movil-content .slide-voices .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}
@media (max-width: 768px) {
  .voices-by-size-partial-07bb70 .movil-content {
    display: block;
  }
}

.we-are-here-partial-7651d1 {
  padding-top: 100px;
  background: #ffffff;
}
.we-are-here-partial-7651d1 .we-are-here .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}
.we-are-here-partial-7651d1 .we-are-here .title strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .we-are-here-partial-7651d1 .we-are-here .title {
    font-size: 25px;
  }
}
.we-are-here-partial-7651d1 .we-are-here .item {
  margin-bottom: 150px;
}
.we-are-here-partial-7651d1 .we-are-here .item .image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.we-are-here-partial-7651d1 .we-are-here .item .icon {
  max-width: 24px;
  height: 24px;
}
.we-are-here-partial-7651d1 .we-are-here .item h4 {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .we-are-here-partial-7651d1 .we-are-here .item h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.we-are-here-partial-7651d1 .we-are-here .item .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.we-are-here-partial-7651d1 .we-are-here .item .description * {
  color: #637281 !important;
}
@media (max-width: 500px) {
  .we-are-here-partial-7651d1 .we-are-here .item .description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .we-are-here-partial-7651d1 .we-are-here .item {
    margin-bottom: 32px;
    padding: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), -8px 8px 16px 0px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 768px) {
  .we-are-here-partial-7651d1 .we-are-here {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .we-are-here-partial-7651d1 .we-are-here .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.we-are-here-partial-7651d1 .we-are-here:last-child .item:last-child {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .we-are-here-partial-7651d1 .we-are-here:last-child .item:last-child {
    margin-bottom: 81px;
  }
}

.join-us-partial-3dd237 {
  background: #1A1728;
  position: relative;
  padding: 60px 24px;
  text-align: center;
}
.join-us-partial-3dd237 p {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .join-us-partial-3dd237 p {
    font-size: 15px;
  }
  .join-us-partial-3dd237 p br {
    display: none;
  }
}
.join-us-partial-3dd237 .cta-join-us {
  display: flex;
  height: 48px;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition: 0.4s;
  border-radius: 35px;
  text-align: center;
  max-width: fit-content;
  text-decoration: none;
  margin: 0 auto 8px auto;
}
.join-us-partial-3dd237 .cta-join-us span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.join-us-partial-3dd237 .cta-join-us svg {
  display: none;
}
@media (max-width: 500px) {
  .join-us-partial-3dd237 .cta-join-us {
    height: 32px;
    padding: 8px 7px 8px 13px;
  }
  .join-us-partial-3dd237 .cta-join-us span {
    font-size: 13px;
    margin-right: 7.9px;
  }
  .join-us-partial-3dd237 .cta-join-us svg {
    display: block;
  }
}
.join-us-partial-3dd237 .get-advice {
  display: flex;
  padding: 5.672px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.09px;
  margin: 0 auto;
  text-decoration: none;
  color: #ffffff;
  max-width: fit-content;
}
.join-us-partial-3dd237 .get-advice span {
  margin-right: 7.9px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.join-us-partial-3dd237 .get-advice svg {
  width: 15.598px;
  height: 15.598px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .join-us-partial-3dd237 .get-advice span {
    font-size: 13px;
  }
}
.join-us-partial-3dd237 .svg-circles {
  max-width: 74.746px;
  max-height: 323.897px;
  flex-shrink: 0;
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(40%);
}
@media (max-width: 768px) {
  .join-us-partial-3dd237 .svg-circles {
    display: none;
  }
}

.how-we-do-it-partial-7ad96e {
  background: linear-gradient(0deg, #F6F9FC 44.63%, #FFF 88.46%);
  padding: 100px 24px 0 24px;
  /*=========== step by step ===========*/
}
.how-we-do-it-partial-7ad96e .how-we-do-it {
  margin-bottom: 100px;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .description {
  color: #637281;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .description strong {
  font-weight: 700;
  color: #0A2540;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo {
  display: flex;
  height: 48px;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition: 0.4s;
  border-radius: 35px;
  text-align: center;
  max-width: fit-content;
  text-decoration: none;
  margin: 0 auto 8px 0;
  border: 1px solid #7d65fe;
  background: #7d65fe;
  color: #ffffff;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo svg {
  display: none;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo:hover {
  color: #7d65fe;
  background: #ffffff;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo {
    height: 32px;
    padding: 8px 7px 8px 13px;
  }
  .how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo span {
    font-size: 13px;
    margin-right: 7.9px;
  }
  .how-we-do-it-partial-7ad96e .how-we-do-it .cta-get-demo svg {
    display: block;
  }
}
.how-we-do-it-partial-7ad96e .how-we-do-it .image-contain {
  border-radius: 24px 60px 24px 24px;
  overflow: hidden;
  max-width: 482px;
}
.how-we-do-it-partial-7ad96e .how-we-do-it .image-contain img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .how-we-do-it-partial-7ad96e .how-we-do-it {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .how-we-do-it-partial-7ad96e .how-we-do-it .title {
    font-size: 30px;
    font-weight: 700;
  }
  .how-we-do-it-partial-7ad96e .how-we-do-it .description {
    font-size: 17px;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .title-step-by-step {
  color: #7D65FE;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step .title-step-by-step {
    font-size: 30px;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .introduction {
  color: #637281;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step .introduction {
    font-size: 17px;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .step {
  margin-bottom: 150px;
}
.how-we-do-it-partial-7ad96e .step-by-step .step img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.how-we-do-it-partial-7ad96e .step-by-step .step .before-title {
  color: #7D65FE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .how-we-do-it-partial-7ad96e .step-by-step .step .before-title {
    font-size: 10px;
    font-weight: 700;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .step h4 {
  color: #0A2540;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step .step h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .step .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.how-we-do-it-partial-7ad96e .step-by-step .step .description p:last-child {
  margin-bottom: 0;
}
.how-we-do-it-partial-7ad96e .step-by-step .step .description * {
  color: #637281 !important;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step .step .description {
    font-size: 15px;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step .step .cta-know-more {
  display: flex;
  width: fit-content;
  padding: 5.672px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.09px;
  text-decoration: none;
}
.how-we-do-it-partial-7ad96e .step-by-step .step .cta-know-more span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step .step {
    margin-bottom: 81px;
  }
}
@media (min-width: 768px) {
  .how-we-do-it-partial-7ad96e .step-by-step .step:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
.how-we-do-it-partial-7ad96e .step-by-step:last-child .step:last-child {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .how-we-do-it-partial-7ad96e .step-by-step:last-child .step:last-child {
    margin-bottom: 81px;
  }
}

.true-story-partial-5878a2 {
  padding: 100px 24px;
  position: relative;
}
.true-story-partial-5878a2 .svg-contain {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-70%);
}
@media (max-width: 768px) {
  .true-story-partial-5878a2 .svg-contain {
    display: none;
  }
}
.true-story-partial-5878a2 .title {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .title {
    font-size: 30px;
  }
}
.true-story-partial-5878a2 .description {
  color: #0A2540;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .description {
    font-size: 15px;
  }
}
.true-story-partial-5878a2 .slide-stories {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 1;
}
.true-story-partial-5878a2 .slide-stories .owl-stage {
  display: flex;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item {
  display: block;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item {
  padding: 2px;
  height: 100%;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .image-contain {
  width: 100%;
  max-height: 223.38px;
  overflow: hidden;
  border-radius: 12px;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body h4 {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body h4 {
    font-size: 13px;
  }
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body .tag {
  display: flex;
  width: 97px;
  height: 20.952px;
  justify-content: center;
  align-items: center;
  gap: 3.104px;
  background: #E6FAF0;
  text-align: center;
  font-size: 10.088px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.078px;
  border-radius: 6.208px;
  color: #226C62;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body .tag {
    font-size: 7.8px;
  }
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body .stroy-description {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body .stroy-description {
    font-size: 10px;
  }
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body a {
  display: flex;
  width: 112.223px;
  height: 33.667px;
  padding: 5.611px 11.222px;
  justify-content: center;
  align-items: center;
  gap: 7.014px;
  border-radius: 24.549px;
  border: 0.842px solid #000000;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 11.222px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.07px;
  transition: 0.4s;
}
.true-story-partial-5878a2 .slide-stories .owl-stage .owl-item .item .card-story .body a:hover {
  background: #000000;
  color: #FFF;
}
.true-story-partial-5878a2 .slide-stories .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 66px);
  justify-content: space-between;
  align-items: center;
}
.true-story-partial-5878a2 .slide-stories .owl-nav button {
  outline: none;
  width: 54px;
  height: 57px;
}
.true-story-partial-5878a2 .slide-stories .owl-nav .disabled {
  opacity: 0.7;
}
.true-story-partial-5878a2 .slide-stories .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.true-story-partial-5878a2 .slide-stories .owl-dots .owl-dot {
  width: 9.605px;
  height: 9.605px;
  flex-shrink: 0;
  background: #B6B6B6;
  margin: 0 4px;
  border-radius: 50%;
}
.true-story-partial-5878a2 .slide-stories .owl-dots .owl-dot.active {
  width: 15.688px;
  height: 15.688px;
  background: #7D65FE;
}
@media (max-width: 500px) {
  .true-story-partial-5878a2 .slide-stories .owl-dots .owl-dot {
    width: 5.395px;
    height: 5.395px;
  }
  .true-story-partial-5878a2 .slide-stories .owl-dots .owl-dot.active {
    width: 8.811px;
    height: 8.811px;
  }
}

.logos-slide-partial-f8ca70 {
  position: relative;
  padding: 3rem 0;
  background: transparent;
}
@media (max-width: 768px) {
  .logos-slide-partial-f8ca70 {
    padding: 2rem 0;
  }
}
.logos-slide-partial-f8ca70 .svg-bottom {
  position: absolute;
  bottom: 3rem;
  transform: none;
  right: 1%;
  z-index: 2;
}
@media (max-width: 768px) {
  .logos-slide-partial-f8ca70 .svg-bottom {
    display: none;
  }
}
.logos-slide-partial-f8ca70 .clip-path {
  position: relative;
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  background: #1A1728;
  min-height: 483px;
  padding: 6rem 24px;
}
@media (max-width: 768px) {
  .logos-slide-partial-f8ca70 .clip-path {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    min-height: auto;
    padding: 4rem 16px;
  }
}
.logos-slide-partial-f8ca70 .clip-path .col-12 p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.logos-slide-partial-f8ca70 .clip-path .col-12 p span {
  color: #A999FF;
}
@media (max-width: 500px) {
  .logos-slide-partial-f8ca70 .clip-path .col-12 p {
    font-size: 16px;
    text-align: center;
  }
}
.logos-slide-partial-f8ca70 .clip-path .col-12 .slide-contain {
  position: relative;
}
.logos-slide-partial-f8ca70 .clip-path .col-12 .slide-contain::after {
  content: "";
  width: 106px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(270deg, #1A1728 4.89%, rgba(26, 23, 40, 0) 91.73%);
}
.logos-slide-partial-f8ca70 .clip-path .col-12 .slide-contain .logos-slide {
  margin-bottom: 2rem;
  opacity: 0;
  transition: 1s;
}
.logos-slide-partial-f8ca70 .clip-path .col-12 .slide-contain .logos-slide .item {
  height: 100px;
  overflow: hidden;
}
.logos-slide-partial-f8ca70 .clip-path .col-12 .slide-contain .logos-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logos-slide-partial-f8ca70 .clip-path .col-12:last-child .logos-slide {
  margin-bottom: 0;
}

.properties-that-trust-neivor-partial-243d09 {
  padding: 7rem 24px 5rem 24px;
  background: linear-gradient(0deg, #FFF 44.63%, #F6F9FC 88.46%);
  /*============= Group content properties that trust neivor ==============*/
}
@media (max-width: 500px) {
  .properties-that-trust-neivor-partial-243d09 {
    padding: 24px 24px;
    background: #F6F9FC;
  }
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor {
    display: none;
  }
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor .icon-contain {
  position: relative;
  width: 98.647px;
  height: 93.5px;
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor .icon-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor h2 {
  color: #23375E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor h2 span {
  font-weight: 300;
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor p {
  color: #637281;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.properties-that-trust-neivor-partial-243d09 .content-group-before-properties-that-trust-neivor p strong {
  color: #23375E;
  font-weight: 700;
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .title {
  color: #0A2540;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .title {
    font-size: 25px;
  }
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .intro-before-title {
  color: #637281;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .intro-before-title {
    font-size: 18px;
  }
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .card-property {
  padding: 16px 13.948px;
  border-radius: 14.306px;
  background: #FFF;
  box-shadow: 3.576px 3.576px 15px 0px #F1F1F1;
  text-align: center;
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .card-property img {
  margin: 0.7rem auto;
  width: 30.758px;
  height: 30.758px;
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .card-property h4 {
  color: #23375E;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
.properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .card-property p {
  color: #637281;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
@media (max-width: 640px) {
  .properties-that-trust-neivor-partial-243d09 .properties-that-trust-neivor .card-property p {
    min-height: 45px;
  }
}

.generic-banner-partial-ec8c2e {
  padding: 50px 0 1rem 0;
  position: relative;
  height: auto;
  /*================ Nav ================*/
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e {
    padding: 1rem 0;
  }
}
.generic-banner-partial-ec8c2e .svg {
  position: absolute;
  bottom: 2%;
  left: 2%;
  transform: translateX(-2%);
  z-index: 1;
}
@media (max-width: 510px) {
  .generic-banner-partial-ec8c2e .svg {
    display: none;
  }
}
.generic-banner-partial-ec8c2e .background-desktop {
  width: 100%;
  height: 100%;
  transition: 1s;
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  z-index: 1;
}
.generic-banner-partial-ec8c2e .background-movil {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: none;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.generic-banner-partial-ec8c2e .banner {
  padding: 0 24px;
}
.generic-banner-partial-ec8c2e .banner .row {
  position: relative;
  z-index: 1;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .title span {
  font-weight: 400;
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e .banner .row .text-content .title {
    font-size: 27px;
  }
}
.generic-banner-partial-ec8c2e .banner .row .text-content .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
  max-width: 583px;
  margin-bottom: 81px;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .description br {
  display: none;
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e .banner .row .text-content .description {
    font-size: 17px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .generic-banner-partial-ec8c2e .banner .row .text-content .description br {
    display: block;
  }
  .generic-banner-partial-ec8c2e .banner .row .text-content .description span {
    font-weight: 700;
  }
}
.generic-banner-partial-ec8c2e .banner .row .text-content .cta {
  height: 48px;
  padding: 8px 16px;
  border-radius: 35px;
  min-width: 195px;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  justify-content: center;
  align-items: center;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .cta span {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e .banner .row .text-content .cta {
    margin-bottom: 8px;
  }
}
.generic-banner-partial-ec8c2e .banner .row .text-content .text-after-cta {
  margin-top: 22px;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .text-after-cta p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .text-after-cta p a {
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.generic-banner-partial-ec8c2e .banner .row .text-content .text-after-cta p a svg {
  width: 15.598px;
  height: 15.598px;
  margin-left: 22px;
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e .banner .row .text-content .text-after-cta p a {
    margin-bottom: 8px;
  }
}
.generic-banner-partial-ec8c2e .banner .row .image-contain .img-desktop {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
.generic-banner-partial-ec8c2e .banner .row .image-contain .img-movil {
  max-width: 312px;
  width: 100%;
  height: auto;
  margin: 0;
}
.generic-banner-partial-ec8c2e .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.generic-banner-partial-ec8c2e .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .generic-banner-partial-ec8c2e .video {
    border-radius: 4px;
  }
}
.generic-banner-partial-ec8c2e .nav-contain {
  margin: 3rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .generic-banner-partial-ec8c2e .nav-contain {
    padding: 32px;
  }
}
.generic-banner-partial-ec8c2e .nav-contain .row {
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a {
  text-decoration: none;
  display: flex;
  height: 52px;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  width: auto;
  transition: 0.4s;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a img {
  width: 18.108px;
  height: 18.108px;
  flex-shrink: 0;
  margin-right: 8px;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a .icon.hover {
  display: none;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a span {
  color: #637281;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a svg {
  display: flex;
  width: 18.108px;
  height: 18.108px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a:hover {
  background: #0A2540;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a:hover .icon.normal {
  display: none;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a:hover .icon.hover {
  display: block;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a:hover span {
  color: #ffffff;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a:hover svg path {
  stroke: #ffffff;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a.active {
  background: #0A2540;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a.active .icon.normal {
  display: none;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a.active .icon.hover {
  display: block;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a.active span {
  color: #ffffff;
}
.generic-banner-partial-ec8c2e .nav-contain .row li a.active svg path {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .generic-banner-partial-ec8c2e .nav-contain .row li {
    margin-bottom: 16px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .generic-banner-partial-ec8c2e .nav-contain .row li:last-child {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .generic-banner-partial-ec8c2e .background-desktop {
    display: none;
  }
  .generic-banner-partial-ec8c2e .background-movil {
    display: block;
  }
}

.allies-partial-c9ecc6 {
  background: #F5F8FA;
  display: flex;
  min-height: 282px;
  padding: 3rem 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.allies-partial-c9ecc6 .title {
  color: #0A2540;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.allies-partial-c9ecc6 .title strong {
  font-weight: 700;
}
.allies-partial-c9ecc6 img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.biased-section-partial-95d4ad {
  position: relative;
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  background: #1A1728;
  min-height: 483px;
  padding: 10rem 24px;
}
.biased-section-partial-95d4ad .content p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}

.properties-you-trust-partial-88f88c {
  padding: 5rem 24px;
  background: #F6F9FC;
}
@media (max-width: 768px) {
  .properties-you-trust-partial-88f88c {
    padding: 3rem 24px 0.5rem 24px;
  }
}
.properties-you-trust-partial-88f88c .title {
  color: #0A2540;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.properties-you-trust-partial-88f88c .title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .properties-you-trust-partial-88f88c .title {
    font-size: 25px;
  }
}
.properties-you-trust-partial-88f88c .intro-before-title {
  color: #637281;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .properties-you-trust-partial-88f88c .intro-before-title {
    font-size: 18px;
  }
}
.properties-you-trust-partial-88f88c .card-property {
  padding: 16px 13.948px;
  border-radius: 14.306px;
  background: #FFF;
  box-shadow: 3.576px 3.576px 15px 0px #F1F1F1;
  text-align: center;
  height: 100%;
}
.properties-you-trust-partial-88f88c .card-property img {
  margin: 0.7rem auto;
  width: 30.758px;
  height: 30.758px;
}
.properties-you-trust-partial-88f88c .card-property h4 {
  color: #23375E;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
.properties-you-trust-partial-88f88c .card-property p {
  color: #637281;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}

.boost-your-business-partial-ca6162 {
  display: flex;
  padding: 5rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.boost-your-business-partial-ca6162 .title-and-intro {
  padding: 0 24px;
}
.boost-your-business-partial-ca6162 .title-and-intro h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.boost-your-business-partial-ca6162 .title-and-intro h2 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .boost-your-business-partial-ca6162 .title-and-intro h2 {
    font-size: 25px;
  }
}
.boost-your-business-partial-ca6162 .title-and-intro p {
  color: #637281;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .boost-your-business-partial-ca6162 .title-and-intro p {
    font-size: 18px;
  }
}
.boost-your-business-partial-ca6162 .boost-slide {
  opacity: 0;
  transition: 1s;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 18.409px;
  position: relative;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11.045px;
}
@media (max-width: 768px) {
  .boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item .feature-image {
    min-height: 398px;
  }
}
.boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item .content {
  position: absolute;
  border-radius: 11.045px;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10rem 24px 24px 24px;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item .content .logo {
  width: 154.636px;
  height: auto;
  object-fit: contain;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-item .card-item .content .comment {
  color: #ffffff;
  font-size: 17.489px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  align-self: stretch;
  margin-bottom: 0;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-dots {
  display: flex;
  justify-self: center;
  gap: 8px;
  align-items: center;
  margin-top: 1rem;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-dots .owl-dot {
  width: 5.395px;
  height: 5.395px;
  border-radius: 50%;
  background: #B6B6B6;
}
.boost-your-business-partial-ca6162 .boost-slide .owl-dots .owl-dot.active {
  width: 8.811px;
  height: 8.811px;
  background: #7D65FE;
}
.boost-your-business-partial-ca6162 .the-slide-movil {
  padding: 0;
  width: 100%;
}

.ideal-products-partial-c221ef {
  padding: 32px 24px;
  background: #ffffff;
}
.ideal-products-partial-c221ef h2 {
  color: #0A2540;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  padding: 0 1.6rem;
}
.ideal-products-partial-c221ef h2 span {
  font-weight: 400;
}
@media (max-width: 768px) {
  .ideal-products-partial-c221ef h2 {
    padding: 0;
    font-size: 25px;
  }
}
.ideal-products-partial-c221ef .product-card {
  max-width: 360px;
  margin: 0 auto;
  height: 470px;
  padding: 4px 4px 24px 4px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.ideal-products-partial-c221ef .product-card .image-contain img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  max-height: 146px;
  object-fit: cover;
}
.ideal-products-partial-c221ef .product-card .body-card {
  padding: 24px 16px;
}
.ideal-products-partial-c221ef .product-card .body-card .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
}
.ideal-products-partial-c221ef .product-card .body-card .title h3 {
  color: #0A2540;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.311px;
  align-self: stretch;
}
.ideal-products-partial-c221ef .product-card .body-card .items .name a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  color: var(--Purple-purple-dark, #473EA1);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1px;
  text-decoration: none;
  margin-bottom: 16px;
}
@media (max-width: 510px) {
  .ideal-products-partial-c221ef .product-card {
    height: auto;
  }
  .ideal-products-partial-c221ef .product-card .body-card {
    padding-bottom: 0;
  }
}

.after-banner-section-partial-b30c5f {
  padding: 7rem 24px;
  background: #F6F9FC;
}
.after-banner-section-partial-b30c5f .icon-contain {
  position: relative;
  width: 98.647px;
  height: 93.5px;
  margin: 0 auto;
}
.after-banner-section-partial-b30c5f .icon-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.after-banner-section-partial-b30c5f h2 {
  color: #23375E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.after-banner-section-partial-b30c5f h2 span {
  font-weight: 300;
}
.after-banner-section-partial-b30c5f p {
  color: #637281;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.after-banner-section-partial-b30c5f p strong {
  color: #23375E;
  font-weight: 700;
}
@media (max-width: 510px) {
  .after-banner-section-partial-b30c5f {
    padding: 4rem 24px;
  }
}

.banner-partial-4607af {
  position: relative;
  height: auto;
}
.banner-partial-4607af svg {
  position: absolute;
  bottom: 2%;
  left: 2%;
  transform: translateX(-2%);
  z-index: 3;
}
@media (max-width: 510px) {
  .banner-partial-4607af svg {
    display: none;
  }
}
.banner-partial-4607af .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 4rem;
}
.banner-partial-4607af .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .banner-partial-4607af .video {
    border-radius: 4px;
  }
}
.banner-partial-4607af .banner-slide {
  opacity: 0;
  transition: 1s;
}
.banner-partial-4607af .banner-slide .owl-item .item {
  height: auto;
  padding-bottom: 4rem;
}
.banner-partial-4607af .banner-slide .owl-item .item .background-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  /* @media(min-width:1500px){
      height: auto;
      object-fit: contain;
  } */
}
.banner-partial-4607af .banner-slide .owl-item .item .background-movil {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: none;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-partial-4607af .banner-slide .owl-item .item .row {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem 0;
}
@media (max-width: 768px) {
  .banner-partial-4607af .banner-slide .owl-item .item .row {
    padding: 8rem 24px 4rem 24px;
  }
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description {
    font-size: 18px;
  }
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h1, .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h2, .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h3, .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h4, .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h5, .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description h6 {
  font-weight: 700;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description .big-text {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description .big-text strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .description .big-text {
    font-size: 30px;
  }
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .cta {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  border-radius: 35px;
  min-width: 195px;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  justify-content: center;
  align-items: center;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .text-content .cta span {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner-partial-4607af .banner-slide .owl-item .item .row .text-content .cta {
    margin-bottom: 8px;
  }
}
.banner-partial-4607af .banner-slide .owl-item .item .row .image-contain img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.banner-partial-4607af .banner-slide .owl-item .item .row .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 510px) {
  .banner-partial-4607af .banner-slide .owl-item .item .row .video {
    border-radius: 4px;
  }
}
@media (max-width: 510px) {
  .banner-partial-4607af .banner-slide .owl-item .item {
    min-height: 80vh;
  }
}
@media (max-width: 768px) {
  .banner-partial-4607af .banner-slide .owl-item .item .background-desktop {
    display: none;
  }
  .banner-partial-4607af .banner-slide .owl-item .item .background-movil {
    display: block;
  }
}
.banner-partial-4607af .banner-slide .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
}
.banner-partial-4607af .banner-slide .owl-dots .owl-dot {
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #637281;
}
.banner-partial-4607af .banner-slide .owl-dots .owl-dot.active {
  background: #7d65fe;
}
.banner-partial-4607af .success-stories .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
}
.banner-partial-4607af .success-stories .owl-dots .owl-dot {
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #637281;
  transition: 0.2s;
}
.banner-partial-4607af .success-stories .owl-dots .owl-dot.active {
  width: 15px;
  height: 15px;
  background: #3EC7B5;
}
@media (max-width: 510px) {
  .banner-partial-4607af .success-stories .owl-dots {
    top: 100%;
    transform: translate(-50%, -100%);
  }
}

.new-allies-partial-c9ecc6 {
  background: #F5F8FA;
  display: flex;
  min-height: 282px;
  padding: 3rem 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.new-allies-partial-c9ecc6 .title {
  color: #0A2540;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-allies-partial-c9ecc6 .title strong {
  font-weight: 700;
}
.new-allies-partial-c9ecc6 img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.new-biased-section-partial-95d4ad {
  position: relative;
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  background: #1A1728;
  min-height: 483px;
  padding: 10rem 24px;
}
.new-biased-section-partial-95d4ad .content p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
}

.new-properties-you-trust-partial-88f88c {
  padding: 5rem 24px;
}
@media (max-width: 768px) {
  .new-properties-you-trust-partial-88f88c {
    padding: 3rem 24px 0.5rem 24px;
  }
}
.new-properties-you-trust-partial-88f88c .title {
  color: #0A2540;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
}
.new-properties-you-trust-partial-88f88c .title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-properties-you-trust-partial-88f88c .title {
    font-size: 25px;
  }
}
.new-properties-you-trust-partial-88f88c .intro-before-title {
  color: #637281;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .new-properties-you-trust-partial-88f88c .intro-before-title {
    font-size: 18px;
  }
}
.new-properties-you-trust-partial-88f88c .card-property {
  padding: 16px 13.948px;
  border-radius: 14.306px;
  background: #FFF;
  box-shadow: 3.576px 3.576px 15px 0px #F1F1F1;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .new-properties-you-trust-partial-88f88c .card-property {
    padding: 7.73px 6.74px;
  }
}
.new-properties-you-trust-partial-88f88c .card-property img {
  margin: 0.7rem auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .new-properties-you-trust-partial-88f88c .card-property img {
    width: 30.92px !important;
    height: 30.92px !important;
  }
}
.new-properties-you-trust-partial-88f88c .card-property .name {
  color: #23375E;
  text-align: center;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150% !important;
  letter-spacing: 0.1px !important;
  align-self: stretch !important;
  margin: 0 !important;
}
.new-properties-you-trust-partial-88f88c .card-property p {
  color: #637281;
  text-align: center;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 150% !important;
  letter-spacing: 0.1px !important;
  align-self: stretch !important;
  margin: 0 !important;
}
.new-properties-you-trust-partial-88f88c .card-border-purple {
  padding: 32px 48px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #EFF1F2;
}
@media (max-width: 767px) {
  .new-properties-you-trust-partial-88f88c .card-border-purple {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}
.new-properties-you-trust-partial-88f88c .card-border-purple::before {
  content: "";
  display: block;
  background: #7E66FC;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .new-properties-you-trust-partial-88f88c .card-border-purple::before {
    display: none;
  }
}
.new-properties-you-trust-partial-88f88c .card-border-purple .overly-purple {
  position: absolute;
  top: 5px;
  left: 23px;
  color: #7E66FC;
  opacity: 20%;
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .new-properties-you-trust-partial-88f88c .card-border-purple .overly-purple {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.new-properties-you-trust-partial-88f88c .card-border-purple .description {
  font-weight: 300;
  line-height: 37.5px;
  letter-spacing: 0px;
  font-style: italic;
}
.new-properties-you-trust-partial-88f88c .card-border-purple .description strong {
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .new-properties-you-trust-partial-88f88c .card-border-purple .description {
    font-size: 26px;
    line-height: 37.5px;
  }
  .new-properties-you-trust-partial-88f88c .card-border-purple .description br {
    display: none;
  }
}
.new-properties-you-trust-partial-88f88c .card-border-purple .call-to-action {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #7e66fc;
  text-decoration: none;
  text-transform: uppercase;
}

.new-boost-your-business-partial-ca6162 {
  padding: 5rem 0;
}
.new-boost-your-business-partial-ca6162 .title-and-intro {
  margin-bottom: 2rem;
}
.new-boost-your-business-partial-ca6162 .title-and-intro h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.new-boost-your-business-partial-ca6162 .title-and-intro h2 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-boost-your-business-partial-ca6162 .title-and-intro h2 {
    font-size: 24px;
  }
}
.new-boost-your-business-partial-ca6162 .title-and-intro p {
  color: #637281;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .new-boost-your-business-partial-ca6162 .title-and-intro p {
    font-size: 20px;
  }
}
.new-boost-your-business-partial-ca6162 .boost-slide {
  opacity: 0;
  transition: opacity 0.5s;
  padding-bottom: 12px;
}
.new-boost-your-business-partial-ca6162 .boost-slide .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-top: 1.25rem;
}
.new-boost-your-business-partial-ca6162 .boost-slide .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B6B6B6;
  display: block;
}
.new-boost-your-business-partial-ca6162 .boost-slide .owl-dots .owl-dot.active span {
  width: 9px;
  height: 9px;
  background: #7D65FE;
}
.new-boost-your-business-partial-ca6162 .card-item {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
  text-decoration: none;
}
.new-boost-your-business-partial-ca6162 .card-item .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.new-boost-your-business-partial-ca6162 .card-item .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 50%);
  border-radius: 12px;
}
.new-boost-your-business-partial-ca6162 .card-item .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.new-boost-your-business-partial-ca6162 .card-item .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #EBE6F3;
  color: #0A2540;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 10px;
  height: 23px;
  border-radius: 100px;
}
.new-boost-your-business-partial-ca6162 .card-item .card-tag::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dot-color, #7D65FE);
  flex-shrink: 0;
}
.new-boost-your-business-partial-ca6162 .card-item .card-logo {
  max-width: 170.28px;
  height: 40.37px;
  object-fit: contain;
}
.new-boost-your-business-partial-ca6162 .card-item .card-name {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 36px;
}
.new-boost-your-business-partial-ca6162 .card-item .card-stat {
  font-family: "Urbanist", sans-serif;
  color: #C9BFFF;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  line-height: 15px;
  text-decoration: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.new-boost-your-business-partial-ca6162 .card-item .card-stat::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 4px;
  background: #7D65FE;
}
.new-boost-your-business-partial-ca6162 .card-item .card-cta {
  font-family: "Urbanist", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 16px;
  width: 100%;
}
.new-boost-your-business-partial-ca6162 .card-item .card-cta svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .new-boost-your-business-partial-ca6162 .card-item {
    height: 398px;
  }
}

.new-ideal-products-partial-c221ef {
  padding: 5rem 0 3rem;
  background: #F9F9F9;
  margin-bottom: 2rem;
}
.new-ideal-products-partial-c221ef .ip-header {
  margin-bottom: 2.5rem;
}
.new-ideal-products-partial-c221ef .ip-header h2 {
  color: #0A2540;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.new-ideal-products-partial-c221ef .ip-header h2 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef .ip-header h2 {
    font-size: 24px;
  }
}
.new-ideal-products-partial-c221ef .ip-header .ip-subtitle {
  color: #637281;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin: 0;
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef .ip-header .ip-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef .ip-header {
    background: #FDF8FF;
    padding: 30px;
  }
}
.new-ideal-products-partial-c221ef .ip-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef .ip-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.new-ideal-products-partial-c221ef .product-card {
  width: 366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 4px 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.new-ideal-products-partial-c221ef .product-card .image-contain img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  max-height: 146px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef .product-card .image-contain img {
    max-height: 126.83px;
  }
}
.new-ideal-products-partial-c221ef .product-card .body-card {
  padding: 20px 16px 0;
}
.new-ideal-products-partial-c221ef .product-card .body-card .card-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.new-ideal-products-partial-c221ef .product-card .body-card .card-title-wrap .card-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.new-ideal-products-partial-c221ef .product-card .body-card .card-title-wrap h3 {
  color: #0A2540;
  font-size: 19px;
  font-weight: 600;
  line-height: 27.31px;
  margin: 0;
}
.new-ideal-products-partial-c221ef .product-card .body-card .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-ideal-products-partial-c221ef .product-card .body-card .items .item-row a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #473EA1;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.new-ideal-products-partial-c221ef .product-card .body-card .items .item-row a:hover {
  color: #7D65FE;
}
.new-ideal-products-partial-c221ef .product-card .body-card .items .item-row a svg {
  flex-shrink: 0;
}
@media (max-width: 510px) {
  .new-ideal-products-partial-c221ef .product-card {
    max-width: 327px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new-ideal-products-partial-c221ef {
    padding: 0 0 3rem 0;
    background: #FFFFFF;
  }
  .new-ideal-products-partial-c221ef .container {
    padding: 0;
  }
}

.new-after-banner-section-partial-b30c5f {
  padding: 5rem 0;
  background: #F5F8FA;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.new-after-banner-section-partial-b30c5f .abs-dots {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .new-after-banner-section-partial-b30c5f .abs-dots {
    display: none;
  }
}
.new-after-banner-section-partial-b30c5f .container {
  position: relative;
  z-index: 1;
}
.new-after-banner-section-partial-b30c5f .abs-header {
  text-align: left;
  margin-bottom: 3rem;
}
.new-after-banner-section-partial-b30c5f .abs-header h2 {
  color: #0A2540;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.new-after-banner-section-partial-b30c5f .abs-header h2 strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-after-banner-section-partial-b30c5f .abs-header h2 {
    font-size: 24px;
  }
}
.new-after-banner-section-partial-b30c5f .abs-header .abs-subtitle {
  color: #637281;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
}
@media (max-width: 768px) {
  .new-after-banner-section-partial-b30c5f .abs-header .abs-subtitle {
    font-size: 20px;
  }
}
.new-after-banner-section-partial-b30c5f .abs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .new-after-banner-section-partial-b30c5f .abs-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.new-after-banner-section-partial-b30c5f .abs-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.new-after-banner-section-partial-b30c5f .abs-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  height: 288px;
}
.new-after-banner-section-partial-b30c5f .abs-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-after-banner-section-partial-b30c5f .abs-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.new-after-banner-section-partial-b30c5f .abs-card__category {
  font-family: "Urbanist", sans-serif;
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7E66FC;
  margin-bottom: 8px;
}
.new-after-banner-section-partial-b30c5f .abs-card h3 {
  color: #2C2F30;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}
.new-after-banner-section-partial-b30c5f .abs-card p {
  color: #595C5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  flex: 1;
  margin-bottom: 16px;
}
.new-after-banner-section-partial-b30c5f .abs-card__link {
  color: #7E66FC;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.new-after-banner-section-partial-b30c5f .abs-card__link:hover {
  color: #5b47d6;
}
@media (max-width: 768px) {
  .new-after-banner-section-partial-b30c5f {
    padding: 3rem 0;
  }
}

.new-banner-partial-4607af {
  position: relative;
  background: #ffffff;
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af {
    padding: 2rem 0 0.5rem;
  }
}
.new-banner-partial-4607af::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 605px;
  background: linear-gradient(180deg, #7D65FE 0%, #B3A5FE 25.5%, #C4BAFF 35%, #DAD3FF 50%, #ECE8FF 65%, #F3F1FF 80%, #FFFFFF 100%);
  z-index: 0;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af::before {
    height: 305px;
  }
}
.new-banner-partial-4607af h1.title {
  color: #0A2540;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -1.6px;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.new-banner-partial-4607af h1.title span {
  font-style: italic;
  color: #7D65FE;
}
.new-banner-partial-4607af h1.title br {
  display: none;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af h1.title {
    font-size: 32px;
    line-height: 43.2px;
    letter-spacing: -2.4px;
    margin-bottom: 1.25rem;
  }
  .new-banner-partial-4607af h1.title span {
    font-style: normal;
  }
}
.new-banner-partial-4607af .call-to-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: auto;
}
.new-banner-partial-4607af .call-to-action img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new-banner-partial-4607af .statistics {
  border: 1px solid rgba(201, 196, 215, 0.2);
  background: rgba(253, 248, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  max-width: 476px;
  position: relative;
  z-index: 1;
}
.new-banner-partial-4607af .statistics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 20%;
  z-index: -1;
}
.new-banner-partial-4607af .statistics .stat {
  width: max-content;
}
.new-banner-partial-4607af .statistics .stat .label {
  color: #7E66FC;
  font-size: 24px !important;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
  letter-spacing: -1.2px;
}
.new-banner-partial-4607af .statistics .stat p {
  font-weight: 500;
  font-size: 10px !important;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #797586;
}
.new-banner-partial-4607af .statistics .stat:nth-child(2) {
  position: relative;
}
.new-banner-partial-4607af .statistics .stat:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 32px;
  opacity: 1;
  top: 50%;
  left: -45%;
  transform: translateY(-50%);
  background: rgba(201, 196, 215, 0.3019607843);
}
.new-banner-partial-4607af .statistics .stat:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 32px;
  opacity: 1;
  top: 50%;
  right: -45%;
  transform: translateY(-50%);
  background: rgba(201, 196, 215, 0.3019607843);
}
@media (max-width: 768px) {
  .new-banner-partial-4607af .statistics {
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    gap: 16px;
    backdrop-filter: none;
    border: none;
  }
  .new-banner-partial-4607af .statistics::before {
    display: none;
  }
  .new-banner-partial-4607af .statistics .stat {
    width: 47%;
    background: rgb(253, 248, 255);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    overflow: hidden;
  }
  .new-banner-partial-4607af .statistics .stat::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgb(91, 63, 215);
  }
  .new-banner-partial-4607af .statistics .stat h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -1.5px;
    margin: 0;
    color: #1C1A23;
  }
  .new-banner-partial-4607af .statistics .stat p {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #64748B;
    margin: 0;
  }
  .new-banner-partial-4607af .statistics .stat:nth-child(2)::after, .new-banner-partial-4607af .statistics .stat:nth-child(2)::before, .new-banner-partial-4607af .statistics .stat:nth-child(3)::after, .new-banner-partial-4607af .statistics .stat:nth-child(3)::before {
    display: none;
  }
  .new-banner-partial-4607af .statistics .stat:nth-child(4)::after {
    opacity: 40%;
  }
}
.new-banner-partial-4607af .form-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af .form-content {
    margin-bottom: 2rem;
  }
}
.new-banner-partial-4607af p.description {
  margin-top: 0.7rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 21.5px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #484554;
  position: relative;
  z-index: 1;
}
.new-banner-partial-4607af .image-contain {
  position: relative;
  height: 100%;
  max-height: 558px;
  z-index: 1;
}
.new-banner-partial-4607af .image-contain .hero-image {
  width: 100%;
  height: 100%;
  max-height: 900px;
  border-radius: 16px 0 0 16px;
  object-fit: cover;
  display: block;
  object-position: center top;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af .image-contain .hero-image {
    border-radius: 35px 0 0 35px;
    height: 423px;
    max-height: 423px;
    max-width: 100%;
    object-fit: cover;
  }
}
.new-banner-partial-4607af .image-contain .overly {
  position: absolute;
  bottom: 3rem;
  right: 20px;
  background: rgba(253, 248, 255, 0.8);
  border-radius: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(201, 196, 215, 0.2);
  min-width: 200px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .new-banner-partial-4607af .image-contain .overly {
    width: 100%;
    max-width: 307px;
    bottom: 1.5rem;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    padding: 23.25px 24px 24px 24px;
  }
}
.new-banner-partial-4607af .image-contain .overly .desktop-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .content .icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #5B3FD7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .content .icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .content .texts .label {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .content .texts p {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .porcent-bar {
  display: block;
  width: 100%;
  height: 6px;
  background: #F0EDF9;
  border-radius: 3px;
  overflow: hidden;
}
.new-banner-partial-4607af .image-contain .overly .desktop-content .porcent-bar .progress {
  display: block;
  height: 100%;
  background: #7D65FE;
  border-radius: 3px;
  transition: width 0.8s ease;
}
.new-banner-partial-4607af .image-contain .overly p.description {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #484554;
  margin: 0;
}
.new-banner-partial-4607af .stats-mobile-row {
  background: rgb(245, 240, 247);
  padding: 48px 24px;
  margin-top: 1rem;
}

.new-neivor-intelligence-partial {
  padding: 5rem 24px 3rem;
  background: #F6F9FC;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial {
    background: #ffffff;
  }
}
.new-neivor-intelligence-partial .ni-dots {
  display: block;
  position: absolute;
  left: 4%;
  top: 10%;
  transform: translate(-10%, -10%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1280px) {
  .new-neivor-intelligence-partial .ni-dots {
    left: 0;
  }
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-dots {
    display: none;
  }
}
.new-neivor-intelligence-partial .container {
  position: relative;
  z-index: 1;
}
.new-neivor-intelligence-partial .ni-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.new-neivor-intelligence-partial .ni-content .ni-label {
  display: block;
  color: #7D65FE;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-content .ni-label {
    font-size: 16px;
  }
}
.new-neivor-intelligence-partial .ni-content h2 {
  color: #0A2540;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
.new-neivor-intelligence-partial .ni-content h2 strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-content h2 {
    font-size: 24px;
  }
}
.new-neivor-intelligence-partial .ni-content p {
  color: #0A2540;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-content p {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.new-neivor-intelligence-partial .ni-content .ni-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7E66FC;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-content .ni-cta {
    font-size: 16px;
  }
}
.new-neivor-intelligence-partial .ni-content .ni-cta:hover {
  opacity: 0.75;
}
.new-neivor-intelligence-partial .ni-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-media {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 14.3%, rgba(148, 175, 241, 0.2) 100%);
    margin-left: -36px;
    margin-right: -36px;
    padding: 0 36px 54px;
  }
}
@media (max-width: 576px) {
  .new-neivor-intelligence-partial .ni-media {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px 54px;
  }
}
.new-neivor-intelligence-partial .ni-media > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.new-neivor-intelligence-partial .ni-media .ni-pill-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  margin-top: 24px;
}
.new-neivor-intelligence-partial .ni-media .ni-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #ffffff;
  border-radius: 100px;
  padding: 12px 36px;
  box-shadow: 0 8px 32px rgba(10, 37, 64, 0.1);
  text-decoration: none;
  transition: box-shadow 0.2s;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-media .ni-pill {
    padding: 12px 24px;
  }
}
.new-neivor-intelligence-partial .ni-media .ni-pill:hover {
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.16);
}
.new-neivor-intelligence-partial .ni-media .ni-pill__regular {
  color: #0A2540;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-media .ni-pill__regular {
    font-size: 11.48px;
  }
}
.new-neivor-intelligence-partial .ni-media .ni-pill__colored {
  background: linear-gradient(90deg, #473EA1, #49C5B1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 22px;
  font-weight: 600;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-media .ni-pill__colored {
    font-size: 11.48px;
  }
}
.new-neivor-intelligence-partial .ni-media .ni-pill__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.new-neivor-intelligence-partial .ni-media .ni-pill__icon img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial .ni-media .ni-pill__icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .new-neivor-intelligence-partial {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .new-neivor-intelligence-partial {
    padding: 2.5rem 16px 0;
  }
}

.new-free-tools-partial-home {
  padding: 5rem 0 1rem;
}
@media (max-width: 768px) {
  .new-free-tools-partial-home {
    padding-bottom: 0;
    padding-top: 1rem;
  }
}
.new-free-tools-partial-home .ft-header {
  margin-bottom: 2.5rem;
}
.new-free-tools-partial-home .ft-header h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.new-free-tools-partial-home .ft-header h2 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-free-tools-partial-home .ft-header h2 {
    font-size: 26px;
  }
}
.new-free-tools-partial-home .ft-header .ft-subtitle {
  color: #637281;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 768px) {
  .new-free-tools-partial-home .ft-header .ft-subtitle {
    font-size: 16px;
  }
}
.new-free-tools-partial-home .ft-slide {
  opacity: 0;
  transition: opacity 0.5s;
  padding-bottom: 12px;
}
.new-free-tools-partial-home .ft-slide .owl-item {
  padding: 4px 10px 20px;
}
.new-free-tools-partial-home .ft-slide .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-top: 0.5rem;
}
.new-free-tools-partial-home .ft-slide .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B6B6B6;
  display: block;
}
.new-free-tools-partial-home .ft-slide .owl-dots .owl-dot.active span {
  width: 9px;
  height: 9px;
  background: #7D65FE;
}
.new-free-tools-partial-home .ft-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0784313725);
  max-width: 347px;
  padding: 6px 6px 24px;
}
.new-free-tools-partial-home .ft-card .ft-card__image {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.new-free-tools-partial-home .ft-card .ft-card__image .ft-img {
  width: 100%;
  height: 209px;
  object-fit: cover;
  display: block;
}
.new-free-tools-partial-home .ft-card .ft-card__body {
  padding: 20px 18px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.new-free-tools-partial-home .ft-card .ft-card__body .ft-card__title {
  color: #0A2540;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.new-free-tools-partial-home .ft-card .ft-card__body .ft-card__desc {
  color: #0A2540;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2rem;
  flex: 1;
}
.new-free-tools-partial-home .ft-card .ft-card__body .ft-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7E66FC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto;
}
.new-free-tools-partial-home .ft-card .ft-card__body .ft-card__cta:hover {
  color: #5b47d6;
}

.new-cta-banner-partial-home {
  padding: 3rem 0 5rem;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home {
    padding: 1rem 0 5rem;
  }
}
.new-cta-banner-partial-home .abs-header {
  margin-bottom: 2rem;
}
.new-cta-banner-partial-home .abs-header h2 {
  color: #0A2540;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.new-cta-banner-partial-home .abs-header h2 strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .abs-header h2 {
    font-size: 26px;
  }
}
.new-cta-banner-partial-home .cta-banner__inner {
  background: #0D0F1A;
  border-radius: 16px;
  padding: 64px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.new-cta-banner-partial-home .cta-banner__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: radial-gradient(#7E66FC 0%, #0D0F1A 75%);
  opacity: 20%;
  z-index: 0;
  backdrop-filter: blur(120px);
}
.new-cta-banner-partial-home .cta-banner__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 256px;
  height: 256px;
  background: radial-gradient(#7E66FC 0%, #0D0F1A 75%);
  opacity: 20%;
  z-index: 0;
  backdrop-filter: blur(120px);
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .cta-banner__inner {
    padding: 48px 24px;
    border-radius: 12px;
    background: #0C0F10;
  }
  .new-cta-banner-partial-home .cta-banner__inner::after, .new-cta-banner-partial-home .cta-banner__inner::before {
    display: none;
  }
}
.new-cta-banner-partial-home .cta-banner__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7E66FC;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .cta-banner__eyebrow {
    display: none;
  }
}
.new-cta-banner-partial-home .cta-banner__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  max-width: 912px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .cta-banner__title {
    font-size: 24px;
    max-width: 276px;
  }
}
.new-cta-banner-partial-home .cta-banner__subtitle {
  color: #DCE1E4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 932px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .cta-banner__subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.new-cta-banner-partial-home .cta-banner__btn {
  display: inline-block;
  background: #7E66FC;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 40px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
  z-index: 1;
}
.new-cta-banner-partial-home .cta-banner__btn:hover {
  background: #6450d6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .new-cta-banner-partial-home .cta-banner__btn {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
    background: linear-gradient(90deg, #5A3ED6 0%, #A192FF 100%);
  }
}

.nav-menu-partial-00596a {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: right;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .nav-menu-partial-00596a {
    display: none;
  }
}
.nav-menu-partial-00596a li {
  margin: 0 0.8rem;
  width: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-menu-partial-00596a li {
    position: relative;
  }
}
.nav-menu-partial-00596a li .main-menu-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.nav-menu-partial-00596a li .sub-menu-pop-up {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 100%;
  display: none;
  transition: 0.2s;
  z-index: 99;
}
@media (max-width: 760px) {
  .nav-menu-partial-00596a li .sub-menu-pop-up {
    min-width: 100% !important;
  }
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row {
  width: fit-content;
  width: 100%;
  background: #F6F9FC;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.25);
  padding: 12px;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 992px) {
  .nav-menu-partial-00596a li .sub-menu-pop-up .row {
    top: 25px;
  }
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #F6F9FC;
  position: absolute;
  top: 0;
  left: 10%;
  transform: translate(-10%, -50%) rotate(45deg);
  display: block;
}
@media (max-width: 991px) {
  .nav-menu-partial-00596a li .sub-menu-pop-up .row::before {
    display: none;
  }
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up {
  margin-bottom: 8px;
  padding: 0 6px;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up .contain {
  display: flex;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  height: 100%;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up .contain .sub-menu-name {
  color: #0A2540;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1px;
  display: flex;
  padding: 4px 24px 4px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up .contain .nav-page {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up .contain .nav-page li {
  margin: 0;
  line-height: 0;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up .contain .nav-page li a {
  color: #6F7A9E;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
}
.nav-menu-partial-00596a li .sub-menu-pop-up .row .menu-pop-up:last-child {
  margin-bottom: 0;
}
.nav-menu-partial-00596a li:hover .sub-menu-pop-up {
  display: block;
}
.nav-menu-partial-00596a .sing-in {
  position: relative;
  width: fit-content;
}
.nav-menu-partial-00596a .sing-in .open-dorp-down {
  display: flex;
  width: 129px;
  height: 38.7px;
  padding: 6.45px 12.9px;
  justify-content: center;
  align-items: center;
  gap: 8.063px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  border-radius: 28.219px;
  border: 0.968px solid #ffffff;
}
.nav-menu-partial-00596a .sing-in .open-dorp-down span {
  text-align: center;
  font-size: 12.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.35px */
  letter-spacing: 0.081px;
}
@media (max-width: 991px) {
  .nav-menu-partial-00596a .sing-in .open-dorp-down {
    margin-top: 3rem;
    border-color: #0A2540;
    color: #0A2540;
  }
}
.nav-menu-partial-00596a .sing-in .drop-down {
  position: absolute;
  border-radius: 12px;
  background: #F6F9FC;
  padding: 12px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 17%);
  visibility: hidden;
  transition: 0.2s;
}
.nav-menu-partial-00596a .sing-in .drop-down::before {
  content: "";
  background: #F6F9FC;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
}
.nav-menu-partial-00596a .sing-in .drop-down ul {
  background: #ffffff;
  display: flex;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  list-style: none;
  margin: 0;
}
.nav-menu-partial-00596a .sing-in .drop-down ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.nav-menu-partial-00596a .sing-in .drop-down ul li a img {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3.001px 2px 2.5px 2px;
  justify-content: center;
  align-items: center;
}
.nav-menu-partial-00596a .sing-in .drop-down ul li a .text {
  color: #0A2540;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.nav-menu-partial-00596a .sing-in:hover .drop-down {
  visibility: visible;
}

.nav-menu-partial-00596a.active {
  display: block;
  position: fixed;
  z-index: 98;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 3rem;
}
.nav-menu-partial-00596a.active li .main-menu-name {
  color: #0A2540;
}
.nav-menu-partial-00596a.active li .sub-menu-pop-up.active {
  display: block;
  top: 8%;
  left: 0;
  width: 100%;
}
.nav-menu-partial-00596a.active li .sub-menu-pop-up.active .row {
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  margin: 0 auto;
  min-height: 70vh;
}

#single-success-stories-template-132d3d .how-to-hire-it-partial-117e5e {
  margin-bottom: 0;
}

#press-room-template-b6d044 .recognitions-partial-d722b5 {
  padding: 40px 24px 222px 24px;
}
#press-room-template-b6d044 .recognitions-partial-d722b5 .svg-circles {
  display: none;
}
#press-room-template-b6d044 .recognitions-partial-d722b5 .svg-large {
  top: 55%;
  transform: translateY(-65%) rotate(180deg);
}

#markets-template-db26f4 .fqas-partial-e0759f {
  padding-top: 0;
  margin-top: 0;
}
