@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --background-color: #f8f4f0;
  --brand-color: #6c7761;
  --light-grey-beige: #cfcdbf;
}

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

body {
  color: var(--black);
  font-family: PP Neue Montreal, Impact, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

img {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
}

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

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

.section.bg-black {
  background-color: #241f23;
}

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

.section.grey {
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  max-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.container_navbar {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.page-wrapper {
  background-color: var(--background-color);
}

.brand {
  width: 3.2rem;
}

.navbar {
  background-color: var(--background-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--black);
  padding: 0;
  font-family: PP Neue Montreal, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav-link.w--current {
  color: var(--brand-color);
}

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

.grid-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-16px {
  margin-bottom: 0;
  font-size: 1rem;
}

.text-size-16px.text-color-grey {
  color: var(--light-grey-beige);
}

.text-size-16px.text-medium {
  font-size: 1rem;
  font-weight: 500;
}

.text-size-16px.text-color-grey2 {
  color: #00000070;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-16px.text-color-white-caps {
  color: var(--white);
  text-transform: uppercase;
}

.text-size-16px.caps {
  text-transform: uppercase;
}

.text-size-16px.text-color-white {
  color: var(--white);
}

.text-size-16px.text-color-dimmer {
  color: #fff6;
}

.margin-vertical.margin-hero {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.margin-vertical.margin-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2.heading-white {
  color: var(--white);
  font-size: 2.5rem;
}

.tab-link {
  color: #858585;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1rem;
  font-size: .75rem;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.tab-link._1.w--current {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tab-link._11 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tabs-menu {
  border-radius: 8px;
  margin-bottom: 2.5rem;
}

.tab-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  display: grid;
}

.tabs {
  margin-top: 3.5rem;
}

.box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-flow: column;
  max-width: 30rem;
  padding: 1rem;
  display: flex;
}

.box.margin-bottom {
  margin-bottom: 1.25rem;
}

.box.box-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: none;
  border-radius: 0;
  padding: .25rem 0 0;
}

.grid-2-column {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 2.5rem;
  display: grid;
}

.button-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand-color);
  color: #00258b;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-button-b10 {
  z-index: 1;
  color: var(--white);
  font-family: PP Neue Montreal, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  width: 24px;
}

.grid-4-1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.text-size-18px {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-size-18px.caps-medium {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex.end-end {
  justify-content: space-between;
}

.flex.outbound-final-flex {
  justify-content: flex-start;
  align-items: stretch;
}

.flex.relative {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  position: relative;
  left: -65px;
}

.flex.phone {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
}

.flex.testimonial {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.flex.tag {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.flex.none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.mw-640px {
  width: 100%;
  max-width: 640px;
  margin-top: 1.25rem;
}

.testimonial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
}

.counter-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.text-size-14px {
  color: #fff6;
  text-transform: uppercase;
  font-size: .875rem;
}

.counter {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.cta {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0006;
}

.btn-primary {
  border: 2px solid var(--brand-color);
  color: var(--black);
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 42px;
  font-family: PP Neue Montreal, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-button {
  z-index: 1;
  letter-spacing: 0;
  font-size: 16px;
  position: relative;
}

.bg-mask-b8 {
  background-color: var(--brand-color);
  width: 0;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.mw-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 91%;
  margin-bottom: 2.5rem;
  display: flex;
}

.logo_flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.company_logo {
  width: 5rem;
  display: block;
}

.company_logo.clutch {
  width: 5.5rem;
}

.company_logo._6 {
  width: 6rem;
}

.company_logo._7 {
  width: 7rem;
}

.week_png {
  border-radius: 0;
  width: 18rem;
  margin-bottom: 1rem;
}

.mw-680px {
  width: 100%;
  max-width: 42.5rem;
}

.mw-680px.tech-stack {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.img_custom {
  width: 185px;
}

.mw-600px {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 32.5rem;
  margin-top: 0;
  display: flex;
}

.tabs-content {
  background-color: #241f23;
  border-radius: 8px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.c-cards-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-top: 5rem;
  transition: all .2s;
  display: grid;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  transition: all .25s;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem 1.5rem;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.card-details {
  margin-bottom: 0;
  font-size: 1rem;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.c-card-details {
  margin-bottom: 0;
}

.tech_logo {
  width: 6rem;
}

.tech_logo.hey {
  width: 2.7rem;
}

.tech_logo.predictleads {
  width: 8rem;
}

.grid-item {
  width: 70%;
  display: block;
}

.grid-item.is--buttom-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding-left: 5em;
  display: flex;
}

.grid-item.is--buttom {
  width: 100%;
}

.logo_footer {
  width: 3.25rem;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.address-text {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

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

.grid.is--second {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.line.tag {
  background-color: var(--brand-color);
  width: .75rem;
  margin-bottom: 0;
}

.brand-color {
  background-color: var(--brand-color);
  filter: blur(300px);
  border-radius: 50%;
  width: 60em;
  height: 60em;
  display: block;
  position: absolute;
  inset: -61% -27% auto auto;
}

.grid_desktop {
  grid-row-gap: 43px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.calendar_wrap {
  border-radius: 4px;
}

.days {
  background-color: #f8f4f0;
  border: 1px solid #0000001a;
  width: 111px;
  height: 26px;
  padding: 7.2px;
}

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

.calendar-text {
  color: #969696;
  text-transform: uppercase;
  font-size: 9.5px;
}

.days-bottom {
  background-color: #f8f8f8;
  border: 1px solid #0000001a;
  width: 111px;
  height: 116px;
  padding: 7.2px;
}

.block {
  background-color: #0000000d;
  border-radius: 2.46px;
  width: 20px;
  height: 20px;
}

.dates {
  background-color: var(--white);
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  width: 111px;
  height: 116px;
  padding: 7.2px;
  display: flex;
}

.dates.transparent {
  background-color: #beffcb;
  border-color: #0000001a;
}

.dates.lightgreen {
  background-color: #beffcb;
}

.dates.purple {
  border-color: #0000001a;
}

.text-size-12px {
  font-size: 12px;
}

.text-size-12px.text-grey {
  color: var(--light-grey-beige);
  text-transform: uppercase;
  font-size: .75rem;
}

.text-9px {
  font-size: 9.83px;
  font-weight: 500;
}

.text-8px {
  color: #0006;
  text-transform: uppercase;
  font-size: 8.41px;
}

.img_testimonial {
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.accordion-item {
  border: 1px solid #cfcdbf;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 1.25rem 1.5rem 1rem;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-wrapper {
  margin-top: 5rem;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 40px;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.outbound-wrap {
  position: relative;
}

.outbound-block {
  z-index: 1;
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 132px;
  height: 46px;
  padding: 10px 20px;
  font-size: .625rem;
  display: flex;
  position: relative;
}

.outbound-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 316px;
  height: 64px;
  padding: 10px 20px;
  font-size: .625rem;
  display: flex;
}

.icon_45px {
  width: auto;
}

.row-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.outbound-blockout {
  background-color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  height: 46px;
  padding: 10px 20px;
  font-size: .625rem;
  display: flex;
}

.flex-left {
  max-width: 280px;
}

.left-top {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  padding: 1rem;
  font-size: 10px;
  display: flex;
}

.left-down {
  background-color: var(--brand-color);
  color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1rem;
  font-size: .75rem;
}

.flex-right {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 104px;
  padding: 1.5rem 1.25rem;
  font-size: 13px;
  display: flex;
}

.flex-right_wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.highlight {
  color: var(--black);
  background-color: #bfffca;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.bulb {
  width: 18px;
}

.text-dark {
  color: #ffffff80;
  font-size: 10.3px;
}

.line_right {
  height: 83%;
  position: absolute;
  inset: 16px 112px auto auto;
}

.phone_img {
  width: 20px;
}

.clutch-logo {
  background-color: var(--white);
  border-radius: 8px;
  padding: .5rem;
}

.line_left {
  height: 83%;
  display: block;
  position: absolute;
  inset: 20px auto auto -41px;
}

.flex-desktop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3.heading-white {
  color: var(--white);
  font-size: 2.5rem;
}

.linkein {
  width: 2rem;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.5rem;
}

.loog_img {
  border-radius: 0;
}

.brand_hero {
  border-radius: 0;
  display: block;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    height: auto;
    overflow: hidden;
  }

  .container {
    max-width: 76rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container_navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    padding-right: 0;
  }

  .navbar {
    position: sticky;
  }

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

  .box {
    width: 100%;
    max-width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .mw-hero {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin-bottom: 5rem;
  }

  .tech_logo.small {
    width: 5rem;
  }

  .line.tag {
    background-color: var(--brand-color);
    width: 18px;
  }

  .grid_desktop {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .calendar_wrap {
    position: absolute;
    inset: -40px -13% auto auto;
  }

  .days {
    width: 100px;
  }

  .days-bottom, .dates {
    width: 100px;
    height: 108px;
  }

  .text-size-12px.text-grey {
    color: var(--light-grey-beige);
    text-transform: uppercase;
    font-size: .75rem;
  }

  .img_testimonial {
    border-radius: 4px;
    width: 32px;
    height: 32px;
  }

  .clutch-logo {
    margin-top: 1.25rem;
  }

  .mw-584px {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .container.container_navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container, .container.container_navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-hero {
    margin-bottom: 5rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .cta {
    background-color: var(--background-color);
    position: relative;
    overflow: hidden;
  }

  .calendar_wrap {
    position: absolute;
    inset: 0% -120px 0% auto;
  }

  .flex-desktop {
    width: 100%;
    max-width: 615px;
  }

  .mw-584px {
    max-width: 584px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-bottom: 1.25rem;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 2.5rem;
  }

  .grid-item.is--buttom-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5.9em;
    padding-bottom: 0;
    display: flex;
  }

  .grid-item.is--buttom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .grid.is--second {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brand-color {
    display: block;
  }

  .grid_desktop {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

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

  .icon {
    color: var(--black);
    font-weight: 400;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding-top: 2rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .brand {
    padding-left: 0;
  }

  .h1 {
    font-size: 3em;
  }

  .h2 {
    font-size: 2.25rem;
  }

  .tab-link {
    padding: .5rem;
  }

  .tab-link._1.w--current {
    border-bottom-left-radius: 0;
  }

  .tab-link._11 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .tabs-menu {
    display: flex;
    overflow: scroll;
  }

  .tab-block {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .tabs.none {
    margin-top: 0;
  }

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

  .flex.relative {
    display: none;
    left: 0;
  }

  .cta {
    padding: 2rem;
  }

  .logo_flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .img_custom {
    width: 140px;
  }

  .c-cards-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 4rem;
  }

  .grid-item.is--buttom-2 {
    padding-top: 4em;
    padding-left: 0;
  }

  .grid_desktop {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .calendar_wrap {
    width: 100%;
  }

  .days {
    width: 100%;
    max-width: 80px;
  }

  .days-bottom {
    width: 100%;
    max-width: 80px;
    height: 80px;
  }

  .dates {
    width: 100%;
    max-width: 100px;
    height: 80px;
  }

  .dates.transparent {
    width: 100%;
    max-width: 80px;
  }

  .dates.lightgreen {
    height: 80px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .outbound-wrap, .row-gap {
    width: 100%;
  }

  .flex-right_wrap, .line_right, .line_left {
    display: none;
  }

  .flex-desktop {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .h3, .h3.heading-white {
    font-size: 2rem;
  }

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

  .slider-mobile {
    background-color: #ddd0;
    height: auto;
  }

  .hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container, .container.container_navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 3rem;
    padding-left: 0;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 2.5rem 1.25rem;
  }

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

  .h1 {
    font-size: 3em;
  }

  .h2 {
    font-size: 1.75rem;
  }

  .h2.heading-white {
    font-size: 1.5rem;
  }

  .tab-block {
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem;
  }

  .tabs {
    margin-top: 2.5rem;
  }

  .grid-2-column {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .button-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-button-b10 {
    font-size: 1rem;
  }

  .arrow-white-b10 {
    width: 16px;
  }

  .grid-4-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-18px.caps-medium {
    padding-left: 20px;
    font-size: 14px;
  }

  .flex.end-end.full {
    width: 100%;
  }

  .flex.phone {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: .875rem;
  }

  .text-size-14px {
    font-size: .75rem;
  }

  .counter {
    font-size: 2rem;
  }

  .cta {
    padding: 2.5rem 1.25rem;
  }

  .mw-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo_flex {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .company_logo.clutch {
    width: 4rem;
  }

  .img_custom {
    width: 100px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-cards-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    display: flex;
  }

  ._w-card {
    margin-bottom: 1.25rem;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-item.is--buttom-2 {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 0;
  }

  .grid-item.is--buttom {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid.is--second {
    flex-direction: column;
  }

  .brand-color {
    filter: blur(90px);
    top: -12%;
    right: -18%;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .accordion-wrapper {
    margin-top: 3rem;
  }

  .down-arrow {
    width: 20px;
  }

  .phone_img {
    width: 14px;
  }

  .h3 {
    font-size: 2rem;
  }

  .h3.heading-white {
    font-size: 1.75rem;
  }
}

#w-node-e2f4fa6e-c346-1284-f402-bb05696b1cd7-98d4de48, #w-node-e2f4fa6e-c346-1284-f402-bb05696b1ce0-98d4de48, #w-node-e2f4fa6e-c346-1284-f402-bb05696b1ce9-98d4de48, #w-node-e2f4fa6e-c346-1284-f402-bb05696b1cf2-98d4de48, #w-node-faf17aa5-0866-dc03-2e93-f574d9fc1e94-98d4de48, #w-node-_1f686cd0-0e9b-1d92-ac21-92397bcbf990-98d4de48, #w-node-_025d7f4c-7a77-0483-edb7-9081e7e801fb-98d4de48, #w-node-c17b5727-82c0-b775-ebb7-a0d8c73e2cbb-98d4de48, #w-node-d882a2da-57bb-ac7d-54e7-149e815a902a-98d4de48, #w-node-_80db921e-5497-bf44-2f9a-dcb6cd5a5dbe-98d4de48 {
  justify-self: center;
}

#w-node-dcafdb67-6387-981f-514b-c1509ece4736-98d4de48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-b4302970-48d8-dc42-6b02-ad5def83f275-98d4de48, #w-node-a54560e4-8287-eee5-2758-f72c9ba31c53-98d4de48 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}