.max-w-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_rounded {
  border-radius: 16px;
}
.img_rounded img {
  border-radius: 16px;
}

.mar_t64 {
  margin-top: 64px;
}

.mb-32 {
  margin-bottom: 32px;
}

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

.row-reverse {
  flex-direction: row-reverse;
}

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

.end-align {
  display: flex;
  justify-content: end;
}

.color-grey-text {
  color: #3B4452;
}

.h4_title {
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H4_FontSize, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

@media (max-width: 767px) {
  .small-left-text {
    text-align: left !important;
  }
}

p {
  margin: 0;
}

.gradient-container {
  background: linear-gradient(172deg, var(--Blue-Blue-100, #05040F) 13.32%, rgba(32, 29, 111, 0) 103.16%);
}

.custom-form {
  max-width: 900px;
  margin: 0 auto;
}
.custom-form a {
  word-break: break-all;
  color: #000;
  text-decoration: none;
}
.custom-form a:hover {
  text-decoration: underline;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.full {
  width: 100%;
}

.form-control {
  width: 100%;
  height: 48px;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  background: #f1f2f4;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th,
table td {
  padding: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.team-card img {
  border-radius: 17px;
}

.success_metrics {
  position: relative;
  z-index: 10;
}

.page-title {
  color: var(--Text-Colour-text-heading-on-dark, #F3F4FA);
  text-align: center;
  /* Headings/H1 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H1_FontSize, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 52px */
  letter-spacing: -2.6px;
}

.page-subtitle {
  color: var(--Text-Colour-text-body-on-dark, #C0C4CC);
  text-align: center;
  /* Paragraphs/Body Lg */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyLg_FontSize, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyLg_LineHeight, 28px);
  /* 140% */
}

.client-portal {
  padding-bottom: 100px;
}
.client-portal .hero {
  height: 100%;
  background: none;
}
.client-portal .hero::before {
  background-image: url("../img/client_portal_gradient.webp");
  background-position: center;
  background-size: cover;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.client-portal .sub-block {
  padding: 60px 0 100px 0;
}
.client-portal .sub-block .pre-title {
  color: var(--Primary-White, #F3F4FA);
}
.client-portal .sub-block .page-text {
  font-size: var(--Font-Size-BodyMd_FontSize, 16px);
}

.hero {
  padding: 155px 0 32px 0;
  position: relative;
  background-image: url("../img/Gradient.webp");
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero .container {
  z-index: 10;
  position: relative;
}
.hero .gradient-1-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 1440px;
  transform: rotate(90deg);
  background: linear-gradient(180deg, rgba(6, 9, 31, 0) 16.5%, #06091F 100%);
}
.hero .gradient-2-red {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1440px;
  height: 1440px;
  transform: rotate(90deg);
  background: linear-gradient(192deg, var(--Red-Red-100, #1A0307) 9.03%, rgba(101, 0, 15, 0) 39.22%);
}
.hero .gradient-3-black {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 268px;
  background: linear-gradient(180deg, rgba(5, 4, 15, 0) 16.5%, var(--Blue-Blue-100, #05040F) 100%);
}

.head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.head .pre-title {
  color: var(--Red-Red-60, #B3152E);
  text-align: center;
  /* Headings/H6 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H6_FontSize, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H6_LineHeight, 20px);
  /* 125% */
}

.card {
  border-radius: 16px;
  background: var(--Surface-Interactive-Light-Default, linear-gradient(0deg, var(--Blue-Blue-30, rgba(140, 140, 192, 0.2)) 0%, var(--Blue-Blue-10, rgba(230, 230, 243, 0.2)) 100%));
  box-shadow: 0 8px 24px 0 rgba(5, 4, 15, 0.2);
  backdrop-filter: blur(20px);
  padding: var(--Card-Padding-padding-md, 24px) !important;
  min-height: 358px;
  max-width: 358px !important;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}
.card:hover {
  background: linear-gradient(0deg, rgba(140, 140, 192, 0.2) 0%, rgba(230, 230, 243, 0.3) 100%);
}
@media (max-width: 1200px) {
  .card {
    max-width: 287px !important;
  }
}
.card img {
  width: 40px;
  height: 40px;
}
.card__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap !important;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .card__wrapper {
    margin-left: auto;
  }
}
.card__title {
  color: var(--Text-Colour-text-heading-on-dark, #F3F4FA);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H4_FontSize, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H4_LineHeight, 32px);
  margin: 12px 0;
}
.card__text {
  color: var(--Text-Colour-text-color-white, #F3F4FA);
  font-family: var(--FontFamily, Montserrat);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
  max-width: 270px;
}
.card__link {
  color: var(--Red-Red-60, #B3152E);
  font-family: var(--FontFamily, Montserrat);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: auto;
}

.white-form {
  width: 100%;
  border-radius: var(--Radius-radius-lg, 32px);
  background: var(--Primary-White, #F3F4FA);
  padding: 64px 98px;
}

.form-section {
  padding: 80px 0;
  background: var(--Primary-Black, #05040F);
  position: relative;
  z-index: 2;
}
.form-section .form__title {
  color: var(--Primary-Black, #05040F);
  text-align: center;
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H3_FontSize, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H3_LineHeight, 36px);
  /* 112.5% */
  letter-spacing: -1.6px;
}
.form-section .form-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
.form-section .form-row input {
  max-width: 470px;
  width: 100%;
}
.form-section .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0;
  gap: 12px;
}
.form-section .form-group label {
  color: var(--Grey-Grey-80, #525A68);
  /* Input/Label */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodySm_FontSize, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--LineHeight-BodySm_LineHeight, 16px);
  /* 133.333% */
}
.form-section .form-group input,
.form-section .form-group textarea,
.form-section .form-group select {
  color: var(--Grey-Grey-70, #68707D);
  /* Input/Placeholder */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-Text_Placeholder, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px);
  /* 150% */
  border-radius: 8px;
  background: var(--Grey-Grey-10, #EEF1F3);
  padding: 8px 16px;
  width: 100%;
  transition: all 0.3s ease;
}
.form-section .form-group input::-moz-placeholder, .form-section .form-group textarea::-moz-placeholder, .form-section .form-group select::-moz-placeholder {
  color: var(--Grey-Grey-70, #68707D);
  opacity: 1;
}
.form-section .form-group input::placeholder,
.form-section .form-group textarea::placeholder,
.form-section .form-group select::placeholder {
  color: var(--Grey-Grey-70, #68707D);
  opacity: 1;
}
.form-section .form-group input:focus,
.form-section .form-group textarea:focus,
.form-section .form-group select:focus {
  border: 1px solid var(--Electric-Blue-Electric-Blue-50, #3A57FF);
  border-radius: 8px;
  background: var(--Blue-Blue-10, #E6E6F3);
}
.form-section .form-group input:not(:-moz-placeholder), .form-section .form-group textarea:not(:-moz-placeholder), .form-section .form-group select:not(:-moz-placeholder) {
  border-color: none;
  background: var(--Grey-Grey-10, #EEF1F3);
}
.form-section .form-group input:not(:placeholder-shown),
.form-section .form-group textarea:not(:placeholder-shown),
.form-section .form-group select:not(:placeholder-shown) {
  border-color: none;
  background: var(--Grey-Grey-10, #EEF1F3);
}
.form-section .form-group input.wpcf7-not-valid,
.form-section .form-group textarea.wpcf7-not-valid,
.form-section .form-group select.wpcf7-not-valid {
  background: var(--Red-Red-10, #F9E5E7);
  border-color: none;
  color: var(--Grey-Grey-70, #68707D);
}
.form-section .form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7-not-valid-tip {
  color: var(--Primary-Red, #ED1B3B);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodySm_FontSize, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--LineHeight-BodySm_LineHeight, 16px);
  margin-top: 14px;
}

.wpcf7-response-output {
  display: none;
}

.who-we-are-sect .txt-img-block__txt h3 {
  color: var(--Primary-White);
}

.btn-submit-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ED1B3B 0%, #B3152E 100%);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  max-width: 192px;
}

.btn-submit {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: var(--Primary-White) !important;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  cursor: pointer;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.btn-icon svg {
  width: 20px;
  height: 20px;
}

.btn-submit-wrapper:hover .btn-icon {
  transform: translateX(4px);
}

.btn-red {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  background: var(--Gradient-Red, linear-gradient(180deg, var(--Primary-Red, #ED1B3B) 0%, var(--Red-Red-60, #B3152E) 100%));
  color: var(--Primary-White, #F3F4FA);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.location {
  position: relative;
  padding: 80px 0;
}
.location .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 209px;
  background: linear-gradient(180deg, rgba(5, 4, 15, 0) 16.5%, var(--Blue-Blue-100, #05040F) 100%);
  transform: rotate(180deg);
}
.location .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1440px;
  height: 157px;
  background: linear-gradient(180deg, rgba(5, 4, 15, 0) 16.5%, var(--Blue-Blue-100, #05040F) 100%);
}
.location__block {
  border-radius: var(--Radius-radius-lg, 32px);
  background: var(--Surface-Static-Extra-Light-Vertical, linear-gradient(0deg, var(--Blue-Blue-20, rgba(184, 184, 217, 0.4)) 0%, var(--Blue-Blue-10, rgba(230, 230, 243, 0.4)) 100%), rgba(243, 244, 250, 0.9));
  z-index: 1;
  position: relative;
  padding: 64px 98px;
}
.location__block .col-md-6,
.location__block .col-md-12 {
  padding: 0;
}
.location .pre-title {
  color: var(--Text-Colour-text-label-red, #ED1B3B);
  /* Headings/H6 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H6_FontSize, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H6_LineHeight, 20px);
  /* 125% */
}
.location__title {
  color: var(--Primary-Black, #05040F);
  /* Headings/H3 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H3_FontSize, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H3_LineHeight, 36px);
  /* 112.5% */
  letter-spacing: -1.6px;
  margin: 16px 0;
}
.location__text {
  color: var(--Grey-Grey-80, #525A68);
  /* Paragraphs/Body Lg */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyLg_FontSize, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyLg_LineHeight, 28px);
  /* 140% */
}
.location-text-wrapper {
  max-width: 359px;
}

.insight-page .location {
  background: url("../img/Gradient2.webp") no-repeat, var(--Blue-Blue-100, #05040F);
}
.insight-page .contact__block {
  padding: 80px 0;
}
.insight-page .contact__block .head {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 32px;
}
.insight-page .contact__block .head .page-title,
.insight-page .contact__block .head .page-subtitle {
  text-align: left;
}

.insights-section-home {
  z-index: 10;
  position: relative;
}

.insights-section {
  background: var(--Primary-Black, #05040F);
  padding: 120px 0;
}
.insights-section .insights-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.insights-section .insights-filter_tab {
  border-right: 1px solid var(--New-Grey-Grey-60, #7E8794);
  padding: 0 12px;
}
.insights-section .insights-filter_tab:last-child {
  border-right: none;
}
.insights-section .insights-filter_tab p {
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.insight-card {
  border-radius: var(--Radius-radius-md, 16px);
  background-blend-mode: multiply, normal, normal;
}

.insight-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card-image {
  position: relative;
  aspect-ratio: 554/375.71;
}
.card-image img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.card-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(5, 4, 15, 0) 30.37%, var(--Primary-Black, rgba(5, 4, 15, 0.8)) 97.9%);
}
.card-category {
  border-radius: 4px;
  padding: 4px 12px;
  color: var(--Green-Green-90, #021F16);
  font-family: var(--FontFamily, Montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--LineHeight-H6_LineHeight, 20px);
  /* 166.667% */
  margin: 0 24px;
}
.card-title {
  margin: 24px 24px 5px 24px;
  color: var(--Text-Colour-text-heading-on-dark, #F3F4FA);
  /* Headings/H4 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H4_FontSize, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H4_LineHeight, 32px);
  /* 133.333% */
}
.card-link {
  border-radius: 100px;
  border: 1px solid var(--Primary-White, #F3F4FA);
  padding: 8px 16px;
  color: var(--Primary-White, #F3F4FA);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.28px;
  margin: 0 0 0 24px;
}

.link__wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  /*
  &:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -2;

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    mask-image: linear-gradient(to top, transparent 0%, black 0%, black 85%, transparent 100%);
  }
    */
}

.insights-footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge {
  padding-bottom: 120px;
}
.challenge .container {
  max-width: 940px;
}
.challenge .img-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 60px;
  margin-top: 96px;
}
.challenge .img-with-text img {
  width: 100%;
  aspect-ratio: 47/23;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.challenge .img-with-text .h3_title {
  color: var(--Primary-White, #F3F4FA);
  text-align: center;
}
.challenge .img-with-text p {
  text-align: center;
}

.our-services-page .white-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 98px;
}
.our-services-page .white-form .head h1 {
  color: var(--Primary-Black, #05040F);
}
.our-services-page .white-form .head p {
  color: var(--Grey-Grey-80, #525A68);
}
.our-services-page .book-section {
  padding-bottom: 80px;
}

.services-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
.services-grid_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
@media (max-width: 575px) {
  .services-grid_item {
    row-gap: 8px;
  }
}
.services-grid_item__header {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4);
}
@media (max-width: 575px) {
  .services-grid_item__header {
    margin-top: 4px;
  }
}
.services-grid .item_media {
  width: 60px;
  height: 60px;
}
.services-grid .item_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-grid .item_label {
  color: var(--Text-Colour-text-label-red, #ED1B3B);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-Text_Metrics, 44px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-Text_Metrics_LineHeight, 48px);
  /* 109.091% */
  letter-spacing: -2.2px;
}
.services-grid .item_title {
  color: var(--Text-Colour-text-heading-on-light, #05040F);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H4_FontSize, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H4_LineHeight, 32px);
  /* 133.333% */
}
.services-grid .item_text {
  color: var(--Text-Colour-text-body-on-light, #3B4452);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyLg_FontSize, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyLg_LineHeight, 28px);
  /* 140% */
}
.services-grid .item_link {
  color: var(--Text-Colour-text-label-red, #ED1B3B);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyMd_FontSize, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px);
  /* 150% */
  text-decoration-line: underline;
}

.book-card {
  gap: 0;
}
.book-card.col-md-12 {
  padding: 0;
}
.book-card .col-md-6:last-child {
  padding: 0;
}
.book-card .col-md-6:last-child img {
  width: 100%;
  height: 100%;
  border-radius: 0 16px 16px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.book-card .without-img {
  border-radius: 16px 0 0 16px;
  background: var(--Glass-Gradient, linear-gradient(180deg, var(--Blue-Blue-20, rgba(184, 184, 217, 0.4)) 0%, var(--Blue-Blue-40, rgba(95, 95, 159, 0.4)) 100%));
  box-shadow: 0 8px 24px 0 rgba(5, 4, 15, 0.2);
  backdrop-filter: blur(20px);
  padding: 48px;
}
.book-card .without-img .btn_st {
  background: var(--Gradient-White, linear-gradient(180deg, var(--Grey-Grey-10, #EEF1F3) 0%, var(--Grey-Grey-30, #C0C4CC) 100%));
  color: var(--Grey-Grey-100, #1A1D25);
}
.book-card .book_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.book-card .book_subtitle {
  color: var(--Text-Colour-text-color-grey, #C0C4CC);
}
.book-card .book_title {
  color: var(--Text-Colour-text-heading-on-dark, #F3F4FA);
}
.book-card .book_text {
  color: var(--Text-Colour-text-color-white, #F3F4FA);
}

.single-services-page .text-image {
  padding-bottom: 120px;
}
.single-services-page .text-image .content-container {
  position: relative;
  z-index: 10;
  margin-top: 96px;
  gap: 96px;
  display: flex;
  flex-direction: column;
}
.single-services-page .text-image .content-container .text-body-on-dark {
  max-width: 450px;
}
.single-services-page .text-image .content-container .text-body-on-dark .h4_title {
  color: var(--Primary-White, #F3F4FA);
}

.case-slider {
  margin-top: 48px;
  padding-bottom: 80px;
}

.partner-section {
  background: var(--Primary-Black, #05040F);
  padding: 80px 0;
}
.partner-section .text-body-on-dark {
  margin-bottom: 48px;
}

.faq-section {
  padding-bottom: 120px !important;
}
.faq-section .col-md-12 {
  margin-left: auto;
  margin-right: auto;
}
.faq-section .col-md-8 {
  display: flex;
  justify-content: flex-end;
}
.faq-section .text-body-on-dark {
  color: #C0C4CC;
}
.faq-section .h2_title {
  margin-bottom: 16px;
}
.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  max-width: 650px;
  width: 100%;
}
.faq-section .faq-item {
  border-radius: var(--Radius-radius-md, 16px);
  background: var(--Glass-Gradient, linear-gradient(180deg, var(--Blue-Blue-20, rgba(184, 184, 217, 0.4)) 0%, var(--Blue-Blue-40, rgba(95, 95, 159, 0.4)) 100%));
  box-shadow: 0 1px 4px 0 rgba(5, 4, 15, 0.2);
  padding: var(--Card-Padding-padding-md, 24px) var(--Card-Padding-padding-lg, 32px);
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq-section .faq-question .h4_title {
  color: var(--Primary-White, #F3F4FA);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyLg_FontSize, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyLg_LineHeight, 28px);
  /* 140% */
}
.faq-section .faq-question .faq-icon {
  font-size: 24px;
  color: var(--Primary-White, #F3F4FA);
}
.faq-section .faq-answer {
  margin-top: 16px;
  color: var(--Grey-Grey-20, #D6DAE0);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyMd_FontSize, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px);
  /* 150% */
}

.password-protection {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.password-box {
  padding: 48px 98px;
  max-width: 720px;
  width: 100%;
  text-align: center;
  border-radius: var(--Radius-radius-lg, 32px);
  background: var(--Primary-White, #F3F4FA);
}

.password-title {
  color: var(--Primary-Black, #05040F);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H4_FontSize, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H4_LineHeight, 32px); /* 133.333% */
  margin-bottom: 16px;
}

.password-subtitle {
  color: var(--Grey-Grey-70, #68707D);
  text-align: center;
  /* Paragraphs/Body Md */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyMd_FontSize, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px); /* 150% */
  padding-bottom: 24px;
}

.password-form {
  max-width: 700px;
  margin: 0 auto;
}

.password-field {
  text-align: left;
}

.password-label {
  /* Input/Label */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodySm_FontSize, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--LineHeight-BodySm_LineHeight, 16px); /* 133.333% */
}

.password-input-group {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 12px;
}
.password-input-group .btn-submit-wrapper {
  margin-top: 0px !important;
}

.password-input {
  flex: 1;
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Grey, #AAB0B9);
  background: transparent;
  color: #1A1D25;
  transition: border-color 0.3s;
}

.password-input:focus {
  outline: none;
  border-color: #D32F2F;
}

.password-input::-moz-placeholder {
  color: #68707D;
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-Text_Placeholder, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px); /* 150% */
}

.password-input::placeholder {
  color: #68707D;
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-Text_Placeholder, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px); /* 150% */
}

.password-error {
  color: #D32F2F;
  font-size: 14px;
  margin-top: 8px;
}

.image-404 {
  aspect-ratio: 540/420;
  max-height: 420px;
}
.image-404 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .password-box {
    padding: 40px 24px;
  }
  .password-title {
    font-size: 32px;
  }
  .password-subtitle {
    font-size: 16px;
  }
  .password-input-group {
    flex-direction: column;
  }
  .password-input,
  .password-submit-btn {
    width: 100%;
  }
  .password-submit-btn {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .card__wrapper {
    align-items: center;
  }
  .card {
    min-height: 520px !important;
    max-height: 520px !important;
  }
  .contact-us .form-section .form-row {
    flex-direction: column;
  }
  .contact-us .form-section .form-row input {
    max-width: 100%;
  }
  .contact-us .form-section .white-form,
  .contact-us .location__block {
    padding: 48px 20px;
  }
  .client-portal .hero {
    height: auto;
  }
}
.privacy-policy-page {
  background: var(--Primary-White, #F3F4FA);
  padding: 107px 48px 64px 48px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  margin-top: 140px;
}
.privacy-policy-page .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
}
.privacy-policy-page .privacy-content-wrapper {
  display: flex;
  gap: 48px;
  position: relative;
}

.privacy-sidebar {
  max-width: 230px;
  flex-shrink: 0;
}
.privacy-sidebar .sidebar-sticky {
  position: sticky;
  top: 40px;
  background: var(--Primary-White, #F3F4FA);
  border-radius: 12px;
  padding: 32px 24px;
}
.privacy-sidebar .sidebar-title {
  color: var(--Grey-Grey-100, #1A1D25);
  /* Headings/H6 */
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-H6_FontSize, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--LineHeight-H6_LineHeight, 20px);
  /* 125% */
  margin: 0 0 24px 0;
}
.privacy-sidebar .privacy-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.privacy-sidebar .privacy-nav .nav-item {
  margin-bottom: 16px;
}
.privacy-sidebar .privacy-nav .nav-item:last-child {
  margin-bottom: 0;
}
.privacy-sidebar .privacy-nav .nav-link {
  color: var(--Grey-Grey-80, #525A68);
  font-family: var(--FontFamily, Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.privacy-sidebar .privacy-nav .nav-link:hover {
  color: var(--Primary-Black, #05040F);
}
.privacy-sidebar .privacy-nav .nav-link.sub {
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: var(--Grey-Grey-60, #7E8794);
}
.privacy-sidebar .privacy-nav .nav-sublist {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.privacy-policy-main .hero {
  padding-bottom: 100px;
  background-image: none;
}
.privacy-policy-main .hero .gradient-2-red {
  top: 0;
}

.privacy-main {
  flex: 1;
  gap: 60px;
  display: flex;
  flex-direction: column;
  max-width: 940px;
  background: var(--Primary-White, #F3F4FA);
}
.privacy-main .last-update {
  border-radius: 8px;
  background: var(--Grey-Grey-20, #D6DAE0);
  padding: 36px;
}
.privacy-main .privacy-header {
  padding-bottom: 16px;
}
.privacy-main .privacy-header .last-updated {
  color: var(--Grey-Grey-100, #1A1D25);
  font-family: var(--FontFamily, Montserrat);
  font-size: var(--Font-Size-BodyMd_FontSize, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--LineHeight-BodyMd_LineHeight, 24px);
  /* 150% */
}
.privacy-main .privacy-section {
  margin-bottom: 40px;
}
.privacy-main .privacy-section .intro-text {
  color: var(--Grey-Grey-80, #525A68);
  font-family: var(--FontFamily, Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.privacy-main .privacy-section .intro-text:last-child {
  margin-bottom: 0;
}
.privacy-main .content-section {
  padding-bottom: 60px;
  scroll-margin-top: 40px;
  border-bottom: 1px solid var(--Primary-Grey, #AAB0B9);
}
.privacy-main .content-section:last-child {
  margin-bottom: 0;
}
.privacy-main .content-section .section-title {
  color: var(--Primary-Black, #05040F);
  font-family: var(--FontFamily, Montserrat);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.56px;
  margin: 0 0 24px 0;
}
.privacy-main .content-section .section-text {
  color: var(--Grey-Grey-80, #525A68);
  font-family: var(--FontFamily, Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.privacy-main .content-section .section-text:last-child {
  margin-bottom: 0;
}

.thank-page-main .hero_section .h3_title {
  color: var(--Primary-White, #F3F4FA);
  text-align: center;
  margin-bottom: 16px;
}
.thank-page-main .hero_section p {
  text-align: center;
}
.thank-page-main .hero_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.thank-page-main .hero_section .container > * {
  max-width: unset;
}

.img-txt-block__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  box-sizing: border-box;
}
.partner-slider .partner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-slider .partner-slide img {
  height: 48px;
  width: auto;
  display: block;
}

.img-txt-block .img-txt-block__img img {
  width: 100%;
}

.item_post .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policies-page .hero {
  padding: 155px 0;
}
.policies-page .card__wrapper {
  flex-wrap: wrap !important;
}
.policies-page .card {
  min-height: 240px !important;
  max-width: 348px !important;
  max-height: 240px;
}
.policies-page .card__link {
  margin-top: auto;
}

#menu-footer-bottom-menu {
  flex-direction: row-reverse;
}

#our-story {
  z-index: 10;
}

@media (max-width: 991px) {
  .card {
    max-width: unset !important;
  }
  .privacy-policy-page .privacy-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .privacy-policy-page .privacy-sidebar {
    width: 100%;
  }
  .privacy-policy-page .privacy-sidebar .sidebar-sticky {
    position: relative;
    top: 0;
  }
  .privacy-policy-page .privacy-main {
    max-width: 100%;
  }
}
@media (max-width: 779px) {
  .img_rounded {
    border-radius: 12px;
  }
  .page-title {
    font-size: var(--Font-Size-H1_FontSize-mobile, 40px);
  }
  .page-subtitle {
    font-size: var(--Font-Size-BodyLg_FontSize, 16px);
  }
  .privacy-policy-page {
    padding: 40px 0;
  }
  .privacy-policy-page .container {
    padding: 0 20px;
  }
  .privacy-policy-page .privacy-content-wrapper {
    gap: 32px;
  }
  .card__wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-direction: column;
  }
  .card .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .card {
    min-height: unset !important;
    padding: 20px;
  }
  .our-services-page .white-form {
    padding: 32px;
  }
  .privacy-main .content-section .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .insights-grid .insight-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .faq-section .faq-item {
    padding: 16px 24px;
  }
  .form-section .form-row {
    flex-direction: column;
  }
  .form-section .form-row input {
    max-width: 100%;
  }
  .partner-slider .slick-slide {
    padding: 0 20px;
  }
}
.hero-video-inner div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.form-intro a {
  color: var(--grey-80);
}

.animate-fade-up-text,
.animate-fade-up-card {
  will-change: opacity, transform;
}

.form-group.checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.form-group.checkbox .wpcf7-form-control-wrap {
  float: left;
  width: auto;
  margin-right: 12px;
  margin-top: -2px;
}
.form-group.checkbox .wpcf7-checkbox {
  display: block;
}
.form-group.checkbox .wpcf7-list-item {
  margin: 0;
}
.form-group.checkbox .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
}
.form-group.checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.form-group.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 8px;
  border: 1px solid #7E8692;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
  margin: 0;
  padding: 8px 11px !important;
}
.form-group.checkbox input[type=checkbox]:hover, .form-group.checkbox input[type=checkbox]:focus {
  border-color: #1E2B6E;
  outline: none;
}
.form-group.checkbox input[type=checkbox]:checked {
  background-color: #1E2B6E;
  border-color: #1E2B6E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='%23F3F4FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.form-group.checkbox input[type=checkbox]:disabled {
  border-color: #D1D5DB;
  background-color: #F3F4F6;
  cursor: not-allowed;
}
.form-group.checkbox br {
  display: none;
}/*# sourceMappingURL=style-an.css.map */