@charset "UTF-8";
body {
  margin: 0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

a:hover,
button:hover {
  transition: 0.5s ease-in-out;
}

.entry-header {
  display: none;
}

.primary-color {
  color: #131313 !important;
}

.contact-form-wrapper {
  background-color: #131313 !important;
  border-radius: 12px;
  padding: 32px 24px;
}
.contact-form-wrapper h3.elementor-heading-title {
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1024px) {
  .contact-form-wrapper h3.elementor-heading-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
  }
}
.contact-form-wrapper h3.elementor-heading-title span {
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
}
.contact-form-wrapper .elementor-widget-text-editor {
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.48px;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  column-gap: 12px;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #DC3232;
  background-color: #DC3232;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  border-color: green;
  background-color: green;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form p {
  grid-column: 1/-1;
  margin: 0;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form p:nth-of-type(3),
.contact-form-wrapper .wpcf7 form.wpcf7-form p:nth-of-type(4) {
  grid-column: auto;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=submit],
.contact-form-wrapper .wpcf7 form.wpcf7-form .wpcf7-response-output {
  grid-column: 1/-1;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=text],
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=email],
.contact-form-wrapper .wpcf7 form.wpcf7-form select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff !important;
  color: #131313 !important;
  font-family: "Aileron" !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  appearance: none;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=text]::placeholder,
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=email]::placeholder,
.contact-form-wrapper .wpcf7 form.wpcf7-form select::placeholder {
  color: rgba(19, 19, 19, 0.35);
}
.contact-form-wrapper .wpcf7 form.wpcf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23B3B3B3' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form select:invalid {
  color: rgba(19, 19, 19, 0.35);
}
.contact-form-wrapper .wpcf7 form.wpcf7-form select option {
  color: #131313 !important;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #D5DCCF !important;
  color: #131313 !important;
  border: 1px solid transparent !important;
  font-family: "Aileron" !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.88px;
  letter-spacing: -0.42px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 576px) {
  .contact-form-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
    font-size: 16px;
  }
}
.contact-form-wrapper .wpcf7 form.wpcf7-form input[type=submit]:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.contact-form-wrapper .wpcf7 form.wpcf7-form .wpcf7-response-output {
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 8px 12px;
}
@media screen and (max-width: 690px) {
  .contact-form-wrapper .wpcf7 form.wpcf7-form {
    grid-template-columns: 1fr;
  }
  .contact-form-wrapper .wpcf7 form.wpcf7-form p,
  .contact-form-wrapper .wpcf7 form.wpcf7-form p:nth-of-type(3),
  .contact-form-wrapper .wpcf7 form.wpcf7-form p:nth-of-type(4) {
    grid-column: 1/-1;
  }
}

.ehf-header.scroll-fixed #masthead {
  position: fixed;
  top: 0px;
  left: 0;
  transform: translateX(0%);
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 12px 0px;
}
@media screen and (max-width: 1170px) {
  .ehf-header.scroll-fixed #masthead {
    width: calc(100% - 32px);
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  .ehf-header.scroll-fixed #masthead .hfe-nav-menu nav.hfe-dropdown {
    top: 0 !important;
    left: 0 !important;
  }
}
.ehf-header #masthead {
  padding: 12px 16px;
  background: #fff !important;
  border-radius: 16px;
  max-width: 1280px;
  width: calc(100% - 78px);
  position: absolute;
  z-index: 99;
  top: 14px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.ehf-header #masthead .e-con-inner {
  padding: 0px;
}
.ehf-header #masthead .elementor-widget-heading .elementor-heading-title {
  margin: 0;
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  color: #131313 !important;
}
.ehf-header #masthead .hfe-nav-menu {
  flex-wrap: nowrap;
  column-gap: 44px;
  list-style: none;
  /* Hide "Book a Collab" on desktop */
}
.ehf-header #masthead .hfe-nav-menu #menu-item-606,
.ehf-header #masthead .hfe-nav-menu #menu-item-438 {
  display: none;
}
.ehf-header #masthead .hfe-nav-menu .menu-item {
  margin: 0;
}
.ehf-header #masthead .hfe-nav-menu .hfe-menu-item {
  padding: 0;
  font-family: "Aileron" !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 19.88px;
  letter-spacing: -0.42px;
  color: #5c5c5c;
  transition: color 0.2s ease;
}
.ehf-header #masthead .hfe-nav-menu .hfe-menu-item:hover, .ehf-header #masthead .hfe-nav-menu .hfe-menu-item:focus {
  color: #131313 !important;
}
.ehf-header #masthead .hfe-nav-menu .hfe-menu-close-btn {
  display: none;
}
@media screen and (max-width: 576px) {
  .ehf-header #masthead .hfe-nav-menu .hfe-nav-menu-icon {
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  .ehf-header #masthead .hfe-nav-menu .hfe-nav-menu-icon svg {
    fill: #5c5c5c;
    width: 28px;
    height: 28px;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown {
    position: fixed;
    top: -14px;
    left: -22px !important;
    width: 70vw !important;
    max-width: 320px;
    height: 100vh;
    background-color: #fff !important;
    z-index: 999999;
    padding: 70px 30px 30px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: block;
    margin: 0;
    border: none;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown .hfe-menu-close-btn {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    border-radius: 6px;
    background: transparent;
    border: none;
    padding: 0;
    transition: color 0.2s ease;
    z-index: 10;
    line-height: 1;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown .hfe-menu-close-btn:hover {
    color: #131313 !important;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown.menu-is-active {
    transform: translateX(0);
  }
  body.menu-open .ehf-header #masthead .hfe-nav-menu .hfe-nav-menu-icon {
    pointer-events: none;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0;
    width: 100%;
    background: transparent;
    list-style: none;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item a.hfe-menu-item {
    color: #5c5c5c;
    font-family: "Aileron" !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.42px;
    padding: 16px 0;
    display: block;
    background: transparent;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item a.hfe-menu-item:hover {
    color: #131313 !important;
    background: transparent;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item:last-child {
    border-bottom: none;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item {
    /* "Book a Collab" button — mobile only */
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-606, .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-438 {
    display: list-item;
    margin-top: 16px;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-606 a.hfe-menu-item, .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-438 a.hfe-menu-item {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #D5DCCF !important;
    background: #D5DCCF !important;
    color: #131313 !important;
    font-family: "Aileron" !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 19.88px;
    letter-spacing: -0.42px;
    text-align: center;
  }
  .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-606 a.hfe-menu-item:hover, .ehf-header #masthead .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item#menu-item-438 a.hfe-menu-item:hover {
    color: #D5DCCF !important;
    background-color: #131313 !important;
  }
}

.hfe-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 70vw !important;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999998;
  cursor: pointer;
}
@media (min-width: 457px) {
  .hfe-menu-overlay {
    left: 320px !important;
  }
}
.hfe-menu-overlay.is-visible {
  display: block;
}

#colophon {
  background: #fff !important;
}
#colophon #footer .e-con-inner {
  gap: 40px;
  padding: 40px 0 80px;
}
#colophon #footer .e-con-inner > .e-con:first-child .elementor-heading-title {
  margin: 0;
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #131313 !important;
}
#colophon #footer .e-con-inner > .e-con:not(:first-child) .elementor-heading-title {
  margin: 0;
  font-family: "Aileron" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.48px;
  color: #131313 !important;
}
#colophon .hfe-nav-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon .hfe-nav-menu .menu-item {
  margin: 0;
  padding-bottom: 20px;
}
#colophon .hfe-nav-menu .hfe-menu-item {
  padding: 0;
  font-family: "Aileron" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.88px;
  letter-spacing: -0.42px;
  color: #5c5c5c;
  transition: color 0.2s ease;
  display: inline-block;
}
#colophon .hfe-nav-menu .hfe-menu-item:hover, #colophon .hfe-nav-menu .hfe-menu-item:focus {
  color: #131313 !important;
}
#colophon .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
#colophon .elementor-widget-image-box .elementor-image-box-img {
  margin: 0;
  flex: 0 0 auto;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#colophon .elementor-widget-image-box .elementor-image-box-content {
  text-align: left;
}
#colophon .elementor-widget-image-box .elementor-image-box-title {
  margin: 0;
  font-family: "Aileron" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.88px;
  letter-spacing: -0.42px;
  color: #5c5c5c;
}
#colophon .elementor-widget-image-box .elementor-image-box-title a:hover {
  color: #131313 !important;
}
#colophon .email-row .elementor-image-box-title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
#colophon .cta-mobile {
  display: none;
}
@media (max-width: 1100px) {
  #colophon #footer .e-con-inner {
    gap: 25px;
    padding: 40px 20px 80px;
  }
}
@media (max-width: 880px) {
  #colophon #footer .e-con-inner {
    gap: 0px;
  }
}
@media (max-width: 600px) {
  #colophon #footer .e-con-inner {
    gap: 30px;
  }
  #colophon .let-talk-container .elementor-widget-heading h2.elementor-heading-title {
    padding-right: 21px;
  }
}

@media (max-width: 576px) {
  .cta-mobile {
    display: block;
  }
  .cta-web {
    display: none;
  }
}
.about-wrapper {
  background: #fff !important;
  padding: 50px 20px 70px;
}
@media screen and (max-width: 576px) {
  .about-wrapper {
    padding: 30px 20px 50px;
  }
}
.about-wrapper .e-con-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.about-wrapper .e-con-inner .cew-chbs__eyebrow {
  color: #131313 !important;
  font-family: "Aileron" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.about-wrapper .e-con-inner .elementor-widget-text-editor p {
  margin: 0;
  font-family: "Aileron" !important;
  font-weight: 400;
  font-size: 35px;
  line-height: 43.2px;
  letter-spacing: -1.8px;
  color: #131313 !important;
}
@media screen and (max-width: 1024px) {
  .about-wrapper .e-con-inner .elementor-widget-text-editor p {
    font-size: 26px;
  }
}
.about-wrapper .e-con-inner .elementor-counter-number-wrapper {
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-size: 39px;
  line-height: 48px;
  letter-spacing: -2.88px;
  color: #131313 !important;
  font-style: italic;
}
.about-wrapper .e-con-inner .elementor-counter-title {
  font-family: "Aileron" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.88px;
  letter-spacing: -0.42px;
  color: #5c5c5c;
}
@media screen and (max-width: 1024px) {
  .about-wrapper .e-con-inner {
    flex-direction: column;
    gap: 32px;
  }
  .about-wrapper .e-con-inner > .e-con:nth-child(2) {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .about-wrapper .elementor-widget-text-editor p {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 576px) {
  .about-wrapper .e-con-inner {
    gap: 4px;
  }
  .about-wrapper .e-con-inner .elementor-widget-text-editor p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .about-wrapper .e-grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .about-wrapper .elementor-widget-counter {
    flex: 1 1 40%;
  }
}

.about-images-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}
.about-images-wrapper .e-con {
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .about-images-wrapper .e-con {
    width: 33.33%;
    flex: 0 0 33.33%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
  }
}
.about-images-wrapper img {
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: inherit !important;
}
@media screen and (max-width: 576px) {
  .about-images-wrapper img {
    aspect-ratio: 3/5;
  }
}

.features-wrapper {
  padding: 45px 20px 65px;
}
.features-wrapper .e-con-full:nth-child(even) {
  padding-top: 85px;
}
.features-wrapper .e-con-full img {
  max-width: 100% !important;
  max-height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .features-wrapper {
    padding: 30px 20px;
  }
  .features-wrapper .e-con-inner {
    padding: 0;
    gap: 12px;
    align-items: center;
  }
  .features-wrapper .e-con-full {
    max-width: calc(50% - 6px) !important;
  }
  .features-wrapper .e-con-full:nth-child(1), .features-wrapper .e-con-full:nth-child(2) {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }
  .features-wrapper .e-con-full:nth-child(3), .features-wrapper .e-con-full:nth-child(4) {
    padding-bottom: 100px !important;
    padding-top: 0px !important;
  }
  .features-wrapper img {
    max-height: 134px;
    max-width: 135px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 576px) {
  .feature-wrapper-mobile {
    padding: 30px 20px 70px;
  }
}
.quotes-wrapper {
  padding: 0 20px 120px;
}
@media screen and (max-width: 576px) {
  .quotes-wrapper {
    padding: 0 20px;
  }
}
.quotes-wrapper .elementor-heading-title {
  color: rgba(19, 19, 19, 0.2);
  text-align: center;
  font-family: "Aileron" !important;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3px;
}
@media screen and (max-width: 1024px) {
  .quotes-wrapper .elementor-heading-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .quotes-wrapper .elementor-heading-title {
    font-size: 42px;
    letter-spacing: -1.277px;
  }
}
@media screen and (max-width: 576px) {
  .quotes-wrapper .elementor-heading-title {
    font-size: 31px;
    line-height: 36px;
    letter-spacing: -0.837px;
  }
}
.quotes-wrapper .elementor-heading-title span {
  color: #131313 !important;
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  .quotes-wrapper .elementor-heading-title span {
    display: block;
    margin-top: 20px;
  }
}

.three-Rs-wrapper {
  padding: 40px 80px;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .three-Rs-wrapper {
    padding: 40px 20px;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  .three-Rs-wrapper {
    min-height: 250px;
    padding: 40px 20px;
    background-position: right center;
  }
}
@media screen and (max-width: 576px) {
  .three-Rs-wrapper {
    min-height: 200px;
    padding: 30px 20px;
  }
}
.three-Rs-wrapper .e-con-inner {
  margin: 0;
}
.three-Rs-wrapper .e-con-inner .elementor-heading-title {
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 72px;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: -4px;
}
@media screen and (max-width: 1024px) {
  .three-Rs-wrapper .e-con-inner .elementor-heading-title {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  .three-Rs-wrapper .e-con-inner .elementor-heading-title {
    font-size: 52px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 576px) {
  .three-Rs-wrapper .e-con-inner .elementor-heading-title {
    font-size: 42px;
    line-height: normal;
    letter-spacing: -1.177px;
  }
}
.three-Rs-wrapper .e-con-inner .elementor-heading-title span {
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -6px;
}
@media screen and (max-width: 768px) {
  .three-Rs-wrapper .e-con-inner .elementor-heading-title span {
    letter-spacing: -3px !important;
  }
}
@media screen and (max-width: 576px) {
  .three-Rs-wrapper .e-con-inner .elementor-heading-title span {
    letter-spacing: -1.675px !important;
  }
}

.what-they-do-wrapper {
  padding: 60px 20px;
  background-color: #F8F7F5;
}
@media screen and (max-width: 576px) {
  .what-they-do-wrapper {
    padding: 30px 20px;
  }
}
.what-they-do-wrapper .e-con-inner .e-con.e-child {
  padding: 0 36px;
  border-right: 1px solid #B4B4B4;
}
.what-they-do-wrapper .e-con-inner .e-con.e-child:first-child {
  padding-left: 0px;
}
.what-they-do-wrapper .e-con-inner .e-con.e-child:last-child {
  padding-right: 0px;
  border-right: 1px solid transparent !important;
}
@media screen and (max-width: 576px) {
  .what-they-do-wrapper .e-con-inner .e-con.e-child:first-child {
    padding: 0;
    border-right: 1px solid transparent !important;
  }
  .what-they-do-wrapper .e-con-inner .e-con.e-child:nth-child(2) {
    border-top: 1px solid #B4B4B4;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid #B4B4B4;
    margin: 24px 0;
    padding: 24px 0;
  }
  .what-they-do-wrapper .e-con-inner .e-con.e-child:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .what-they-do-wrapper .e-con-inner .elementor-image-box-wrapper img {
    width: 40px !important;
    height: 40px !important;
  }
}
.what-they-do-wrapper .e-con-inner .elementor-image-box-wrapper .elementor-image-box-title {
  color: #131313 !important;
  font-family: "Aileron" !important;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .what-they-do-wrapper .e-con-inner .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.what-they-do-wrapper .e-con-inner .elementor-image-box-wrapper .elementor-image-box-description {
  color: #5c5c5c;
  font-family: "Aileron" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.48px;
}

.cta-wrapper {
  padding: 30px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
}
@media screen and (max-width: 576px) {
  .cta-wrapper {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 690px) {
  .cta-wrapper .e-con-inner {
    gap: 55px;
  }
}
@media screen and (max-width: 999px) {
  .cta-wrapper .cta-left-heading {
    max-width: 375px !important;
    width: 100% !important;
  }
}
.cta-wrapper .cta-left-heading .elementor-heading-title {
  color: #fff !important;
  font-family: "Aileron" !important;
  font-size: 71px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.8px;
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1024px) {
  .cta-wrapper .cta-left-heading .elementor-heading-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .cta-wrapper .cta-left-heading .elementor-heading-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  .cta-wrapper .cta-left-heading .elementor-heading-title {
    font-size: 35px;
    line-height: normal;
    letter-spacing: -1px;
  }
}
.cta-wrapper .cta-left-heading .elementor-heading-title span {
  font-family: "Libre Caslon Condensed" !important;
  font-weight: 500;
  font-style: italic;
}

@media screen and (max-width: 576px) {
  .mobile-contact-form {
    padding: 0px 20px 30px;
  }
}

.ready-to-elevate-wrapper {
  padding: 60px 20px;
}
@media screen and (max-width: 576px) {
  .ready-to-elevate-wrapper {
    padding: 30px 20px 44px;
  }
  .ready-to-elevate-wrapper .e-con-inner .cew-bcs__left {
    gap: 32px;
  }
  .ready-to-elevate-wrapper .e-con-inner .cew-bcs__left .cew-bcs__head {
    gap: 16px;
  }
  .ready-to-elevate-wrapper .e-con-inner .cew-bcs__left .cew-bcs__head .cew-bcs__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
  }
  .ready-to-elevate-wrapper .e-con-inner .cew-bcs__left .cew-bcs__head .cew-bcs__title .l2 {
    font-style: italic;
  }
  .ready-to-elevate-wrapper .e-con-inner .cew-bcs__left .cew-bcs__steps {
    gap: 36px;
  }
  .ready-to-elevate-wrapper .cew-bcs__deck {
    display: none;
  }
}

.service-wrapper {
  padding: 40px 20px 0px;
}

.creator-carousel-wrapper {
  padding: 40px 20px;
}
@media screen and (max-width: 690px) {
  .creator-carousel-wrapper .cew-chbs__nav {
    display: none;
  }
}

.testimonials-wrapper {
  padding: 42px 20px 80px;
}
@media screen and (max-width: 576px) {
  .testimonials-wrapper {
    padding: 20px;
  }
}
.testimonials-wrapper .cew-chbs--heading .cew-chbs__eyebrow {
  color: #131313 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .testimonials-wrapper .cew-chbs--heading .cew-chbs__eyebrow {
    text-align: left;
  }
}
.testimonials-wrapper .cew-chbs--heading .cew-chbs__head-row {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .testimonials-wrapper .cew-chbs--heading .cew-chbs__head-row {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.testimonials-wrapper .cew-chbs--heading .cew-chbs__head-row .cew-chbs__title {
  max-width: 100%;
  color: #131313 !important;
  text-align: center;
}

.our-work-wrapper {
  padding: 0px 20px;
}

.primary-btn,
.elementor-button {
  padding: 10px 22px;
  border-radius: 10px;
  border: 1px solid #D5DCCF !important;
  background: #D5DCCF !important;
  color: #131313 !important;
  font-family: "Aileron" !important;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 21px;
}
.primary-btn:hover,
.elementor-button:hover {
  color: #D5DCCF !important;
  background-color: #131313 !important;
}

@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-HeavyItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Aileron/Aileron-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Libre/LibreCaslonCondensed-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}