/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/scss/_style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
:root {
  /* Responsive Spacing */
  --s-r-1: clamp(0.125rem, 0.0746rem + 0.2193vw, 0.25rem);
  --s-r-2: clamp(0.25rem, 0.1491rem + 0.4386vw, 0.5rem);
  --s-r-3: clamp(0.375rem, 0.2237rem + 0.6579vw, 0.75rem);
  --s-r-4: clamp(0.5rem, 0.2982rem + 0.8772vw, 1rem);
  --s-r-5: clamp(1rem, 0.9167rem + 0.4167vw, 1.25rem);
  --s-r-6: clamp(1rem, 0.7982rem + 0.8772vw, 1.5rem);
  --s-r-7: clamp(1rem, 0.5965rem + 1.7544vw, 2rem);
  --s-r-8: clamp(1.25rem, 0.7456rem + 2.193vw, 2.5rem);
  --s-r-9: clamp(1.5rem, 0.8947rem + 2.6316vw, 3rem);
  --s-r-10: clamp(2rem, 1.193rem + 3.5088vw, 4rem);
  --s-r-11: clamp(2.5rem, 1.4912rem + 4.386vw, 5rem);
  --s-r-12: clamp(3rem, 1.7895rem + 5.2632vw, 6rem);
  --s-r-13: clamp(4rem, 2.5877rem + 6.1404vw, 7.5rem);
  --s-r-14: clamp(5rem, 3.386rem + 7.0175vw, 9rem);
  --s-r-15: clamp(6rem, 3.9825rem + 8.7719vw, 11rem);
  --s-r-16: clamp(7.5rem, 5.2807rem + 9.6491vw, 13rem);
  --s-r-17: clamp(9rem, 6.3772rem + 11.4035vw, 15.5rem);
  --s-r-18: clamp(11rem, 8.1754rem + 12.2807vw, 18rem);
  /* Line Height */
  --global--line-height-reset: 1;
  /* Content widths and grid */
  --global--default-content-width: 43.5rem;
  --global--10col-nogap-content-width: 74.5rem;
  --global--wide-content-width: 112.5rem;
  /* Border radius */
  --global--border-radius-xxs: 0.625rem;
  --global--border-radius-xs: clamp(1rem, 0.8214rem + 0.8929vw, 1.25rem);
  --global--border-radius-s: clamp(1.25rem, 0.8036rem + 2.2321vw, 1.875rem);
  --global--border-radius-m: clamp(1.5625rem, 0.8929rem + 3.3482vw, 2.5rem);
  --global--border-radius-l: clamp(1.875rem, 0.9821rem + 4.4643vw, 3.125rem);
  --global--border-radius-xl: clamp(2.5rem, 1.6071rem + 4.4643vw, 3.75rem);
  --global--border-radius-xxl: clamp(3.125rem, 2.5568rem + 2.8409vw, 4.375rem);
  --global--border-radius-xxxl: clamp(3.75rem, 3.1818rem + 2.8409vw, 5rem);
  --global--border-radius-xxxxl: clamp(4.375rem, 3.8068rem + 2.8409vw, 5.625rem);
  --global--border-radius-round: 9999px;
  /* Color Palette */
  --wp--preset--color--white: #fff;
  --wp--preset--color--black: #000;
  --wp--preset--color--dark-gray: #313131;
  --wp--preset--color--middle-gray: #787f86;
  --wp--preset--color--light-gray: #dddddd;
  --wp--preset--color--vcat-orange: #f1a344;
}

/* Theme Global Styles */

body {
  --widewidth-outer-gap: 1.25rem;
  --outer--gap: 1.25rem;
}

@media only screen and (min-width: 48em) {
  body {
    --widewidth-outer-gap: 2rem;
    --outer--gap: 2rem;
  }
}

@media only screen and (min-width: 64em) {
  body {
    --widewidth-outer-gap: 2.5rem;
    --outer--gap: 2.5rem;
  }
}

@media only screen and (min-width: 80em) {
  body {
    --widewidth-outer-gap: 3rem;
    --outer--gap: 3rem;
  }
}

.wp-site-blocks > .wp-block-template-part p {
  margin-top: 0;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  z-index: 1;
}

.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle:focus {
  outline-color: var(--wp--preset--color--vcat-orange);
  outline-style: solid;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  min-width: 210px;
}

.wp-block-navigation ul > li.current-menu-item > a {
  text-decoration: underline;
}

.wp-block-navigation ul > li a.current_page_ancestor, .wp-block-navigation ul > li a.current-menu-ancestor, .wp-block-navigation ul > li a.current-menu-item {
  text-decoration: underline;
}

/* mobile view */

.has-modal-open .wp-block-navigation__responsive-container-close {
  padding: 10px;
}

.has-modal-open .wp-block-navigation__responsive-container-close svg {
  width: 35px;
  height: 35px;
}

.has-modal-open .wp-block-navigation ul {
  padding-left: 25px;
}

.has-modal-open .wp-block-navigation ul a {
  margin: 5px 0;
}

.has-modal-open .wp-block-navigation ul .current-menu-ancestor > a,
.has-modal-open .wp-block-navigation ul .current-menu-item > a {
  color: var(--wp--preset--color--vcat-orange);
  text-decoration: underline;
  font-weight: bold;
}

.has-modal-open a:where(:not(.wp-element-button)):focus {
  outline: unset;
}

h1 a {
  color: #fff;
}

h1 a:hover {
  text-decoration: none;
}

p a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}

.entry-content > .wp-block-group.has-black-background-color:first-child a, .entry-content > .wp-block-group.has-black-background-color:first-child p {
  color: white !important;
}

.alignfull .alignwide, .content-gap, .site-footer, .wp-block-ainoblocks-accordion-faq-block.alignfull, .wp-block-group.has-background.content-gap {
  padding-left: var(--widewidth-outer-gap);
  padding-right: var(--widewidth-outer-gap);
}

.alignfull .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--global--wide-content-width);
}

.wp-element-button.has-black-background-color:hover {
  background-color: var(--wp--preset--color--light-gray) !important;
  color: var(--wp--preset--color--black) !important;
}

/*
* pagination
 */

.pagination-wrap .wp-block-query-pagination-numbers {
  display: flex;
}

.pagination-wrap a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}

.pagination-wrap .page-numbers {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  background-color: var(--wp--preset--color--vcat-orange);
}

@media screen and (max-width: 64em) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
  .image-loop .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 64em) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  :where(.wp-block-group.has-background) {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .entry-content > .wp-block-group.has-black-background-color:first-child h3 + p {
    display: none;
  }
  .entry-content > .wp-block-group.has-black-background-color p + p.pl__4 {
    display: none;
  }
  .entry-content > .wp-block-group:not(:first-child) p {
    font-size: var(--wp--preset--font-size--text-m) !important;
  }
  header h1 {
    text-align: center;
  }
  header a[data-id="17897"] {
    white-space: nowrap;
  }
  header .wp-block-button__link {
    padding: 5px 10px !important;
  }
  header .wp-block-navigation__responsive-container-open {
    border: 1px solid white;
    border-radius: 2px;
  }
  header .wp-block-navigation__responsive-container-open svg {
    height: 36px;
    width: 36px;
  }
}

.single-post h1 {
  hyphens: auto;
}

.single-post div.entry-content h2 {
  font-size: 54px;
  margin: 12px 0;
  line-height: 60px;
}

.single-post div.entry-content h3 {
  font-size: 48px;
  margin: 12px 0;
  line-height: 50px;
}

.single-post div.entry-content h4 {
  font-size: 36px;
  margin: 12px 0;
  line-height: 40px;
}

.single-post div.entry-content p {
  margin-bottom: 12px;
}

.single-post .wp-block-post-terms {
  display: flex;
  gap: var(--wp--preset--spacing--20);
  justify-content: flex-start;
  flex-wrap: wrap;
}

.single-post .wp-block-post-terms a {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: var(--wp--preset--font-size--text-xxs);
  color: var(--wp--preset--color--white);
  border-radius: 20px;
  background-color: var(--wp--preset--color--black);
  text-decoration: none;
}

.single-post .wp-block-post-terms a:hover {
  background-color: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
}

.single-post .wp-block-post-terms span {
  display: none;
}

.right-sidebar > div > ul, .right-sidebar ol {
  padding-left: 0;
}

.right-sidebar ul, .right-sidebar ol {
  list-style: none;
}

.right-sidebar ul > li, .right-sidebar ol > li {
  list-style: none;
  margin-bottom: 10px;
}

.right-sidebar ul > li > a, .right-sidebar ol > li > a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}

.right-sidebar ul > li > a:before, .right-sidebar ol > li > a:before {
  content: "\f345";
  padding-right: 5px;
  font-family: "dashicons", serif;
  vertical-align: middle;
  padding-bottom: 5px;
  display: inline-block;
  line-height: 1.5;
}

.right-sidebar ul > li > a:hover, .right-sidebar ol > li > a:hover {
  color: var(--wp--preset--color--vcat-orange);
  text-decoration: none;
}

.right-sidebar ul > li footer a, .right-sidebar ol > li footer a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}

.right-sidebar ul > li footer a:hover, .right-sidebar ol > li footer a:hover {
  color: var(--wp--preset--color--vcat-orange);
  text-decoration: none;
}

.right-sidebar ul > li footer:before, .right-sidebar ol > li footer:before {
  content: "\f345";
  padding-right: 5px;
  font-family: "dashicons", serif;
  vertical-align: middle;
  padding-bottom: 5px;
  display: inline-block;
  line-height: 1.5;
}

footer ul,
footer-black ul {
  list-style: none;
}

footer ul.wp-block-latest-posts li a,
footer-black ul.wp-block-latest-posts li a {
  display: flex;
}

footer ul.wp-block-latest-posts li a:before,
footer-black ul.wp-block-latest-posts li a:before {
  line-height: 1.5;
}

footer li:not(.wp-social-link),
footer-black li:not(.wp-social-link) {
  margin-bottom: 10px;
  line-height: 1.5;
}

footer li:not(.wp-social-link) a,
footer-black li:not(.wp-social-link) a {
  color: var(--wp--preset--color--white);
}

footer li:not(.wp-social-link) a:before,
footer-black li:not(.wp-social-link) a:before {
  line-height: 1.5;
  content: "\f345";
  padding-right: 5px;
  font-family: "dashicons", serif;
  vertical-align: middle;
  padding-bottom: 5px;
}

footer li:not(.wp-social-link) a:hover,
footer-black li:not(.wp-social-link) a:hover {
  color: var(--wp--preset--color--vcat-orange);
  text-decoration: none;
}

#__vtigerWebForm td {
  vertical-align: top;
  padding-top: 8px;
}

#__vtigerWebForm input:not(.wp-element-button, [type=submit]),
#__vtigerWebForm textarea {
  width: 100%;
  height: 15px;
  font-size: 18px;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  border-color: var(--wp--preset--color--black);
  font-family: Arial;
}

#__vtigerWebForm textarea {
  height: 150px;
}

#__vtigerWebForm input[type=submit] {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  border-radius: 9999px;
  box-shadow: none;
}

#__vtigerWebForm input[type=submit]:hover {
  background-color: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
}

/*** Cookie Cracker */

#cc-cookie-message {
  width: unset !important;
}

:root .cc-cookie-buttons {
  display: flex;
  flex-wrap: wrap;
}

:root .cc-cookie-buttons a,
:root .cc-cookie-buttons button {
  flex-grow: 1;
  text-align: center;
}

:root #cc-cookie-message button {
  margin-bottom: 15px;
}

:root button#cc-cookie-accept {
  border: 1px solid #000000;
  margin-right: 0;
}

:root button#cc-cookie-advanced {
  border: 1px solid #000000;
  margin-right: 0;
}

:root a#cc-cookie-necessary {
  display: inline-block;
  padding: 10px;
  line-height: 14px;
  border: 1px solid #000000;
}

.cc-edit-cookies {
  position: fixed;
  bottom: 0;
  right: 45px;
  padding: 8px 16px;
  color: #000000;
  background: #f1a344;
  z-index: 99;
  border: solid #000000;
  border-width: 1px 1px 0 1px;
  text-decoration: none;
  font-size: 14px;
}

.cc-edit-cookies:hover {
  color: #ffffff;
}

@media screen and (min-width: 48em) and (max-width: 64em) {
  .cc-cookie-row {
    flex-wrap: wrap;
  }
  .cc-cookie-column-1,
  .cc-cookie-column-2 {
    width: 50% !important;
    flex-basis: 50% !important;
  }
  .cc-cookie-column-3 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 48em) {
  .cc-cookie-row {
    flex-wrap: wrap;
  }
  .cc-cookie-column-1,
  .cc-cookie-column-2 {
    width: 50% !important;
    flex-basis: 50% !important;
  }
  .cc-cookie-column-3 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .cc-cookie-row {
    flex-wrap: wrap;
  }
  .cc-cookie-column-1,
  .cc-cookie-column-2,
  .cc-cookie-column-3 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

label.gfield_consent_label a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}

body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  border-radius: 9999px;
  box-shadow: none;
}

body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  background-color: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
}

body .gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding: 2px;
  color: var(--wp--preset--color--white);
  background-color: #a51313;
}

ul.wp-block-post-template-is-layout-grid li.type-connectoor_jobs a {
  color: var(--wp--preset--color--vcat-orange);
}

ul.wp-block-post-template-is-layout-grid li.type-connectoor_jobs:hover {
  background-color: var(--wp--preset--color--vcat-orange);
}

ul.wp-block-post-template-is-layout-grid li.type-connectoor_jobs:hover a {
  color: var(--wp--preset--color--white);
}

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