/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "Raleway", 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: "Raleway", 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: "Raleway", 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) !important;
}

ul {
  margin-left: 1rem;
}

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

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

a {
  text-decoration: none;
  color: #c7001e;
}
a:hover {
  color: rgb(255, 71.5, 99.1633165829) !important;
}

hr {
  color: #c7001e;
}

.wp-block-button__link {
  background-color: #c7001e;
  border-radius: 8px;
  font-size: clamp(1rem, 2vw + 0.25rem, 1.25rem);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}
.wp-block-button__link:hover {
  color: white !important;
  background-color: rgb(255, 71.5, 99.1633165829);
}

.wp-block-button__link.has-text-color {
  border-color: #c7001e;
  color: #c7001e;
  background: transparent;
}
.wp-block-button__link.has-text-color:hover {
  border-color: #c7001e;
  color: rgb(255, 71.5, 99.1633165829) !important;
}

.page_item {
  list-style: none;
  background: #c7001e;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  font-size: 2em;
  color: white;
  font-weight: 400;
}
.page_item a {
  color: white;
}
.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]:checked {
  background-color: #0768a6;
  border: 3px solid #2EA7F2 !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-family: inherit !important;
  font-size: clamp(16px, 4.26vw, 20px);
  transition: opacity 0.3s ease;
  background-color: #c7001e;
  color: #fff;
  border-radius: 5px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: none;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #c7001e;
}

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

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

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

body .editor-styles-wrapper {
  font-family: "Raleway", 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: "Raleway", 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: "Raleway", 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: #c7001e;
}
body .editor-styles-wrapper a:hover {
  color: rgb(255, 71.5, 99.1633165829) !important;
}
body .editor-styles-wrapper hr {
  color: #c7001e;
}
body .editor-styles-wrapper .wp-block-button__link {
  background-color: #c7001e;
  border-radius: 8px;
  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(255, 71.5, 99.1633165829);
}
body .editor-styles-wrapper .wp-block-button__link.has-text-color {
  border-color: #c7001e;
  color: #c7001e;
  background: transparent;
}
body .editor-styles-wrapper .wp-block-button__link.has-text-color:hover {
  border-color: #c7001e;
  color: rgb(255, 71.5, 99.1633165829) !important;
}

.footer {
  padding: 0;
}
.footer h2,
.footer p {
  padding-left: 0 !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 .wp-block-columns {
  max-width: 120em;
  padding: 2em;
  margin: 0;
}
.footer .wp-block-columns p {
  font-size: 1.65em;
  font-weight: 300;
  padding: 0;
}
.footer .wp-block-columns hr {
  margin: 0 0 1em 0;
}
.footer .wp-block-columns h2 {
  padding-top: 2em;
}
.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 {
  font-weight: 300;
  font-size: 1.65em;
}

.header-contact {
  background-color: #c7001e;
}
.header__container {
  padding: 3em 5em;
}
@media (max-width: 781px) {
  .header__container {
    padding: 2em 1em;
  }
}
.header__navigation {
  font-size: 1.2em;
}
.header__navigation a {
  color: #fff !important;
  font-weight: 400;
}
.header__navigation .wp-block-navigation__submenu-container {
  min-width: -moz-max-content !important;
  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 .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: 15em;
}
@media (max-width: 781px) {
  .wp-block-site-logo {
    max-width: 13rem;
  }
}

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