.page-template-page-partner section.contact-us-lets-connect-section {
  background: #00000F;
}
.page-template-page-partner section.contact-us-lets-connect-section .content-section {
  margin: 0 auto 20px auto;
  padding: 0;
}
.page-template-page-partner section.contact-us-lets-connect-section .content-section::after {
  display: none;
}

.page-template-page-service-template section.contact-us-lets-connect-section .content-section {
  margin-top: 0;
  padding-top: 120px;
}
.page-template-page-service-template section.contact-us-lets-connect-section .content-section::after {
  display: none;
}

section.contact-us-lets-connect-section {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  font-family: "Inter Tight", serif;
}
section.contact-us-lets-connect-section .content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: calc(66px + (88 - 66) * (100vw - 1920px) / (2560 - 1920));
  margin: calc(72px + (96 - 72) * (100vw - 1920px) / (2560 - 1920)) auto 20px auto;
  position: relative;
  padding: calc(72px + (96 - 72) * (100vw - 1920px) / (2560 - 1920)) 0 0 0;
}
section.contact-us-lets-connect-section .content-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to left, rgba(0, 0, 15, 0) 0%, #9CA0AC 50%, rgba(0, 0, 15, 0) 100%);
  opacity: 0.5;
}
section.contact-us-lets-connect-section .content-section .head-section {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
}
section.contact-us-lets-connect-section .content-section .head-section .title-section {
  margin: 0;
  text-align: center;
  font-size: calc(48px + (64 - 48) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 500;
  line-height: 100%; /* 64px */
  background: linear-gradient(91deg, #FFF 16.81%, #999 115.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.contact-us-lets-connect-section .content-section .head-section .title-form-section {
  margin: 0 auto;
  color: #AEB1BF;
  text-align: center;
  font-size: calc(22px + (30 - 22) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 400;
  line-height: 128%; /* 28.16px */
  max-width: calc(462px + (616 - 462) * (100vw - 1920px) / (2560 - 1920));
}
section.contact-us-lets-connect-section .content-section .wrapper-form {
  max-width: calc(1254px + (1669 - 1254) * (100vw - 1920px) / (2560 - 1920));
  margin: 0 auto;
}
section.contact-us-lets-connect-section .content-section .wrapper-form form[data-status=sent] .wpcf7-response-output {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00BB7A;
  background: rgba(1, 187, 100, 0.1);
  border: unset;
  position: relative;
}
section.contact-us-lets-connect-section .content-section .wrapper-form form[data-status=sent] .wpcf7-response-output:before {
  content: "";
  width: calc(22px + (24 - 22) * (100vw - 1920px) / (2560 - 1920));
  height: calc(22px + (24 - 22) * (100vw - 1920px) / (2560 - 1920));
  background: url("/wp-content/themes/matrix_IL/modules/contact-us-lets-connect-section/img/svg/icon-mark-green.svg"), no-repeat;
  background-size: contain;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wpcf7-response-output {
  font-family: "Inter Tight";
  font-weight: 500;
  line-height: 100%; /* 20px */
  font-size: calc(16px + (20 - 16) * (100vw - 1920px) / (2560 - 1920));
  padding: calc(8px + (12 - 8) * (100vw - 1920px) / (2560 - 1920)) calc(12px + (16 - 12) * (100vw - 1920px) / (2560 - 1920)) calc(8px + (12 - 8) * (100vw - 1920px) / (2560 - 1920)) calc(8px + (12 - 8) * (100vw - 1920px) / (2560 - 1920));
  margin: 0 0 10px auto;
  width: fit-content;
  border-radius: 100px;
  display: none;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .contact-form {
  color: #fff;
  border: unset;
  padding: 0;
  margin: 0;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .contact-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(48px + (64 - 48) * (100vw - 1920px) / (2560 - 1920)) 2%;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .contact-form__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field {
  position: relative;
  width: 23.5%;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field--full {
  width: 49%;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input {
  width: 100%;
  background: transparent;
  border: none;
  color: #B8BDCF;
  font-family: "Inter Tight";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%; /* 25.6px */
  padding: 24px 0;
  height: 74px;
  border-bottom: 1px solid #70737D;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input:focus {
  outline: none;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input:hover {
  color: #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input:focus-visible {
  color: #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input::placeholder {
  color: #B8BDCF;
  font-family: "Inter Tight";
  font-size: 20px;
  font-weight: 400;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field__input.wpcf7-not-valid {
  border-bottom: 1px solid #FF5858;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field textarea {
  padding: 24px 0 0 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 74px;
  max-height: 250px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field .wpcf7-not-valid-tip {
  display: none;
  color: #FF5858;
  font-family: "Inter Tight";
  font-size: 14px;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  margin-top: 4px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .field .error-container {
  color: #FF5858;
  font-family: "Inter Tight";
  font-size: 14px;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  margin-top: 4px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (hover: hover) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit:hover .submit-button {
    padding: 0 calc(54px + (72 - 54) * (100vw - 1920px) / (2560 - 1920)) 0 0;
  }
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon {
  border-radius: 100px;
  background: linear-gradient(135deg, #1ECAFF 0%, #C24AF9 100%);
  display: flex;
  width: calc(36px + (48 - 36) * (100vw - 1920px) / (2560 - 1920));
  height: calc(36px + (48 - 36) * (100vw - 1920px) / (2560 - 1920));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon:before {
  content: "";
  width: calc(12px + (16 - 12) * (100vw - 1920px) / (2560 - 1920));
  height: calc(12px + (16 - 12) * (100vw - 1920px) / (2560 - 1920));
  background: url("/wp-content/themes/matrix_IL/modules/contact-us-lets-connect-section/img/svg/arrow-right-white.svg"), no-repeat;
  background-size: contain;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .submit-button {
  position: relative;
  z-index: 1;
  height: calc(36px + (48 - 36) * (100vw - 1920px) / (2560 - 1920));
  padding: 0 calc(48px + (64 - 48) * (100vw - 1920px) / (2560 - 1920)) 0 0;
  transition: all 0.3s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
  color: #CCCCD8;
  font-family: "Inter Tight";
  font-size: calc(18px + (24 - 18) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 500;
  line-height: 100%; /* 24px */
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select {
  position: relative;
  cursor: pointer;
  color: #B8BDCF;
  font-family: "Inter Tight";
  font-size: 20px;
  line-height: 128%;
  padding: 24px 0;
  height: 74px;
  border-bottom: 1px solid #70737D;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select:focus {
  outline: none;
  color: #E6E6E6;
  border-bottom-color: #E6E6E6;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select[aria-expanded=true] {
  color: #E6E6E6;
  border-bottom-color: #E6E6E6;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select[aria-expanded=true]:after {
  transform: rotate(180deg);
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select:after {
  content: "";
  background: url("/wp-content/themes/matrix_IL/modules/contact-us-lets-connect-section/img/svg/arrow-grey.svg") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-left: auto;
  transition: transform 0.3s ease;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select__placeholder {
  flex: 1;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  list-style: none;
  padding: 12px;
  max-height: 345px;
  overflow-y: auto;
  margin: 0;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid rgba(40, 40, 55, 0.4);
  border-bottom: 1px solid rgba(40, 40, 55, 0.4);
  border-right: 1px solid rgba(40, 40, 55, 0.4);
  background: rgba(10, 10, 25, 0.6);
  backdrop-filter: blur(16px);
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select[aria-expanded=true] .custom-select__list {
  display: block;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select li {
  color: #B8BDCF;
  font-family: "Inter Tight";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%; /* 25.6px */
  padding: 16px 12px;
  border-radius: 4px;
  cursor: pointer;
}
@media (hover: hover) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select li:hover {
    background: #141423;
    outline: none;
  }
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox:has(input[type=checkbox]:focus-visible) .checkbox__box {
  outline: 2px solid #6a6a6a;
  outline-offset: 4px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox__box {
  border: 1px solid #A0A4B1;
  flex-shrink: 0;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox__text {
  color: #A0A4B1;
  font-family: "Inter Tight";
  font-size: calc(12px + (14 - 12) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  max-width: calc(620px + (730 - 620) * (100vw - 1920px) / (2560 - 1920));
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox__text a {
  color: #A0A4B1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  z-index: 3;
}
section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox:has(input[type=checkbox]:checked) .checkbox__box::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 1px;
  background: linear-gradient(135deg, #1ECAFF 0%, #C24AF9 100%);
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .page-template-page-service-template section.contact-us-lets-connect-section .content-section {
    padding-top: calc(80px + (120 - 80) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section {
    gap: calc(52px + (66 - 52) * (100vw - 1537px) / (1920 - 1537));
    margin: calc(60px + (72 - 60) * (100vw - 1537px) / (1920 - 1537)) auto 16px auto;
    padding: calc(60px + (72 - 60) * (100vw - 1537px) / (1920 - 1537)) 0 0 0;
  }
  section.contact-us-lets-connect-section .content-section .head-section {
    gap: 16px;
  }
  section.contact-us-lets-connect-section .content-section .head-section .title-section {
    font-size: calc(38px + (48 - 38) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .head-section .title-form-section {
    font-size: calc(18px + (22 - 18) * (100vw - 1537px) / (1920 - 1537));
    max-width: calc(370px + (462 - 370) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form {
    max-width: calc(1002px + (1254 - 1002) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input {
    font-size: 15px;
    padding: 18px 0;
    height: 55px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input::placeholder {
    font-size: 15px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .contact-form__grid {
    gap: calc(38px + (48 - 38) * (100vw - 1537px) / (1920 - 1537)) 2%;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field textarea {
    font-size: 15px;
    padding: 18px 0 0 0;
    min-height: 55px;
    max-height: 200px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field .error-container {
    font-size: 14px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select {
    font-size: 15px;
    padding: 18px 0;
    height: 55px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select li {
    font-size: 15px;
    padding: 12px 12px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) and (hover: hover) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit:hover .submit-button {
    padding: 0 calc(46px + (54 - 46) * (100vw - 1537px) / (1920 - 1537)) 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .submit-button {
    height: calc(28px + (36 - 28) * (100vw - 1537px) / (1920 - 1537));
    padding: 0 calc(38px + (48 - 38) * (100vw - 1537px) / (1920 - 1537)) 0 0;
    font-size: calc(15px + (18 - 15) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon {
    width: calc(28px + (36 - 28) * (100vw - 1537px) / (1920 - 1537));
    height: calc(28px + (36 - 28) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon:before {
    width: calc(10px + (12 - 10) * (100vw - 1537px) / (1920 - 1537));
    height: calc(10px + (12 - 10) * (100vw - 1537px) / (1920 - 1537));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .checkbox__text {
    font-size: 12px;
    max-width: 620px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .checkbox__box {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form form[data-status=sent] .wpcf7-response-output {
    font-size: calc(14px + (16 - 14) * (100vw - 1537px) / (1920 - 1537));
    padding: 8px calc(10px + (12 - 10) * (100vw - 1537px) / (1920 - 1537)) 8px 8px;
    margin: 0 0 8px auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) {
  section.contact-us-lets-connect-section .content-section .head-section {
    gap: 12px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form {
    max-width: calc(900px + (1002 - 900) * (100vw - 1025px) / (1536 - 1025));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input {
    font-size: 15px;
    padding: 14px 0;
    height: 47px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input::placeholder {
    font-size: 15px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field textarea {
    font-size: 15px;
    padding: 14px 0 0 0;
    min-height: 47px;
    max-height: 200px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select {
    font-size: 15px;
    padding: 14px 0;
    height: 47px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) and (hover: hover) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit:hover .submit-button {
    padding: 0 46px 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) {
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon {
    width: 28px;
    height: 28px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon:before {
    width: 10px;
    height: 10px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .submit-button {
    height: 28px;
    padding: 0 38px 0 0;
    font-size: 15px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form form[data-status=sent] .wpcf7-response-output {
    font-size: 14px;
    padding: 8px 10px 8px 8px;
    margin: 0 0 10px auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-partner section.contact-us-lets-connect-section .content-section {
    padding-top: calc(35px + (70 - 35) * (100vw - 200px) / (393 - 200));
  }
  .page-template-page-service-template section.contact-us-lets-connect-section .content-section {
    padding-top: calc(30px + (60 - 30) * (100vw - 200px) / (393 - 200));
  }
  section.contact-us-lets-connect-section .bg-el {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.25;
    background: radial-gradient(115.78% 115.45% at 104.54% 36.39%, #C24AF9 0%, #1ECAFF 100%);
    width: calc(200px + (400 - 200) * (100vw - 200px) / (393 - 200));
    height: calc(200px + (400 - 200) * (100vw - 200px) / (393 - 200));
    left: calc(-75px + (-150 - -75) * (100vw - 200px) / (393 - 200));
    bottom: calc(63px + (125 - 63) * (100vw - 200px) / (393 - 200));
    box-shadow: calc(28px + (55 - 28) * (100vw - 200px) / (393 - 200)) calc(24px + (48 - 24) * (100vw - 200px) / (393 - 200)) calc(60px + (120 - 60) * (100vw - 200px) / (393 - 200)) calc(-15px + (-29 - -15) * (100vw - 200px) / (393 - 200)) #9A68FF inset;
    filter: blur(152px);
  }
  section.contact-us-lets-connect-section .content-section {
    margin: 0 auto 15px auto;
    padding: calc(28px + (46 - 28) * (100vw - 200px) / (393 - 200)) 0 0 0;
    gap: calc(10px + (20 - 10) * (100vw - 200px) / (393 - 200));
  }
  section.contact-us-lets-connect-section .content-section::after {
    content: unset;
  }
  section.contact-us-lets-connect-section .content-section .head-section {
    gap: 12px;
  }
  section.contact-us-lets-connect-section .content-section .head-section .title-section {
    font-size: calc(16px + (32 - 16) * (100vw - 200px) / (393 - 200));
  }
  section.contact-us-lets-connect-section .content-section .head-section .title-form-section {
    font-size: calc(8px + (16 - 8) * (100vw - 200px) / (393 - 200));
    line-height: 128%;
    max-width: calc(150px + (300 - 150) * (100vw - 200px) / (393 - 200));
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form {
    max-width: 100%;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .contact-form__grid {
    gap: 19px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
    height: 47px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field__input::placeholder {
    font-size: 16px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field {
    width: 100%;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field textarea {
    font-size: 16px;
    padding: 14px 0 0 0;
    min-height: 47px;
    max-height: 200px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .field--full {
    width: 100%;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select {
    font-size: 16px;
    padding: 14px 0;
    height: 47px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select .custom-select__list {
    padding: 10px;
    gap: 4px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .custom-select li {
    font-size: 16px;
    padding: 16px 12px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox {
    gap: 12px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox__box {
    width: 20px;
    height: 20px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .checkbox__text {
    font-size: 12px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form {
    margin-top: 15px;
    flex-direction: column;
    gap: 28px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wrap-icon:before {
    width: 14px;
    height: 14px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .submit-button {
    height: 52px;
    padding: 0 44px 0 44px;
    font-size: 17px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form .wrapper-footer-form .wrap-submit .wpcf7-spinner {
    margin-top: 10px;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form form[data-status=sent] .wpcf7-response-output {
    font-size: 15px;
    padding: 12px 8px 12px 8px;
    margin: 0 0 10px auto;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }
  section.contact-us-lets-connect-section .content-section .wrapper-form form[data-status=sent] .wpcf7-response-output:before {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=contact-us-lets-connect-section.css.map */
