/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/child-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Lato", sans-serif;
  font-size: 50% !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 62.5% !important;
  }
}

.display-1 {
  font-size: clamp(3.5rem, 6vw + 1rem, 6rem);
}

.display-2 {
  font-size: clamp(3rem, 5vw + 1rem, 5rem);
}

.display-1, .display-2 {
  font-family: "Alata", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 4rem);
}

h2 {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
}

h3 {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.5rem);
}

h4 {
  font-size: clamp(1.25rem, 2vw + 0.25rem, 1.75rem);
}

h5 {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alata", sans-serif;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 1rem !important;
}

p, ul {
  font-size: clamp(1rem, 0.5vw + 0.8rem, 1.1875rem);
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: clamp(0.75rem, 0.6rem + 0.5vw, 1.25rem);
}

ul {
  margin-left: 2rem;
}

li {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

strong,
b {
  font-weight: 500;
}

.text-sm {
  font-size: clamp(0.875rem, 0.5vw + 0.4rem, 1rem);
  line-height: 1.4;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #208d99;
}
a:hover {
  color: #0e5c64 !important;
}

hr, .fa-solid, .fas {
  color: #208d99;
}

.wp-block-button__link {
  display: inline-block;
  position: relative;
  background-color: #148793;
  color: #fff;
  border: 1px solid #148793 !important;
  padding: 0.5em 1.1em;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-button__link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s, transform 0.3s, margin-left 0.3s;
  font-size: 1em;
  color: #148793;
}
.wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #148793 !important;
  border-color: #148793 !important;
  border-radius: 3px;
}
.wp-block-button__link:hover::after {
  content: "\f054";
  margin-left: 0.5em;
  opacity: 1;
  transform: translateX(0);
}

.wp-block-button__link.has-text-color {
  border-color: #0e5c64;
  color: #148793;
  background: transparent;
}
.wp-block-button__link.has-text-color:hover {
  border-color: rgb(29.6578947368, 194.8947368421, 211.8421052632) !important;
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665) !important;
}
.wp-block-button__link.has-text-color:hover::after {
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665);
}

.page_list {
  margin-left: 0;
}
.page_list .page_item {
  list-style: none;
  background: #c7001e;
  margin-bottom: 1em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  font-size: 1rem;
  color: white;
  font-weight: 400;
}
.page_list .page_item a {
  color: white;
}
.page_list .page_item:hover {
  background: rgb(255, 71.5, 99.1633165829);
}

/* Gravity Form Style */
.gform_wrapper.gravity-theme .gform-body .gfield_label {
  font-family: inherit !important;
  font-size: clamp(16px, 4.26vw, 20px);
  line-height: 1.4;
  font-weight: 500;
}
.gform_wrapper.gravity-theme .gform-body input {
  font-family: inherit !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.gform_wrapper.gravity-theme .gform-body .textarea {
  font-family: inherit !important;
  font-size: 15px;
  font-size: clamp(16px, 4.26vw, 20px);
  line-height: 1.4;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio] {
  /* remove default browser appearance */
  appearance: none;
  /* basic circle border */
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #148793;
  border-radius: 50%;
  margin-right: 0.5em;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
}
.gform_wrapper.gravity-theme .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio]:checked::before {
  background-color: #148793;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-family: inherit !important;
  font-size: clamp(16px, 4.26vw, 20px);
  display: inline-block;
  position: relative;
  background-color: #148793;
  color: #fff;
  border: 1px solid #148793 !important;
  padding: 0.5em 1.1em;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s, transform 0.3s, margin-left 0.3s;
  font-size: 1em;
  color: #148793;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #148793 !important;
  border-color: #148793 !important;
  border-radius: 3px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover::after {
  content: "\f054";
  margin-left: 0.5em;
  opacity: 1;
  transform: translateX(0);
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #208d99;
}

.gform_confirmation_message {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.carousel-three-slides-text .glide__arrow {
  color: #208d99;
}

@media (max-width: 781px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}

.wp-block-columns.are-vertically-aligned-center {
  padding: 1rem;
  gap: 3rem;
}
@media (max-width: 781px) {
  .wp-block-columns.are-vertically-aligned-center {
    flex-direction: column;
  }
  .wp-block-columns.are-vertically-aligned-center .wp-block-column:has(.wp-block-image) {
    order: -1;
  }
}

body.editor-styles-wrapper {
  font-family: "Lato", sans-serif;
}
body.editor-styles-wrapper .display-1 {
  font-size: clamp(3.5rem, 6vw + 1rem, 6rem);
}
body.editor-styles-wrapper .display-2 {
  font-size: clamp(3rem, 5vw + 1rem, 5rem);
}
body.editor-styles-wrapper .display-1, body.editor-styles-wrapper .display-2 {
  font-family: "Alata", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
body.editor-styles-wrapper h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 4rem);
}
body.editor-styles-wrapper h2 {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
}
body.editor-styles-wrapper h3 {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.5rem);
}
body.editor-styles-wrapper h4 {
  font-size: clamp(1.25rem, 2vw + 0.25rem, 1.75rem);
}
body.editor-styles-wrapper h5 {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.5rem);
}
body.editor-styles-wrapper h6 {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
}
body.editor-styles-wrapper h1, body.editor-styles-wrapper h2, body.editor-styles-wrapper h3, body.editor-styles-wrapper h4, body.editor-styles-wrapper h5, body.editor-styles-wrapper h6 {
  font-family: "Alata", sans-serif;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 1rem !important;
}
body.editor-styles-wrapper p, body.editor-styles-wrapper ul {
  font-size: clamp(1rem, 0.5vw + 0.8rem, 1.1875rem);
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: clamp(0.75rem, 0.6rem + 0.5vw, 1.25rem) !important;
}
body.editor-styles-wrapper ul {
  margin-left: 1rem;
}
body.editor-styles-wrapper li {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.editor-styles-wrapper .text-sm {
  font-size: clamp(0.875rem, 0.5vw + 0.4rem, 1rem);
  line-height: 1.4;
  font-weight: 300;
}
body.editor-styles-wrapper a {
  text-decoration: none;
  color: #208d99;
}
body.editor-styles-wrapper a:hover {
  color: rgb(91.6621621622, 208.027027027, 220.8378378378) !important;
}
body.editor-styles-wrapper hr {
  color: #208d99;
}
body.editor-styles-wrapper .wp-block-button__link {
  background-color: #148793;
  font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}
body.editor-styles-wrapper .wp-block-button__link:hover {
  color: white !important;
  background-color: rgb(65.3083832335, 213.7065868263, 229.1916167665);
}
body.editor-styles-wrapper .wp-block-button__link.has-text-color {
  border-color: #148793;
  color: #148793;
  background: transparent;
}
body.editor-styles-wrapper .wp-block-button__link.has-text-color:hover {
  border-color: #148793;
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665) !important;
}

.columns-large-images {
  padding: clamp(1rem, 1rem + 1vw, 4rem) 0;
}
.columns-large-images .wp-block-columns {
  gap: clamp(1rem, 1rem + 5vw, 5rem);
  padding: clamp(1rem, 1rem + 1vw, 2rem) 1rem;
}

.block-text-with-heading {
  padding: clamp(1rem, 1rem + 1vw, 2rem) 1rem;
}

.entry-content .page_item {
  list-style: none;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  width: 15em;
  display: inline-block;
  position: relative;
  background-color: #148793;
  color: #fff;
  border: 1px solid #148793 !important;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.entry-content .page_item::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s, transform 0.3s, margin-left 0.3s;
  font-size: 1em;
  color: #148793;
}
.entry-content .page_item:hover {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #148793 !important;
  border-color: #148793 !important;
  border-radius: 3px;
}
.entry-content .page_item:hover a {
  color: #148793 !important;
}
.entry-content .page_item:hover::after {
  content: "\f054";
  margin-left: 0.5em;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1200px) {
  body.woocommerce main {
    padding-inline: 1rem;
  }
}
body.woocommerce main .woocommerce-breadcrumb,
body.woocommerce main .wc-block-product-results-count,
body.woocommerce main .wc-block-catalog-sorting,
body.woocommerce main .wp-block-woocommerce-product-meta,
body.woocommerce main .wp-block-query-pagination {
  font-family: inherit;
  font-size: clamp(0.875rem, 0.4vw + 0.78rem, 1rem) !important;
}
body.woocommerce main .wp-block-woocommerce-product-price {
  font-family: inherit;
  font-size: clamp(1rem, 0.5vw + 0.8rem, 1.1875rem) !important;
}
body.woocommerce main .wc-block-catalog-sorting select {
  font-family: inherit;
}
body.woocommerce.single-product main .woocommerce-product-gallery--with-images .flex-viewport + .flex-control-thumbs {
  margin-top: 1rem;
}
body.woocommerce.single-product main .woocommerce-product-attributes-item__label {
  font-size: clamp(1rem, 0.5vw + 0.8rem, 1.1875rem);
}
body.woocommerce.single-product main .wp-block-woocommerce-product-collection > .wp-block-heading {
  font-family: "Alata", sans-serif;
  font-size: clamp(2rem, 3vw + 1rem, 3rem) !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem !important;
}

@media (max-width: 1200px) {
  .wp-block-woocommerce-product-template {
    margin-inline: 0;
  }
}
.wp-block-woocommerce-product-template li.wc-block-product .wc-block-components-product-image {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wp-block-woocommerce-product-template li.wc-block-product .wc-block-components-product-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-woocommerce-product-template li.wc-block-product .wc-block-components-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center;
}

/* WooCommerce checkout errors */
.checkout-inline-error-message {
  color: #d32f2f !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-block: 6px 12px !important;
  display: block !important;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  color: #d32f2f !important;
  background-color: #ffebee !important;
  border-left: 4px solid #d32f2f !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  border-radius: 4px !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error a,
.woocommerce-NoticeGroup-checkout .woocommerce-error strong {
  color: #d32f2f !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error a {
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  list-style: none !important;
  margin: 8px 0 !important;
}

.footer {
  padding: 0;
}
.footer h2,
.footer p {
  padding-left: 0 !important;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover {
  color: #a5a5a5 !important;
}
.footer .wp-block-group:first-child {
  padding: 3em 1em;
  margin: 0 auto 0 auto;
  gap: 2em !important;
}
.footer .wp-block-group:first-child .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.footer .wp-block-group:first-child p {
  font-size: 1.75em;
  font-weight: 500;
}
.footer .wp-block-group:first-child i {
  font-size: 5em;
}
.footer .wp-block-group:first-child a {
  text-decoration: none;
}
.footer-main {
  margin: 0;
}
.footer-main .wp-block-columns {
  max-width: 120em;
  padding: 2em;
  margin: 0;
}
.footer-main .wp-block-columns p, .footer-main .wp-block-columns a {
  color: white;
  font-weight: 300;
  padding: 0;
}
.footer-main .wp-block-columns hr {
  margin: 0 0 1em 0;
}
.footer-main .wp-block-columns h2 {
  padding-top: 2em;
}
@media (max-width: 782px) {
  .footer-main,
  .footer-main * {
    text-align: center;
  }
  .footer-main .wp-block-columns,
  .footer-main .wp-block-column,
  .footer-main .wp-block-group,
  .footer-main .is-layout-flex {
    align-items: center;
    justify-content: center;
  }
  .footer-main hr,
  .footer-main hr.wp-block-separator,
  .footer-main .wp-block-columns hr {
    margin: 0 auto 1em auto;
  }
  .footer-main figure,
  .footer-main .wp-block-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .wp-block-group:last-child {
  margin: 0;
  padding: 2em 1em;
}
.footer .wp-block-group:last-child .wp-block-group {
  max-width: 120em;
  margin: auto;
}
.footer .wp-block-group:last-child p, .footer .wp-block-group:last-child a {
  font-weight: 300;
  font-size: 1.65em;
  color: white;
}
@media (max-width: 782px) {
  .footer .wp-block-group:last-child,
  .footer .wp-block-group:last-child * {
    text-align: center !important;
  }
  .footer .wp-block-group:last-child.is-layout-flex,
  .footer .wp-block-group:last-child .is-layout-flex {
    justify-content: center;
    align-items: center;
  }
  .footer .wp-block-group:last-child p {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-contact {
  background-color: #c7001e;
}
@media (max-width: 781px) {
  .header-contact {
    gap: 0;
  }
}
.header-contact .fa-solid, .header-contact .fas {
  color: white;
}
.header__container {
  padding: 3em 5em;
}
@media (max-width: 1220px) {
  .header__container {
    justify-content: center !important;
  }
}
@media (max-width: 781px) {
  .header__container {
    display: grid !important;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 2em 1em;
  }
  .header__container > .wp-block-group:first-child {
    display: contents;
  }
  .header__container .wp-block-site-logo {
    grid-column: 1;
    grid-row: 1;
  }
  .header__container .header__right-column {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-self: end;
  }
}
.header__container #mega-menu-wrap-header_menu_location li.mega-menu-item a.mega-menu-link {
  color: white !important;
}
.header__navigation {
  font-size: 1.2em;
}
.header__navigation a {
  color: #fff !important;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  transition: color 0.3s ease, border-color 0.5s ease;
}
.header__navigation a:hover, .header__navigation a[aria-current=page] {
  color: #208d99 !important;
  border-bottom-color: #208d99;
}
.header__navigation .wp-block-navigation__submenu-container {
  min-width: max-content !important;
  width: auto !important;
  left: 0 !important;
  right: auto !important;
  align-items: flex-start !important;
}
@media (max-width: 1220px) {
  .header__navigation .wp-block-navigation__submenu-container {
    min-width: 30rem !important;
  }
}
.header__navigation .wp-block-navigation-item:nth-last-child(-n+3) > .wp-block-navigation__submenu-container {
  left: auto !important;
  right: 0 !important;
}
.header__navigation .has-modal-open {
  padding-top: 5.8rem;
}
.header__navigation .has-modal-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container li {
  padding: 0.5em;
}
.header__navigation .has-modal-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container li .wp-block-navigation-item__label {
  text-align: center;
}
.header__navigation button.wp-block-navigation__responsive-container-close {
  right: 1rem;
}
.header__sticky .header__container {
  background-color: #fff;
}
@media (max-width: 781px) {
  .header__sticky .header__container {
    padding: 1em;
  }
}
.header__sticky .header__container #mega-menu-wrap-header_menu_location li.mega-menu-item a.mega-menu-link {
  color: black !important;
}
@media (max-width: 781px) {
  .header__sticky .header__container #mega-menu-wrap-header_menu_location li.mega-menu-item a.mega-menu-link {
    color: white !important;
  }
}
.header__sticky .header__container #mega-menu-wrap-header_menu_location ul.mega-sub-menu a.mega-menu-link {
  color: white !important;
}
.header__sticky .wp-block-site-logo {
  max-width: 11em;
}
.header__sticky .header__navigation a {
  color: #3f3f3f !important;
  font-weight: 400;
}
.header__sticky .header__navigation a:hover {
  color: #a5a5a5 !important;
}
.header__sticky .header__navigation .wp-block-navigation__submenu-icon {
  height: 1em;
  width: 1em;
  margin-bottom: 0.25em;
}
.header__sticky .header__navigation .wp-block-navigation__submenu-icon svg {
  stroke: black;
}
.header__sticky .wp-block-navigation__submenu-container {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.header__sticky .wp-block-navigation__submenu-container a {
  color: #3f3f3f !important;
  font-weight: 400;
}
.header__sticky .wp-block-navigation__submenu-container a:hover {
  color: #a5a5a5 !important;
}

.wp-block-site-logo {
  max-width: 240px;
}
@media (max-width: 781px) {
  .wp-block-site-logo {
    max-width: 13rem;
  }
}

.wp-block-search__button-inside .wp-block-search__button {
  padding: 0.5rem;
}
@media (max-width: 781px) {
  .wp-block-search__button-inside {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
  }
}

body.wpcf_has-solid-header header {
  position: sticky;
  top: 0;
}
body.wpcf_has-solid-header .header__container {
  color: black;
  background-color: #fff;
}
body.wpcf_has-solid-header .header__container #mega-menu-wrap-header_menu_location > ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
  color: black !important;
}
@media (max-width: 600px) {
  body.wpcf_has-solid-header .header__container #mega-menu-wrap-header_menu_location > ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
  }
}
body.wpcf_has-solid-header .header__navigation a,
body.wpcf_has-solid-header .header__navigation button {
  color: black !important;
}
body.wpcf_has-solid-header .header__navigation svg {
  stroke: currentColor;
}
body.wpcf_has-solid-header img.custom-logo {
  filter: none;
}

/*# sourceMappingURL=child-index.css.map*/