@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: #58CBE6 !important;
}

.elementor-image-box-img {
  display: flex !important;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.09) 0%, rgba(0, 194, 255, 0.09) 100%);
}
.elementor-image-box-img img {
  height: auto !important;
}

.features-wrapper {
  padding: 18px 0;
  border-bottom: 1px solid #E4E7ED;
  background: #F6F7FA;
}

.workmanship-inner-wrap .e-con-full {
  border-right: 1px solid #E4E7ED;
}
@media screen and (max-width: 768px) {
  .workmanship-inner-wrap .e-con-full {
    padding: 40px 0;
    border-bottom: 1px solid #E4E7ED;
  }
}
@media screen and (max-width: 690px) {
  .workmanship-inner-wrap .e-con-full {
    border-right: 0px;
  }
}
.workmanship-inner-wrap .e-con-full:last-child {
  border-right: 0px;
}
.workmanship-inner-wrap .e-con-full h2 {
  color: #58CBE6 !important;
  text-align: center;
  font-family: "Manrope" !important;
  font-size: 73.5px;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: -3.04px;
}
@media screen and (max-width: 690px) {
  .workmanship-inner-wrap .e-con-full h2 {
    font-size: 50px;
  }
}
.workmanship-inner-wrap .e-con-full .elementor-widget-text-editor h4 {
  color: #0F1117;
  text-align: center;
  font-family: "Manrope" !important;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.workmanship-inner-wrap .e-con-full .elementor-widget-text-editor p {
  color: #6B7280;
  text-align: center;
  font-family: "Instrument Sans" !important;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 18.75px;
}

.process-wrapper {
  background-color: #F6F7FA;
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .process-wrapper {
    padding: 60px 24px;
  }
}
.process-wrapper .e-con-inner {
  gap: 60px;
}
.process-wrapper .e-con-inner .process-inner-wrap {
  gap: 40px;
}
.process-wrapper .e-con-inner .process-inner-wrap .e-con-full {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .process-wrapper .e-con-inner .process-inner-wrap .e-con-full {
    padding-right: 0px;
  }
}
.process-wrapper .e-con-inner .process-inner-wrap .e-con-full h5 {
  color: #58CBE6 !important;
  font-family: "Manrope" !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 13px;
  letter-spacing: 0.52px;
}
.process-wrapper .e-con-inner .process-inner-wrap .e-con-full h5:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6.5px;
  width: 88%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 85, 255, 0.4) 0%, rgba(0, 194, 255, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  .process-wrapper .e-con-inner .process-inner-wrap .e-con-full h5:after {
    width: 80%;
  }
}
.process-wrapper .e-con-inner .process-inner-wrap .e-con-full h4 {
  color: #0F1117;
  font-size: var(--font-size-21, 21px);
  font-weight: var(--font-weight-800, 800);
  letter-spacing: var(--letter-spacing--0_42, -0.42px);
  margin-bottom: 10px;
}
.process-wrapper .e-con-inner .process-inner-wrap .e-con-full p {
  color: #6B7280;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-15, 15px);
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-25_5, 25.5px);
}

.common-clients-wrapper {
  padding: 100px 24px;
}
@media screen and (max-width: 999px) {
  .common-clients-wrapper {
    padding: 60px 24px;
  }
}
.common-clients-wrapper .cew-section-intro .cew-si-left {
  align-items: center;
}
.common-clients-wrapper .cew-section-intro .cew-si-left .cew-si-label {
  margin: 0 auto 12px;
}

.credentials-wrapper {
  background-color: #141820;
  padding: 100px 24px;
}
@media screen and (max-width: 999px) {
  .credentials-wrapper {
    padding: 60px 24px;
  }
}
.credentials-wrapper .cew-si-heading {
  color: #fff !important;
}
.credentials-wrapper .licensed-grid {
  margin-top: 40px;
}
.credentials-wrapper .licensed-grid .elementor-widget-image-box {
  border-radius: 18px;
  border: 1px solid rgba(88, 203, 230, 0.25);
  background: rgba(88, 203, 230, 0.1);
  padding: 32px 48px;
}
@media screen and (max-width: 1024px) {
  .credentials-wrapper .licensed-grid .elementor-widget-image-box {
    padding: 24px;
  }
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: left;
  }
}
.credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
  margin: 0 auto 16px !important;
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 0 16px 0 !important;
  }
}
.credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content h3 {
  margin-bottom: 5px;
  color: var(--color-white-solid, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content h3 {
    text-align: left;
  }
}
.credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-13, 13px);
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-21_45, 21.45px);
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .licensed-grid .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content p {
    text-align: left;
  }
}
.credentials-wrapper .satisfaction-col {
  border-radius: 16px;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  padding: 40px 48px;
  border-radius: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .satisfaction-col {
    padding: 40px;
  }
}
@media screen and (max-width: 690px) {
  .credentials-wrapper .satisfaction-col .e-con-full {
    text-align: center;
  }
}
.credentials-wrapper .satisfaction-col .e-con-full h2 {
  color: #fff !important;
  font-size: var(--item-spacing-s, 24px);
  font-weight: var(--height-700, 700);
  letter-spacing: var(--letter-spacing--0_48, -0.48px);
  line-height: 30px;
}
.credentials-wrapper .satisfaction-col .e-con-full p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-14, 14px);
  font-weight: var(--font-weight-400, 400);
  line-height: 20px;
}
.credentials-wrapper .satisfaction-col .e-con-full a {
  background: #07090E !important;
  border: 1px solid #07090E;
  color: #fff !important;
  font-weight: 700;
}
.credentials-wrapper .satisfaction-col .e-con-full a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #fff !important;
}
.credentials-wrapper .satisfaction-col .e-con-full a:before {
  display: none;
}
.credentials-wrapper .suburb-container {
  padding: 40px 0 0;
}
.credentials-wrapper .suburb-container h5 {
  color: #fff !important;
  text-align: center;
  font-size: var(--font-size-11, 11px);
  font-weight: var(--font-weight-600, 600);
  letter-spacing: var(--letter-spacing-1_98, 1.98px);
  text-transform: uppercase;
  line-height: 16px;
}

.faq-wrapper {
  padding: 100px 24px;
  background-color: #F6F7FA;
}
@media screen and (max-width: 768px) {
  .faq-wrapper {
    padding: 60px 24px;
  }
}
.faq-wrapper .e-con-inner {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .faq-wrapper .e-con-inner {
    gap: 30px;
  }
}
.faq-wrapper .e-con-inner .e-con-full .cew-si-description {
  color: var(--claude-ai-pale-sky, var(--color-grey-46, #6B7280));
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 26.25px;
}
.faq-wrapper .e-con-inner .e-con-full a {
  border-radius: 50px;
}
.faq-wrapper .e-con-inner .e-con-full a::before {
  border-radius: 50px;
}
.faq-wrapper .e-con-inner .e-con-full a:hover {
  border: 1px solid #58CBE6 !important;
}
.faq-wrapper .e-con-inner .e-con-full a:hover::before {
  background: rgba(255, 255, 255, 0.1);
}
.faq-wrapper .e-con-inner .e-con-full a:hover svg path {
  stroke: #58CBE6 !important;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion {
  --n-accordion-border-width: 0px;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
  padding: 0;
  border-top: 1px solid #E4E7ED;
}
@media screen and (max-width: 690px) {
  .faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
    padding-right: 30px;
  }
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:last-child {
  border-bottom: 1px solid #E4E7ED;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding: 21px 0px;
  color: var(--claude-ai-cinder, var(--color-blue-7, #0F1117));
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.155px;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.1) 0%, rgba(0, 194, 255, 0.1) 100%);
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
  align-items: center;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened .e-fas-minus {
  fill: #58CBE6 !important;
  height: 8px;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item div[role=region].e-con-full {
  padding-bottom: 20px;
}
.faq-wrapper .e-con-inner .e-con-full .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item div[role=region].e-con-full p {
  font-size: 15px;
  font-family: "Manrope" !important;
}

.cta-wrapper {
  position: relative;
  padding: 80px 60px;
}
@media screen and (max-width: 1280px) {
  .cta-wrapper {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .cta-wrapper {
    padding: 60px 24px;
  }
}
.cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(0deg, #0D1018 0%, #0D1018 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .cta-wrapper::before {
    width: 100%;
  }
}
.cta-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cta-left-gradiant.png") left bottom no-repeat;
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .cta-wrapper::after {
    width: 100%;
  }
}
.cta-wrapper .e-con-inner .cta-left {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .e-con-inner .cta-left {
    padding-right: 0px;
  }
}
.cta-wrapper .e-con-inner .cta-left .cew-section-intro {
  margin-bottom: 24px;
}
.cta-wrapper .e-con-inner .cta-left .cew-section-intro .cew-si-left .cew-si-heading {
  color: #fff !important;
  font-size: 37.3px;
  font-style: normal;
  font-weight: 800;
  line-height: 41.18px;
  letter-spacing: -1.123px;
}
@media screen and (max-width: 690px) {
  .cta-wrapper .e-con-inner .cta-left .cew-section-intro .cew-si-left .cew-si-heading {
    font-size: 32px;
  }
}
.cta-wrapper .e-con-inner .cta-left .cew-section-intro .cew-si-description {
  color: rgba(255, 255, 255, 0.48);
}
.cta-wrapper .e-con-inner .cta-left .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 14.5px;
}
.cta-wrapper .e-con-inner .cta-left .elementor-icon-list-items .elementor-icon-list-item:last-child {
  margin-bottom: 0px;
}
.cta-wrapper .e-con-inner .cta-left .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-14, 14px);
  font-weight: var(--font-weight-500, 500);
}
.cta-wrapper .e-con-inner .cta-right {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .e-con-inner .cta-right {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.cta-wrapper .e-con-inner .cta-right h2 {
  color: #0F1117;
  font-size: var(--item-spacing-s, 24px);
  font-weight: var(--height-700, 700);
  letter-spacing: var(--letter-spacing--0_48, -0.48px);
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .e-con-inner .cta-right h2 {
    color: #fff !important;
  }
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 13px;
}
@media screen and (max-width: 576px) {
  .cta-wrapper .e-con-inner .cta-right .contact-form .form-group {
    flex-direction: column;
  }
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group .input-group {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .cta-wrapper .e-con-inner .cta-right .contact-form .form-group .input-group {
    width: 100%;
  }
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p {
  width: 100%;
  margin-bottom: 0px;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p label {
  margin-bottom: 10px;
  color: #0F1117;
  font-family: "Instrument Sans" !important;
  font-size: 12.5px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .e-con-inner .cta-right .contact-form .form-group p label {
    color: #fff !important;
  }
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap input,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap textarea,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap select {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #E4E7ED;
  background: #fff !important;
  min-height: 42px;
  color: #000;
  outline: none;
  padding: 11.5px 13.5px;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap input:hover,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap textarea:hover,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap select:hover {
  border: 1px solid #58CBE6 !important;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap input::placeholder,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap textarea::placeholder,
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap select::placeholder {
  color: #AAB0BB;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap select {
  cursor: pointer;
  background: url("/wp-content/themes/twentytwentyone-child/assets/down-arrow.svg") right 12px top 18px no-repeat #fff !important;
  background-size: 16px;
  -webkit-appearance: none;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group p .wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select option:first-child {
  display: none;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-group .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-action p {
  position: relative;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-action p input {
  width: 100%;
  height: 45px;
  padding: 14px;
  color: #fff !important;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 50px;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-15, 15px);
  font-weight: var(--font-weight-700, 700);
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-action p input:hover {
  border-color: #58CBE6 !important;
  color: #58CBE6 !important;
  background: #fff !important;
}
.cta-wrapper .e-con-inner .cta-right .contact-form .form-action p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  top: 10px;
}
.cta-wrapper .e-con-inner .cta-right .wpcf7-response-output {
  margin: 15px 15px 0px;
  font-family: "Instrument Sans" !important;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .e-con-inner .cta-right .wpcf7-response-output {
    margin: 30px 0px 0px;
    color: #fff !important;
    text-align: center;
  }
}
.cta-wrapper .e-con-inner .cta-right .contact-btns a {
  width: 100%;
}

.our-work-cta {
  border-radius: 20px;
  border: var(--stroke-weight-1, 1px) solid var(--color-white-7, rgba(255, 255, 255, 0.07));
  background: var(--color-azure-10, #141820);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .our-work-cta {
    padding: 40px 20px;
  }
}
.our-work-cta h2 {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: var(--font-size-26, 26px);
  font-weight: var(--font-weight-800, 800);
  letter-spacing: var(--letter-spacing--0_65, -0.65px);
}
@media screen and (max-width: 768px) {
  .our-work-cta h2 {
    line-height: 30px;
  }
}
.our-work-cta p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-14, 14px);
  font-weight: var(--font-weight-400, 400);
}
@media screen and (max-width: 768px) {
  .our-work-cta p {
    line-height: 22px;
  }
}
.our-work-cta .elementor-button {
  border-radius: 50px;
}
.our-work-cta .elementor-button:before {
  border-radius: 50px;
}
.our-work-cta .elementor-button:hover {
  background: transparent;
}
.our-work-cta .elementor-button:hover:before {
  background: transparent;
  border: 1px solid #58CBE6 !important;
}

.clients-wrapper {
  padding: 100px 24px;
}
@media screen and (max-width: 999px) {
  .clients-wrapper {
    padding: 60px 24px;
  }
}

.ti-widget .ti-controls {
  position: absolute;
  top: -11% !important;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}

.ti-widget .ti-next,
.ti-widget .ti-prev {
  pointer-events: all;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.ti-widget .ti-next::before,
.ti-widget .ti-prev::before {
  content: "";
  display: block;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: border-color 0.25s ease;
}
.ti-widget .ti-next:hover,
.ti-widget .ti-prev:hover {
  background: #58CBE6 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  transform: scale(1.08);
}
.ti-widget .ti-next:hover::after,
.ti-widget .ti-prev:hover::after {
  border-color: #fff;
}
.ti-widget .ti-next:active,
.ti-widget .ti-prev:active {
  transform: scale(0.96);
}

.ti-widget .ti-next {
  right: 1% !important;
  left: auto;
}
.ti-widget .ti-next::after {
  transform: rotate(45deg) translate(-1px, 1px);
}

.ti-widget .ti-prev {
  left: 92% !important;
  right: auto;
}
.ti-widget .ti-prev::after {
  transform: rotate(-135deg) translate(-1px, 1px);
}

@media screen and (max-width: 768px) {
  .ti-widget .ti-next {
    right: -12px;
  }
  .ti-widget .ti-prev {
    left: -12px;
  }
}
@media screen and (max-width: 450px) {
  .ti-widget .ti-next,
  .ti-widget .ti-prev {
    width: 38px;
    height: 38px;
  }
  .ti-widget .ti-next {
    right: 0;
  }
  .ti-widget .ti-prev {
    left: 0;
  }
}
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  background-color: #F6F7FA !important;
  padding: 30px !important;
  height: 100%;
}
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-star {
  width: 12px !important;
  height: 12px !important;
  margin-right: 4px !important;
}
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-verified-review {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-content {
  color: #0F1117;
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-weight: 400;
}

#masthead {
  position: fixed !important;
  top: 0;
  width: 100% !important;
}
#masthead .top-header {
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  padding: 10px 24px;
}
#masthead .top-header .elementor-widget-text-editor {
  text-align: center;
}
#masthead .top-header .elementor-widget-text-editor p {
  color: #fff !important;
  text-align: center;
  font-family: "Instrument Sans" !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 450px) {
  #masthead .top-header .elementor-widget-text-editor p {
    font-size: 10.5px;
  }
}
#masthead .top-header .elementor-widget-text-editor p::before {
  position: absolute;
  content: "";
  background-color: #fff !important;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  opacity: var(--opacity-80_28, 0.8028);
  left: -15px;
  top: 5px;
}
@media screen and (max-width: 450px) {
  #masthead .top-header .elementor-widget-text-editor p::before {
    top: 4px;
    left: -2px;
  }
}
#masthead .top-header .elementor-widget-text-editor p a {
  color: #fff !important;
}
#masthead .top-header .elementor-widget-text-editor p a:hover {
  text-decoration: underline;
}
#masthead .main-header {
  padding: 10px 24px;
  backdrop-filter: blur(10px);
  background: rgba(7, 9, 14, 0.96);
  border-bottom: 1px solid var(--color-white-7, rgba(255, 255, 255, 0.07));
}
#masthead .main-header .mobile-call-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  #masthead .main-header .mobile-call-icon {
    display: block;
    line-height: 0;
  }
  #masthead .main-header .mobile-call-icon .elementor-icon {
    padding: 8px;
  }
  #masthead .main-header .mobile-call-icon .elementor-icon svg {
    width: 18px;
    height: 18px;
  }
}
#masthead .main-header .hfe-nav-menu .menu-item .hfe-menu-item {
  padding: 0px 13px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Instrument Sans" !important;
  font-size: 14px;
  font-weight: 500;
}
#masthead .main-header .hfe-nav-menu .menu-item .hfe-menu-item:hover {
  color: #58CBE6 !important;
}
#masthead .main-header .hfe-nav-menu .menu-item.mobile-menu-quote {
  display: none;
}
@media screen and (max-width: 1024px) {
  #masthead .main-header .hfe-nav-menu .menu-item.mobile-menu-quote {
    display: block;
  }
}
#masthead .main-header .hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item {
  color: #58CBE6 !important;
}
#masthead .main-header .hfe-nav-menu .hfe-nav-menu-icon {
  color: #fff;
}
#masthead .main-header .hfe-nav-menu .hfe-nav-menu-icon svg {
  fill: #fff;
}
#masthead .main-header .hfe-nav-menu .hfe-menu-close-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #masthead .main-header .hfe-nav-menu .hfe-nav-menu-icon {
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  #masthead .main-header .hfe-nav-menu .hfe-nav-menu-icon svg {
    fill: rgba(255, 255, 255, 0.65);
    width: 28px;
    height: 28px;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown {
    position: fixed;
    top: -39px;
    left: 0 !important;
    width: 70vw !important;
    max-width: 320px;
    height: 100vh;
    background-color: #000000;
    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: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 690px) {
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown {
    top: -47px;
  }
}
@media screen and (max-width: 1024px) {
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown .hfe-menu-close-btn {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    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;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown .hfe-menu-close-btn:hover {
    color: #fff !important;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown.menu-is-active {
    transform: translateX(0);
  }
  body.menu-open #masthead .main-header .hfe-nav-menu .hfe-nav-menu-icon {
    pointer-events: none;
  }
  #masthead .main-header .hfe-nav-menu .hfe-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999998;
    cursor: pointer;
  }
  #masthead .main-header .hfe-nav-menu .hfe-menu-overlay.is-visible {
    display: block;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item {
    border-bottom: 0px;
    padding: 0;
    width: 100%;
    background: transparent;
    list-style: none;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item a.hfe-menu-item {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Instrument Sans" !important;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
    display: block;
    background: transparent;
    text-decoration: none;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item a.hfe-menu-item:hover {
    color: #58CBE6 !important;
    background: transparent;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item.mobile-menu-quote {
    margin-top: 10px;
    margin-left: -5px;
  }
  #masthead .main-header .hfe-nav-menu nav.hfe-dropdown ul.hfe-nav-menu .menu-item.mobile-menu-quote a.hfe-menu-item {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
    color: #fff !important;
    font-size: var(--font-size-14, 14px);
    font-weight: var(--font-weight-600, 600);
    width: max-content;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #masthead .main-header .hamburger_icon {
    display: flex;
  }
}
#masthead .main-header .main-header-right .elementor-widget-text-editor p img {
  position: relative;
  top: 2px;
  right: 7px;
}
#masthead .main-header .main-header-right .elementor-widget-text-editor p a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Instrument Sans" !important;
  font-size: 13px;
  font-weight: 600;
}
#masthead .main-header .main-header-right .elementor-widget-text-editor p a:hover {
  color: #58CBE6 !important;
}

.hfe-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 70vw !important;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  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;
}

footer {
  padding: 56px 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #07090E;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-site-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-site-content {
    margin-top: 20px;
  }
  footer .footer-site-content .elementor-widget-text-editor {
    height: 100px;
  }
}
footer .footer-site-content img {
  max-width: 160px;
  height: auto;
}
footer .footer-site-content p {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Instrument Sans" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  max-width: 55%;
  width: 100%;
}
footer .pages-container .hfe-nav-menu .menu-item,
footer .service-container .hfe-nav-menu .menu-item,
footer .contact-container .hfe-nav-menu .menu-item {
  padding-bottom: 14px;
}
footer .pages-container .hfe-nav-menu .menu-item .hfe-menu-item,
footer .service-container .hfe-nav-menu .menu-item .hfe-menu-item,
footer .contact-container .hfe-nav-menu .menu-item .hfe-menu-item {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Instrument Sans" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px !important;
  width: max-content;
}
footer .pages-container .hfe-nav-menu .menu-item .hfe-menu-item:hover,
footer .service-container .hfe-nav-menu .menu-item .hfe-menu-item:hover,
footer .contact-container .hfe-nav-menu .menu-item .hfe-menu-item:hover {
  color: #58CBE6 !important;
}
footer .pages-container h5,
footer .service-container h5,
footer .contact-container h5 {
  color: #58CBE6 !important;
  font-family: "Instrument Sans" !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
footer .pages-container .elementor-icon-list-item,
footer .service-container .elementor-icon-list-item,
footer .contact-container .elementor-icon-list-item {
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
  font-size: 13px;
  font-family: "Instrument Sans" !important;
  line-height: normal;
}
footer .pages-container .elementor-icon-list-item a span:hover,
footer .service-container .elementor-icon-list-item a span:hover,
footer .contact-container .elementor-icon-list-item a span:hover {
  color: #58CBE6 !important;
}
@media screen and (max-width: 768px) {
  footer .pages-container,
  footer .service-container,
  footer .contact-container {
    margin-bottom: 15px;
  }
}
footer .horizontal-border {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 48px;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  footer .horizontal-border {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer .horizontal-border {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
@media screen and (max-width: 576px) {
  footer .copyright {
    justify-content: center;
  }
}
footer .copyright h6 {
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-12, 12px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: normal;
}
footer .privacy-terms {
  display: flex;
  align-items: center !important;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  footer .privacy-terms {
    gap: 16px;
  }
}
footer .privacy-terms h6 {
  font-family: "Instrument Sans" !important;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.2s ease;
  color: rgba(255, 255, 255, 0.5) !important;
}
footer .privacy-terms h6:hover {
  color: #58CBE6 !important;
}
footer .privacy-terms h6 a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.hero-banner-wrapper .hero-cards {
  position: relative;
  width: 450px;
  height: 520px;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards {
    width: 340px;
    height: 420px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 690px) {
  .hero-banner-wrapper .hero-cards {
    margin-top: 30px;
  }
}
@media screen and (max-width: 385px) {
  .hero-banner-wrapper .hero-cards {
    margin-left: -15px;
  }
}
.hero-banner-wrapper .hero-cards .card-large,
.hero-banner-wrapper .hero-cards .card-top-right,
.hero-banner-wrapper .hero-cards .card-bottom-right {
  position: absolute;
  overflow: hidden;
}
.hero-banner-wrapper .hero-cards .card-large img,
.hero-banner-wrapper .hero-cards .card-top-right img,
.hero-banner-wrapper .hero-cards .card-bottom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-banner-wrapper .hero-cards .card-bottom-right {
  width: 290px;
  height: 460px;
  top: 68px;
  left: 170px;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-bottom-right {
    width: 220px;
    height: 360px;
    top: 55px;
    left: 130px;
  }
}
.hero-banner-wrapper .hero-cards .card-large {
  width: 210px;
  height: 300px;
  top: 50px;
  left: 0;
  z-index: 3;
  border-radius: 16px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-large {
    width: 160px;
    height: 230px;
    top: 40px;
    left: 0;
  }
}
.hero-banner-wrapper .hero-cards .card-top-right {
  width: 280px;
  height: 175px;
  top: -5px;
  left: 190px;
  z-index: 2;
  border-radius: 16px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-top-right {
    width: 215px;
    height: 135px;
    top: -5px;
    left: 140px;
  }
}
.hero-banner-wrapper .hero-cards .card-label {
  position: absolute;
  display: inline-flex;
  padding: 7px 12px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Instrument Sans" !important;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-label {
    font-size: 9px;
    padding: 5px 8px;
  }
}
.hero-banner-wrapper .hero-cards .label-balcony {
  bottom: 80px;
  left: 32px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .label-balcony {
    bottom: 55px;
    left: 25px;
  }
}
.hero-banner-wrapper .hero-cards .label-flood {
  bottom: 53px;
  left: 60px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .label-flood {
    bottom: 36px;
    left: 42px;
  }
}
.hero-banner-wrapper .hero-cards .label-liquid {
  bottom: 130px;
  left: 20px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .label-liquid {
    bottom: 95px;
    left: 14px;
  }
}
.hero-banner-wrapper .hero-cards .card-stat {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 18px;
  width: 183px;
  height: 90px;
  bottom: 80px;
  left: 7px;
  z-index: 4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-stat {
    width: 140px;
    height: 74px;
    bottom: 55px;
    left: 4px;
    padding: 14px 14px;
  }
}
.hero-banner-wrapper .hero-cards .card-stat .stat-num {
  color: #fff;
  font-family: "Manrope" !important;
  font-size: 29.4px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-stat .stat-num {
    font-size: 22px;
    line-height: 24px;
  }
}
.hero-banner-wrapper .hero-cards .card-stat .stat-num span {
  margin-left: 3px;
  font-weight: 500;
  color: #58cbe6;
}
.hero-banner-wrapper .hero-cards .card-stat .stat-label {
  color: rgba(255, 255, 255, 0.42);
  font-family: "Instrument Sans" !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  margin-top: 4px;
}
@media screen and (max-width: 999px) {
  .hero-banner-wrapper .hero-cards .card-stat .stat-label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
}

.homepage-service-wrapper {
  background-color: #F6F7FA;
  padding: 100px 24px;
}
@media screen and (max-width: 999px) {
  .homepage-service-wrapper {
    padding: 60px 24px;
  }
}

.we-work-with-wrapper {
  padding: 100px 24px;
}
@media screen and (max-width: 999px) {
  .we-work-with-wrapper {
    padding: 60px 24px;
  }
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex {
  border-radius: 20px;
  border: var(--stroke-weight-1, 1px) solid var(--color-black-8, rgba(0, 0, 0, 0.08));
  background: var(--color-grey-97, #F6F7FA);
  padding: 10px 24px 50px 50px;
  gap: 30px;
}
@media screen and (max-width: 999px) {
  .we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex {
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 690px) {
  .we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex {
    gap: 5px;
  }
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-image {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  background: var(--color-grey-95, #E5EEFF);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget h2 {
  color: #58CBE6 !important;
  font-family: "Manrope" !important;
  font-size: var(--font-size-96, 96px);
  font-style: normal;
  font-weight: var(--font-weight-800, 800);
  line-height: var(--font-size-96, 96px);
  text-align: right;
  opacity: 0.1;
}
@media screen and (max-width: 999px) {
  .we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 690px) {
  .we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget h2 {
    text-align: left;
  }
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor h4 {
  color: #0F1117;
  font-family: "Manrope" !important;
  font-size: 25.8px;
  font-style: normal;
  font-weight: var(--font-weight-800, 800);
  line-height: var(--line-height-29_12, 29.12px);
  letter-spacing: var(--letter-spacing--0_65, -0.65px);
  margin-bottom: 12px;
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor p {
  color: #3C424F;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-15, 15px);
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-25_8, 25.8px);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor a {
  color: #58CBE6 !important;
  font-family: "Instrument Sans" !important;
  font-size: var(--font-size-14, 14px);
  font-weight: var(--font-weight-700, 700);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor a img {
  position: relative;
  left: 6px;
  top: 3px;
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor a:hover {
  text-decoration: underline;
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex .elementor-widget-text-editor a:hover img {
  left: 10px;
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--color-azure-7, #0D1018);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) .elementor-widget-image {
  background: rgba(0, 85, 255, 0.15);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) .elementor-widget h2 {
  color: rgba(255, 31, 110, 0.25);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) .elementor-widget-text-editor h4 {
  color: #fff !important;
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.48);
}
.we-work-with-wrapper .how-it-works-inner .e-con-full.e-flex:nth-child(2) .elementor-widget-text-editor a {
  color: #fff !important;
}

.homepage-projects-wrapper {
  background-color: #141820;
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .homepage-projects-wrapper {
    padding: 60px 24px;
  }
}
.homepage-projects-wrapper .e-con-inner {
  gap: 36px;
}
.homepage-projects-wrapper .e-con-inner .cew-si-left .cew-si-label {
  -webkit-text-fill-color: #58CBE6;
}
.homepage-projects-wrapper .e-con-inner .cew-si-left .cew-si-heading {
  color: #fff !important;
}
.homepage-projects-wrapper .e-con-inner .cew-si-right .cew-si-btn {
  border-radius: 10px;
  border: var(--stroke-weight-1, 1px) solid var(--spw-01, #58CBE6);
  background: transparent;
}
.homepage-projects-wrapper .e-con-inner .cew-si-right .cew-si-btn:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  border-color: transparent;
}

.workmanship-wrapper {
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .workmanship-wrapper {
    padding: 60px 24px;
  }
}
.workmanship-wrapper .e-con-inner {
  gap: 50px;
}
.workmanship-wrapper .e-con-inner .cew-si-left {
  text-align: center;
  margin-bottom: 16px;
}
.workmanship-wrapper .e-con-inner .cew-si-left .cew-si-label {
  margin: 0 auto 16px;
}
.workmanship-wrapper .cew-si-right {
  justify-content: center;
}

.why-splash-wrapper {
  background-color: #0d1117;
  padding: 80px 40px;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .why-splash-wrapper {
    gap: 40px;
  }
}
.why-splash-wrapper .why-header .e-con-inner h1 {
  font-family: "Manrope" !important;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-top: -25px;
}
.why-splash-wrapper .why-header .e-con-inner h1 span {
  color: #58cbe6;
}
@media screen and (max-width: 1170px) {
  .why-splash-wrapper .why-header .e-con-inner h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 999px) {
  .why-splash-wrapper .why-header .e-con-inner h1 {
    font-size: 30px;
  }
}
.why-splash-wrapper .why-container {
  gap: 16px;
}
.why-splash-wrapper .why-container .why-row-1,
.why-splash-wrapper .why-container .why-row-2 {
  gap: 16px;
}
.why-splash-wrapper .why-container .why-img-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.why-splash-wrapper .why-container .why-img-card img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100% !important;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.why-splash-wrapper .why-container .why-img-card::before {
  content: "";
  background: linear-gradient(0deg, rgba(7, 9, 14, 0.9) 0%, rgba(7, 9, 14, 0.15) 60%, rgba(7, 9, 14, 0) 100%);
  inset: 0;
  border-radius: 16px;
  position: absolute;
  display: block;
  z-index: 1;
}
.why-splash-wrapper .why-container .why-img-card .why-stat-overlay {
  position: absolute;
  bottom: 25px;
  left: 25px;
  gap: 4px;
  z-index: 3;
}
.why-splash-wrapper .why-container .why-img-card .why-stat-overlay h2.elementor-heading-title {
  font-size: 44px;
  font-weight: 800;
  color: #58cbe6;
  margin: 0;
  line-height: 1;
}
.why-splash-wrapper .why-container .why-img-card .why-stat-overlay p.elementor-heading-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media screen and (max-width: 1170px) {
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay {
    bottom: 15px;
    left: 18px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay h2.elementor-heading-title {
    font-size: 30px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay p.elementor-heading-title {
    font-size: 10px;
  }
}
@media screen and (max-width: 999px) {
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay {
    bottom: 12px;
    left: 15px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay h2.elementor-heading-title {
    font-size: 22px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay p.elementor-heading-title {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 690px) {
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay {
    bottom: 15px;
    left: 20px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay h2.elementor-heading-title {
    font-size: 34px;
  }
  .why-splash-wrapper .why-container .why-img-card .why-stat-overlay p.elementor-heading-title {
    font-size: 11px;
  }
}
.why-splash-wrapper .why-container .why-feature-card {
  border: 1px solid #58CBE6 !important;
  border-radius: 18px;
  padding: 28px 22px;
  gap: 14px;
}
.why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper {
  display: flex;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.09) 0%, rgba(0, 194, 255, 0.09) 100%);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
}
.why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper svg {
  width: 19px;
  height: 19px;
}
.why-splash-wrapper .why-container .why-feature-card h2.elementor-heading-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}
.why-splash-wrapper .why-container .why-feature-card .elementor-widget-text-editor p {
  font-size: 13px;
  line-height: 21.45px;
  font-family: "Instrument Sans" !important;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .why-splash-wrapper .why-container .why-feature-card {
    padding: 24px 16px;
    gap: 6px;
  }
  .why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper {
    width: 28px;
    height: 28px;
  }
  .why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper svg {
    width: 15px;
    height: 15px;
  }
  .why-splash-wrapper .why-container .why-feature-card h2.elementor-heading-title {
    font-size: 10px;
  }
  .why-splash-wrapper .why-container .why-feature-card .elementor-widget-text-editor p {
    font-size: 8px;
    line-height: 15px;
  }
}
@media screen and (max-width: 690px) {
  .why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper {
    width: 42px;
    height: 42px;
  }
  .why-splash-wrapper .why-container .why-feature-card .elementor-icon-wrapper svg {
    width: 19px;
    height: 19px;
  }
  .why-splash-wrapper .why-container .why-feature-card h2.elementor-heading-title {
    font-size: 16px;
  }
  .why-splash-wrapper .why-container .why-feature-card .elementor-widget-text-editor p {
    font-size: 13px;
    line-height: 21.45px;
  }
}

.projects-hero-wrapper .cew-hero:before {
  background: transparent;
}
.projects-hero-wrapper .cew-hero .cew-buttons {
  margin-top: 10px;
}

.project-tabs-wrapper {
  border-bottom: 1px solid #E5E7EB;
  padding: 32px 24px;
}

.full-projects-wrapper {
  background-color: #0D1018;
  padding: 64px 24px;
}

.work-across-wrapper {
  padding: 80px 24px;
  background-color: #F6F7FA;
}
@media screen and (max-width: 768px) {
  .work-across-wrapper {
    padding: 60px 24px;
  }
}
.work-across-wrapper .e-con-inner {
  gap: 56px;
}

.projects-cta {
  background: #C8FAFF;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .projects-cta {
    padding: 60px 24px;
  }
}
.projects-cta .projects-cta-inner {
  padding: 64px;
  border-radius: 20px;
  background: linear-gradient(99deg, #1CC8D8 0%, #0DB5C5 100%);
}
@media screen and (max-width: 768px) {
  .projects-cta .projects-cta-inner {
    padding: 40px 28px;
  }
}
.projects-cta .projects-cta-inner h2 {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: 33.9px;
  font-weight: 800;
  line-height: 37.4px;
  letter-spacing: -0.68px;
}
@media screen and (max-width: 768px) {
  .projects-cta .projects-cta-inner h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.projects-cta .projects-cta-inner p {
  color: var(--claude-ai-white-80, var(--color-white-80, rgba(255, 255, 255, 0.8)));
  font-family: "Instrument Sans" !important;
  font-size: 16px;
  font-weight: 400;
}
.projects-cta .projects-cta-inner a {
  border-radius: 100px;
}
.projects-cta .projects-cta-inner a::before {
  border-radius: 100px;
  background: var(--color-azure-4, #07090E) !important;
}

.our-story-wrapper {
  padding: 100px 24px;
}
.our-story-wrapper .e-con-inner {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .our-story-wrapper {
    padding: 60px 24px;
  }
}
.our-story-wrapper .image-container .elementor-widget-image {
  width: 100%;
  height: 100%;
}
.our-story-wrapper .image-container .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
}
.our-story-wrapper .image-container .overlay-box {
  position: absolute;
  left: 28px;
  bottom: 28.18px;
  border-radius: 12px;
  border: 1px solid var(--color-white-10, rgba(255, 255, 255, 0.1));
  background: rgba(7, 9, 14, 0.82);
  backdrop-filter: blur(6px);
  padding: 14px 20px;
}
.our-story-wrapper .image-container .overlay-box h1 {
  font-family: "Manrope" !important;
  font-size: clamp(18px, 3vw, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.our-story-wrapper .image-container .overlay-box p {
  color: #F6F7FA;
  font-family: "Manrope" !important;
  font-size: clamp(10px, 2vw, 15px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our-story-wrapper .our-story-text-wrapper .cew-si-heading {
  font-size: 43.8px;
  font-style: normal;
  font-weight: 800;
  line-height: 48.4px;
  letter-spacing: -1.1px;
}
.our-story-wrapper .our-story-text-wrapper .cew-si-heading span {
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.our-story-wrapper .our-story-text-wrapper .cew-si-description {
  font-size: 16px;
}
.our-story-wrapper .our-story-text-wrapper .elementor-icon-list-items {
  padding: 22.6px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.8px;
  align-self: stretch;
  margin-top: 23.5px;
}
.our-story-wrapper .our-story-text-wrapper .elementor-icon-list-items li {
  color: var(--claude-ai-cinder, var(--color-blue-7, #0F1117));
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
}
.our-story-wrapper .our-story-text-wrapper .elementor-icon-list-items li::before {
  content: "";
  border-radius: 4px;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 5px;
  opacity: var(--opacity-80_28, 0.8028);
  top: 5px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .our-story-wrapper .our-story-text-wrapper .elementor-icon-list-items {
    margin-top: 10px;
  }
}
.our-story-wrapper .our-story-text-wrapper a.elementor-button {
  border-radius: 100px;
}
.our-story-wrapper .our-story-text-wrapper a.elementor-button::before {
  border-radius: 100px;
}

.service-areas-marquee {
  padding: 48px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.service-areas-marquee .elementor-widget-heading {
  padding: 0px 24px;
  flex-direction: column;
  align-self: stretch;
}
.service-areas-marquee .elementor-widget-heading h5 {
  color: #5C6574;
  text-align: center;
  font-family: "Manrope" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
.service-areas-marquee .cew-marquee__item {
  color: #5C6574 !important;
  font-family: "Manrope" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.what-stand-wrapper {
  padding: 100px 24px;
  align-items: flex-start;
  align-self: stretch;
}
.what-stand-wrapper .e-con-inner {
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .what-stand-wrapper {
    padding: 60px 24px;
  }
}

.gray-stats-bar {
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  background: #F6F7FA;
}
.gray-stats-bar .workmanship-inner-wrap .e-con-full {
  padding: 50px 0px;
}
.gray-stats-bar .workmanship-inner-wrap .e-con-full h2 {
  font-size: 54px;
  line-height: 54px;
}

.contact-wrapper::after {
  display: none;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list {
  margin-bottom: 115px;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list .elementor-icon-list-icon {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(28, 200, 216, 0.25);
  background: rgba(28, 200, 216, 0.15);
  margin: 0 !important;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list .elementor-icon-list-icon svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child {
  margin-bottom: 0;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(28, 200, 216, 0.12);
  background: rgba(28, 200, 216, 0.08);
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Manrope" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
.contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-text span {
  display: block;
  margin-top: 3px;
  color: #fff !important;
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}
@media screen and (max-width: 690px) {
  .contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-text {
    font-size: 11px;
    line-height: 15px;
  }
  .contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child .elementor-icon-list-text span {
    margin-top: 1px;
    font-size: 11px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list {
    margin-bottom: 40px;
  }
  .contact-wrapper .e-con-inner .cta-left .elementor-widget-icon-list:last-child {
    margin-bottom: 40px;
  }
}
.contact-wrapper .e-con-inner .cta-right h2 span {
  color: #5C6574;
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact-wrapper .e-con-inner .cta-right .elementor-widget-text-editor p {
  color: #5C6574;
  text-align: center;
  font-family: "Instrument Sans" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accreditations-strip {
  padding: 48px 100px;
  justify-content: space-between;
  background: #0D1018;
}
@media screen and (max-width: 1024px) {
  .accreditations-strip {
    padding: 48px 30px;
  }
}
@media screen and (max-width: 690px) {
  .accreditations-strip {
    padding: 48px 0px;
  }
}
.accreditations-strip .elementor-widget-heading h2 {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .accreditations-strip .elementor-widget-heading h2 {
    font-size: 18px;
  }
}
.accreditations-strip .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
  padding: 8px 18px;
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--color-white-8, rgba(255, 255, 255, 0.08));
  background: var(--color-white-6, rgba(255, 255, 255, 0.06));
  margin-bottom: 10px;
}
.accreditations-strip .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  width: 16px;
  height: 16px;
}
.accreditations-strip .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Manrope" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .accreditations-strip .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 11px;
    line-height: 15px;
  }
}

.contact-marquee {
  border-top: 1px solid #E5E7EB;
  background: var(--color-grey-97, #F6F7FA);
}

.contact-faq .faq-wrapper {
  background: #fff !important;
}

.serice-why-splash-wrapper {
  background-color: #0d1117;
  padding: 80px 40px;
}
@media screen and (max-width: 1024px) {
  .serice-why-splash-wrapper {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .serice-why-splash-wrapper .e-con-inner {
    gap: 40px;
  }
}
.serice-why-splash-wrapper .e-con-inner .cew-si-inner .cew-si-left h2 {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: 49.8px;
  font-style: normal;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -1.25px;
}
.serice-why-splash-wrapper .e-con-inner .cew-si-inner .cew-si-left h2 span {
  color: #58CBE6 !important;
}
@media screen and (max-width: 1024px) {
  .serice-why-splash-wrapper .e-con-inner .cew-si-inner .cew-si-left h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.serice-why-splash-wrapper .e-con-inner .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(28, 200, 216, 0.15);
  background: rgba(28, 200, 216, 0.1);
}
.serice-why-splash-wrapper .e-con-inner .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  width: 18px;
  height: 18px;
}
.serice-why-splash-wrapper .e-con-inner .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff !important;
  font-family: "Manrope" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.serice-why-splash-wrapper .e-con-inner .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Instrument Sans" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.serice-why-splash-wrapper .e-con-inner .image-container img {
  width: 100%;
  min-height: 440px;
  border-radius: 20px;
  object-fit: cover;
}

.services-list-wrapper {
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .services-list-wrapper {
    padding: 60px 24px;
  }
}
.services-list-wrapper .e-con-inner {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .services-list-wrapper .e-con-inner {
    gap: 30px;
  }
}

.privacy-banner-wrapper .cew-hero {
  min-height: 50vh;
  padding: 175px 24px 110px;
}
.privacy-banner-wrapper .cew-hero .cew-inner .cew-col-right {
  display: none;
}
.privacy-banner-wrapper .cew-hero .cew-inner .cew-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .privacy-banner-wrapper .cew-hero {
    padding: 150px 24px 75px;
    min-height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .privacy-banner-wrapper .cew-hero {
    padding: 125px 24px 50px;
  }
}
@media screen and (max-width: 690px) {
  .privacy-banner-wrapper .cew-hero {
    padding: 150px 24px 75px;
  }
}
.privacy-banner-wrapper .cew-hero .cew-inner .cew-heading {
  text-align: center;
}

.support-content-wrapper {
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .support-content-wrapper {
    padding: 60px 24px;
  }
}
.support-content-wrapper {
  background-color: #F6F7FA;
  gap: 10px;
}
.support-content-wrapper .elementor-widget-text-editor :nth-child(1) {
  margin-top: 0px;
}
.support-content-wrapper p {
  font-family: "Manrope" !important;
  font-weight: 400;
  color: #6B7280;
  margin-bottom: 20px;
}
.support-content-wrapper p a {
  color: #6B7280;
}
.support-content-wrapper p a:hover {
  color: #58CBE6 !important;
}
.support-content-wrapper h2 {
  font-family: "Manrope" !important;
  font-weight: 800;
  margin-top: 30px;
  color: #000;
  margin-bottom: 15px;
}
.support-content-wrapper .wp-block-list ::marker {
  color: #000;
}
.support-content-wrapper .wp-block-list li {
  font-family: "Manrope" !important;
  font-weight: 400;
  color: #6B7280;
  margin-bottom: 10px;
}

.primary-btn,
.elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  color: #fff;
  font-family: "Instrument Sans" !important;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 0;
  /* gradient border — sits 1px behind the button on all sides */
}
.primary-btn::before,
.elementor-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 11px;
  background: linear-gradient(90deg, #58CBE6 0%, #317180 100%) !important;
  z-index: -1;
}
.primary-btn,
.elementor-button {
  /* hover: white fill reveals the gradient border, teal text */
}
.primary-btn:hover,
.elementor-button:hover {
  background: #fff;
  color: #58CBE6 !important;
}
.primary-btn:hover svg path,
.elementor-button:hover svg path {
  stroke: #58CBE6 !important;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Italic.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Medium.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Bold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Regular.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-SemiBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/InstrumentSans/InstrumentSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-SemiBold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child/fonts/Manrope/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}