:root {
  --website-color: #4a742c;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  width: 100%;
  max-width: 820px;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  display: none;
}

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

.image-3 {
  width: 300px;
  margin-bottom: 20px;
}

.nav-mobile__background {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.column-regular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

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

.row-small-2.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.navigation-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

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

.link-block {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  transform: translate(3px, -3px);
}

.footer-text-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-icon-button {
  color: #030711;
  background-color: #aa1f1e;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button:hover {
  background-color: #aa1f1e;
  transform: translate(3px, -3px);
}

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

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

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

.icon-regular-8.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-8.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

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

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.nav-main__container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.cal-link-2 {
  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;
}

.footer-logo {
  width: auto;
  height: auto;
}

.navigation-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.column-small-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-regular-4 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4.nk1 {
  color: #21372e;
  width: 22px;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-regular-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-17.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.navigation-2 {
  z-index: 999;
  background-color: #e2dacd;
  border-bottom: 1px #f5f5f6;
  padding: 16px 5%;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

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

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.navigation-dropdown-1 {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.buttons {
  background-color: var(--website-color);
  color: #fff;
  border: 1px #bbb;
  border-radius: 6px;
  padding: 15px 50px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.button-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.ths07-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.ths07-hero-slide-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.ths07-hero-slide-title-wrapper.newflex {
  flex-flow: column;
}

.ths07-divider-black {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-left: 0;
  margin-right: 25px;
}

.ths07-divider-black.newdiv1 {
  color: #000;
  background-color: #000;
}

.text-block {
  font-weight: 500;
}

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

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

.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: 35px;
  height: 35px;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

.header-gradient-overlay-2 {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #0003, #0006);
  position: absolute;
  inset: 0%;
}

.navigation-list-wrapper-2 {
  background-color: var(--website-color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.ths07-hero-slide-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 834px;
  display: flex;
  position: relative;
}

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

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

.icon-regular-17.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-17.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.ths07-hero-slide-image-overlay {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

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

.ths07-hero-slide-paragraph {
  color: #e5e5e5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

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

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  position: relative;
  overflow: hidden;
}

.ths07-hero-slider-arrow {
  z-index: 5;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  transition: opacity .2s ease-in-out;
  display: none;
  inset: auto auto 8% 0%;
}

.ths07-hero-slider-arrow:hover {
  opacity: .8;
}

.ths07-hero-slider-arrow.ths07-right-arrow {
  justify-content: flex-end;
  display: none;
  inset: auto 0% 8% auto;
}

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

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

.header-background-video {
  width: 100%;
  height: 100%;
}

.navigation-toggle-2 {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-2:hover {
  color: #fff;
}

.button-texts {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.chevron {
  margin-right: 5px;
}

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

.ths07-bg-line-block {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.ths07-hero-slide-title {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ths07-hero-slide-title.newsidetlte {
  color: #000;
}

.ths07-slide-bg-blocks-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.ths07-hero-slider-nav {
  z-index: 5;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0% 2%;
}

.navigation-arrow-2 {
  background-color: var(--website-color);
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.ths07-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper.btnwrapper1 {
  margin-top: 20px;
}

.ths07-hero-slider-arrow-icon {
  width: 100px;
  margin-left: 20px;
}

.ths07-hero-slider-arrow-icon.ths07-rotated {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(-180deg);
}

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.ths07-heading-h1 {
  z-index: 9;
  color: #e5e5e5;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.text-block-37 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.ths07-hero-slide-content-wrapper {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ths07-nav-link-hover-dor {
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.button-filler {
  background-color: #1f1b1b;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.logo-2 {
  margin-bottom: 0;
  margin-right: -20px;
}

.ths07-page-wrapper {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.ths07-nav-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.ths07-nav-link:hover {
  color: #fff;
}

.background {
  z-index: 0;
  pointer-events: none;
  height: 100%;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

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

.ths07-hero-slide {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design---2026-05-12T173059.088.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

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

.container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.content-card-b {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 486px;
  padding: 32px;
  display: flex;
}

.section-regular-2 {
  background-color: #f3f3f3;
  background-image: url('../images/646f55e4780ceb1d6e789e46_About--Services-Bg.png');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 0% 0;
  position: relative;
}

.section-regular-2.newsec1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph-large-2.text-weight-medium {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.content-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

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

.bold-text-5 {
  color: #000;
  line-height: 1.4;
}

.content-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.h2-heading {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 32px;
}

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

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

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

.bold-text {
  font-size: 40px;
  line-height: 40px;
}

.content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.content-image-b {
  border-radius: 8px;
  height: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

.cta-feature-card-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f3f3f3;
  border: 1px #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.reasons-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 50px;
  display: grid;
}

.reasons-container {
  background-color: #1f1c1c;
  background-image: url('../images/Untitled-design-13.svg'), url('../images/Untitled-design-14.png');
  background-position: 85% 2%, 50% 100%;
  background-size: cover, cover;
  border: 1px #e0e3eb;
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  padding: 2rem 1rem 6.5rem;
}

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

.icon-regular-18.icon3 {
  width: 40px;
  height: 40px;
  color: var(--website-color);
}

.reasons-big-text {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.reasons_small-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.buttons-2 {
  color: #fff;
  background-color: #aa1f1e;
  border: 1px #bbb;
  border-radius: 6px;
  padding: 15px 50px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-small.text-color-gray-600 {
  color: #fff;
  margin-bottom: 0;
}

.overline-small.text-color-gray-600.newtxt1 {
  color: #fff;
}

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

.h3-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading.newheading {
  color: #000;
  text-align: center;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 40px;
  display: flex;
}

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

.paragraph-regular-16 {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

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

.div-block-11 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
}

.div-block-11.divblock2 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/643877563_902580892520310_7211322381683334383_n.jpg');
  width: 100%;
  height: 420px;
  position: relative;
}

.div-block-11.divblock2.divblock4 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/481073052_620585127386556_220625848926405220_n.jpg');
}

.div-block-11.divblock3 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/653825128_915515321226867_3933121333220056745_n.jpg');
  width: 100%;
  height: 420px;
  position: relative;
}

.div-block-11.divblock3.divblock6 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/672645638_941071068671292_2961500538795940178_n.jpg');
  background-position: 0 0, 0%;
}

.div-block-11.divblock1 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/615285348_866962119415521_1855242119837994618_n.jpg');
  background-position: 0 0, 100%;
  width: 100%;
  height: 420px;
  position: relative;
}

.div-block-11.divblock1.divblock4 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/480941817_634094342702301_6553640629891866516_n.jpg');
  background-position: 0 0, 0%;
}

.text-block-43 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.image-2 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.team-card-overlay {
  z-index: 2;
  background-color: var(--website-color);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 5px 20px 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.team-card-position {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.header3_content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#dab24c, #b1833f);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-button-primary {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(#c79b46, #d6ac4a);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.icon-button-primary:hover {
  transform: translate(6px, -6px);
}

.header3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-hero_background {
  z-index: 0;
  background-color: var(--website-color);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0003;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.header_lightbox {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-large-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  background-image: linear-gradient(#bd9042, #cca348);
  border: 2px #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 48px;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-large-3:hover {
  background-color: #000;
  transform: translate(6px, -6px);
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

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

.padding-global {
  background-color: #f3f3f3;
  padding-left: 5%;
  padding-right: 5%;
}

.section_header-home {
  position: relative;
}

.paragraph-x-large-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-2.text-balance {
  color: #000;
  text-wrap: balance;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.button-row.newrow {
  margin-top: 15px;
}

.header3_lightbox-image {
  object-fit: cover;
  border-radius: 10px;
}

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

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/481049060_620585160719886_9047708861244771379_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/656367272_919115930866806_6034807723036607105_n-1.jpg');
}

.lightbox-link-3.image3.an.a3.b3 {
  background-image: url('../images/663184850_929554536489612_7498077067513735249_n.jpg');
}

.lightbox-link-3.image3.an.a3.b6 {
  background-image: url('../images/655847468_919115900866809_280190972075888033_n.jpg');
}

.lightbox-link-3.image3.an.a3.b12 {
  background-image: url('../images/633754950_893512346760498_366207826918497055_n.jpg');
}

.lightbox-link-3.image3.an.a3.b16 {
  background-image: url('../images/643877563_902580892520310_7211322381683334383_n.jpg');
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/641312921_900867112691688_9038022496951644133_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/487039139_646910474754021_3450670917868874533_n.jpg');
}

.lightbox-link-3.image2._6.an.a2.b2 {
  background-image: url('../images/700208102_962101049901627_3746009069593016643_n.jpg');
}

.lightbox-link-3.image2._6.an.a2.b5 {
  background-image: url('../images/656367272_919115930866806_6034807723036607105_n-1.jpg');
}

.lightbox-link-3.image2._6.an.a2.b11 {
  background-image: url('../images/577566583_816778044433929_7974699977750108839_n.jpg');
}

.lightbox-link-3.image2._6.an.a2.b14 {
  background-image: url('../images/633659322_889177060527360_7695514612887915051_n.jpg');
}

.lightbox-link-3.image6 {
  background-image: url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/653719253_919115804200152_703224745518987016_n.jpg');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/481073052_620585127386556_220625848926405220_n.jpg');
}

.lightbox-link-3.image1.ani.a1.b1 {
  background-image: url('../images/689008373_957213907057008_4311934024436457074_n.jpg');
}

.lightbox-link-3.image1.ani.a1.b4 {
  background-image: url('../images/669250463_934417799336619_8494082232404041787_n.jpg');
}

.lightbox-link-3.image1.ani.a1.b10 {
  background-image: url('../images/615285348_866962119415521_1855242119837994618_n.jpg');
}

.lightbox-link-3.image1.ani.a1.b13 {
  background-image: url('../images/655491721_919115867533479_1549474405828521696_n.jpg');
}

.lightbox-link-3.image5 {
  background-image: url('../images/496017311_18010200602720158_7350666077464804662_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image4 {
  background-image: url('../images/491835982_667369839221750_4508121832386969920_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #fff;
  background-color: #dab24c;
  background-image: linear-gradient(#dab24c, #b1833f);
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

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

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

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

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

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

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

.section-small.background-secondary.newsec.newsec1.invs1.ml {
  background-color: #f3f3f3;
  background-image: none;
  padding-top: 100px;
}

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

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

.paragraph-regular-19.newdesc {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

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

.text-block-44 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.success-message-2 {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.btn-primary {
  background-color: var(--website-color);
  color: #fff;
  text-align: center;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 4px;
  justify-content: center;
  padding: 15px 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #58b244;
  background-image: url('../images/untitled-5.svg'), linear-gradient(#58b244, #75df5d);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 2px 5px #58b244;
}

.section-13 {
  background-color: #f3f3f3;
  margin-bottom: -5px;
  padding-top: 40px;
  padding-bottom: 0;
}

.contact-form-right-side {
  background-color: #fefefe;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px 88px 0;
}

.mg-right-32px {
  margin-right: 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 5px #0003, 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #000;
  font-size: 16px;
}

.field-label-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.newpx {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-decoration-none {
  color: var(--website-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-800 {
  color: #000;
  font-size: 16px;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.color-primary {
  color: #fff;
  background-color: #fefefe;
  box-shadow: 0 2px 5px #0003;
}

.social-icon-square.color-primary:hover {
  background-color: #3324d5;
}

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

.home-testimonials_rating-icon.newicon {
  color: #58b244;
  margin-right: 0;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.half-bg-image-bottom {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-image-bottom.height-430px {
  height: 430px;
}

.half-bg-image-bottom.height-430px.contact-v7 {
  z-index: 0;
  background-image: none;
  height: auto;
  margin-top: -400px;
  position: relative;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  box-shadow: 0 2px 7px #14142b0f;
}

.color-neutral-300 {
  color: #eff0f6;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.div-block-3 {
  margin-top: 20px;
}

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

.grid-2-columns.contact-form-side-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
}

.grid-2-columns.form {
  grid-template-columns: 1fr 1fr;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.container-default {
  z-index: 5;
  max-width: 1218px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.html-embed-2 {
  z-index: 11;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.heading-8 {
  color: #000;
}

.mg-top-8px {
  margin-top: 8px;
}

.brix---header-logo {
  max-width: 250px;
  margin-bottom: -35px;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  min-height: 55px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 5px #0003, 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.mg-bottom-32px {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 16px;
}

.contact-form-left-side {
  padding: 60px 56px;
}

.footer-text-link-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

.link-block-4 {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block-4:hover {
  color: #e4a523;
  transform: translate(3px, -3px);
}

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

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

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

.text-block-63 {
  color: #fff;
  margin-left: 0;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.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: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-3.text-color-gray-500 {
  color: #fff;
  font-size: 14px;
}

.section-footer-2 {
  background-color: #1f1c1c;
  padding: 80px 3% 10px;
  position: relative;
}

.image-65 {
  margin-top: -85px;
  margin-bottom: 20px;
}

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

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

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

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

.paragraph-regular-28 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-regular-28.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

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

.icon-regular-22.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-22.new14.neq {
  width: 20px;
  height: 20px;
  color: var(--website-color);
  margin-right: 8px;
}

.footer-logo-3 {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.footer-icon-button-2 {
  background-color: var(--website-color);
  color: #030711;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button-2:hover {
  background-color: var(--website-color);
  transform: translate(3px, -3px);
}

.code-embed-4 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-4.new41 {
  width: 275px;
  height: 400px;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

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

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

.button-right-icon {
  color: #3f90c9;
  text-align: center;
  white-space: nowrap;
  background-color: #22272c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-height: 48px;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  color: #fff;
  background-color: #383d42;
  transform: translate(4px, -4px);
}

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

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

.text-color-brand {
  color: var(--website-color);
}

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

.faq-tab-2 {
  margin-top: -8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.h2-heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.bold-text-47 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

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

.icon-right-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-regular-29 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-29.text-weight-semibold {
  font-size: 18px;
  font-weight: 700;
}

.paragraph-regular-29.text-color-tertiary {
  color: #000;
}

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

.card-white {
  z-index: 2;
  background-color: #fff0;
  padding: 24px;
  position: relative;
}

.faq-outline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px #e6e6e7;
  border-right: 1px #e6e6e7;
  flex-flow: column;
  display: flex;
}

.faq-content-2 {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #252527;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.faq {
  background-color: #fff;
  border-bottom: 1px #e6e6e7;
  border-left: 1px #e6e6e7;
  border-radius: 4px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-regular-6 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.faq-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px;
  display: flex;
}

.caption-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-x-small.text-color-tertiary {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 400px;
  display: grid;
}

.content-paragraph {
  color: #000;
  margin-bottom: 25px;
}

.content-paragraph.newtestx {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-card-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: url('../images/95295648_116444030045545_7527624278724837376_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  padding: 150px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-row:hover {
  background-color: #fff;
}

.blog-card-row.newcard2 {
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/656367272_919115930866806_6034807723036607105_n-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog-card-row.newcard {
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/7825cf67-13b7-47ec-a78d-3bccfdd124be.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.bold-text-48 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

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

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.review-section {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0a1236e0, #2b68cc00), url('../images/328444536_1833152047058317_2029437816332928085_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 80px 0% 80px 5%;
  position: relative;
}

.review-section.newcta {
  background-image: linear-gradient(#00000073 100%, #fff), linear-gradient(322deg, #4a742c8c, #2b68cc00), url('../images/597534189_841008848677515_3612747189223989143_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-description-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 4fr;
  width: 100%;
  height: 100%;
}

.code-embed-5 {
  display: none;
}

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

.icon-regular-31.newic {
  color: #fff;
}

.blog-featured-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}

.h2-heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-card-featured {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: linear-gradient(#000000e6, #fff0), url('../images/653825128_915515321226867_3933121333220056745_n.jpg');
  background-position: 0 0, 19% 0;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  width: 200px;
  padding: 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-featured:hover {
  background-color: #fff;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #22272c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.button-primary:hover {
  background-color: #22272c;
  transform: translate(4px, -4px);
}

.heading-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .9fr;
  align-items: end;
  margin-bottom: 15px;
}

.heading-style-h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.section-xlarge {
  background-color: #f3f3f3;
  padding: 8rem 5%;
  position: relative;
}

.overline-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content_gallery-image {
  border: .5px solid #e6e6e7;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-color-brand-2 {
  color: #ff5805;
}

.icon-xlarge {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.content_gallery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 0;
  display: grid;
}

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

.column-2x-large {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.title-row {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.title-row.is-left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

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

.content_numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.content_number-cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-wrap: balance;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.relative {
  position: relative;
}

.grid-two-column-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.text-size-xlarge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge.text-color-secondary {
  color: #434347;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.title-doodle {
  z-index: 0;
  height: 1.375rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.text-color-tertiary {
  color: #59595f;
}

.overline-medium {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.row-small-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 36.75rem;
}

.column {
  flex-flow: column;
  display: flex;
}

.process-grid {
  grid-column-gap: 25px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.process-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.process-card-primary {
  text-align: center;
  background-color: #1f1c1c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 7%;
  transition: all .45s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.process-card-primary:hover {
  background-color: #1f1c1c;
  transform: translate(6px, -6px);
  box-shadow: 23px 23px 40px #e5e5e566;
}

.process-title-wrap {
  text-align: center;
  max-width: 680px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.process-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 35px;
  line-height: 1.3;
}

.process-section {
  background-color: #f3f3f3;
  background-image: url('../images/Bloom-Large.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 3% 100px;
}

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

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

.icon-large.newi1 {
  background-color: #b00008;
  border-radius: 8px;
  width: 65px;
  height: 65px;
  padding: 5%;
}

.feature-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 30px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.2;
}

.bold-text-49 {
  color: #000;
}

.nwe1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.njk {
  color: #fff;
}

.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: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.our-impact-purple-div-container-4 {
  z-index: 1;
  background-color: var(--website-color);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 30px 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

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

.button-right-icon-6 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c4bb9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-6:hover {
  background-color: #1c4bb9;
  transform: translate(6px, -6px);
  box-shadow: 0 2px 5px #1c4bb9;
}

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

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

.button-right-icon-6.newbtn {
  background-color: #fff;
}

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

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

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

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

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

.icon-right-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  display: flex;
}

.icon-right-3.nl5 {
  color: var(--website-color);
  margin-left: 12px;
  margin-right: 0;
}

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

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

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

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

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

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

.text-span-14 {
  color: var(--website-color);
  text-decoration: underline;
}

.body-button-normal-6 {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.body-button-normal-6.newtxt1 {
  color: var(--website-color);
}

.max-width-small-2 {
  width: 100%;
  max-width: none;
}

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

.flex-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 75px;
  margin-bottom: 120px;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-3.column-left {
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
}

.paragraph-regular-23 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.paragraph-regular-23.newpa {
  color: #fff;
}

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

.h3-heading-3 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading-3.text-balance {
  color: #000;
  text-transform: capitalize;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.h3-heading-3.text-balance.newb {
  color: #fff;
  font-size: 35px;
}

.section-large-2 {
  background-image: linear-gradient(#000c, #fff3), url('../images/486325858_17986376009798818_8777784309198019707_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 5%;
  position: relative;
}

.section-large-2.newsec {
  background-image: linear-gradient(#000c, #fff3), url('../images/Edmond-Oklahoma.webp');
  height: 100%;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--website-color);
  color: #1a1925;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.flex-block-18 {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
}

.text-block-20 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

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

.code-embed-6 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-6.newem {
  width: 400px;
  height: 400px;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  height: 120vh;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

.header-gradient-overlay-3 {
  z-index: 1;
  background-color: #0000004d;
  background-image: linear-gradient(45deg, #000000d9, #fff0);
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.header-background-video-2 {
  width: 100%;
  height: 120vh;
}

.btn-shape {
  background-color: #6dcff6;
  border-radius: 62.5rem;
  height: 7.8125rem;
  margin-left: -1rem;
  margin-right: -1rem;
  transition: none;
  position: absolute;
  inset: 101% 0% 0%;
}

.swift-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 21px;
  display: flex;
}

.text-color-lightblue {
  color: #6dcff6;
}

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

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

.bg-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section_cta1 {
  background-color: #1f1c1c;
  justify-content: space-around;
  margin-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 140%;
}

.text-size-medium.is-white {
  color: #fff;
}

.overflow-hidden-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.cta_wrap {
  justify-content: center;
  width: 50%;
  padding-left: 3%;
}

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

.download_box {
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-bottom: -5px;
}

.max-width-640 {
  max-width: 40rem;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.download_box-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cta_content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h2-2 {
  -webkit-text-stroke-width: .25px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h2-2.text-color-white {
  color: #fff;
  font-weight: 700;
}

.lnk {
  opacity: .8;
  font-size: 1rem;
  line-height: 1.2;
  transition-property: color;
  position: relative;
  overflow: hidden;
}

.lnk.mod--register {
  opacity: 1;
  color: #fff;
  background-color: #092b67;
  border-radius: .9375rem;
  padding: .75rem 1.375rem .75rem 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.lnk.mod--register.white-border {
  border: 1px solid #fff;
}

.text {
  font-size: 1.125rem;
}

.text.mod--absolute {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.overflow-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.flex-block-27 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 10px 0;
}

.code-embed-7 {
  color: var(--website-color);
}

.text-block-64 {
  font-weight: 700;
}

.flex-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

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

.code-embed-8 {
  color: var(--website-color);
}

.h3-heading-4 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading-4.text-balance {
  color: #000;
  text-transform: capitalize;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.h3-heading-4.text-balance.newb {
  color: #fff;
  font-size: 35px;
}

.badge-secondary-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--website-color);
  color: #1a1925;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-block-65 {
  font-weight: 700;
}

.flex-block-30 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 10px 0;
}

.flex-block-31 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  margin-bottom: -5px;
}

.paragraph-regular-30 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.paragraph-regular-30.newpa {
  color: #fff;
  max-width: 600px;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.icon-button-outline {
  color: #292929;
  overflow-wrap: normal;
  background-color: #fe1d26;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #c4262a;
  transform: translate(4px, -4px);
}

.chevron-2 {
  margin-top: 20.5px;
  margin-right: 5px;
}

.appointment-button-div-main {
  background-color: #fe1d26;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 290px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.appointment-button-div-main.mewn1 {
  width: 165px;
}

.navigation-list-wrapper-5 {
  background-color: var(--website-color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-5.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-logo-tablet {
  max-width: 180px;
}

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-menu-item {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.nav-menu-wrapper-3 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-17 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.navigation-link-4 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-4:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navbar-open {
  display: none;
}

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

.make-an-appointment-text.nwewa {
  text-align: left;
  text-decoration: none;
}

.make-an-appointment-arrow {
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 14px;
}

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0%;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

.text-block-61 {
  font-size: 12px;
  font-weight: 500;
}

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

.icon-regular-33.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-33.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.navigation-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

.navigation-content-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

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

.navbar-brand {
  height: 100%;
}

.text-block-60 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 9px;
  font-size: 12px;
  font-weight: 500;
}

.navigation-toggle-3 {
  color: #fff;
  margin-left: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-3:hover {
  color: #fff;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  background-image: url('../images/c3262a.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

.button-link-text-absolute {
  position: absolute;
}

.navmenu-tablet-only {
  display: none;
}

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

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.footer-section {
  background-color: #07090d;
  background-image: linear-gradient(#000000d9 100%, #fff), url('../images/615285348_866962119415521_1855242119837994618_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px 5% 10px;
}

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

.html-embed-3 {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.map-block {
  border-radius: 20px;
  height: 280px;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 185px;
  display: flex;
}

.footer-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .85fr .75fr;
}

.logo-3 {
  margin-top: -20px;
  position: relative;
}

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

.footer-icon-button-3 {
  color: #030711;
  background-color: #fe1d26;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button-3:hover {
  background-color: #fe1d26;
  transform: translate(3px, -3px);
}

.column-large-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -50px;
  display: flex;
}

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

.paragraph-regular-31 {
  color: #fff;
  max-width: 299px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

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

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

.footer-text-link-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

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

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

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

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

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

.icon-regular-28.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-28.new14.neq {
  width: 20px;
  height: 20px;
  color: var(--website-color);
  margin-right: 8px;
}

.link-block-5 {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
  transform: translate(3px, -3px);
}

.code-embed-9, .form-2 {
  width: 100%;
  height: 100%;
}

.text-block-66 {
  color: var(--website-color);
  font-size: 18px;
  font-weight: 600;
}

.icon-small-6 {
  width: 20px;
  height: 20px;
  color: var(--website-color);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.f-section-large {
  z-index: 5;
  margin-bottom: -21px;
  padding: 92px 5% 0;
  position: relative;
}

.text-block-67 {
  color: var(--website-color);
  font-size: 18px;
  font-weight: 600;
}

.paragraph-large-13 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.video-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.f-blog-wrapper {
  position: relative;
}

.link-block-6 {
  background-color: var(--website-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .45s;
  display: flex;
  position: absolute;
}

.link-block-6:hover {
  transform: scale(1.3)translate(0, -6px);
}

.f-margin-bottom-67 {
  margin-bottom: 64px;
}

.video-block {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-68 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

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

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.video-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.f-blog-thumbnail-xl {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.h2-heading-9 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.video-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f800;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.text-block-69 {
  color: var(--website-color);
  font-size: 18px;
  font-weight: 600;
}

.max-width-small-5 {
  width: 100%;
  max-width: 396px;
}

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

.f-blog-grid {
  grid-column-gap: 70px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
}

.text-span-21 {
  color: var(--website-color);
  text-decoration: underline;
}

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

.badge-secondary-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--website-color);
  color: var(--website-color);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.rich-text-block {
  font-size: 16px;
  line-height: 22px;
}

.nav-link-3 {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-size: 19px;
  line-height: 162%;
  text-decoration: none;
}

.text-block-70 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .content-paragraph.newtestx {
    max-width: 500px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr 3.25fr;
  }

  .blog-card-featured {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .footer-company-wrapper {
    max-width: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .section-small.background-secondary {
    background-color: #f7f8fb;
    padding-top: 100px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h2-heading-3 {
    letter-spacing: normal;
    font-size: 49px;
    font-weight: 800;
  }

  .section-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .ths07-hero-slide-content-block {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding: 5% 5% 5% 10%;
  }

  .ths07-hero-slide-content-wrapper {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .cta_wrap {
    width: 50%;
  }

  .footer-grid-2 {
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .nav-mobile__background {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .navigation-menu-left {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .nav-main__container {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigation-container {
    position: static;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .navigation-content {
    width: 100%;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-list-wrapper-2 {
    box-shadow: none;
  }

  .navigation-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-2.w--open {
    width: 100%;
  }

  .chevron {
    margin-right: 20px;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .logo-2 {
    object-fit: cover;
  }

  .content-card-b {
    max-width: none;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .reasons-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header3_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-hero_background {
    display: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-13 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .grid-2-columns.contact-form-side-details {
    grid-template-columns: 1.2fr;
  }

  .brix---header-logo {
    max-width: 232px;
  }

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

  .contact-form-left-side {
    padding: 64px 40px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .h2-heading-7 {
    font-size: 36px;
  }

  .column-regular-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .flex-block-26 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    grid-template-columns: 1.75fr 1.25fr;
  }

  .review-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h2-heading-8 {
    font-size: 34px;
  }

  .blog-card-featured {
    width: auto;
  }

  .button-primary {
    width: 100%;
  }

  .heading-grid-2 {
    grid-template-columns: 1fr;
  }

  .section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-card-primary {
    background-color: #fff;
  }

  .our-impact-purple-button-div {
    width: auto;
  }

  .our-impact-purple-div-container-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div-3 {
    width: auto;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .btn-shape {
    display: none;
  }

  .swift-header-wrapper {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

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

  .margin-bottom.margin-huge {
    margin-bottom: 2rem;
  }

  .section_cta1 {
    flex-flow: column;
    margin-top: 0;
  }

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

  .cta_wrap {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .download_box {
    width: 100%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2-2 {
    text-align: left;
    align-self: stretch;
    font-size: 2.75rem;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .chevron-2 {
    margin-right: 20px;
  }

  .navigation-list-wrapper-5 {
    box-shadow: none;
  }

  .nav-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-wrapper-3 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .navbar-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navbar-2 {
    top: 24px;
  }

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navigation-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-content-2 {
    width: 100%;
  }

  .navigation-toggle-3 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-3.w--open {
    width: 100%;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

  .footer-section {
    padding-bottom: 140px;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-3 {
    object-fit: cover;
  }

  .section-large-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-component {
    grid-template-columns: 1fr;
  }

  .h2-heading-9 {
    font-size: 46px;
  }

  .nav-link-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-mobile__background {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .footer-company-details {
    max-width: none;
  }

  .nav-main__container {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-buttons {
    display: none;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

  .button-wrapper {
    margin-top: 45px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .reasons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-card-name {
    font-size: 16px;
    line-height: 22px;
  }

  .header3_component {
    grid-row-gap: 3rem;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-area {
    border-radius: 18px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-legal {
    flex-flow: column;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .section-footer-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-7 {
    font-size: 40px;
  }

  .faq-title {
    white-space: pre-line;
  }

  .content-paragraph {
    margin-bottom: 60px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-8 {
    font-size: 40px;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .title-row {
    grid-column-gap: 8px;
  }

  .content_numbers {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .title-doodle {
    height: 1rem;
    bottom: -1rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .our-impact-purple-div-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-impact-purple-block-text-div-3 {
    padding-right: 10px;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .padding-section-large-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .nav-logo-tablet {
    max-width: 145px;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav-link-3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .navigation-logo {
    padding-left: 0;
  }

  .navigation-wrapper {
    display: block;
  }

  .image-3 {
    width: 150px;
  }

  .nav-mobile__background {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .menu-button-2 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-2.w--open {
    background-color: #6c7c6000;
  }

  .navigation-menu-left {
    background-color: #161616;
    height: 1000vh;
  }

  .nav-divider {
    display: none;
  }

  .footer-text-link {
    font-size: 16px;
    font-weight: 400;
  }

  .icon-regular-8 {
    color: #d12120;
    margin-right: 5px;
  }

  .icon-regular-8.new14.neq {
    color: var(--website-color);
  }

  .footer-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-main__container {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
  }

  .cal-link-2 {
    width: 40px;
    height: 40px;
  }

  .footer-logo {
    display: flex;
  }

  .navigation-container {
    justify-content: space-between;
    margin-top: -35px;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .paragraph-regular-17 {
    text-align: left;
  }

  .line-wrap-2 {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .navigation-2 {
    background-color: #fff0;
    width: 100%;
    padding-left: 2%;
    padding-right: 5%;
    position: absolute;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .buttons {
    width: 100%;
  }

  .ths07-hero-section {
    min-height: 130vh;
  }

  .ths07-divider-black {
    background-color: #fff;
  }

  .cal-link {
    display: none;
  }

  .header-gradient-overlay-2 {
    background-color: #0000;
    background-image: linear-gradient(349deg, #d7a64300, #00000059), linear-gradient(#00000059 100%, #fff);
  }

  .ths07-hero-slide-content-block {
    align-items: flex-start;
    margin-top: 149px;
  }

  .icon-regular-17 {
    color: #d12120;
    margin-right: 5px;
  }

  .ths07-hero-slide-paragraph {
    line-height: 27px;
  }

  .ths07-hero-slider {
    min-height: 130vh;
  }

  .ths07-hero-slider-arrow {
    opacity: 100;
    width: auto;
    padding-left: 10px;
    bottom: 10%;
  }

  .ths07-hero-slider-arrow.ths07-right-arrow {
    padding-right: 10px;
    bottom: 10%;
  }

  .paragraph-regular-15 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .ths07-hero-slide-title {
    text-align: center;
  }

  .ths07-slide-bg-blocks-wrapper {
    min-height: 110vh;
  }

  .ths07-hero-slider-nav {
    bottom: 5%;
  }

  .ths07-header {
    height: 100px;
    display: none;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .mask-2 {
    padding-bottom: 0;
  }

  .ths07-heading-h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-39 {
    color: #fff;
  }

  .button-filler {
    background-color: #191919;
  }

  .logo-2 {
    flex: none;
    margin-bottom: 0;
  }

  .ths07-hero-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-card-b {
    order: -9999;
    padding: 24px;
  }

  .section-regular-2 {
    padding: 40px 5% 10px;
  }

  .section-regular-2.newsec1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-feature-wrapper {
    flex-direction: column;
  }

  .grid-two-column {
    flex-flow: column;
  }

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

  .reasons-wrapper {
    margin-top: 45px;
  }

  .reasons-container {
    background-color: #161616;
    background-image: url('../images/Untitled-design-14.png'), url('../images/Untitled-design-13.svg');
    background-position: 50% 100%, 85%;
    background-size: cover, cover;
    border-radius: 4px;
    padding-left: 1rem;
  }

  .reasons-big-text {
    color: #fff;
    font-weight: 700;
  }

  .reasons_small-text {
    color: #fff;
  }

  .buttons-2 {
    width: 100%;
  }

  .overline-small.text-color-gray-600 {
    color: #fff;
  }

  .section-3 {
    flex-flow: column;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .h3-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-large {
    height: auto;
    padding-top: 80px;
  }

  .section-2 {
    height: 100%;
  }

  .div-block-11.divblock2, .div-block-11.divblock3, .div-block-11.divblock1 {
    width: 100%;
  }

  .image-2.newimg2 {
    z-index: 3;
  }

  .team-card-overlay {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .text-span-4 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#dab24c, #b1833f);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .header3_component {
    grid-template-columns: 1fr;
  }

  .button-primary-large-3 {
    width: 80%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }

  .paragraph-x-large-2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }

  .h1-heading-2.text-balance {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
  }

  .button-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3, .lightbox-link-3.image2._6.an.a2 {
    box-shadow: none;
  }

  .lightbox-link-3.image6 {
    background-image: url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image5 {
    background-image: url('../images/496017311_18010200602720158_7350666077464804662_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image4 {
    background-image: url('../images/491835982_667369839221750_4508121832386969920_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .bold-text-7 {
    color: #000;
    font-size: 30px;
    line-height: 37px;
  }

  .badge-regular.gray {
    background-color: #0057be;
    background-image: linear-gradient(#dab24c, #b1833f);
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .text-span-5 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#dab24c, #b1833f);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small.background-secondary.newsec.newsec1.invs1.ml {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .section-small.background-secondary {
    background-color: #fff;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-regular-19.newdesc {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .text-block-44 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contact-form-right-side {
    padding: 48px 24px;
    display: none;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

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

  .html-embed-2 {
    position: relative;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-form-left-side {
    padding: 48px 24px;
  }

  .footer-text-link-3 {
    font-size: 16px;
    font-weight: 400;
  }

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

  .footer-legal-links-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .icon-regular-24 {
    color: #fff;
    margin-right: 5px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

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

  .text-block-63.newph {
    color: #fff;
    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;
  }

  .paragraph-x-small-3.text-color-gray-500 {
    text-align: center;
  }

  .section-footer-2 {
    background-color: #1b1a1a;
    padding-bottom: 20px;
  }

  .image-65 {
    margin-top: -65px;
    margin-bottom: -25px;
  }

  .paragraph-regular-28 {
    text-align: left;
  }

  .icon-regular-22 {
    color: #d12120;
    margin-right: 5px;
  }

  .footer-logo-3 {
    display: flex;
  }

  .code-embed-4 {
    width: 100%;
  }

  .code-embed-4.new41 {
    width: 100%;
    height: 300px;
  }

  .button-right-icon {
    background-color: #383d42;
    width: 100%;
    transition-duration: .45s;
  }

  .button-right-icon:hover {
    background-color: #22272c;
    transform: translate(0, -4px);
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .h2-heading-7 {
    font-size: 36px;
  }

  .paragraph-regular-29.text-color-tertiary {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .card-white {
    padding: 16px;
  }

  .section-regular-6 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .faq-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-26 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .content-paragraph {
    margin-bottom: 15px;
  }

  .content-paragraph.newtestx {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .container-large-6 {
    width: 350px;
    max-width: none;
  }

  .button-group-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .review-section {
    flex-flow: column;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .blog-card-featured {
    background-image: url('../images/633754950_893512346760498_366207826918497055_n.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .button-primary {
    width: 100%;
    transition-duration: .45s;
  }

  .button-primary:hover {
    box-shadow: none;
    background-color: #22272c;
    transform: translate(4px, -4px);
  }

  .button-primary:active {
    box-shadow: none;
    background-color: #2b317e;
  }

  .heading-grid-2 {
    grid-template-columns: 1fr;
  }

  .content_gallery-image {
    height: 13.75rem;
  }

  .content_gallery, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .text-size-xlarge {
    font-size: 1.15rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card-primary {
    background-color: #008102;
    background-image: url('../images/_logo-8.svg');
    background-position: 50%;
    background-size: cover;
  }

  .njk {
    font-size: 9px;
  }

  .our-impact-purple-div-container-4 {
    flex-flow: column;
    display: flex;
  }

  .button-right-icon-6 {
    background-color: #1c4bb9;
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-6:hover {
    background-color: #1c4bb9;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #1c4bb9;
  }

  .button-right-icon-6.newbtn:hover {
    box-shadow: none;
    background-color: #fff;
  }

  .our-impact-purple-block-text-div-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .h2-heading-3 {
    color: #000;
    font-size: 32px;
  }

  .b-badge-caption {
    color: #000;
  }

  .icon-right-3 {
    width: 28px;
    height: 28px;
  }

  .paragraph-large-11.text-color-gray-950 {
    color: #000;
    font-weight: 300;
    line-height: 23px;
  }

  .flex-block-16 {
    background-color: #008102;
    border-radius: 10px;
    padding: 6px 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-47 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .body-button-normal-6 {
    text-transform: capitalize;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .section-14 {
    height: 100%;
  }

  .flex-block-20 {
    width: 100%;
    height: 100%;
  }

  .h3-heading-3.text-balance {
    font-size: 27px;
  }

  .section-large-2 {
    background-image: linear-gradient(#000c, #fff3), url('../images/546872648_755134164056265_137860239994703936_n.jpg');
    height: auto;
    padding-top: 140px;
  }

  .flex-block-19 {
    flex-flow: column;
    width: 100%;
  }

  .code-embed-6 {
    width: 100%;
  }

  .code-embed-6.newem {
    width: 100%;
    height: 100%;
  }

  .background-2 {
    height: 100%;
  }

  .header-gradient-overlay-3 {
    background-color: #0000;
    background-image: linear-gradient(349deg, #d7a64300, #00000059), linear-gradient(#00000059 100%, #fff);
    height: 100%;
  }

  .header-background-video-2 {
    height: 100%;
  }

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

  .download_box {
    height: 450px;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .flex-block-27 {
    flex-flow: row;
  }

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

  .code-embed-8 {
    color: var(--website-color);
  }

  .h3-heading-4.text-balance {
    font-size: 27px;
  }

  .flex-block-30 {
    flex-flow: row;
  }

  .flex-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-top: 0;
  }

  .navigation-button-group {
    display: none;
  }

  .appointment-button-div-main {
    width: 80%;
    margin-top: 0;
  }

  .navigation-list-wrapper-5 {
    background-color: #0c6c0d00;
  }

  .nav-logo-tablet {
    max-width: 180px;
  }

  .nav-menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff5c;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .nav-menu-wrapper-3 {
    background-color: var(--website-color);
    background-image: linear-gradient(262deg, var(--website-color), #111);
    margin-right: 75px;
    display: none;
  }

  .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .appointment-button-text-div-container {
    align-items: center;
    width: 82%;
    height: 100%;
    display: flex;
  }

  .navbar-open {
    width: 55px;
    height: 55px;
  }

  .make-an-appointment-text {
    padding-right: 0;
    font-size: 13px;
  }

  .text-block-61 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .navbar-close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff2b;
    border: 2px solid #ffffff1a;
    border-radius: 100%;
  }

  .icon-regular-33 {
    color: #d12120;
    margin-right: 5px;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .navigation-content-2 {
    padding-left: 0;
  }

  .text-block-60 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .navigation-toggle-3 {
    padding-left: 8px;
  }

  .nav-link-2 {
    letter-spacing: 1px;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    align-items: center;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .html-embed-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .map-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .column-small-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-bottom: 25px;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .logo-3 {
    flex: none;
    margin-top: 70px;
    margin-bottom: 0;
  }

  .row-small-4 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .paragraph-regular-31 {
    text-align: left;
    max-width: none;
    font-size: 14px;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

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

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

  .footer-text-link-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .icon-regular-28 {
    color: #d12120;
    margin-right: 5px;
  }

  .f-section-large {
    z-index: 5;
  }

  .video-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .link-block-6 {
    width: 75px;
    height: 75px;
    position: absolute;
    inset: auto;
  }

  .video-block {
    height: 400px;
  }

  .h2-heading-9 {
    color: #000;
    font-size: 35px;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .nav-link-3 {
    letter-spacing: 1px;
  }

  .text-block-70 {
    letter-spacing: 1px;
    font-size: 18px;
  }
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-b83e7c56, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-b83e7c56, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-b83e7c56, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-b83e7c56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8a985508-de09-6cbc-e54f-bbcfc0e8c908-b83e7c56 {
  place-self: center end;
}

#w-node-_8a985508-de09-6cbc-e54f-bbcfc0e8c925-b83e7c56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-b83e7c56 {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-b83e7c56 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-b83e7c56 {
  align-self: start;
}

#w-node-e06790c5-c246-12ed-0a4c-fe41ce6898b2-ce68989f, #w-node-e06790c5-c246-12ed-0a4c-fe41ce6898d2-ce68989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-d76590cf, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-d76590cf, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-d76590cf, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-d76590cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-d76590cf, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-d76590cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-d76590cf {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-d76590cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-d76590cf {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-73ca8362, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-73ca8362, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-73ca8362, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-73ca8362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-73ca8362, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-73ca8362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-73ca8362 {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-73ca8362 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-73ca8362 {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-8dc10aba, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-8dc10aba, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-8dc10aba, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-8dc10aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-8dc10aba, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-8dc10aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-8dc10aba {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-8dc10aba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-8dc10aba {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-2e7871e5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-2e7871e5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-2e7871e5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-2e7871e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-2e7871e5, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-2e7871e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-2e7871e5 {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-2e7871e5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-2e7871e5 {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-329dc43f, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-329dc43f, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-329dc43f, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-329dc43f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-329dc43f, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-329dc43f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-329dc43f {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-329dc43f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-329dc43f {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-1973d546, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-1973d546, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-1973d546, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-1973d546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a912e4-1973d546, #w-node-_911c4695-21f5-aca6-6cc9-ba8fd5a9130d-1973d546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-1973d546 {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-1973d546 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-1973d546 {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-2b63944c, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-2b63944c, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-2b63944c, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-2b63944c, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-084a7df5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-084a7df5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-084a7df5, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-084a7df5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-084a7df5 {
  align-self: start;
}

#w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba2-0c082b53, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba3-0c082b53, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba4-0c082b53, #w-node-_595d1f84-5f6b-b54b-6360-f2c4b30c7ba5-0c082b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8a985508-de09-6cbc-e54f-bbcfc0e8c908-0c082b53 {
  place-self: center end;
}

#w-node-_8a985508-de09-6cbc-e54f-bbcfc0e8c925-0c082b53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-0c082b53 {
  place-self: center;
}

#w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-0c082b53 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c01d2cf-baad-0008-c766-799df29a6c9b-0c082b53 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-b83e7c56 {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-b83e7c56 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-d76590cf {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-d76590cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-73ca8362 {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-73ca8362 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-8dc10aba {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-8dc10aba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-2e7871e5 {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2e7871e5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-329dc43f {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-329dc43f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-1973d546 {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-1973d546, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2b63944c, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-084a7df5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d14d7c76-be76-7191-cde2-d8846e9f24c3-0c082b53 {
    place-self: center;
  }

  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-0c082b53 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-b83e7c56, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-d76590cf, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-73ca8362, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-8dc10aba, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2e7871e5, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-329dc43f, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-1973d546, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2b63944c, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-084a7df5, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-0c082b53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-b83e7c56, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-b83e7c56, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-d76590cf, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-d76590cf, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-73ca8362, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-73ca8362, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-8dc10aba, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-8dc10aba, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-2e7871e5, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2e7871e5, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-329dc43f, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-329dc43f, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-1973d546, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-1973d546, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-2b63944c, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-084a7df5, #w-node-a603f20f-2500-d0cb-c42c-b6aa4155409e-0c082b53, #w-node-f189313f-1d1b-8ffb-c29c-211aaf9ee76b-0c082b53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


