:root {
  --black-color: var(--wp--preset--color--black);
  --white-color: var(--wp--preset--color--white);
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --tertiary-color: var(--wp--preset--color--light-blue);
  --graphite-color: var(--wp--preset--color--graphite);
  --off-white-color: var(--wp--preset--color--off-white);
  --soft-background-color: var(--wp--preset--color--soft-background);
  --line-color: var(--wp--preset--color--line);
  --support-text-color: var(--wp--preset--color--support-text);
  --light-blue-color: var(--wp--preset--color--light-blue);
  --light-green-color: var(--wp--preset--color--light-green);
  --dark-blue-color: var(--wp--preset--color--dark-blue);
  --primary-gradient: var(--wp--preset--gradient--primary);
  --soft-blue-gradient: var(--wp--preset--gradient--soft-blue);
  --soft-green-gradient: var(--wp--preset--gradient--soft-green);
  --text-xx-small: var(--wp--preset--font-size--text-xx-small);
  --text-x-small: var(--wp--preset--font-size--text-x-small);
  --text-small: var(--wp--preset--font-size--text-small);
  --text: var(--wp--preset--font-size--text);
  --text-large: var(--wp--preset--font-size--text-large);
  --text-x-large: var(--wp--preset--font-size--text-x-large);
  --title-x-small: var(--wp--preset--font-size--title-x-small);
  --title-small: var(--wp--preset--font-size--title-small);
  --title: var(--wp--preset--font-size--title);
  --title-large: var(--wp--preset--font-size--title-large);
  --title-x-large: var(--wp--preset--font-size--title-x-large);
  --g1: 8px;
  --g2: 16px;
  --g3: 24px;
  --g4: 32px;
  --radius: 8px;
  --paddingDefault: 16px;
  --header-height: 138px;
  --section-padding-y-60: 60px;
  --section-padding-y-80: 80px;
  --section-padding-y-120: 120px;
}
@media (max-width: 767px) {
  :root {
    --section-padding-y-60: 60px;
    --section-padding-y-80: 60px;
    --section-padding-y-120: 60px;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 75px;
  }
}

:root {
  --font-family: "Montserrat", sans-serif;
  --line-height: 1.5;
}
@media (max-width: 767px) {
  :root {
    --text-large: 16px;
    --text-x-large: 20px;
    --title-small: 24px;
    --title: 28px;
    --title-large: 28px;
    --title-x-large: 36px;
  }
}

* {
  font-family: var(--font-family);
}

.container, .wp-block-group, section, .wp-block-cover {
  font-size: 16px;
}

p {
  font-size: var(--text);
}

p, span, li, a, button, input, select, option, ul {
  font-size: var(--text);
  line-height: 1.5em;
}

p, ul {
  margin-bottom: var(--paddingDefault);
}

h1, h2 {
  font-size: var(--title);
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

strong {
  color: inherit;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}

.text-balance {
  text-wrap: balance;
}

:root {
  --black-color: var(--wp--preset--color--black);
  --white-color: var(--wp--preset--color--white);
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --tertiary-color: var(--wp--preset--color--light-blue);
  --graphite-color: var(--wp--preset--color--graphite);
  --off-white-color: var(--wp--preset--color--off-white);
  --soft-background-color: var(--wp--preset--color--soft-background);
  --line-color: var(--wp--preset--color--line);
  --support-text-color: var(--wp--preset--color--support-text);
  --light-blue-color: var(--wp--preset--color--light-blue);
  --light-green-color: var(--wp--preset--color--light-green);
  --dark-blue-color: var(--wp--preset--color--dark-blue);
  --primary-gradient: var(--wp--preset--gradient--primary);
  --soft-blue-gradient: var(--wp--preset--gradient--soft-blue);
  --soft-green-gradient: var(--wp--preset--gradient--soft-green);
  --text-xx-small: var(--wp--preset--font-size--text-xx-small);
  --text-x-small: var(--wp--preset--font-size--text-x-small);
  --text-small: var(--wp--preset--font-size--text-small);
  --text: var(--wp--preset--font-size--text);
  --text-large: var(--wp--preset--font-size--text-large);
  --text-x-large: var(--wp--preset--font-size--text-x-large);
  --title-x-small: var(--wp--preset--font-size--title-x-small);
  --title-small: var(--wp--preset--font-size--title-small);
  --title: var(--wp--preset--font-size--title);
  --title-large: var(--wp--preset--font-size--title-large);
  --title-x-large: var(--wp--preset--font-size--title-x-large);
  --g1: 8px;
  --g2: 16px;
  --g3: 24px;
  --g4: 32px;
  --radius: 8px;
  --paddingDefault: 16px;
  --header-height: 138px;
  --section-padding-y-60: 60px;
  --section-padding-y-80: 80px;
  --section-padding-y-120: 120px;
}
@media (max-width: 767px) {
  :root {
    --section-padding-y-60: 60px;
    --section-padding-y-80: 60px;
    --section-padding-y-120: 60px;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 75px;
  }
}

.has-text-xx-small-font-size {
  font-size: var(--text-xx-small) !important;
}
.has-text-x-small-font-size {
  font-size: var(--text-x-small) !important;
}
.has-text-small-font-size {
  font-size: var(--text-small) !important;
}
.has-text-font-size {
  font-size: var(--text) !important;
}
.has-text-large-font-size {
  font-size: var(--text-large) !important;
}
.has-text-x-large-font-size {
  font-size: var(--text-x-large) !important;
}
.has-title-x-small-font-size {
  font-size: var(--title-x-small) !important;
}
.has-title-small-font-size {
  font-size: var(--title-small) !important;
}
.has-title-font-size {
  font-size: var(--title) !important;
}
.has-title-large-font-size {
  font-size: var(--title-large) !important;
}
.has-title-x-large-font-size {
  font-size: var(--title-x-large) !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

li {
  list-style: inherit;
}

footer li, header li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

button, input[type=submit] {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body {
  width: 100%;
}

.wrap-page {
  overflow: hidden;
  width: 100%;
}

footer, header, section {
  display: block;
  width: 100%;
}

.bloco-hide-h1 h1,
.hide-h1 {
  color: transparent;
  margin-bottom: 0;
  font-size: 0 !important;
  line-height: 0;
}

/*gutenberg reset*/
.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}

/*BASE*/
* {
  scroll-behavior: smooth;
  color: var(--primary-color);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  body.overlay-menu {
    overflow: hidden;
  }
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--support-text-color) !important;
  font-size: var(--text-small);
}

.relative {
  position: relative;
}

.w-fit {
  width: fit-content;
}

.h-100 {
  height: 100%;
}

.swiper-container-initialized {
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  height: auto;
}
.swiper-button-lock {
  visibility: hidden;
}
.swiper-button-prev, .swiper-button-next {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--secondary-color);
}
.swiper-pagination-bullets {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  position: static;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #929FA6;
  border-radius: 100px;
  opacity: 0.25;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .container, .wp-block-group, section, .wp-block-cover {
    font-size: 10px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-20%);
  }
}
.loading {
  font-size: var(--text-x-large);
  text-align: center;
  color: var(--white-color);
  margin: 80px auto;
}
.loading:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.bt {
  align-items: center;
  border: 0;
  border-radius: 23px;
  display: inline-flex;
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 17px;
  min-height: 46px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bt--primary {
  background: var(--primary-color);
  color: var(--white-color);
}
.bt--primary:hover {
  background: var(--dark-blue-color) !important;
  color: var(--white-color);
}
.bt--secondary {
  background: var(--light-green-color);
  color: var(--primary-color);
}
.bt--secondary:hover {
  background: var(--secondary-color) !important;
  color: var(--graphite-color);
}
.bt--light {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  color: var(--primary-color);
}
.bt--light:hover {
  background: var(--light-blue-color) !important;
  border-color: var(--light-blue-color);
  color: var(--primary-color);
}

.wp-block-button .wp-block-button__link {
  align-items: center;
  border: 0;
  border-radius: 23px;
  display: inline-flex;
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 17px;
  min-height: 46px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.is-style-btn-primary .wp-block-button__link {
  background: var(--primary-color);
  color: var(--white-color);
}
.is-style-btn-primary .wp-block-button__link:hover {
  background: var(--dark-blue-color) !important;
  color: var(--white-color);
}

.is-style-btn-secondary .wp-block-button__link {
  background: var(--light-green-color);
  color: var(--primary-color);
}
.is-style-btn-secondary .wp-block-button__link:hover {
  background: var(--secondary-color) !important;
  color: var(--graphite-color);
}

.is-style-btn-light .wp-block-button__link {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  color: var(--primary-color);
}
.is-style-btn-light .wp-block-button__link:hover {
  background: var(--light-blue-color) !important;
  border-color: var(--light-blue-color);
  color: var(--primary-color);
}

.header {
  background: var(--white-color);
  border-bottom: 1px solid var(--line-color);
  min-height: 78px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}
.header__wrapper__logo {
  display: inline-flex;
  flex: 0 0 auto;
}
.header__wrapper__logo img {
  display: block;
  height: auto;
  max-height: 80px;
  max-width: 231px;
  width: auto;
}
.header__wrapper__menu__nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header__wrapper__menu__nav__expandido {
  align-items: center;
  display: flex;
  gap: 34px;
}
.header__menu-list {
  align-items: center;
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-list li {
  margin: 0;
  position: relative;
}
.header__menu-list a {
  color: var(--graphite-color);
  display: inline-flex;
  font-size: var(--text-x-small);
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
}
.header__menu-list a:hover {
  color: var(--primary-color);
}
.header__menu-list .menu-item-has-children > a::after {
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 4px;
}
.header__menu-list .sub-menu {
  background: var(--white-color);
  border: 1px solid var(--line-color);
  border-radius: 12px;
  box-shadow: 0 18px 24px rgba(13, 31, 36, 0.1);
  display: none;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 190px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.header__menu-list .menu-item-has-children:hover > .sub-menu,
.header__menu-list .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
.header__menu-list .sub-menu a {
  display: flex;
  padding: 10px 18px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.header__cta a {
  align-items: center;
  background: var(--primary-color);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(13, 31, 36, 0.1);
  color: var(--white-color);
  display: inline-flex;
  font-size: var(--text-x-small);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  min-width: 150px;
  padding: 14px 24px;
  text-align: center;
}
.header__cta a:hover {
  background: var(--dark-blue-color);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .header__cta a {
    text-align: center;
    margin-top: 10px;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .header__cta {
    border-bottom: none !important;
    text-align: center;
  }
}
.header__wrapper__menu__nav__btn-mobile {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary-color);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.header__wrapper__menu__nav__btn-mobile__hamburger {
  border-top: 2px solid currentColor;
  display: block;
  width: 22px;
}
.header__wrapper__menu__nav__btn-mobile__hamburger::before, .header__wrapper__menu__nav__btn-mobile__hamburger::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  transition: 0.2s ease;
  width: 22px;
}
@media (max-width: 1199px) {
  .header__wrapper__menu__nav__expandido {
    gap: 24px;
  }
  .header__menu-list {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .header {
    min-height: 72px;
  }
  .header__wrapper {
    min-height: 72px;
  }
  .header__wrapper__logo img {
    max-height: 54px;
    max-width: 200px;
  }
  .header__wrapper__menu__nav__btn-mobile {
    display: inline-flex;
  }
  .header__wrapper__menu__nav__expandido {
    align-items: stretch;
    background: var(--white-color);
    border-top: 1px solid var(--line-color);
    box-shadow: 0 18px 24px rgba(13, 31, 36, 0.08);
    display: none;
    flex-direction: column;
    gap: 24px;
    height: calc(100vh - 72px);
    left: 0;
    overflow-y: auto;
    padding: 32px 24px;
    position: fixed;
    right: 0;
    top: 72px;
    z-index: 1000;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__expandido {
    display: flex;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger {
    border-top-color: transparent;
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger::before {
    transform: rotate(135deg);
  }
  .header__wrapper__menu__nav.active .header__wrapper__menu__nav__btn-mobile__hamburger::after {
    margin-top: -2px;
    transform: rotate(-135deg);
  }
  .header__menu-list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .header__menu-list li {
    border-bottom: 1px solid var(--line-color);
  }
  .header__menu-list a {
    justify-content: space-between;
    padding: 16px 0;
    text-align: left;
    width: 100%;
  }
  .header__menu-list .sub-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    left: auto;
    min-width: 0;
    padding: 0 0 10px 16px;
    position: static;
    transform: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .header__menu-list .sub-menu.no-active {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header__menu-list .sub-menu li {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header__menu-list .sub-menu a {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .header__cta {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header__wrapper__logo img {
    max-width: 170px;
  }
}

.footer {
  background: linear-gradient(115deg, #102c38 0%, #08212d 58%, #06151c 100%);
  color: var(--white-color);
  position: relative;
}
.footer::before {
  background: rgba(5, 11, 13, 0.72);
  content: "";
  inset: 0;
  position: absolute;
}
.footer__main {
  min-height: 471px;
  padding: 90px 0 24px;
  position: relative;
  z-index: 1;
}
.footer__main__wrapper {
  align-items: flex-start;
}
.footer__logo {
  display: inline-flex;
  margin-bottom: 32px;
}
.footer__logo img {
  display: block;
  height: auto;
  max-height: 74px;
  max-width: 250px;
  width: auto;
}
.footer__description {
  color: #d3e1e3;
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
}
.footer__title {
  color: var(--secondary-color);
  font-size: var(--text-x-small);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 32px;
  text-transform: uppercase;
}
.footer__menu-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu-list a {
  color: var(--white-color);
  font-size: var(--text-x-small);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.footer__menu-list a:hover {
  color: var(--secondary-color);
}
.footer__contact {
  display: grid;
  gap: 18px;
}
.footer__contact-link {
  color: var(--white-color);
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1.5;
}
.footer__contact-link:hover {
  color: var(--secondary-color);
}
.footer__contact-location {
  display: grid;
  gap: 8px;
}
.footer__contact-city {
  color: var(--white-color);
  font-size: var(--text-small);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.footer__address, .footer__hours {
  color: #c6d7db;
  font-size: var(--text-x-small);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
}
.footer__service-area {
  color: #c6d7db;
  font-size: var(--text-x-small);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
}
.footer__social-text {
  color: #c6d7db;
  font-size: var(--text-x-small);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 56px;
  max-width: 250px;
}
.footer__social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.footer__social-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--white-color);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.footer__social-links a i {
  width: 22px;
}
.footer__social-links a:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.footer__social-links a:hover i {
  background-color: var(--dark-blue-color);
}
.footer__social-handle {
  color: var(--white-color);
  font-size: var(--text-small);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.footer__bottom {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 88px;
}
.footer__copyright {
  color: #8ba4aa;
  font-size: var(--text-x-small);
  font-weight: 500;
  line-height: 1.5;
}
.footer__copyright {
  margin: 0;
}
.footer__developer {
  display: inline-flex;
}
.footer__developer img {
  display: block;
  height: auto;
  max-width: 132px;
  transition: opacity 0.2s ease;
  filter: brightness(0) invert(0.5);
}
.footer__developer:hover img {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .footer__main {
    padding: 80px 0 32px;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__main {
    padding: 60px 0 24px;
  }
  .footer__title {
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-bottom: 16px;
  }
  .footer__menu-list {
    gap: var(--g1);
  }
  .footer__social-text {
    margin-bottom: 32px;
  }
  .footer__developer img {
    max-width: 120px;
  }
}
.footer .fixed-whats {
  position: fixed;
  bottom: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.footer .fixed-whats img {
  width: 32px;
  height: 32px;
}

form p:not(:last-of-type) {
  margin-bottom: 0;
}

form label, form span, form p {
  font-weight: 400;
}

::placeholder {
  color: #808080;
  font-size: var(--text-small);
}

input:is([type=text], [type=email], [type=tel]), textarea, select {
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 48px;
  padding: 10px;
  font-size: var(--text-small);
  width: 100%;
  color: var(--color-secondary);
}

textarea {
  height: 84px;
}

input[type=radio], input[type=checkbox] {
  visibility: hidden;
}

label:has(input[type=radio]), label:has(input[type=checkbox]) {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

label:has(input[type=radio])::before, label:has(input[type=checkbox])::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 2px;
  margin-right: 5px;
}

label:has(input[type=radio])::after, label:has(input[type=checkbox])::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
}

label:has(input[type=radio]:checked)::after, label:has(input[type=checkbox]:checked)::after {
  visibility: visible;
}

label:has(input[type=radio])::before {
  border-radius: 50%;
}

label:has(input[type=radio])::after {
  border-radius: 50%;
}

select {
  background-image: var(--chevron-down);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 24px;
}

label:has(input[type=file]) {
  position: relative;
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 40px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  justify-content: flex-end;
}
label:has(input[type=file]) span {
  font-size: var(--text-small);
}
label:has(input[type=file]) .wpcf7-form-control-wrap {
  position: absolute;
}
label:has(input[type=file]) input {
  visibility: hidden;
}
label:has(input[type=file]) i {
  background-color: #aaa;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  text-transform: none;
  font-size: var(--text-x-small);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio span, .wpcf7-checkbox span {
  line-height: 16px;
}

.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.wpcf7-submit {
  align-items: center;
  border: 0;
  border-radius: 23px;
  display: inline-flex;
  font-size: var(--text-small);
  font-weight: 700;
  justify-content: center;
  line-height: 17px;
  min-height: 46px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background: var(--primary-color);
  color: var(--white-color);
}
.wpcf7-submit:hover {
  background: var(--dark-blue-color) !important;
  color: var(--white-color);
}

.pattern-pill {
  align-items: center;
  background: var(--light-blue-color);
  border: 1px solid var(--line-color);
  border-radius: 100px;
  color: var(--primary-color);
  display: flex;
  font-size: var(--text);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px !important;
  min-height: 30px;
  padding: 8px 20px !important;
  text-transform: uppercase;
  width: fit-content;
  min-width: 140px;
}

/*# sourceMappingURL=style.css.map */
