:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

.text-color-secondary {
  color: #c4ac83;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.home-help_expert {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-collection-wrapper {
  display: block;
}

.arrow.white {
  color: #fff;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home-slider-btn-wrapper {
  margin-top: auto;
  display: flex;
}

.my-section-header {
  background-color: #141416;
}

.my-section-header.top {
  background-color: #0000;
  background-image: linear-gradient(#0003 100%, #fff), url('../images/Untitled-design-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #c4ac83;
  border: 1px #000;
  margin-left: 0%;
  margin-right: 0%;
  padding: .75rem 1.5rem;
}

.button.is-alternate {
  color: #fff;
  background-color: #4d625b;
  font-size: 18px;
  transition: color .2s, background-color .2s;
}

.button.is-alternate:hover {
  color: #444;
  background-color: #c4ac83;
}

.home_expert-icon {
  margin-right: .5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-header {
  justify-content: space-between;
  display: flex;
}

.home_expert-block {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-help_img-wrapper {
  justify-content: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-help_expert-blocks {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  height: 100%;
  margin-top: auto;
  display: none;
}

.blog-sucribe-form-wrap {
  display: block;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-alternate {
  color: #fff;
  border-width: 2px;
  border-color: #c4ac83;
  font-size: 18px;
  transition: background-color .2s, color .2s;
}

.button-secondary.is-alternate:hover {
  color: #444;
  background-color: #c4ac83;
}

.text-color-black {
  color: #444;
  margin-bottom: 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 0;
}

.margin-bottom.margin-huge, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  color: #606061;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.header-small-txt {
  color: #c4ac83;
}

.footer-icon {
  color: #fff;
  margin-right: .5rem;
}

.btn-tertiary-txt {
  color: #c4ac83;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #7c7c7c;
  transition: color .2s;
}

.footer-link:hover {
  color: #c4ac83;
}

.footer-link.white {
  color: #fff;
  font-size: 12px;
}

.text-color-white {
  color: #fff;
}

.form-input-2 {
  color: #7c7c7c;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c4ac83;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 2rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-style: none none solid;
  border-color: #000 #000 #384742;
}

.form-input-2::placeholder {
  color: #7c7c7c;
}

.home-help_component {
  grid-column-gap: 0rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jurisdiction-collection-wrapper {
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.main-wrapper {
  overflow: hidden;
}

.cc-next {
  cursor: pointer;
  background-color: #c4ac83;
  padding: .5rem 1.5rem;
}

.footer-tiny-links-wrapper {
  flex-direction: column;
  display: flex;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.footer-bottom-link {
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.jurisdiction-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: auto;
  display: grid;
}

.form-subscribe-wrap {
  flex-direction: column;
  display: block;
}

.slider-descrp {
  flex-direction: column;
  width: 400px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.home-slider-wrapper.overflow-hidden {
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.slick-slider-contain {
  height: 100%;
}

.home-help_column-txt {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.footer_bottom-content {
  justify-content: space-between;
  display: flex;
}

.blog-item {
  flex: 0 auto;
  display: block;
}

.header-hero_h1 {
  color: #fff;
}

.home-promo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.home_expert-header {
  align-items: center;
  display: flex;
}

.jurisdiction-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item {
  height: 100%;
  margin-right: 2rem;
  padding: 0;
}

.cc-prev {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #c4ac83;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.blog-collection-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.form-subscribe {
  flex-direction: column;
  display: block;
}

.padding-vertical, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xhuge, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.home-blog-coll-wrapper {
  display: block;
}

.text-color-dark {
  color: #444;
  margin-bottom: 0;
}

.blog-subscribe-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_bottom-item {
  align-items: center;
  display: flex;
}

.button-tertiary {
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper {
  height: 100%;
}

.home-promo_btn-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider {
  background-color: #d2d2d2;
  height: 1px;
}

.divider.small {
  width: 4.5rem;
}

.button-tertiary_icon {
  color: #c4ac83;
  height: 1rem;
  margin-left: .5rem;
}

.my-section {
  background-color: #0000;
  position: static;
}

.my-section.helpen {
  background-color: #f5f5f5;
  background-image: url('../images/Pillar.png');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: auto;
}

.my-section.subscribe {
  color: #444;
  background-color: #f9f6f2;
}

.my-section.promo {
  background-color: #0000;
  background-image: url('../images/Amsterdam.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.my-section.testimonials {
  background-image: url('../images/homepage-testi-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.my-section.blog {
  background-image: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.collection-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.top-header-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.footer_bottom {
  background-color: #927752;
}

.h1-heading {
  color: #fff;
  letter-spacing: -2.4px;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.h1-heading.newhead {
  font-size: 43px;
  line-height: 50px;
}

.h1-heading._1neewhading {
  font-size: 48px;
  line-height: 55px;
}

.icon-tiny {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.header-background-dots {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.header-logo-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: center;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-purple {
  color: #fff;
}

.header-logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.header-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.header-shape {
  max-width: 70%;
  position: absolute;
  top: -50%;
  right: 44px;
}

.text-color-orange {
  color: #fe5b25;
}

.section-header-small {
  background-color: #fdf9ee;
  background-image: linear-gradient(#00000040 100%, #fff), linear-gradient(1deg, #0d1541b8, #fff0), url('../images/Untitled-design-1.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding: 120px 3%;
  position: relative;
  overflow: hidden;
}

.header-grid-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  margin-top: 40px;
}

.container-header {
  border-left: 1px solid #b1bbc8;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 62px;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.header-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.max-width-large {
  max-width: 749px;
}

.badge-icon {
  color: #fff;
  background-color: #f1e6ff00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-weight-medium {
  font-weight: 500;
}

.paragraph-small.text-color-gray-800 {
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 800;
}

.paragraph-small.text-color-gray-800.newtxt {
  color: #000;
  margin-top: 0;
  font-weight: 800;
}

.paragraph-small.text-color-gray-600 {
  color: #525f75;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-l, .wrap-v-small.align-left {
  align-items: flex-start;
}

.icon-regular {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.icon-regular.newav11 {
  color: #fff;
}

.max-width-regular {
  max-width: 638px;
}

.header-dashboard-image {
  z-index: 2;
  position: relative;
}

.button-primary-rounded-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-icon:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-icon.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.header-logo-svg {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-gray-600 {
  color: #525f75;
}

.body {
  font-family: Montserrat, sans-serif;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  background-image: url('../images/btn-graphic.svg'), linear-gradient(205deg, #d4010a, #0d1541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #282556;
  transform: translate(0);
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
}

.icon-right {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.icon-right.newicon1 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.icon-right.newicon2 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.icon-right.newicon12 {
  margin-left: 8px;
}

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.subheading-bold.text-color-purple {
  color: #8870d7;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h5-heading {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.header-grid-middle {
  grid-column-gap: 62px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-gray {
  background-color: #fefefe;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 40px;
  position: static;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.header-wrap-middle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.highlight {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header-detail-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

.b4-bar1 {
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.cal-link {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.b4-bar-2 {
  background-color: #fff;
  border-radius: 2px;
  width: 32px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-4 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.navbar-2 {
  z-index: 800;
  background-color: #03192700;
  height: 100px;
  padding-top: 0;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.b4-bar3 {
  float: right;
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-container {
  border-top: 1px solid #fff6;
  border-radius: 1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-logo {
  max-width: 65%;
  height: 120px;
}

.link-text-hov {
  color: #fff;
}

.nav-brand {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link.newcr1.w--current {
  border-bottom-style: none;
}

.text-block-4 {
  color: #fff;
  margin-left: 15px;
  font-weight: 700;
}

.header-ribbon {
  background-color: #fff0;
  background-image: url('../images/Untitled-design-4.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

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

.contact_data {
  align-items: center;
  display: flex;
}

.social-list {
  padding-left: 5px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

.contact-item {
  color: #4a494b;
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.container-2 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.header-ribbon {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 60px 5%;
  position: relative;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #525f75;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-800 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.content-image-card-small {
  background-image: url('../images/10-1.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  height: .5px;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.content-button {
  font-size: 10px;
}

.content-button.newv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-cover {
  object-fit: cover;
  width: 500px;
  max-width: none;
  height: 500px;
}

.content-card-f {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  display: flex;
}

.button-primary-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: 0;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-s:hover {
  background-color: #404040;
}

.button-primary-s.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.content-image-c {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-card-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 24px;
  display: grid;
}

.h5-heading-2 {
  color: #000;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}

.image-full {
  width: 120%;
  max-width: 200%;
  height: 615px;
  margin-left: -40px;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
}

.section-regular-2.bg-brown {
  background-color: #f9f7f7;
}

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-card-d {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.base-text-link {
  color: #404040;
  text-decoration: underline;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.paragraph-regular-3 {
  color: #0a0a0a;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.content-slide-card-c {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-uppercase {
  color: #041541;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dropdown-card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.embed {
  display: none;
}

.content-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 416px;
  padding: 8px;
  display: flex;
  position: relative;
}

.text-color-red {
  color: #ff443d;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
}

.label-small.text-weight-semibold {
  font-weight: 600;
}

.label-small.text-weight-semibold.text-color-black {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.label-small.text-weight-medium {
  font-weight: 500;
}

.label-small.text-color-gray-700 {
  color: #5f5e5d;
}

.h3-heading {
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.section-regular-3 {
  padding: 96px 5%;
}

.title-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-700 {
  color: #5f5e5d;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.badge-carousel-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.badge-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #ffffff80 20%, #fff0 40% 60%, #ffffff80 80%, #fff);
  position: absolute;
  inset: 0%;
}

.content-course-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-course-link.raised {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.badge-carousel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.badge-carousel-group {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #8b8a89;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 1px #f0edea;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-link:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large._800 {
  color: #4d4d4c;
}

.paragraph-large.text-color-gray-950 {
  color: #1f1e1e;
  font-size: 17px;
}

.badge-carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #393837;
  background-color: #f6f5f3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px 8px 12px;
  display: flex;
}

.wrap-v-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.badge-carousel-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-links.mewlonks {
  grid-template-columns: 1fr;
  margin-bottom: 133px;
}

.icon-wrapper-regular {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.wrap-v-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dropdown-arrow-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.link-arrow {
  overflow: hidden;
}

.h3-heading-2 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-small-3 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small-3.text-color-gray-700 {
  color: #858585;
}

.section-large-2 {
  background-color: #fff;
  padding: 60px 5% 0;
  position: relative;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.content-card {
  grid-column-gap: 16px;
  grid-row-gap: 90px;
  color: #fff;
  background-color: #000;
  border-left: 100px solid #cd2b2e;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 16px;
  display: grid;
}

.title-wrapper-m {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.container-large-3 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-h-justify {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  margin-left: -138px;
  display: flex;
}

.grid-four-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.badge-purple-l {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 0 100%, 0 0;
  background-size: cover, auto;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.subheading-small-2 {
  color: #ababab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.button-quantiary-icon {
  background-color: #ffffff14;
  background-image: radial-gradient(circle at 50% 100%, #5e5e5e54, #5e5e5e00);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.paragraph-regular-4 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-4.text-weight-semi-bold {
  font-weight: 600;
}

.orange_span {
  color: #d4010a;
}

.tap-image {
  margin-top: 21px;
  margin-left: -4px;
}

.tap-image._2 {
  margin-top: 17px;
  margin-left: -3px;
}

.pen {
  width: 200px;
  position: absolute;
  inset: -32% 0% auto auto;
}

.tab_frame {
  background-image: url('../images/tab-frame.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 35px;
  height: 37px;
  margin-right: 50px;
}

.tab_frame._2 {
  width: 32px;
  height: 30px;
  margin-top: -15px;
  margin-right: 11px;
}

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

.decorate_text {
  z-index: 0;
  color: #fc9a4080;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 110px;
  font-weight: 900;
  line-height: 146px;
  position: absolute;
  inset: 20% 0% auto;
}

.decorate_text._4 {
  color: #d4010a8c;
  font-size: 110px;
  top: 22%;
}

.s5_col1 {
  position: relative;
}

.s5_image {
  z-index: 0;
  border-radius: 8px;
  max-width: 583px;
  margin-top: 280px;
  position: relative;
}

.btn {
  z-index: 9;
  text-transform: uppercase;
  background-color: #ff6b00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 323px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px #ff6b0099;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.03);
}

.btn.not_centered {
  margin-left: 0;
}

.btn.not_centered.margin-40 {
  margin-top: 40px;
}

.btn.not_centered.margin-40.mobile_centered {
  width: 300px;
  height: 70px;
}

.s5_col2 {
  text-align: left;
  margin-left: 100px;
}

.s5_content {
  z-index: 1;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
}

.cont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cont.relative {
  z-index: 1;
  position: relative;
}

.s5 {
  color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(#041541e3 100%, #fff), url('../images/2023-07-10-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 100px;
  position: relative;
}

.click_info {
  align-items: center;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  line-height: 15px;
  display: none;
  position: absolute;
  inset: -20% -100px 0% auto;
}

.content-footnote {
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  display: flex;
}

.section-regular-4 {
  background-color: #0000;
  margin-top: -50px;
  padding: 0 5%;
  position: relative;
}

.h5-heading-3 {
  color: #fff;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.header-title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-image {
  height: 100%;
}

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

.feature-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  position: static;
}

.max-width-medium {
  max-width: 550px;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.text-color-gray-800 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.wrap-v-small-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #f3f3f3;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-clip: border-box;
  border: 1px #d6d3d1;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 32px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.new111 {
  max-width: 135%;
  margin-top: 0;
}

.heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.layout2_content {
  max-width: 32rem;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  min-height: 30rem;
  margin-top: 45px;
  overflow: visible;
}

.playbuttonwrapper {
  color: #fff;
  background-color: #d4010a;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  inset: -260px auto 0% 30%;
  box-shadow: 0 2px 5px #0003;
}

.playbuttonwrapper.new12.new1113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  display: flex;
  top: -315px;
  left: 20%;
}

.layout2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 45px;
  display: grid;
}

.layout2_image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: -68px;
  display: flex;
  position: relative;
}

.icon-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xhuge.custom {
  padding-bottom: 0;
}

.paragraph-4 {
  color: #fff;
  font-weight: 600;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-layout2 {
  background-color: #041541;
  background-image: linear-gradient(#041541cc 100%, #fff), url('../images/2023-07-10-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-link {
  color: #3b9c8a;
  background-color: #0000;
  font-weight: 700;
  text-decoration: underline;
}

.button-link.noleft {
  padding-left: 0;
}

.button-link.noleft.primarycolor {
  color: #58dbc2;
}

.h4-heading {
  color: #2e3c54;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.h4-heading.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.col-img-overlap-parent {
  flex-direction: row;
  display: flex;
  position: relative;
}

.button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

.big-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section-bk {
  opacity: 1;
  background-color: #031927;
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/Untitled-design-13.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.button-primary-rounded-icon-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #181eff;
  background-image: url('../images/12.svg');
  background-position: 50%;
  background-size: cover;
  border: 2px #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-rounded-icon-2:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-icon-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.top-padding {
  margin-top: 40px;
}

.img-ovelap {
  background-image: linear-gradient(#00000040 100%, #fff), url('../images/Untitled-design-5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  width: 60%;
  height: 55vh;
  margin-top: 71px;
  margin-right: -55px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.col-sm-12 {
  width: 90%;
}

.paragraphs-white {
  color: #fff;
  width: 600px;
  font-size: 16px;
}

.lines {
  background-color: #181eff;
  width: 30%;
  height: 2px;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.section-tittle {
  color: #212127;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

.section-tittle.white {
  color: #fff;
  width: 991px;
  margin-top: -50px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.col-md-11 {
  width: 50%;
  margin-left: -56px;
  margin-right: 0;
  padding-right: 50px;
  position: relative;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
}

.section.reverse-color {
  background-color: #041541;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(#041541d9 100%, #fff), url('../images/2023-07-10-1.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  padding-bottom: 0;
}

.section.reverse-color.newsec {
  justify-content: center;
  align-items: center;
}

.section.reverse-color.new111 {
  display: none;
}

.wrap_2-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.button-2.reverse {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-2.secondary {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
}

.button-2.secondary.reverse {
  color: #fff;
  background-color: #0000;
}

.grid_1-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid_1-2.newsec {
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-image {
  object-fit: cover;
  border-radius: 20px;
  width: 115%;
  max-width: none;
  height: 430px;
  margin-bottom: 45px;
  margin-left: -130px;
  box-shadow: 0 2px 5px #0003;
}

.p {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p.body-color {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1100px;
}

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

.h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-weight: 500;
}

.h2.body-color {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-overlay-top {
  background-image: linear-gradient(#fffffff5, #fff0);
  height: 120px;
  margin-left: -56px;
  margin-right: -56px;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-avatar-small {
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial-marquee-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  max-height: 800px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-content {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 128px;
  display: flex;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.testimonial-background {
  z-index: -1;
  background-color: #f4f4f5;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  width: 100%;
  max-width: 1408px;
  height: 182px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 28px;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2px;
}

.overline-2 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-2.text-color-purple {
  color: #8870d7;
}

.section-testimonial-b {
  padding: 0 5% 28px;
  position: relative;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-marquee-item {
  flex-direction: column;
  flex: none;
  display: flex;
}

.testimonial-author-small {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-card-small {
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png');
  background-position: 0 0;
  background-size: cover;
  border: 1.5px #131315;
  border-radius: 6px;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-image-large {
  justify-content: center;
  align-items: flex-end;
  margin-left: -40px;
  display: flex;
  overflow: hidden;
}

.testimonial-overlay-bottom {
  background-image: linear-gradient(to top, #f4f4f5f5, #fff0);
  height: 120px;
  margin-left: -56px;
  margin-right: -56px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-marquee {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footnote {
  color: #55555e;
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.bold-text {
  line-height: 60px;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.avatar-wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.avatar-circle {
  background-color: #f2f3f8;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 14px;
}

.author-name {
  color: #000;
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.people-image {
  margin-left: 0;
}

.people-image.newgoogleicon {
  max-width: 100%;
  margin-top: 15px;
  display: block;
}

.people-image.newgoogleicon.new123 {
  max-width: 60%;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: -5px;
  display: flex;
}

.image-8 {
  opacity: 0;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  margin-top: 0;
}

.section-small.background-secondary.newsec.newsec1.invs1.newsec11 {
  margin-top: 20px;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-small.background-secondary.newsec.newsec1.new1 {
  display: none;
}

.testimonial-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.b-badge-icon {
  color: #fabd1b;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.appointment-button-text-div-container {
  width: 90%;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.image-48 {
  margin-left: -35px;
  margin-right: 10px;
}

.our-impact-purple-div-container-2 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-testimonials_rating-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 200px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: grid;
}

.home-testimonials_rating-wrapper.new1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  display: block;
}

.home-testimonials_rating-wrapper.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: -5px;
  display: flex;
}

.home-testimonials_rating-wrapper.newse {
  margin-bottom: 10px;
}

.testimonial-wrapper-2 {
  margin-top: -20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.our-impact-purple-text-2 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Untitled-design-3_2Untitled design (3).png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 45px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.appointment-button-div-main-3 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 45px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.people-image-2 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.make-an-appointment-text {
  color: #fff;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-impact-purple-block-text-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.home-testimonials_rating-icon {
  color: #000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.label-medium {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.label-medium.text-weight-medium {
  font-weight: 500;
}

.b-badge-caption {
  color: #000;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.container-large-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow {
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border: 1px #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: border-color .2s, transform .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.right-arrow:hover {
  border-color: #6f57eb;
  transform: translate(8px);
}

.star-wrapper {
  margin-bottom: 32px;
}

.author-date {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
}

.blog-mask {
  overflow: visible;
}

.slide-nav {
  justify-content: center;
  display: flex;
  bottom: -60px;
}

.avatar {
  background-color: #f1efee;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  position: relative;
}

.author-block {
  margin-top: 32px;
}

.author-name-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-details {
  opacity: .8;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-wrapper-three {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-three:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.testimonial-section {
  background-color: #fff;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  overflow: hidden;
}

.title {
  color: #6f57eb;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.title-paragraph {
  color: #4f4f4f;
  max-width: 350px;
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-block {
  position: relative;
}

.testimonial-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-cover {
  object-fit: cover;
  border-radius: 20em;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.blog-title-large {
  color: #000;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

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

.testimonial-wrapper-two {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-two:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.left-arrow {
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 1px #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  transition: border-color .2s, transform .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.left-arrow:hover {
  border-color: #6f57eb;
  transform: translate(-8px);
}

.testimonial-wrapper-one {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-one:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.blog-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.star {
  width: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.slider-dots {
  display: none;
}

.app-icon {
  position: absolute;
  inset: auto -8px -8px auto;
}

.bold-text-2 {
  font-weight: 700;
}

.icon-regular-9 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.testimonial-wrapper-3 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.section-8.newsec {
  margin-top: 20px;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.gallery-image-wrapper {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.newimg01 {
  background-image: url('../images/48f03f0f-e31c-4b26-a8e4-70fd4bf04329.webp');
  border-radius: 8px;
}

.gallery-image-wrapper.newimg01.newimg3 {
  background-image: url('../images/366732039_323493120017025_5413550448491989324_n.jpg');
}

.gallery-image-wrapper.newimg01.newimg5 {
  background-image: url('../images/448627813_17996326094635931_6521867404941518959_n.jpg');
}

.gallery-image-wrapper.newimg01.newimg5.n2 {
  background-image: url('../images/9a1726ba-16d7-4d12-9d95-c5a646b34ae1.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5 {
  background-image: url('../images/489bca04-53b3-4d1d-86bb-27e0e4c95c28.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5.n8 {
  background-image: url('../images/4323bb96-c318-4e1a-b0c7-05d384dd5ba8.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5.n8.n11 {
  background-image: url('../images/d3f7ef7e-ee8d-44c9-859c-2384bcb1b0b9.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5.n8.n11.n14 {
  background-image: url('../images/d702c802-dcc6-4683-98c5-e4268250973e.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5.n8.n11.n14.n15 {
  background-image: url('../images/5ac6a579-2ecf-43d3-a3f2-f29dd9a0ac15.webp');
}

.gallery-image-wrapper.newimg01.newimg5.n5.n8.n11.n14.n15.n18 {
  background-image: url('../images/76b3a0f6-32f5-43a3-bf6e-a8373eb2ae2b.webp');
}

.gallery-image-wrapper.newimg01.newimg6 {
  background-image: url('../images/2023-09-09.jpg');
}

.gallery-image-wrapper.newimg01.newimg6.n3 {
  background-image: url('../images/a8ce0ebf-eaa9-433c-8fdc-2bb0523807c4.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6 {
  background-image: url('../images/da94f6b6-3d2e-4f04-8450-a591d35265ac.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6.new9 {
  background-image: url('../images/50d73f17-f6e6-47a2-bddd-9dbe124e2ad5.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6.new9.n12 {
  background-image: url('../images/48686e01-f22b-43f5-b727-dc9b7618a007.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6.new9.n12.n15 {
  background-image: url('../images/590c5a12-a0b2-45f4-adee-ffc97530df3f.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6.new9.n12.n15.n16 {
  background-image: url('../images/130b0c45-7044-4937-93dd-f281183c9551.webp');
}

.gallery-image-wrapper.newimg01.newimg6.n6.new9.n12.n15.n16.n19 {
  background-image: url('../images/dacacd20-7710-4f35-9787-52323eeff53b.webp');
}

.gallery-image-wrapper.newimg01.newimg2 {
  background-image: url('../images/366647621_323493123350358_7844852903711777326_n.jpg');
}

.gallery-image-wrapper.newimg01.newimg4 {
  background-image: url('../images/375813184_336099822089688_5062840834256248156_n.jpg');
}

.gallery-image-wrapper.newimg01.newimg4.n1 {
  background-image: url('../images/11d36921-43d4-49e6-91d0-1554f92fa87a.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4 {
  background-image: url('../images/760e7357-b9ac-493f-ae3a-de7429f926f4.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4.n7 {
  background-image: url('../images/9838efe8-0892-48fa-8018-860eb044d522.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4.n7.n10 {
  background-image: url('../images/bd8203f9-a695-4524-a994-7a070ebb70ff.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4.n7.n10.n13 {
  background-image: url('../images/cd60aa1c-bc57-4f67-9ce3-50fc2a0afa9c.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4.n7.n10.n13.n14 {
  background-image: url('../images/50d73f17-f6e6-47a2-bddd-9dbe124e2ad5.webp');
}

.gallery-image-wrapper.newimg01.newimg4.n4.n7.n10.n13.n14.n17 {
  background-image: url('../images/48f03f0f-e31c-4b26-a8e4-70fd4bf04329.webp');
}

.gallery-image-wrapper.newimg1 {
  background-image: url('../images/Untitled-design-5_1.png');
  border-radius: 8px;
  min-height: 400px;
}

.gallery-image-wrapper.newimg1.newimg3 {
  background-image: url('../images/Untitled-design-3_3.png');
}

.gallery-image-wrapper.newimg1.newimg2 {
  background-image: url('../images/Untitled-design-4_1.png');
}

.gallery-image-wrapper.newimg1.newimg5 {
  background-image: url('../images/image000000.png');
}

.gallery-image-wrapper.newimg1.newimg6 {
  background-image: url('../images/2024-04-13.jpg');
}

.gallery-image-wrapper.newimg1.newimg4 {
  background-image: url('../images/Untitled-design-9.png');
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.1;
}

.gallery-thumb-cover {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.team-link-wrapper {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.team-line-break {
  background-color: #f2f3f8;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container-11 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.team-social-link {
  color: #061237;
  padding: 8px;
  transition: all .3s;
}

.team-social-link:hover {
  color: #1355ff;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.team-grid-standard {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.h3-heading-3 {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.team-image-large {
  border-radius: 20px;
  height: 340px;
  margin-bottom: 32px;
  overflow: hidden;
}

.section-team {
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-role {
  color: #1355ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-name {
  color: #061237;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.social-link-wrap {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 10px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.team-social {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #3d3d3d52;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.section-large-3 {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small.align-center {
  text-align: center;
  align-items: center;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #041541cc), linear-gradient(#0000003d, #0000003d);
  width: 380px;
  height: 550px;
  position: relative;
}

.team-image {
  object-fit: cover;
  width: 380px;
  height: 550px;
  position: absolute;
  inset: 0%;
}

.container-large-11 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-image-wrap {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 380px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.wrap-v-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.subheading-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.caption {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-purple-500 {
  color: #8f6ee7;
}

.team-image-square {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-09-09.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-image-square.newimg {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-07-10.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.team-image-square.newimg3 {
  background-image: linear-gradient(#0000, #0d1541cc), url('../images/Elegant-Beige-and-White-Kitchen-Design.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-role-2 {
  color: #b6bcce;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.team-image-cover {
  color: #fff;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.team-cover {
  background-color: #061237cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -297px;
  margin-left: -65px;
  display: block;
  position: absolute;
  inset: 0%;
}

.grid-team-squares {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.button-spacer {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.grid-team {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.button-standard {
  background-color: #1355ff;
  border: 2px solid #1355ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #1355ff;
  background-color: #fff;
}

.team-name-2 {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.team-name-2.newtext1 {
  color: #fff;
  text-align: left;
  margin-top: -70px;
  padding-left: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.team-name-2.newtext1.newtct {
  margin-top: 18px;
  position: absolute;
}

.team-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mask {
  overflow: visible;
}

.section-regular-5 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-5.bg-brown {
  background-color: #f3f3f3;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.subheading-small-3 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.h5-heading-4 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.paragraph-regular-5 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-5.text-weight-medium {
  font-weight: 500;
}

.button-primary-m {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  text-align: center;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m:hover {
  background-color: #404040;
}

.button-primary-m.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.slide-2 {
  margin-right: 32px;
  text-decoration: none;
}

.avatar-2 {
  flex: none;
  width: 64px;
  height: 64px;
}

.testimonial-card-l {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 384px;
  min-height: 432px;
  padding: 32px;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  padding-bottom: 112px;
}

.icon-regular-10 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-5.text-color-gray-600 {
  color: #525f75;
}

.hide {
  display: none;
}

.testimonial-arrow {
  color: #a3a3a3;
  background-color: #fafafa;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-arrow:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.testimonial-arrow.right {
  left: 56px;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-2.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-large-12 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-bottom: -78px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.paragraph-5 {
  margin-top: -46px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox {
  border: 1px solid #d5d9e2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Check.svg');
  border: 1px solid #525f75;
  border-radius: 100%;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.text-link-2 {
  color: #23272f;
  text-decoration: underline;
}

.text-link-2:hover {
  color: #23272f;
}

.text-link-2.text-color-gray-600 {
  color: #525f75;
}

.text-field {
  color: #525f75;
  border: 1px solid #edeff3;
  border-bottom: 2px solid #1519c0;
  border-radius: 2px;
  min-height: 55px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: 0 1px 2px #23272e14;
}

.text-field:focus {
  border-color: #b1bbc8;
}

.text-field::placeholder {
  color: #000;
  font-weight: 500;
}

.text-field.text-area {
  min-height: 150px;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-gray-800 {
  color: #fff;
  font-size: 18px;
}

.contact-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.form-grid {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.h4-heading-2 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.cta-map-3 {
  border-radius: 20px;
  width: 85%;
  height: 400px;
  margin-left: 50px;
}

.apointment-section {
  z-index: -1;
  background-color: #02133c;
  background-image: linear-gradient(#000000a6 100%, #fff), url('../images/Untitled-design-13.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: -65px;
  display: flex;
  position: static;
}

.field-label {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.contact-card {
  border-bottom-width: 1.5px;
  position: static;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  background-image: url('../images/12.svg');
  background-position: 0 0;
  background-size: cover;
  border: 2px #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 49px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.wrap-v-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.error-message {
  color: #460906;
  background-color: #fff2eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-form-block-outline {
  background-color: #fff;
  border: 1px #edeff3;
  border-radius: 8px;
  width: 600px;
  height: 680px;
  margin-bottom: 0;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.wrap-v-small-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.contact-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.section-large-4 {
  background-image: linear-gradient(#ff313066, #0057bf66), linear-gradient(#000000e6 100%, #fff), url('../images/Untitled-design-5.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: -80px;
  padding: 120px 5%;
  position: relative;
}

.d-130-read-more-link-block {
  background-color: #0057bf;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.d-130-read-more-link-block.newbtn {
  background-color: #1b2568;
  width: 300px;
}

.d-130-right-arrow {
  position: absolute;
  transform: skew(-25deg);
}

.d-130-arrow-bg {
  background-color: #d12120;
  justify-content: flex-end;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: skew(25deg);
}

.title-wrapper-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading-4 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.container-large-16 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-regular-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #fff;
  font-size: 18px;
}

.h4-heading-3 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small-6.align-v-center {
  justify-content: flex-start;
  align-items: center;
}

.text-field-2 {
  color: #525f75;
  background-color: #fefefe;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003, 0 1px 2px #23272e14;
}

.text-field-2:focus {
  border-color: #b1bbc8;
}

.text-field-2.text-area {
  background-color: #fefefe;
  min-height: 150px;
  box-shadow: 0 2px 5px #0003, 0 1px 2px #23272e14;
}

.contact-form-block {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: -20px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.contact-map {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-small-bg {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-bg.text-weight-bold {
  font-weight: 700;
}

.contact-check-icon {
  background-color: #edeff3;
  border-radius: 100%;
  padding: 2px;
}

.h2-heading-6 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 610px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #edeff3;
  border-radius: 16px;
  grid-template-rows: auto;
  padding: 24px;
}

.button-primary-square-2 {
  color: #fff;
  background-color: #23272f;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 2px #23272f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-primary-square-2:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.contact-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.contact-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-map-wrapper {
  border-radius: 16px;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  margin-bottom: -15px;
}

.wrap-v-regular-2 {
  font-size: 20px;
}

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.footer-legal-section {
  background-color: #1519c0;
  background-image: url('../images/Untitled-design-4.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding: 10px 3%;
}

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

.footer-column-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  height: 80px;
}

.grid-footer-m {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.icon-regular-12 {
  color: #d4010a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.bold-text-11 {
  color: #fff;
  text-decoration: none;
}

.brix---link-text-2 {
  color: #fff;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2.nre1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-dark:hover {
  color: #d4010a;
}

.brix---link-wrapper-color-primary-2 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: #281ca5;
}

.brix---icon-pagraph-wrapper-2 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #fff;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.footer-section-2 {
  border-top: 1px solid #e3e3e3;
  padding: 80px 5%;
  position: relative;
}

.container-large-17 {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sub-heading-small-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-links-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.label-regular-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.footer-2 {
  background-color: #041541;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-small-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.link-3 {
  text-decoration: none;
}

.paragraph-regular-13 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.footer-divider-small {
  background-color: #e5e7eb;
  width: 100%;
  height: .5px;
}

.section-footer {
  padding: 80px 3% 64px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.docked-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.footer-logo-2 {
  width: 40px;
  height: 40px;
}

.form-block {
  margin-bottom: 0;
}

.footer-image-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.icon-regular-13 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-review-divider {
  background-color: #e5e7eb;
  border-radius: 2px;
  width: 2px;
  height: 12px;
}

.error-message-2 {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.footer-text-link {
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #913b8b;
}

.footer-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.docked-form {
  position: relative;
}

.docked-form-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.18px;
  background-color: #030711;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.docked-form-button.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.social-link-outline {
  color: #030711;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: background-color .3s;
}

.social-link-outline:hover {
  background-color: #f3f4f6;
}

.social-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.footnote-2 {
  color: #030711;
  font-size: 12px;
  text-decoration: none;
}

.footnote-2.text-color-gray-500 {
  color: #6b7280;
}

.legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.action-medium {
  color: #030711;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.action-medium.text-color-gray-500 {
  color: #6b7280;
}

.footer-review-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.paragraph-regular-14 {
  color: #030711;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-regular-14.text-color-gray-500 {
  color: #6b7280;
}

.footer-main {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.success-message-2 {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.legal-link {
  color: #6b7280;
  font-size: 12px;
  text-decoration: none;
}

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

.container-large-18 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-review {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-company-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 306px;
  display: flex;
}

.input-field-docked {
  color: #6b7280;
  letter-spacing: -.18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 114px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s;
}

.input-field-docked:focus {
  border-color: #000;
}

.image-54 {
  width: 305px;
  max-width: none;
  height: 199.344px;
}

.section-12 {
  width: 400px;
  max-width: none;
  height: 200px;
  max-height: none;
}

.content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular-14 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.button-primary-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.section-regular-6 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.wrap-v-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large-19 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular-15 {
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-15.text-color-gray-700 {
  color: #000;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 600;
}

.overline-regular {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-regular.text-weight-medium {
  font-weight: 500;
}

.subheading-small-4 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-image-large {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.content-image {
  max-width: 488px;
  height: auto;
}

.content-grid-two-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h6-heading-2 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.text-color-purple-601 {
  color: #5c2d5c;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.bold-text-12 {
  font-size: 28px;
  line-height: 30px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.footer-legal-2 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.section-13 {
  background-color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-13.footer {
  background-color: #061d29;
  padding-bottom: 1em;
  display: none;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.brix---icon-pagraph-wrapper {
  color: #6e7191;
  align-items: flex-start;
  display: flex;
}

.container-12 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-12.footer-container {
  justify-content: center;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.icon-regular-15 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column {
  flex: 1;
  padding: 20px;
}

.column.footer-column {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---footer-col-title {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.section-14 {
  width: 205%;
  margin-right: -55px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
  overflow: hidden;
}

.container-large-20 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-8 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-8.text-color-gray-950 {
  color: #1f1e1e;
}

.testimonial-wrapper-4 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.title-wrapper-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading-7 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.section-16.newsec {
  margin-top: 20px;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section-5 {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.footer-title {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav__css {
  position: fixed;
}

.nav__container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.footer-text-link-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-2:hover {
  color: #0057bf;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.navigation-logo-3 {
  width: 200px;
  margin-top: 0;
  margin-left: -10px;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-regular-16 {
  color: #ff3130;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.nav__logo__link {
  flex: none;
  width: 120px;
  margin-right: 32px;
}

.nav__flexed {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__inner {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.footer-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-slider-large {
  background-color: #0000;
  align-items: center;
  margin-top: 30px;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.faq-card {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.faq-card:hover {
  border-color: #0000;
  box-shadow: 29px 57px 140px -48px #393b6a1f;
}

.paragraph-small-10 {
  color: #000;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 24px;
}

.faq-slider-mask {
  width: 452px;
  overflow: visible;
}

.faq-right-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  left: auto;
  right: 0%;
}

.faq-right-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.paragraph-regular-bold {
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-bold.margin-bottom-12 {
  font-size: 18px;
  font-weight: 700;
}

.container-regular-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-faq-slider {
  background-color: #fff;
  padding: 120px 5%;
  display: none;
  overflow: hidden;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-slide {
  margin-right: 40px;
}

.faq-left-arrow {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: auto;
  left: auto;
  right: 60px;
}

.faq-left-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.faq-slider-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonal-review-stars-s-2 {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.testimonial-star-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-v-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-large-2.align-c {
  justify-content: flex-start;
  align-items: center;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.container-x-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-avatar-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 67%, #d5d9e2);
  position: absolute;
  inset: 0%;
}

.testimonial-avatar-overlay.orange {
  background-image: linear-gradient(#0000 67%, #ffcaa8);
}

.overline-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h2-heading-8 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.testimonial-quote {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  background-color: #fff;
  border: .5px solid #edeff3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-avatar-background {
  background-color: #f6f7f9;
  background-image: url('../images/Team-Card-Background-Dots.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar-background.background-orange {
  background-color: #fff;
  background-image: none;
}

.testimonial-avatar-rounded {
  z-index: 1;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003, 0 0 0 8px #f6f7f9;
}

.testimonial-author-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  width: 1.5px;
  height: 20px;
}

.testimonial-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-55 {
  color: #fff;
  border: 1px #000;
  max-width: 75%;
  height: 153px;
  margin-top: 0;
  margin-bottom: -25px;
}

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

.image-56 {
  box-shadow: 0 2px 5px #0003;
}

.wrap-v-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h5-heading-5 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 55px;
}

.section-regular-7 {
  margin-top: 0;
  padding: 45px 5%;
  position: relative;
}

.content-grid-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.subheading-small-5 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.icon-regular-17 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.content-feature-grid-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.caption-uppercase-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase-2.text-weight-medium {
  font-weight: 500;
}

.container-large-21 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-5 {
  background-color: #fefefe;
  padding: 60px 5% 120px;
  position: relative;
}

.wrap-v-x-small-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small-5.align-center {
  text-align: center;
  align-items: center;
}

.container-large-22 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-small-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.subheading-small-6 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.section-large-6 {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.wrap-v-x-small-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small-6.align-center {
  text-align: center;
  align-items: center;
}

.overlay-2 {
  z-index: 1;
  background-image: radial-gradient(circle at 50% 100%, #33168329 60%, #36178c00), linear-gradient(#0000003d, #0000003d);
  width: 100%;
  height: 100%;
  position: relative;
}

.team-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-large-23 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-image-wrap-2 {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
}

.wrap-v-small-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
}

.paragraph-6 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #734573;
}

.button-primary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.form {
  border-radius: 6px;
  flex-direction: column;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-regular-18 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.section-regular-8 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-8.background-gray {
  background-color: #fefefe;
  padding-top: 0;
  padding-bottom: 0;
}

.form-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.text-color-red-500 {
  color: #aa3c3c;
}

.container-large-24 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.contact-map-small {
  height: 200px;
  min-height: 200px;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.wrap-h-small.align-center {
  align-items: center;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #525252;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-link:hover {
  color: #734573;
}

.checkbox-2 {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox-2.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox-field-2 {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.text-link-3 {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-3:hover {
  color: #734573;
}

.field-label-2 {
  color: #171717;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.wrap-v-small-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-grid-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #171717;
  background-color: #fefefe00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.h6-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.icon-x-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.form-text-field {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.form-text-field:hover {
  border-color: #d4d4d4;
}

.form-text-field:focus {
  border-color: #734573;
}

.form-text-field::placeholder {
  color: #737373;
}

.contact-links {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.text-color-purple-602 {
  color: #5c2d5c;
}

.icon-regular-19 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.section-regular-9 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-9.background-gray {
  background-color: #fafafa;
}

.form-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.text-color-red-501 {
  color: #aa3c3c;
}

.container-large-25 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-4 {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-4:hover {
  color: #734573;
}

.wrap-v-small-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.h6-heading-4 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.icon-x-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.cta-map-5 {
  border-radius: 3px;
  width: 100%;
  height: 350px;
  margin-top: 15px;
}

.grid-cell {
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.grid-cell.vertical {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}

.field-label-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.field-label-3.field-label--dark {
  color: #000c;
}

.field-label-3.field-label--dark.margin-8px {
  color: #000;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field-6 {
  color: #000;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.text-field-6.new11 {
  color: #000;
  height: 150px;
  margin-bottom: -20px;
  font-weight: 400;
}

.section-19 {
  margin-top: 0;
}

.body-text--18 {
  color: #000c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-text--18.margin-24px {
  color: #000000b3;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-13 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.image-57 {
  border-radius: 6px;
  height: 450px;
}

@media screen and (min-width: 1440px) {
  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .section-small.background-secondary {
    background-color: #fff;
  }

  .testimonial-card {
    box-shadow: 0 2px 5px #0003;
  }

  .h2-heading-4 {
    letter-spacing: normal;
    font-size: 49px;
    font-weight: 800;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .testimonal-review-stars-s-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .home-help_expert {
    height: auto;
    display: block;
  }

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

  .home-help_img-wrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo-wrapper {
    width: 50%;
    display: block;
  }

  .footer-link {
    font-size: 14px;
  }

  .home-help_component {
    grid-column-gap: 0rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .jurisdiction-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-slider-wrapper.overflow-hidden {
    grid-template-columns: 1fr;
  }

  .home-help_column-txt, .blog-item {
    display: block;
  }

  .home-help_content {
    flex-direction: column;
    display: block;
  }

  .blog-collection-list {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    height: 100%;
  }

  .footer_content {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-grid-bottom {
    grid-template-columns: 1fr;
  }

  .container-header {
    padding-top: 32px;
    padding-left: 32px;
  }

  .header-detail-wrap {
    justify-content: center;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .nav-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .social-media {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .container-2 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .tap-image {
    width: 24px;
    margin-top: 18px;
    margin-left: -2px;
  }

  .tap-image._2 {
    width: 20px;
    margin-left: -2px;
  }

  .pen {
    width: 120px;
    top: -23%;
  }

  .tab_frame {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .tab_frame._2 {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 6px;
  }

  .decorate_text {
    font-size: 70px;
    line-height: 110px;
    top: 11%;
  }

  .decorate_text._4 {
    top: 27%;
  }

  .s5_col1 {
    margin-left: -73px;
  }

  .s5_image {
    width: 100%;
    max-width: 480px;
    left: 0;
  }

  .btn {
    width: 260px;
    height: 55px;
    padding: 0;
    font-size: 16px;
  }

  .btn.not_centered.margin-40 {
    margin-top: 20px;
  }

  .s5_col2 {
    flex: 1;
    margin-left: 60px;
  }

  .s5_content {
    margin-top: 30px;
  }

  .cont {
    max-width: 700px;
  }

  .s5 {
    max-width: 100vw;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .click_info {
    font-size: 8px;
    line-height: 12px;
    right: -31px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle {
    font-size: 34px;
  }

  .testimonial-marquee-wrapper {
    max-width: none;
  }

  .testimonial-content {
    padding-top: 0;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .testimonial-background {
    display: none;
  }

  .testimonial-image-large {
    margin-left: 0;
  }

  .testimonial-overlay-bottom {
    background-image: linear-gradient(to top, #fffffff5, #fff0);
  }

  .testimonial-group.third {
    display: none;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-impact-purple-button-div, .our-impact-purple-block-text-div-2 {
    width: auto;
  }

  .testimonial-wrapper-three {
    flex-wrap: wrap;
  }

  .testimonial-section {
    background-image: none;
  }

  .testimonial-block {
    padding: 60px 40px;
  }

  .testimonial-grid-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-content-2 {
    max-width: 420px;
  }

  .testimonial-wrapper-two, .testimonial-wrapper-one {
    flex-wrap: wrap;
  }

  .blog-slider {
    width: auto;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .team-grid-standard {
    grid-template-columns: 1fr 1fr;
  }

  .section-team {
    padding-bottom: 140px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-team {
    grid-template-columns: 2fr;
  }

  .heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .apointment-section {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-m {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-links-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-legal-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .content-features {
    grid-template-columns: 1fr 1fr;
  }

  .content-grid-two-columns {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    align-items: flex-start;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column {
    width: auto;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden, .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__logo__link {
    width: 100px;
    height: 32px;
  }

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .footer-large-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-slider-mask {
    width: 420px;
  }

  .content-grid-b {
    grid-template-columns: 1fr;
  }

  .content-wrapper-2 {
    align-items: flex-start;
  }

  .contact-grid-large {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .text-field-6 {
    margin-right: 1%;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent, .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .footer-links-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link.white {
    color: #fff;
    display: none;
  }

  .jurisdiction-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-subscribe-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-promo_btn-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .header-shape {
    max-width: 40%;
    top: -30%;
    right: 24px;
  }

  .section-header-small {
    overflow: hidden;
  }

  .container-header {
    border-left-style: none;
    padding-left: 0;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .header-detail-wrap {
    flex-direction: column;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

  .nav-wrapper {
    flex-direction: row;
  }

  .nav-link, .text-block-4 {
    display: none;
  }

  .social-list, .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .content-card-c {
    grid-template-columns: 1fr;
  }

  .h5-heading-2 {
    font-size: 32px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .tap-image, .tap-image._2 {
    width: 16px;
    margin-top: 13px;
  }

  .pen {
    width: 90px;
    top: -18%;
  }

  .tab_frame, .tab_frame._2 {
    width: 20px;
    height: 20px;
  }

  .decorate_text {
    font-size: 60px;
    line-height: 70px;
    display: none;
    top: 27%;
  }

  .btn {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .btn.not_centered.margin-40.mobile_centered {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .s5_col2 {
    text-align: center;
    margin-top: -40px;
    margin-left: 0;
  }

  .s5_content {
    flex-direction: column;
    margin-top: -60px;
  }

  .cont, .cont.relative {
    max-width: 350px;
  }

  .s5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .click_info {
    font-size: 7px;
    line-height: 11px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-cards, .layout2_component {
    grid-template-columns: 1fr;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h4-heading {
    font-size: 44px;
  }

  .grid_1-2, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 46px;
  }

  .section-testimonial-b {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .our-impact-purple-block-text-div-2 {
    padding-right: 10px;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .testimonial-title-wrapper {
    left: 0;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .team-grid-standard {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-role {
    font-size: 14px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-large-3, .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-4 {
    font-size: 32px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-map-3 {
    height: 20rem;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

  .grid-footer-m {
    grid-template-columns: 1fr;
  }

  .footer-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .section-footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-links {
    width: auto;
    max-width: none;
  }

  .footer-legal {
    flex-direction: column;
  }

  .footer-company-details {
    max-width: none;
  }

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

  .content-features, .content-grid-two-columns {
    grid-template-columns: 1fr;
  }

  .h6-heading-2 {
    font-size: 32px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-5-cols {
    grid-template-columns: 1fr 1fr;
  }

  .container-12 {
    width: 94%;
  }

  .container-12.footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-overflow-hidden, .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__logo__link {
    width: 100px;
  }

  .footer-large-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-slider-mask {
    width: 400px;
  }

  .section-faq-slider {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-5 {
    font-size: 32px;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-grid-b {
    grid-template-columns: 1fr;
  }

  .section-large-5, .section-large-6, .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid-large {
    padding: 32px;
  }

  .h6-heading-3 {
    font-size: 32px;
  }

  .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h6-heading-4 {
    font-size: 32px;
  }

  .cta-map-5 {
    height: 20rem;
  }

  .grid-cell {
    padding-top: 16px;
    padding-left: 16px;
  }

  .text-field-6 {
    height: 46px;
    margin-bottom: 16px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .home-help_expert {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .my-section-header.top {
    background-image: url('../images/HomepageHero-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-blog-header {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.white {
    font-size: 14px;
    display: block;
  }

  .home-help_component {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .jurisdiction-collection-wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .jurisdiction-collection-list {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-slider-wrapper.overflow-hidden {
    overflow: visible;
  }

  .home-help_column-txt {
    flex-direction: column;
  }

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

  .jurisdiction-item {
    border-bottom: 1px #c4ac83;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-subscribe-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_bottom-item {
    margin-bottom: 1rem;
  }

  .button-tertiary {
    margin-top: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .my-section.testimonials {
    overflow: visible;
  }

  .h1-heading {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 45px;
  }

  .h1-heading.newhead.nk {
    font-size: 32px;
    line-height: 42px;
  }

  .h1-heading._1neewhading {
    font-size: 32px;
    line-height: 40px;
  }

  .wrap-v-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .header-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .container-header {
    padding-bottom: 50px;
  }

  .paragraph-large-bg.text-weight-medium {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-large-bg.text-weight-bold {
    color: #000;
  }

  .header-badge {
    border-radius: 6px;
  }

  .paragraph-small.text-color-gray-800, .paragraph-small.text-color-gray-800.newtxt {
    display: none;
  }

  .wrap-v-small.align-l {
    margin-top: 60px;
  }

  .wrap-v-small.align-v-center {
    display: none;
  }

  .wrap-v-x-large {
    margin-top: -65px;
    margin-left: 10px;
  }

  .button-right-icon {
    width: 100%;
    margin-right: 20px;
  }

  .button-right-icon.newbtn1 {
    background-image: url('../images/btn-graphic.svg'), linear-gradient(18deg, #d4010a, #0d1541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .header-grid-middle {
    grid-template-columns: 2fr;
  }

  .h1-heading-2 {
    font-size: 42px;
  }

  .cal-link {
    width: 40px;
    height: 40px;
  }

  .nav-logo {
    max-width: 50%;
    height: 100px;
    margin-top: 10px;
    margin-left: 0;
  }

  .container-2.header-ribbon {
    justify-content: center;
    align-items: center;
  }

  .section-large {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .content-image-card-small {
    background-image: url('../images/10-1.png');
    background-position: 100%;
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .overline {
    text-align: center;
  }

  .h2-heading {
    letter-spacing: normal;
    font-size: 33px;
    line-height: 35px;
  }

  .image-cover {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 350px;
    height: 500px;
  }

  .content-image-c {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h5-heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .image-full {
    width: 115%;
    height: auto;
  }

  .caption-uppercase {
    font-size: 12px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .content-course-link {
    padding: 16px 12px;
  }

  .content-link {
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .paragraph-large.text-color-gray-950 {
    font-size: 18px;
    line-height: 26px;
  }

  .content-links {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .h3-heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .pen {
    right: 12%;
  }

  .decorate_text {
    font-size: 45px;
    line-height: 55px;
    display: none;
  }

  .s5_col1 {
    margin-left: -35px;
  }

  .s5_image {
    max-width: 300px;
  }

  .btn.not_centered.margin-40.mobile_centered {
    width: 200px;
    height: 40px;
    margin-top: 20px;
  }

  .cont.relative {
    margin-left: auto;
    margin-right: auto;
  }

  .click_info {
    height: 35px;
    right: -10px;
  }

  .section-regular-4 {
    margin-top: -140px;
    padding-bottom: 20px;
  }

  .h2-heading-2 {
    font-size: 48px;
  }

  .feature-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image {
    min-height: 20rem;
  }

  .playbuttonwrapper {
    clear: none;
    width: 80px;
    height: 80px;
    position: relative;
    top: 0%;
    left: 40%;
  }

  .playbuttonwrapper.new12 {
    position: relative;
    top: 275%;
    bottom: 0%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .h4-heading, .h4-heading.white {
    font-size: 35px;
  }

  .section.reverse-color {
    padding-top: 0;
  }

  .section.reverse-color.newsec.n1111 {
    display: none;
  }

  .section.reverse-color.new111 {
    display: block;
  }

  .grid_1-2 {
    padding-top: 0;
  }

  .content-wrap {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .short-image {
    width: 100%;
    margin-top: -90px;
    margin-left: 0;
  }

  .h2.body-color {
    line-height: 24px;
  }

  .testimonial-content {
    grid-row-gap: 32px;
  }

  .h6-heading {
    white-space: pre-wrap;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    max-width: 75%;
    margin-right: 5px;
  }

  .people-image.newgoogleicon.new123 {
    max-width: 75%;
    margin-top: 0;
    margin-right: 0;
  }

  .section-small.background-secondary {
    display: none;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    display: none;
  }

  .section-small.background-secondary.newsec {
    padding-top: 60px;
    display: block;
  }

  .section-small.background-secondary.newsec.newsec1 {
    margin-top: 0;
  }

  .section-small.background-secondary.newsec.newsec1.new1 {
    display: block;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .our-impact-purple-div-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .home-testimonials_rating-wrapper {
    align-items: center;
    display: none;
  }

  .appointment-button-div-main-3 {
    margin-top: 0;
  }

  .people-image-2 {
    max-width: 30%;
    margin-left: 0;
  }

  .our-impact-purple-block-text-div-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 20px;
    padding-right: 0;
    display: grid;
  }

  .h2-heading-4 {
    font-size: 32px;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

  .avatar {
    width: 55px;
    height: 55px;
  }

  .testimonial-wrapper-three {
    flex-direction: column;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .avatar-cover {
    width: 100%;
  }

  .testimonial-wrapper-two, .testimonial-wrapper-one {
    flex-direction: column;
  }

  .blog-slider {
    display: block;
  }

  .bold-text-2 {
    color: #000;
    font-size: 32px;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .gallery-image-wrapper.newimg1 {
    background-image: url('../images/280556250_177402167974320_3063767221101239633_n.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg3 {
    background-image: url('../images/366732039_323493120017025_5413550448491989324_n.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg2 {
    background-image: url('../images/366647621_323493123350358_7844852903711777326_n.jpg');
  }

  .h2-heading-5, .h3-heading-3 {
    font-size: 48px;
  }

  .team-name {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .team-card {
    max-width: 330px;
  }

  .team-grid {
    max-width: none;
  }

  .overlay {
    background-image: linear-gradient(#0000, #041541cc), linear-gradient(#0000003d, #0000003d);
  }

  .overlay.newoverlay {
    background-image: linear-gradient(#0000, #d4010a99), linear-gradient(#0000003d, #0000003d);
  }

  .team-image-wrap {
    width: auto;
    max-width: none;
  }

  .grid-team-squares {
    grid-template-columns: 1fr;
  }

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

  .section-regular-5.bg-brown {
    display: none;
  }

  .contact-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta-map-3 {
    margin-top: 20px;
  }

  .apointment-section {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-form-block-outline {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-large-4 {
    margin-top: -225px;
    padding-top: 175px;
    padding-bottom: 40px;
    display: block;
    position: static;
  }

  .d-130-read-more-link-block {
    background-color: #0057bf;
    border-radius: 6px;
    width: 240px;
    margin-top: 0;
  }

  .d-130-read-more-link-block.newbtn {
    background-color: #1b2568;
    width: 300px;
    margin-top: 0;
  }

  .d-130-arrow-bg {
    background-color: #d12120;
    width: 205px;
    transform: skew(25deg);
  }

  .text-block {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .h4-heading-3 {
    font-size: 28px;
  }

  .contact-form-block {
    margin-top: -125px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-feature-grid {
    grid-template-columns: 1fr;
  }

  .contact-card-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .html-embed-2 {
    position: relative;
  }

  .icon-regular-12 {
    color: #ec1d25;
    margin-right: 5px;
  }

  .brix---link-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text-2.nre1 {
    font-size: 16px;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-links-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-2 {
    display: none;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .docked-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-regular-15 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .content-image-large {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-12 {
    font-size: 23px;
    line-height: 25px;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---footer-link {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .brix---footer-link:hover {
    color: #d4010a;
  }

  .brix---mg-bottom-24px-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .footer-legal-2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: none;
  }

  .brix---footer-logo {
    width: 65%;
    max-width: 240px;
  }

  .brix---footer-logo.new12 {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .section-13.footer {
    background-color: #161616;
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(305deg, #d4010a, #041541 69%), url('../images/Untitled-design-10.png');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
    padding-top: 0;
    display: block;
  }

  .brix---footer-list-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
    margin-left: 15px;
  }

  .brix---link-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text.nre1 {
    font-size: 16px;
  }

  .icon-regular-15 {
    color: #082368;
    margin-right: 5px;
  }

  .column {
    border-top: 1px solid #fff6;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.footer-column {
    border-top-style: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }

  .brix---footer-col-title {
    color: #fff;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 12px;
  }

  .brix---btn-slider-arrow-right---top-right {
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #0d1541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    border-style: none;
    border-radius: 12%;
    top: 220px;
    bottom: -72px;
    right: -4%;
  }

  .brix---btn-slider-arrow-right---top-left {
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #0d1541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    border-style: none;
    border-radius: 12%;
    top: 220px;
    bottom: -72px;
    left: -4%;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    color: #fff;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---card-team-v1 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-09-09.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 12px;
    width: 336px;
    height: 500px;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---card-team-v1.newimg1 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/Untitled-design-10.png');
  }

  .brix---card-team-v1.newimg2 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/Elegant-Beige-and-White-Kitchen-Design.jpeg');
  }

  .brix---slide-item-mg {
    width: 335px;
    height: 500px;
  }

  .brix---heading-h2-size {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

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

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 96px;
    display: block;
    position: relative;
  }

  .section-15 {
    justify-content: center;
    align-items: center;
    margin-top: 465px;
    margin-bottom: 0;
    margin-left: -100px;
    display: flex;
  }

  .section-15.newsec1 {
    margin-left: -50px;
  }

  .paragraph-large-8.text-color-gray-950 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .h2-heading-7 {
    font-size: 26px;
    font-weight: 700;
  }

  .section-16 {
    grid-template-columns: 1fr;
  }

  .container-13 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .bold-text-13 {
    font-size: 14px;
  }

  .section-5 {
    background-color: #fefefe;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

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

  .grid-2-columns._1-col-tablet.gap-24px.new1gap {
    margin-top: 20px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .nav__trigger.nav__closed {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .line-wrap {
    width: 40px;
    height: 39px;
    margin-right: 10px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .footer-text-link-2 {
    font-weight: 500;
  }

  .footer-text-link-2:hover {
    color: #d4010a;
  }

  .footer-text-link-2.w--current {
    color: #ede32c;
  }

  .footer-text-link-2.new11.w--current {
    color: #fff;
  }

  .navigation-logo-3 {
    width: 135px;
    margin-top: -10px;
    margin-left: 0;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .icon-regular-16 {
    color: #d4010a;
    margin-right: 5px;
  }

  .nav__logo__link {
    width: 200px;
    margin-top: -40px;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 0;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: block;
    position: static;
  }

  .nav__inner {
    background-color: #161616;
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
  }

  .footer-large-grid {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .faq-slider-large {
    margin-top: 80px;
  }

  .faq-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-slider-mask {
    width: 100%;
  }

  .faq-right-arrow {
    color: #fff;
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    width: 50px;
    height: 50px;
    position: relative;
    top: auto;
    bottom: 200px;
    right: -49%;
  }

  .section-faq-slider {
    background-color: #f3f3f3;
    padding-top: 40px;
    display: block;
  }

  .section-faq-slider.newslid {
    background-color: #fefefe;
    padding-top: 0;
  }

  .icon {
    color: #fff;
    width: 30px;
    height: 30px;
  }

  .faq-left-arrow {
    background-image: url('../images/Untitled-design-3_1.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    width: 50px;
    height: 50px;
    margin-top: 0;
    position: relative;
    top: auto;
    bottom: 155px;
    left: -182px;
  }

  .section-17 {
    margin-bottom: 5px;
  }

  .testimonal-review-stars-s-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: -10px;
  }

  .testimonial-star-2 {
    width: 30px;
    height: 30px;
  }

  .section-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 20px;
    display: grid;
  }

  .testimonial-author-divider {
    width: 20px;
    height: 1px;
  }

  .testimonial-author-wrap {
    flex-flow: column;
  }

  .image-55 {
    text-align: center;
    max-width: 200%;
  }

  .h5-heading-5 {
    font-size: 29px;
    line-height: 36px;
  }

  .section-regular-7 {
    padding-top: 30px;
  }

  .content-feature-grid-s {
    grid-template-columns: 1fr;
  }

  .subheading-small-6 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-6 {
    line-height: 19px;
  }

  .form {
    justify-content: center;
    align-items: center;
    width: 320px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-regular-8.background-gray {
    padding-bottom: 20px;
  }

  .form-grid-2 {
    border-radius: 6px;
    grid-template-columns: 1fr;
    width: 320px;
    padding: 15px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    display: flex;
  }

  .contact-map-small {
    height: 220px;
  }

  .contact-grid-large {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 32px 24px 24px;
  }

  .h6-heading-3 {
    font-size: 28px;
  }

  .form-text-field {
    width: 290px;
  }

  .form-grid-3 {
    grid-template-columns: 1fr;
  }

  .cta-map-5 {
    margin-top: 20px;
  }

  .text-field-6 {
    width: 100%;
    margin-right: 0%;
  }

  .text-field-6.new11 {
    width: 290px;
  }

  .body-text--18 {
    color: #000c;
    font-weight: 700;
  }

  .body-text--18.margin-24px {
    color: #000000b3;
    font-size: 16px;
  }

  .bold-text-14, .bold-text-15 {
    text-decoration: none;
  }

  .heading-3 {
    color: #000;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#w-node-b66ea69d-4b55-86c7-2149-8c9471a69a39-d32dd857, #w-node-d99fd3d8-43c7-b0b7-ce87-8a61c816bdc5-d32dd857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacffd8-beae-9071-6500-4e60b625f008-d32dd857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_74d03dd0-7364-f02a-5716-0c3ebd510c59-d32dd857 {
  align-self: center;
}

#w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-d32dd857, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-d32dd857, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-d32dd857, #w-node-f00949c2-1eaa-b4a2-f359-2bdbfa9bd43b-d32dd857, #w-node-_0155b610-1e71-2d94-d6d9-7bfcd36dc249-f67f7559, #w-node-_0155b610-1e71-2d94-d6d9-7bfcd36dc250-f67f7559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0155b610-1e71-2d94-d6d9-7bfcd36dc257-f67f7559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-f67f7559, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-f67f7559, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-f67f7559, #w-node-_7f976410-a980-ac0f-fec5-bfd3b6d33234-f67f7559, #w-node-b66ea69d-4b55-86c7-2149-8c9471a69a39-0db4eb02, #w-node-d99fd3d8-43c7-b0b7-ce87-8a61c816bdc5-0db4eb02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacffd8-beae-9071-6500-4e60b625f008-0db4eb02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c649762-2896-bc60-f6ae-82933a0ebf64-0db4eb02, #w-node-_8c649762-2896-bc60-f6ae-82933a0ebf74-0db4eb02, #w-node-_8c649762-2896-bc60-f6ae-82933a0ebf84-0db4eb02, #w-node-_83570b13-9696-915c-361c-df0b9fa1ca0f-0db4eb02, #w-node-_83570b13-9696-915c-361c-df0b9fa1ca18-0db4eb02, #w-node-_83570b13-9696-915c-361c-df0b9fa1ca21-0db4eb02, #w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-0db4eb02, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-0db4eb02, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-0db4eb02, #w-node-_501eee53-e6e1-da5d-cb2c-e56653c0be0d-0db4eb02, #w-node-b66ea69d-4b55-86c7-2149-8c9471a69a39-8dd3f751, #w-node-d99fd3d8-43c7-b0b7-ce87-8a61c816bdc5-8dd3f751 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacffd8-beae-9071-6500-4e60b625f008-8dd3f751 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-8dd3f751, #w-node-_13bd21c6-0a3e-80f2-12e8-1d2efa01fc0c-8dd3f751, #w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-8dd3f751, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-8dd3f751, #w-node-_41f6b07f-643e-4b43-c472-9f532c88ee5d-8dd3f751, #w-node-b66ea69d-4b55-86c7-2149-8c9471a69a39-979f642f, #w-node-d99fd3d8-43c7-b0b7-ce87-8a61c816bdc5-979f642f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacffd8-beae-9071-6500-4e60b625f008-979f642f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-979f642f, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-979f642f, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-979f642f, #w-node-e1c47b22-f330-9baa-04a5-7f3ce72765dd-979f642f, #w-node-b66ea69d-4b55-86c7-2149-8c9471a69a39-b47e52d9, #w-node-d99fd3d8-43c7-b0b7-ce87-8a61c816bdc5-b47e52d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacffd8-beae-9071-6500-4e60b625f008-b47e52d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28566728-827a-076b-803e-a09a44337378-b47e52d9, #w-node-_6c7b9847-1171-3c10-8264-85df3cd38e01-b47e52d9, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcd-b47e52d9, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-b47e52d9, #w-node-f1a5cf28-84f4-6b0f-c29b-8f9153471309-b47e52d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_66cb2c10-ea3e-ae84-42f6-68fbded302aa-f67f7559 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-d32dd857, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-f67f7559, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-0db4eb02, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-8dd3f751, #w-node-_13bd21c6-0a3e-80f2-12e8-1d2efa01fc0c-8dd3f751, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-979f642f, #w-node-dcd8ba2a-44cc-b505-3b13-f2ac2cc9f59d-b47e52d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-d32dd857, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-d32dd857 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-d32dd857, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-d32dd857, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-d32dd857, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-d32dd857, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-d32dd857, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-d32dd857, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-d32dd857, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-d32dd857, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-d32dd857, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-d32dd857, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-d32dd857 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-f67f7559, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-f67f7559 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-f67f7559, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-f67f7559, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-f67f7559, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-f67f7559, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-f67f7559, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-f67f7559, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-f67f7559, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-f67f7559, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-f67f7559, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-f67f7559, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-f67f7559 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-0db4eb02, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-0db4eb02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-0db4eb02, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-0db4eb02, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-0db4eb02, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-0db4eb02, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-0db4eb02, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-0db4eb02, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-0db4eb02, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-0db4eb02, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-0db4eb02, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-0db4eb02, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-0db4eb02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-8dd3f751, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-8dd3f751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-8dd3f751, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-8dd3f751, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-8dd3f751, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-8dd3f751, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-8dd3f751, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-8dd3f751, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-8dd3f751, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-8dd3f751, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-8dd3f751, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-8dd3f751, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-8dd3f751, #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-979f642f, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-979f642f, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-979f642f, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-979f642f, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-979f642f, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-979f642f, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-979f642f, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-979f642f, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-979f642f, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-979f642f, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-979f642f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-979f642f, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-979f642f, #w-node-d54e5004-0045-1c09-0c09-b052f6e9fe93-b47e52d9, #w-node-_30b32d29-01c1-7102-f64b-b5d94af1afcb-b47e52d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d65c2995-2574-3e60-fbcb-04c7a77533d6-b47e52d9, #w-node-_0917f56a-b4cb-4384-3cb7-913cbc0a6ad2-b47e52d9, #w-node-_54cf72fa-a841-214d-f11d-1a3582dd79e5-b47e52d9, #w-node-f32a8302-bbc8-4fcb-93e0-dbef54959dad-b47e52d9, #w-node-ed5cbf73-e8f3-e1f8-4efd-ebf555f6e14a-b47e52d9, #w-node-_21b94205-4d0a-d24d-5972-aba98157baa0-b47e52d9, #w-node-_35566f90-67cd-0125-72ae-0337825c0933-b47e52d9, #w-node-_8ec1689a-b501-2c9b-6e6d-7b64e0858253-b47e52d9, #w-node-_0f93a5f0-b28e-32ad-7d78-b74690076f23-b47e52d9, #w-node-aeb6a4e0-d78f-867b-86b7-b3f9b218e507-b47e52d9, #w-node-b110b97a-7b2d-5710-b4ff-7b9ceee5b5e2-b47e52d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
