@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format("truetype"), url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format("truetype"), url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraBold.ttf') format("truetype"), url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #f6f7f9;
  --transparent: transparent;
  --off-black: #151515;
  --black: black;
  --white: white;
  --golden: #d6af50;
  --grey: #c9c9c9;
  --pc-margins: 80px;
  --laptop-margins: 60px;
  --tab-margins: 30px;
  --mob-margins: 20px;
  --white-2: white;
  --black-2: black;
}

p {
  margin-bottom: 0;
}

.body-wrapper {
  background-color: var(--off-white);
  width: 100vw;
  position: relative;
}

.button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #d6af50;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  max-width: 350px;
  margin-top: 30px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.navbar-btn {
  margin-top: 0;
}

.button.btn-hidden-tab.my-companies-btn {
  width: 260px;
}

.button.button-2 {
  background-color: var(--transparent);
  border: 1px solid #000;
  margin-top: 20px;
}

.button.button-services-homepage {
  margin-top: 0;
}

.navbar {
  background-color: #fff0;
  padding: 15px 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-text {
  color: var(--off-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.logo-text.footer-social-heading {
  color: var(--black);
  margin-bottom: 15px;
}

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

.button-overlay {
  background-color: #f7dfa1;
  position: absolute;
  inset: 0%;
}

.button-overlay.button-overlay-2 {
  background-color: var(--golden);
}

.btn-arrow {
  z-index: 1;
  position: relative;
}

.menu-btn-line {
  background-color: #151515;
  border-radius: 30px;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.button-text {
  z-index: 1;
  color: #000;
  justify-content: flex-start;
  font-family: Sora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.button-text.button-text-navbar {
  font-weight: 300;
}

.navbar-logo-link {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  padding-top: 5px;
  display: flex;
}

.navbar-dot {
  opacity: 0;
  background-color: #222;
  border-radius: 130px;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto auto -77%;
}

.navbar-dot.navbar-dot-white {
  background-color: var(--white);
}

.navbar-container {
  background-color: #fff0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--black);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link.navbar-link-white {
  color: var(--white);
}

.container-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.header-img-div {
  width: 360px;
  position: relative;
  overflow: hidden;
}

.heading-black {
  color: #222;
  margin-top: 0;
  font-size: 47px;
  font-weight: 600;
  line-height: 71px;
}

.heading-black.header-heading {
  font-family: Playfairdisplay, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 80px;
}

.header-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.paragraph-black {
  color: #000;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

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

.header-left {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.container {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.program-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.container.container-dark-bg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.container.container-custom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-paragraph-div {
  min-width: 480px;
  max-width: 520px;
}

.header-img {
  max-width: 100%;
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding: 120px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-header {
  background-image: url('../images/HEADER-IMAGE-min.png');
  background-position: 90% 40%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 850px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.section.section-header.header-home {
  background-image: url('../images/Group-54-min.png');
  background-position: 80% 30%;
  background-size: cover;
  height: 790px;
}

.section.section-header.header-service {
  background-image: url('../images/HEADER-IMAGE-min-1.png');
  background-position: 100% 70%;
  background-size: cover;
  height: auto;
  min-height: 800px;
}

.section.section-upper-margin {
  padding-top: 180px;
}

.section.section-upper-margin.section-dark {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.section-upper-margin.section-dark.section-margin-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.section-black {
  background-color: #151515;
}

.section.section-black.gsap-section-header {
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.section.footer {
  background-color: var(--white);
  padding-bottom: 20px;
}

.section.section-dark {
  background-color: var(--off-black);
}

.section.section-my-companies {
  overflow: visible;
}

.section.section-ribbon {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-my-approach {
  background-color: var(--white);
}

.section.testimonial-section {
  background-color: var(--white);
  padding-top: 250px;
  padding-bottom: 250px;
}

.section.section-white-bg {
  background-color: var(--white);
}

.section.section-custom-apple-dock {
  background-color: #ccc;
  background-image: linear-gradient(#fff, #ccc);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
}

.section.section-kartra-integration {
  display: none;
}

.img-overlay {
  z-index: 1;
  background-color: var(--off-black);
  position: absolute;
  inset: 0%;
}

.img-overlay.img-overlay-off-white {
  background-color: var(--off-white);
}

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

.navbar-text {
  font-family: Sora, sans-serif;
}

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

.heading-black-2 {
  color: #222;
  margin-top: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 71px;
}

.heading-black-2.heading-italic {
  font-size: 39px;
  font-style: italic;
  line-height: 53px;
}

.heading-black-2.heading-italic.heading-center-tab.text-white-copy {
  color: var(--white);
}

.heading-black-2.heading-center {
  text-align: center;
}

.heading-black-2.heading-white {
  color: #fff;
  text-transform: none;
}

.heading-black-2.heading-white.heading-center {
  font-size: 60px;
  line-height: 80px;
}

.heading-black-2.heading-white.aligned-left-lap-but-center-tab {
  text-align: left;
}

.heading-black-2.footer-social-heading {
  font-size: 37px;
  line-height: 40px;
}

.heading-black-2.text-white {
  color: var(--white);
}

.heading-black-2.text-white.service-page-heading {
  font-size: 55px;
}

.paragraph-black-2 {
  color: var(--off-black);
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-black-2.text-center.text-white {
  color: var(--off-white);
}

.paragraph-black-2.author-text {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

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

.paragraph-black-2.paragraph-white {
  color: #fff;
}

.paragraph-black-2.paragraph-white.text-center {
  text-align: center;
}

.paragraph-black-2.footer-copyright-text {
  font-size: 14px;
}

.paragraph-black-2.text-white {
  color: var(--white);
}

.about-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 50%;
  padding-right: 40px;
  display: flex;
}

.about-img-wrapper {
  min-width: 50%;
  position: relative;
  overflow: hidden;
}

.about-img-wrapper.about-img-wrapper-tab {
  display: none;
}

.about-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-img-tab-div {
  display: none;
}

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

.building-trust-quote-div {
  width: 525px;
}

.img-overlay-2 {
  z-index: 1;
  background-color: var(--off-black);
  position: absolute;
  inset: 0%;
}

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

.testimony-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 460px;
  height: 200px;
  display: flex;
}

.testimonial-intro-paragraph-div {
  width: 720px;
}

.testmonial-intro-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.testimony-upper-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.author-line {
  background-color: #d6af50;
  width: 54px;
  height: 3px;
}

.testimonies-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimony-author-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.company-card-upper-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.company-card-img-div {
  display: flex;
}

.card-paragraph-div {
  max-width: 300px;
}

.company-card {
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  padding: 25px 20px 20px;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.company-card.company-card-row-3 {
  z-index: 1;
  background-color: var(--off-white);
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.company-card.company-card-row-3:hover {
  box-shadow: 0 2px 20px #0003;
}

.company-card-heading {
  color: var(--golden);
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

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

.footer-copyright-content-div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-arrow {
  margin-right: 20px;
}

.footer-social-div {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-divider {
  background-color: #22222229;
  width: 100%;
  height: 1px;
}

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

.footer-social-heading-div {
  height: 50px;
  margin-left: 20px;
}

.footer-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.footer-logo-div {
  text-decoration: none;
}

.footer-copyright-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 120px;
  display: flex;
}

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

.our-approach-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 570px;
  display: flex;
  position: sticky;
  top: 60px;
}

.our-approach-btn-div-copy {
  display: none;
}

.section-wrapper-our-approach {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.our-approach-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.my-companies-paragraph-div {
  min-width: 320px;
}

.clients-img-reel {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: sticky;
  top: 8.5rem;
  overflow: hidden;
}

.clients-img-ribbon {
  max-width: 160%;
  height: 94px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.header-btns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.section-3 {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding: 120px 60px;
  display: flex;
  overflow: hidden;
}

.section-3.section-black {
  background-color: var(--off-black);
}

.section-3.section-black.service-page-heading-section {
  z-index: 6;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.section-white {
  z-index: 1;
  background-color: var(--white);
}

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

.cs2-solution {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--off-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.heading-white {
  color: #fdfdfe;
  text-align: center;
  text-transform: capitalize;
  font-size: 53px;
  font-weight: 500;
  line-height: 75px;
}

.contact-us-integration-div {
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1000px;
}

.contact-us-integration-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-homepage-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.services-homepage-div {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-homepage-btn {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-card-homepage {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  padding: 40px 40px 60px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.service-card-homepage:hover {
  box-shadow: 0 2px 20px #0003;
}

.service-card-heading {
  color: var(--black);
  padding-top: 30px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.service-card-heading-div {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.service-card-line {
  background-color: var(--grey);
  width: 100px;
  height: 2px;
}

.service-card-yellow-heading {
  color: var(--golden);
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.mobile-about-img-svg {
  display: none;
}

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

.program-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.program-div.program-div-sub {
  max-width: 650px;
}

.program-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.program-sub-heading {
  font-family: Sora, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.img-overlay-3 {
  z-index: 1;
  background-color: #fffaeb;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-2 {
  background-color: var(--transparent);
  padding: 15px 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

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

.form-page-header-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.form_interested_in {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.select-field {
  background-color: var(--transparent);
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  width: 200px;
  height: 50px;
}

.form_submit_btn {
  background-color: var(--golden);
  color: var(--black);
  border-radius: 10px;
  width: 170px;
  height: 51px;
  font-family: Sora, sans-serif;
  font-weight: 300;
  transition: all .3s;
  box-shadow: 0 2px 9px 1px #0003;
}

.form_submit_btn:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 10px 1px #0003;
}

.form_submit_btn:active {
  transform: scale(.99);
  box-shadow: 0 1px 7px #0003;
}

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

.field_label {
  letter-spacing: 1px;
  font-family: Sora, sans-serif;
  font-weight: 300;
}

.project_form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  margin-top: 30px;
  box-shadow: 0 2px 5px #0003;
}

.text_field {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #bdbdbd;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 32px;
}

.text_field:focus {
  border-bottom-color: var(--golden);
}

.text_field.text_field_huge {
  border-style: solid;
  border-color: #bdbdbd;
  border-radius: 10px;
  min-height: 150px;
}

.text_field.text_field_huge:focus {
  border-color: var(--golden);
}

.success-message {
  background-color: var(--golden);
  color: #fff;
  border-radius: 13px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
}

.text-block-10 {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
}

.footer-leonard-text {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image {
  width: 40vw;
}

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

.leo-text-decor {
  width: 30vh;
  padding-top: 30px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nard-text-decor {
  width: 43vh;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.custom-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.custom-link {
  text-decoration: none;
  overflow: hidden;
}

.nav-wrap-custom {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% 3vh;
}

.nav-list-custom {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.nav-inner-custom {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 76px;
  padding: 10px;
  display: flex;
}

.nav-item-custom {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 5em;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.nav-item-custom.hover {
  width: 7em;
}

.nav-item__link-custom {
  z-index: 1;
  width: 100%;
  padding-left: .5em;
  padding-right: .5em;
  position: relative;
}

.nav-tooltip-custom {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  color: #151515;
  background-color: #f5f5f5;
  border-radius: .3em;
  padding: .4em .6em;
  font-size: .625em;
  transition: transform .3s, opacity .3s;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

.nav-item__logo-img-custom {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.custom-css-embed-apple-dock {
  display: none;
}

@media screen and (min-width: 1280px) {
  .button.button-2 {
    margin-top: 30px;
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-header {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-black {
    font-size: 63px;
    line-height: 82px;
  }

  .heading-black.header-heading {
    font-size: 64px;
    line-height: 85px;
  }

  .header-right {
    margin-right: 100px;
  }

  .paragraph-black {
    font-size: 17px;
  }

  .header-paragraph-div {
    width: 590px;
    max-width: 680px;
  }

  .section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.section-header {
    padding-left: 80px;
    padding-right: 50px;
  }

  .section.section-header.header-home {
    height: 870px;
  }

  .section.section-header.header-service {
    height: auto;
    min-height: 900px;
    padding-top: 140px;
  }

  .heading-black-2 {
    font-size: 63px;
    line-height: 82px;
  }

  .heading-black-2.heading-italic {
    font-size: 42px;
    line-height: 60px;
  }

  .heading-black-2.heading-white {
    font-size: 50px;
  }

  .paragraph-black-2 {
    font-size: 17px;
  }

  .about-content-wrapper {
    min-width: 50%;
  }

  .testimonies-row {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .card-paragraph-div {
    max-width: 350px;
  }

  .our-approach-heading-div {
    width: 430px;
  }

  .section-wrapper-our-approach {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .our-approach-cards-wrapper {
    max-width: 710px;
  }

  .header-btns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

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

  .cs2-solution {
    height: 200px;
  }

  .service-card-heading {
    font-size: 29px;
  }
}

@media screen and (min-width: 1440px) {
  .header-img-div {
    margin-right: 0;
  }

  .heading-black {
    font-size: 60px;
    line-height: 85px;
  }

  .heading-black.header-heading {
    font-size: 67px;
    line-height: 84px;
  }

  .header-left {
    padding-top: 150px;
  }

  .section.section-header {
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.section-header.header-home {
    height: 940px;
  }

  .section.section-header.header-service {
    background-image: url('../images/HEADER-IMAGE-min-1.png');
    background-position: 100%;
    height: 100vh;
    padding-top: 160px;
  }

  .heading-black-2 {
    font-size: 60px;
    line-height: 85px;
  }

  .heading-black-2.heading-italic {
    font-size: 49px;
    line-height: 65px;
  }

  .about-content-wrapper {
    max-width: 660px;
  }

  .about-content-wrapper.content-left {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    min-width: 570px;
  }

  .testimonies {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonies-row {
    grid-column-gap: 260px;
    grid-row-gap: 260px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .company-card {
    width: 310px;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-paragraph-div {
    max-width: 580px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 140px;
    max-width: 330px;
  }

  .button.navbar-btn {
    min-width: 140px;
  }

  .button.btn-hidden-tab {
    display: none;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-arrow-div {
    width: 16px;
  }

  .nav-menu-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-text.footer-social-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 4px 10px;
  }

  .menu-button.w--open {
    background-color: #f7dfa1a1;
    border-radius: 60px;
  }

  .menu-btn-line {
    background-color: var(--black);
  }

  .button-text {
    font-size: 14px;
  }

  .button-text.button-text-navbar {
    font-size: 15px;
  }

  .navbar-link {
    font-size: 14px;
  }

  .container-header {
    padding-top: 10px;
  }

  .header-img-div {
    width: 260px;
  }

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

  .heading-black.header-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .paragraph-black {
    font-size: 14px;
    line-height: 25px;
  }

  .header-left {
    width: 400px;
    padding-top: 60px;
  }

  .header-paragraph-div {
    min-width: 360px;
  }

  .section {
    padding: 90px 30px;
  }

  .section.section-header {
    background-position: 80% 40%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.section-header.header-service {
    height: 660px;
  }

  .section.section-upper-margin {
    padding-top: 150px;
  }

  .heading-black-2 {
    font-size: 32px;
    line-height: 50px;
  }

  .heading-black-2.heading-italic {
    font-size: 26px;
    line-height: 43px;
  }

  .heading-black-2.heading-italic.heading-center-tab {
    text-align: left;
  }

  .heading-black-2.heading-white.heading-center {
    font-size: 40px;
    line-height: 60px;
  }

  .heading-black-2.heading-white.aligned-left-lap-but-center-tab {
    text-align: center;
  }

  .heading-black-2.footer-social-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-black-2.text-white.heading-center-tab {
    text-align: center;
  }

  .heading-black-2.text-white.service-page-heading {
    font-size: 44px;
  }

  .heading-black-2.heading-center-tab {
    text-align: center;
  }

  .about-paragraph-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-black-2 {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-black-2.text-center, .paragraph-black-2.paragraph-center-tab {
    text-align: center;
  }

  .paragraph-black-2.footer-copyright-text {
    font-size: 13px;
  }

  .paragraph-black-2.text-white.text-center-tab {
    text-align: center;
  }

  .about-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 565px;
    padding-right: 0;
  }

  .about-content-wrapper.content-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .about-img-wrapper {
    display: none;
  }

  .about-img-wrapper.about-img-wrapper-tab {
    width: 380px;
    margin-bottom: 30px;
    display: block;
  }

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

  .about-img-tab-div {
    width: 330px;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .about-img.about-img-tab {
    display: block;
  }

  .building-trust-quote-div {
    width: 460px;
  }

  .testimonies {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .testimony-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    height: 225px;
  }

  .testimonial-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .testimony-upper-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonies-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .company-card-heading {
    font-size: 16px;
  }

  .footer-content-div {
    grid-column-gap: 60px;
  }

  .our-approach-btn-div {
    display: none;
  }

  .our-approach-cta {
    width: auto;
    position: static;
  }

  .our-approach-btn-div-copy {
    display: block;
  }

  .section-wrapper-our-approach {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .our-approach-cards-wrapper {
    margin-top: 30px;
  }

  .clients-img-ribbon {
    max-width: 180%;
    height: 71px;
  }

  .section-3 {
    padding: 90px 30px;
  }

  .cs2-solution {
    height: 120px;
  }

  .heading-white {
    font-size: 40px;
    line-height: 70px;
  }

  .contact-us-integration-div {
    width: 750px;
  }

  .service-card-homepage {
    padding: 30px 20px 40px;
  }

  .service-card-heading {
    font-size: 24px;
  }

  .service-card-heading-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-card-yellow-heading {
    margin-top: 10px;
    font-size: 16px;
  }

  .program-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .logo-text {
    font-size: 25px;
  }

  .logo-text.logo-footer {
    font-size: 29px;
  }

  .menu-btn-line.menu-btn-line-white {
    background-color: var(--white);
  }

  .navbar-logo-link {
    height: 42px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    width: 90vw;
    height: 400px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 30px;
    padding-bottom: 50px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .navbar-dot {
    display: none;
  }

  .navbar-link {
    font-size: 18px;
  }

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

  .container-header {
    flex-flow: column;
    position: static;
  }

  .header-img-div {
    min-width: 150px;
    margin-right: 0;
  }

  .header-right {
    max-width: 290px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .header-left {
    padding-top: 100px;
  }

  .header-img {
    width: 290px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.section-header {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 800px;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section-header.header-home, .section.section-header.header-service {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section.section-ribbon {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 230px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-black-2.heading-italic.heading-center-tab.text-white-copy {
    color: var(--white);
  }

  .heading-black-2.text-white.service-page-heading {
    font-size: 37px;
  }

  .paragraph-black-2.footer-copyright-text {
    font-size: 14px;
  }

  .about-img-wrapper.about-img-wrapper-tab {
    width: 100%;
  }

  .building-trust-quote-div {
    width: 410px;
  }

  .testimonial-intro-paragraph-div {
    width: 360px;
  }

  .testimonies-row {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
  }

  .card-paragraph-div {
    max-width: 380px;
  }

  .company-card.company-card-row-3 {
    width: 360px;
    height: 270px;
  }

  .footer-copyright-content-div {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .footer-divider {
    margin-top: 0;
  }

  .footer-content-div {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
  }

  .footer-left {
    width: 80%;
  }

  .footer-right {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .footer-copyright-div {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .our-approach-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .clients-img-ribbon {
    width: 190%;
    max-width: 200%;
  }

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

  .heading-white {
    font-size: 32px;
    line-height: 62px;
  }

  .contact-us-integration-div {
    width: 460px;
  }

  .services-homepage-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .service-card-homepage {
    width: 350px;
  }

  .laptop-about-img-svg {
    display: none;
  }

  .mobile-about-img-svg {
    display: inline-flex;
  }

  .program-heading {
    font-size: 25px;
  }

  .image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button.button-2 {
    margin-top: 20px;
  }

  .navbar {
    height: 12vh;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-text {
    line-height: 26px;
  }

  .logo-text.logo-footer {
    font-size: 26px;
  }

  .logo-text.footer-social-heading {
    font-size: 22px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-btn-line {
    height: 2px;
    margin-top: 10px;
  }

  .button-text {
    font-size: .875rem;
  }

  .navbar-logo-link {
    height: 28px;
    margin-top: 8px;
  }

  .nav-menu {
    height: 410px;
  }

  .header-paragraph-div {
    min-width: 330px;
  }

  .header-img {
    width: auto;
    max-width: 260px;
  }

  .section.section-upper-margin {
    padding-top: 125px;
  }

  .section.section-ribbon {
    height: 200px;
  }

  .heading-black-2.heading-white.heading-center {
    font-size: 34px;
    line-height: 55px;
  }

  .heading-black-2.footer-social-heading {
    font-size: 25px;
  }

  .heading-black-2.text-white.heading-center-tab {
    font-size: 40px;
  }

  .heading-black-2.text-white.service-page-heading {
    text-align: center;
  }

  .about-img-tab-div {
    width: 300px;
  }

  .building-trust-quote-div {
    width: 320px;
    margin-bottom: 30px;
  }

  .testimony-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 340px;
    height: 220px;
  }

  .testimonial-intro-paragraph-div {
    width: 330px;
  }

  .testimonies-row {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .section-wrapper-our-approach {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .clients-img-reel {
    min-height: 90px;
  }

  .clients-img-ribbon {
    width: auto;
    max-width: 250%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-btns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .cs2-solution {
    height: 270px;
  }

  .heading-white {
    font-size: 27px;
    line-height: 47px;
  }

  .contact-us-integration-div {
    width: 350px;
  }

  .service-card-homepage {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-card-heading {
    padding-top: 10px;
    line-height: 37px;
  }

  .program-heading {
    font-size: 24px;
    line-height: 38px;
  }

  .code-embed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.ttf') format('truetype'), url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}