/* ------------------------------------------
DO NOT EDIT THIS FILE!
DOING SO IS A POOR LIFE DECISION...

Why? - This file is automatically generated
SASS output and if you add css here then it
will probably be overwritten.

What to do? - Add custom css to the child theme
"style.css" file.
------------------------------------------ */
/* Variables ----------------------------- */
/* Categories 01 to 03 are the basics. */
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Medium"), local("OpenSans-Medium"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body, table, tbody, thead, tr, th, td, iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, button, input, select, optgroup, option, textarea, ul, ol, li, dl, dt, dd, blockquote, p, details, summary, pre, figure, img, audio, canvas, video, object, embed, span, a, strong, b, em, i, u, s, cite, abbr, sub, sup, mark, del, ins, code, kbd, samp, var {
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  text-transform: none;
  color: inherit;
  background: none;
  overflow: visible;
}

iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, ul, ol, dl, dt, dd, blockquote, p, details, summary, pre, figure, figcaption {
  display: block;
}

img, audio, canvas, video, object, embed {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden],
template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

html {
  font-size: 125%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  position: relative;
  font-size: 0.9em;
  line-height: 1.9;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #313131;
}

button {
  cursor: pointer;
}

/* Clearing ------------------------------ */
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* Container ----------------------------- */
.contain {
  display: block;
  position: relative;
  margin: auto;
  padding: 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 38.5em) {
  .contain {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .contain {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .contain--small {
    padding-left: calc(50% - 20rem);
    padding-right: calc(50% - 20rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .contain--medium {
    padding-left: calc(50% - 24.5rem);
    padding-right: calc(50% - 24.5rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .contain--large {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.contain--fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.contain--vpad {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
.contain--tpad {
  padding-top: 4rem;
  padding-bottom: 1px;
}
.contain--bpad {
  padding-top: 1px;
  padding-bottom: 3.5rem;
}

/* Layout -------------------------------- */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/* Icons --------------------------------- */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.hm-svg {
  height: 1.7em;
  width: 1em;
  display: inline-block;
}

.user-edit-post-link {
  margin: 0 0 0 5px;
  width: 1em;
  height: 1em;
  font-size: 0.9em;
  padding: 0.25em;
  background: #007cba;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.user-edit-post-link:hover, .user-edit-post-link:focus {
  background: #054567;
  color: #fff;
}
.user-edit-post-link .icon {
  font-size: 1em;
}

.ribbon {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  font-size: 0.7em;
  position: absolute;
  display: block;
  width: 6.6rem;
  padding: 0.3em 0;
  background-color: var(--wp--preset--color--red);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 600;
}

/* top right*/
.ribbon-top-right {
  top: 0;
  right: 0;
}

.ribbon-top-right span {
  left: 0;
  top: 1.1rem;
  transform: rotate(45deg);
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
h1, .h1, .is-style-h1,
h2, .h2, .is-style-h2,
h3, .h3, .is-style-h3,
h4, .h4, .is-style-h4,
h5, .h5, .is-style-h5,
h6, .h6, .is-style-h6 {
  margin: 0 0 0.5em 0;
  line-height: 1.3;
  font-weight: 700;
  color: #231E20;
}
h1.is-style-border-left, .h1.is-style-border-left, .is-style-h1.is-style-border-left,
h2.is-style-border-left, .h2.is-style-border-left, .is-style-h2.is-style-border-left,
h3.is-style-border-left, .h3.is-style-border-left, .is-style-h3.is-style-border-left,
h4.is-style-border-left, .h4.is-style-border-left, .is-style-h4.is-style-border-left,
h5.is-style-border-left, .h5.is-style-border-left, .is-style-h5.is-style-border-left,
h6.is-style-border-left, .h6.is-style-border-left, .is-style-h6.is-style-border-left {
  border-left: 4px solid var(--wp--preset--color--red);
  padding-left: 1rem;
  line-height: 1.7;
}

h1, .h1, .is-style-h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 68.5em) {
  h1, .h1, .is-style-h1 {
    font-size: 2.25rem;
  }
}

h2, .h2, .is-style-h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 82.5em) {
  h2, .h2, .is-style-h2 {
    font-size: 1.9rem;
  }
}

h3, .h3, .is-style-h3 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 48.5em) {
  h3.is-style-border-left, .h3.is-style-border-left, .is-style-h3.is-style-border-left {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

h4, .h4, .is-style-h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

h5, .h5, .is-style-h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}

h6, .h6, .is-style-h6 {
  font-size: 0.75em;
}

/* Over here, place any elements that do not need to have their own file. */
p {
  margin: 0 0 1em 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

small {
  font-size: 0.75em;
  line-height: 1.5;
  display: inline-block;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong,
b {
  font-weight: 700;
}

u,
ins {
  text-decoration: underline;
}

s,
del {
  text-decoration: line-through;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
pre {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4em 0.6em;
}

code {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.25em;
}

pre {
  margin: 0 0 1.5em 0;
}

a {
  text-decoration: none;
  transition: all 300ms ease;
  color: var(--wp--preset--color--red);
}
a:hover, a:focus {
  color: var(--wp--preset--color--dark-red);
}

.entry-content a:not(.wp-block-button__link):not(.block-cta-bar__links a):not(.button) {
  text-decoration: underline;
  text-underline-offset: 1px;
}

ul,
ol {
  margin: 0 0 1.5em 1.1em;
  padding-left: 0;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5em;
}

li {
  margin: 0 0 0.5em 0;
}

dl {
  margin: 0 0 1.5em 0;
}

dd {
  margin: 0 1.5rem 1.5em;
}

dt {
  font-weight: bold;
}

ul.is-style-2-col-list {
  list-style: none;
  column-count: 2;
  margin-left: 0.5em;
}
ul.is-style-2-col-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
ul.is-style-2-col-list li:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 6px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: var(--wp--preset--color--red);
}
ul.is-style-2-col-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--wp--preset--color--red);
}
ul.is-style-big-dot-spaced {
  list-style: none;
}
ul.is-style-big-dot-spaced li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1.5em;
}
ul.is-style-big-dot-spaced li:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 11px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: var(--wp--preset--color--red);
}
ul.is-style-big-dot-spaced li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--wp--preset--color--red);
}
ul.is-style-checklist, ul.is-style-checklist-red {
  list-style: none;
  margin-left: 0;
}
ul.is-style-checklist li, ul.is-style-checklist-red li {
  position: relative;
  padding-left: 1.25rem;
}
ul.is-style-checklist li:before, ul.is-style-checklist-red li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  left: 0;
  top: 0;
  color: inherit;
}
ul.is-style-checklist-red li:before {
  color: var(--wp--preset--color--red);
}
ul.is-style-horizontal-list {
  display: flex;
  list-style: none;
  margin: 0 0 1em;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
ul.is-style-horizontal-list li {
  position: relative;
  margin: 0 1em;
  font-weight: 600;
}
ul.is-style-horizontal-list li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(-1em - 5px);
}
ul.is-style-horizontal-list li:last-child:after {
  display: none;
}

code,
input[type=url],
input[type=email],
input[type=tel] {
  direction: ltr;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea,
select {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.1em 0.6em !important;
  max-width: 100%;
  width: 100%;
  color: #313131;
  background: #f5f5f5;
  font-size: 0.9em !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

textarea {
  max-height: 8em;
}

label {
  line-height: 1;
  display: block;
}

input::placeholder,
textarea::placeholder {
  color: #313131;
  line-height: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #313131;
  line-height: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #313131;
  line-height: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #313131;
  line-height: normal;
}

.has-red-background-color .gform_button {
  background-color: var(--wp--preset--color--black);
}

blockquote,
figcaption {
  margin: 0 0 1.5em 0;
  font-style: italic;
}

blockquote em,
blockquote i,
figcaption em,
figcaption i {
  font-style: normal;
}

iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0 0 1.5em 0;
}

iframe {
  margin: 0 auto 1.5em auto;
  max-width: 100%;
}

video {
  display: block;
}

img,
svg,
embed {
  height: auto;
  max-width: 100%;
}

.is-style-boxed,
.wp-block-column iframe {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(110, 110, 110, 0.11), 0 0 4px rgba(110, 110, 110, 0.11);
  border: 2px solid #000;
}

table {
  margin: 0 0 0.5rem 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: bold;
}

/* Category 05 is all about adjusting the default block styles to the given layout. */
.wp-block-columns {
  gap: 1rem !important;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 68.5em) {
  .wp-block-columns {
    gap: 1rem !important;
  }
}
.wp-block-columns.is-style-gap-large {
  gap: 2rem !important;
}
@media only screen and (min-width: 68.5em) {
  .wp-block-columns.is-style-gap-large {
    gap: 3.25rem !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column .has-text-align-right {
    text-align: left;
  }
}

/* Buttons ------------------------------- */
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  background: var(--wp--preset--color--red);
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  border: 0;
  padding: 0.5em 1.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
}
@media only screen and (min-width: 68.5em) {
  .button,
  .wp-block-button__link,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 1.1em;
  }
}
.button:hover, .button:active, .button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  color: #fff;
  background: #333;
  text-decoration: none;
  outline: none;
}
.button.has-white-background-color,
.wp-block-button__link.has-white-background-color,
input[type=button].has-white-background-color,
input[type=reset].has-white-background-color,
input[type=submit].has-white-background-color {
  background: #fff;
  color: var(--wp--preset--color--red);
}
.button.has-white-background-color:hover, .button.has-white-background-color:active, .button.has-white-background-color:focus,
.wp-block-button__link.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:active,
.wp-block-button__link.has-white-background-color:focus,
input[type=button].has-white-background-color:hover,
input[type=button].has-white-background-color:active,
input[type=button].has-white-background-color:focus,
input[type=reset].has-white-background-color:hover,
input[type=reset].has-white-background-color:active,
input[type=reset].has-white-background-color:focus,
input[type=submit].has-white-background-color:hover,
input[type=submit].has-white-background-color:active,
input[type=submit].has-white-background-color:focus {
  color: var(--wp--preset--color--black);
}

.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0.5em;
}

.wp-block-details {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding: 0 1rem;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
.wp-block-details summary {
  position: relative;
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 1rem;
  padding-right: 3.7em;
  background: #fff;
  color: var(--wp--preset--color--black);
  font-weight: 500;
}
.wp-block-details summary:after {
  content: "\e59e";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  width: 2.7em;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--orange);
  font-weight: 600;
}
.wp-block-details[open] {
  border-color: #e1e1e1;
  padding-bottom: 1rem;
  background: #fff;
}
.wp-block-details[open] summary {
  background: #f2f2f2;
  color: var(--wp--preset--color--black);
  margin-bottom: 1rem;
}
.wp-block-details[open] summary:after {
  content: "\e404";
}

.wp-block-table {
  line-height: 1.5;
}
.wp-block-table.is-style-stripes {
  border: 0;
}
.wp-block-table.is-style-stripes table {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
}
.wp-block-table.is-style-stripes th {
  font-weight: normal;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #dadada;
}
.wp-block-table.is-style-stripes thead {
  background: var(--wp--preset--color--red);
  color: #fff;
  border: 0;
}
.wp-block-table figcaption {
  margin: 0;
  font-size: 0.8rem;
}

.wp-block-media-text__media {
  position: relative;
  padding-bottom: 1em;
}
.wp-block-media-text__media:before {
  position: absolute;
  display: block;
  content: "";
  left: -1.5rem;
  top: -1.5rem;
  background: url(../images/media-text-angles.svg) top left/contain no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 48.5em) {
  .wp-block-media-text__media {
    position: sticky !important;
    top: 9rem;
    margin-top: 2rem !important;
  }
}
.has-media-on-the-right .wp-block-media-text__media:before {
  left: auto;
  right: -1.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.wp-block-media-text__media img {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(110, 110, 110, 0.11), 0 0 4px rgba(110, 110, 110, 0.11);
  background-color: #fff;
}
.wp-block-media-text__content {
  padding: 0 !important;
}
@media only screen and (min-width: 48.5em) {
  .wp-block-media-text__content {
    padding: 0 0 0 1.5rem !important;
  }
}
@media only screen and (min-width: 68.5em) {
  .wp-block-media-text__content {
    padding: 0 0 0 3rem !important;
  }
}
.wp-block-media-text__content > :nth-child(1).is-style-h4, .wp-block-media-text__content > :nth-child(1).is-style-h5 {
  margin-bottom: 0;
}
.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 !important;
}
@media only screen and (min-width: 48.5em) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 1.5rem 0 0 !important;
  }
}
@media only screen and (min-width: 68.5em) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 3rem 0 0 !important;
  }
}
@media only screen and (max-width: 48.49em) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  grid-column: 1 !important;
  grid-row: 2 !important;
}
@media only screen and (min-width: 48.5em) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
@media only screen and (min-width: 48.5em) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1 !important;
  grid-row: 2 !important;
}
@media only screen and (min-width: 48.5em) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
}

.block-container.has-swipe {
  position: relative;
  z-index: 0;
}
.block-container.has-swipe:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../images/slashes.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.block-container.has-swipe .contain__inner {
  z-index: 2;
  position: relative;
}
.editor-styles-wrapper .block-container {
  border: 1px dashed #ccc;
}

.block-hero {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 68.5em) {
  .block-hero {
    padding-top: 3.5rem;
    padding-bottom: 10rem;
  }
}
.block-hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.block-hero__content {
  position: relative;
  z-index: 2;
  max-width: 26.5rem;
}

.block-cta-bar {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  z-index: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 82.5em) {
  .block-cta-bar {
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (min-width: 82.5em) {
  .block-cta-bar.has-links {
    justify-content: space-between;
  }
}
.block-cta-bar__overlay {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.block-cta-bar__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: saturate(0);
  mix-blend-mode: multiply;
}
.block-cta-bar__content {
  z-index: 1;
  color: #fff;
}
@media only screen and (min-width: 82.5em) {
  .block-cta-bar__content {
    max-width: 45rem;
  }
}
.block-cta-bar__content h2,
.block-cta-bar__content h3 {
  margin: 0;
}
.block-cta-bar__links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 38.5em) {
  .block-cta-bar__links {
    flex-direction: row;
  }
}
@media only screen and (min-width: 82.5em) {
  .block-cta-bar__links {
    margin-top: 0;
  }
}
.block-cta-bar__links a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
}
.block-cta-bar__links a:hover, .block-cta-bar__links a:focus {
  color: var(--wp--preset--color--red);
}
.block-cta-bar__links .hm-svg {
  height: 1.7em;
  width: 1em;
  display: inline-block;
}

.block-service-areas-list {
  display: block;
}
.block-service-areas-list h3 {
  color: inherit;
}
.block-service-areas-list ul {
  list-style: none;
  margin: 0;
  column-count: 2;
  column-gap: 1rem;
}
@media only screen and (min-width: 38.5em) {
  .block-service-areas-list ul {
    column-count: 3;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-service-areas-list ul {
    column-count: 3;
  }
}
@media only screen and (min-width: 68.5em) {
  .block-service-areas-list ul {
    column-count: 4;
  }
}
@media only screen and (min-width: 82.5em) {
  .block-service-areas-list ul {
    column-count: 5;
  }
}
.block-service-areas-list li {
  margin-bottom: 0.75em;
  line-height: 1.25;
}
.block-service-areas-list__group {
  margin-bottom: 2rem;
}
.block-service-areas-list__group .state {
  display: none;
}
.block-service-areas-list__group:last-child {
  margin-bottom: 0;
}

.block-service-area-map img {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(110, 110, 110, 0.11), 0 0 4px rgba(110, 110, 110, 0.11);
  background-color: #fff;
}

.block-image-text {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 48.5em) {
  .block-image-text {
    display: flex;
  }
}
.block-image-text__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 22.5rem;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 48.5em) {
  .block-image-text__image {
    width: 50%;
  }
}
.block-image-text__image-featured {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 58.5em) {
  .block-image-text__image-featured {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.block-image-text__image-featured img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.block-image-text.has-align-right .block-image-text__image-featured img {
  object-position: center top;
}
.block-image-text__image-icon {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1.5rem 3rem;
}
@media only screen and (min-width: 58.5em) {
  .block-image-text__image-icon {
    display: flex;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.block-image-text__image-icon.has-align-left {
  order: -1;
}
.block-image-text__image-icon img {
  position: relative;
  width: 100%;
  max-width: 12rem;
}
.block-image-text__content {
  order: -1;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding: 3rem 1.5rem 3rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 38.5em) {
  .block-image-text__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-image-text__content {
    order: 0;
    width: 50%;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .block-image-text__content {
    padding-right: 4rem;
  }
}
.block-image-text.has-align-right .block-image-text__content {
  order: -1;
}
@media only screen and (min-width: 82.5em) {
  .block-image-text.has-align-right .block-image-text__content {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.block-image-text__content .wp-block-buttons {
  justify-content: center;
}
.block-image-text__content img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  filter: saturate(0);
}
.block-image-text__content-text {
  position: relative;
  z-index: 1;
}
.block-image-text__content-text p {
  line-height: 2;
}

.block-process {
  display: block;
  position: relative;
  grid-gap: 1.5rem;
  z-index: 1;
}
@media only screen and (min-width: 68.5em) {
  .block-process {
    display: flex;
    justify-content: space-between;
  }
}
.block-process__line {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--wp--preset--color--black);
  top: 0;
}
@media only screen and (min-width: 68.5em) {
  .block-process__line {
    width: 100%;
    height: 3px;
    top: calc(1.15rem - 1.5px);
  }
}
.block-process__item {
  position: relative;
  width: 100%;
  padding: 0 0 1.5rem 3.5rem;
}
@media only screen and (min-width: 68.5em) {
  .block-process__item {
    padding: 0;
    text-align: center;
    flex-basis: 1;
    flex-grow: 1;
  }
}
.block-process__item-dot {
  position: absolute;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--wp--preset--color--red);
  font-size: 1.2rem;
  width: 2.3rem;
  height: 2.3rem;
  border: 3px solid var(--wp--preset--color--black);
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: calc(-1.15rem + 1.5px);
}
@media only screen and (min-width: 68.5em) {
  .block-process__item-dot {
    position: relative;
    margin: 0 auto 2rem;
    left: 0;
  }
}
.block-process__item-dot.animated.dot-2 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.block-process__item-dot.animated.dot-3 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.block-process__item-dot.animated.dot-4 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.block-process__item-dot.animated.dot-5 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.block-process__item-title {
  margin: 0 0 1rem;
  font-weight: 700;
}
.block-process__item-desc {
  font-size: 0.8rem;
  margin: 0 auto;
}

.block-equipment {
  position: relative;
}
.block-equipment-items {
  margin-bottom: 1rem;
}
.block-equipment-items:not(.swiper-wrapper) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  grid-gap: 1.5rem;
}
.block-equipment-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(110, 110, 110, 0.11), 0 0 4px rgba(110, 110, 110, 0.11);
  background-color: #fff;
  border: 2px solid #4A4A4A;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48.5em) {
  .block-equipment-item {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 68.5em) {
  .block-equipment-item {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.block-equipment-item__header {
  position: relative;
  text-align: center;
  padding: 2rem 1rem 1rem;
  background: #4a4a4a;
  color: #fff;
}
@media only screen and (min-width: 82.5em) {
  .block-equipment-item__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.block-equipment-item__pre-title {
  font-size: 0.75em;
  font-weight: 600;
}
.block-equipment-item__title {
  position: relative;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0;
}
.block-equipment-item__sub-title {
  font-size: 0.7em;
  margin: 0.5em 0 0;
}
.block-equipment-item__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}
.block-equipment-item__image img {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}
.block-equipment-item__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  background: #4a4a4a;
  z-index: -1;
}
.block-equipment-item__content {
  padding: 0 0.6rem 0.5rem;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-equipment-item__content .wp-block-heading:first-child {
  margin-bottom: 0.9rem;
}
.block-equipment-item__content ul {
  font-size: 0.75rem;
  list-style: none;
  position: relative;
  padding-left: 0;
  margin: 0;
}
.block-equipment-item__content ul li {
  margin-bottom: 1em;
}
.block-equipment-item .ribbon {
  z-index: 2;
}

.block-logo-slider {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.block-reviews__item-inner {
  position: relative;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
.footer .block-reviews__item-inner {
  background: rgba(255, 255, 255, 0.1);
}
.block-reviews__header {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
}
.block-reviews__pic {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  border-radius: 50%;
  height: 2.15rem;
  width: 2.15rem;
  background: #ccc;
}
.block-reviews__meta {
  flex-basis: 0;
  flex-grow: 1;
}
.block-reviews__by {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.block-reviews__rating {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.block-reviews__stars {
  display: inline-block;
  color: #f57c00;
}
.block-reviews__source {
  display: inline-block;
}
.block-reviews__source img {
  position: relative;
  width: 1.2rem;
  max-height: 1.2rem;
}
.block-reviews__content {
  font-size: 0.75rem;
  line-height: 1.6;
}

.block-benefits__items {
  display: block;
}
@media only screen and (min-width: 48.5em) {
  .block-benefits__items {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}
.block-benefits__item {
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48.5em) {
  .block-benefits__item {
    width: 100%;
    max-width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 68.5em) {
  .block-benefits__item {
    width: 100%;
    max-width: calc(25% - 0.75rem);
  }
}
.block-benefits__link {
  display: inline-block;
}
.block-benefits__image {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.block-benefits__image img {
  position: relative;
  z-index: 2;
  height: 3.2rem;
  max-width: 3.5rem;
  width: auto;
}
@media only screen and (min-width: 68.5em) {
  .block-benefits__image img {
    max-width: 4.5rem;
  }
}
.block-benefits__image .icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inherit;
  color: #fff;
}
.block-benefits__image .icon > * {
  font-size: 3.2rem;
  color: inherit;
  font-weight: 300;
  margin: 0 auto 1rem;
  display: block;
  text-align: center;
  margin: 0;
}
.block-benefits__content {
  text-align: center;
  padding-top: 1.5rem;
}
.block-benefits__content h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48.5em) {
  .block-benefits--vertical .block-benefits__items {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-benefits--vertical .block-benefits__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 700px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .block-benefits--vertical .block-benefits__item {
    width: 100%;
    max-width: 900px;
  }
}
.block-benefits--vertical .block-benefits__item-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.block-benefits--vertical .block-benefits__image-col {
  flex: 0 0 2.5rem;
  margin-right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 68.5em) {
  .block-benefits--vertical .block-benefits__image-col {
    flex: 0 0 4.5rem;
    margin-right: 2rem;
  }
}
.block-benefits--vertical .block-benefits__content-col {
  flex: 1 1 0%;
  text-align: left;
  display: flex;
  align-items: center;
}
.block-benefits--vertical .block-benefits__content {
  font-size: 1em;
  margin: 0;
  padding-top: 0;
  text-align: left;
}
@media only screen and (min-width: 48.5em) {
  .block-benefits--vertical .block-benefits__content {
    font-size: 1.4em;
  }
}
.block-benefits--vertical .block-benefits__content br {
  display: none;
}
.block-benefits--vertical .block-benefits__content p {
  margin: 0;
}
.block-benefits--vertical .block-benefits__content h2 {
  margin: 0;
}

.block-benefit-section {
  font-size: 0.85rem;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 1rem;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.17);
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section {
    gap: 2rem;
  }
}
.block-benefit-section__media {
  display: flex;
  justify-content: center;
  width: 7rem;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section__media {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
.block-benefit-section__img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.block-benefit-section__content {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
.block-benefit-section__content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section__content {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
}
.block-benefit-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.block-benefit-section__header-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.block-benefit-section__img-inline {
  max-width: 3rem;
  max-height: 3rem;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section__img-inline {
    max-width: 4rem;
    max-height: 4rem;
  }
}
.block-benefit-section__title {
  margin: 0;
  flex: 1;
  font-size: 1.1rem;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section__title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .block-benefit-section__title {
    font-size: 1.75rem;
  }
}
.block-benefit-section__toggle-icon {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.block-benefit-section__body {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  opacity: 0;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section {
    flex-direction: row;
    gap: 3rem;
    flex-wrap: nowrap;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.has-image-on-right {
    flex-direction: row-reverse;
  }
}
.block-benefit-section.is-boxed {
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.is-boxed {
    gap: 1.5rem;
  }
}
.block-benefit-section.is-boxed .block-benefit-section__content {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.block-benefit-section.is-boxed .block-benefit-section__content ul {
  font-size: 0.7rem;
}
.block-benefit-section.is-boxed .block-benefit-section__header {
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.block-benefit-section.is-boxed .block-benefit-section__title {
  font-size: 1.1rem;
}
.block-benefit-section.is-accordion {
  cursor: pointer;
  transition: all 0.2s ease;
}
.block-benefit-section.is-accordion:hover {
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.is-accordion__media {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.block-benefit-section.is-accordion__img {
  transition: max-height 0.3s ease;
  max-height: 6rem;
  object-fit: cover;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.is-accordion__content {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.is-accordion__header {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-section.is-accordion__title {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.block-benefit-section.is-accordion.is-expanded .block-benefit-section__toggle-icon {
  transform: rotate(180deg);
}
.block-benefit-section.is-accordion.is-expanded .block-benefit-section__body {
  max-height: 1000px;
  opacity: 1;
  margin-top: 1rem;
}
.block-benefit-section.is-accordion.is-expanded .block-benefit-section__img {
  max-height: none;
}
.block-benefit-section.is-accordion:not(.is-expanded) .block-benefit-section__body {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
.block-benefit-section.is-accordion:not(.is-expanded) .block-benefit-section__img {
  max-height: 6rem;
  width: auto;
}
.block-benefit-section:not(.is-boxed) .block-benefit-section__img-inline {
  display: none;
}
@media only screen and (max-width: 38.49em) {
  .block-benefit-section:not(.is-boxed) .block-benefit-section__img-inline {
    display: block;
  }
  .block-benefit-section:not(.is-boxed) .block-benefit-section__media {
    display: none;
  }
}

/* Enable pointer events for ACF block previews in the editor */
.acf-block-preview .block-benefit-section {
  pointer-events: auto !important;
}

.block-benefit-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: normal !important;
  margin-bottom: 1.5rem;
}
.block-benefit-boxes > .block-benefit-section {
  flex: 0 0 100%;
  max-width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.block-benefit-boxes > .block-benefit-section .block-benefit-section__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media only screen and (min-width: 48.5em) {
  .block-benefit-boxes > .block-benefit-section {
    flex-basis: calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}
@media only screen and (min-width: 68.5em) {
  .block-benefit-boxes > .block-benefit-section {
    flex-basis: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
  }
}

.block-icon {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.block-icon__inner {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  border-radius: 50%;
  background: var(--wp--preset--color--red);
}
.has-icon-style--none .block-icon__inner {
  background: transparent;
}
.has-icon-style--circle .block-icon__inner {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--wp--preset--color--red);
  color: #fff;
}
.block-icon__code {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}
.block-icon__code > * {
  font-weight: inherit;
}

.block-service-center-sentence {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.block-service-center-sentence__sentence {
  display: inline-flex;
  position: relative;
  padding-left: 2em;
  margin-top: 0 !important;
}
.block-service-center-sentence__sentence::before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  background: #0288D1;
  font-weight: 600;
  font-size: 0.6rem;
  width: 2.25em;
  height: 2.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10rem;
  line-height: 1;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.37);
}

/* Rank Math FAQ */
#rank-math-faq h2 {
  margin-bottom: 2rem;
}
#rank-math-faq .rank-math-list-item {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  padding: 0 1rem;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
#rank-math-faq .rank-math-question {
  position: relative;
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.8rem 1rem;
  padding-right: 3.7em;
  background: #fff;
  color: var(--wp--preset--color--black);
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
}
#rank-math-faq .rank-math-question:after {
  content: "\e59e";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  width: 2.7em;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--orange);
  font-weight: 600;
}
#rank-math-faq .rank-math-list-item.is-open {
  border-color: #e1e1e1;
  padding-bottom: 1rem;
  background: #fff;
}
#rank-math-faq .rank-math-list-item.is-open .rank-math-question {
  background: #f2f2f2;
  color: #313131;
  margin-bottom: 1rem;
}
#rank-math-faq .rank-math-list-item.is-open .rank-math-question:after {
  content: "\e404";
}
#rank-math-faq .rank-math-answer > *:last-child {
  margin-bottom: 0;
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
}
.header__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 48.5em) {
  .header__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header__inner-mobile {
  position: relative;
}
@media only screen and (min-width: 68.49em) {
  .header__inner-mobile {
    display: none;
  }
}
.header__inner-mobile .menu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}
.header__inner-mobile .menu li {
  margin: 0;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-right-color: transparent;
}
.header__inner-mobile .menu li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0.5em;
  color: var(--wp--preset--color--black);
  font-weight: 600;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.05);
}
.header__inner-mobile .menu li a:hover, .header__inner-mobile .menu li a:focus {
  color: var(--wp--preset--color--red);
  background-color: rgba(255, 255, 255, 0.2);
}
.header__inner-mobile .menu li a .hm-svg {
  background: var(--wp--preset--color--red);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  font-size: 0.8em;
  margin-right: 0.6em;
}
.header__inner-mobile .menu li a .hm-svg svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.header__inner-mobile .menu li:nth-child(1) a {
  border-left-color: transparent;
}
.header__inner-mobile .menu li:last-of-type a {
  border-right-color: transparent;
}
.header .logo {
  display: block;
  max-width: 8.5rem;
  width: 100%;
  margin: 1rem 0;
}
@media only screen and (min-width: 38.5em) {
  .header .logo {
    max-width: 9.5rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .header .logo {
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 82.5em) {
  .header .logo {
    max-width: 12.5rem;
  }
}
.logged-in .header {
  top: 32px;
}

.pre-footer .widget {
  margin: 0;
}
.pre-footer .gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.footer {
  position: relative;
  padding-top: 3rem;
  background-color: #231E20;
  color: #fff;
}
.footer__breadcrumbs {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  background-color: #231E20;
  color: rgba(255, 255, 255, 0.7);
}
.footer__breadcrumbs a {
  color: inherit;
}
.footer__breadcrumbs a:hover, .footer__breadcrumbs a:focus {
  color: var(--wp--preset--color--red);
}
.footer__breadcrumbs p {
  margin: 0;
}
.footer .logo {
  display: block;
  max-width: 15rem;
  width: 100%;
  margin: 0;
}
.footer .wp-block-heading {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  color: var(--wp--preset--color--red);
}

/* Site Info ----------------------------- */
.site-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1rem;
  text-align: center;
  font-size: 0.7rem;
  padding-top: 1px;
  padding-bottom: 1.5rem;
  color: #fff;
  background-color: transparent;
}
.site-info a {
  color: rgba(255, 255, 255, 0.7);
}
.site-info a:hover, .site-info a:focus {
  color: #fff;
}
.site-info .copyright {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 68.5em) {
  .site-info .copyright {
    margin-bottom: 0;
  }
}
.site-info #menu-copyright {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 68.5em) {
  .site-info #menu-copyright {
    display: flex;
    justify-content: space-between;
  }
  .site-info #menu-copyright li {
    position: relative;
  }
}
@media only screen and (min-width: 68.5em) and (min-width: 68.5em) {
  .site-info #menu-copyright li {
    padding: 0 0.5rem 0 0;
    margin: 0 0.5rem 0 0;
  }
  .site-info #menu-copyright li:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: 1px;
    height: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .site-info #menu-copyright li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .site-info #menu-copyright li:last-child:after {
    display: none;
  }
}

#wrapper {
  margin: auto;
  max-width: 100%;
  background: #fff;
  width: 100%;
}
#wrapper > * {
  width: 100%;
}

/* Entry Meta ---------------------------- */
.entry-meta,
.entry-by {
  display: none;
}

.single-post .entry-meta {
  display: block;
}

/* Alignment Classes --------------------- */
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  display: block;
  clear: both;
  margin: 0 auto 1.5em auto;
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

@media only screen and (min-width: 28.5em) {
  .alignleft {
    clear: none;
    float: left;
    margin: 0 2rem 2em 0;
    max-width: 48%;
  }
  .alignright {
    clear: none;
    float: right;
    margin: 0 0 2em 2rem;
    max-width: 48%;
  }
}
/* Captions ------------------------------ */
.wp-caption {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.75em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Entry Header -------------------------- */
.main-header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  padding: 3.5rem 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 38.5em) {
  .main-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .main-header {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
}
.main-header .main-title {
  max-width: 35rem;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
.main-header .main-title__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.main-header .main-title__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .main-title__image:after {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7215686275) 5%, transparent 80%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-header .main-title__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .main-subtitle {
  display: block;
  max-width: 30rem;
  font-size: 1.05rem;
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.main-header .wp-block-buttons {
  margin-top: 1rem;
}
.main-header .rank-math-breadcrumb {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  font-size: 0.75rem;
  color: #A5A7AA;
  background-color: #fff;
  padding: 0 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 38.5em) {
  .main-header .rank-math-breadcrumb {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .main-header .rank-math-breadcrumb {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
}
.main-header .rank-math-breadcrumb p {
  margin: 0;
}
.main-header .rank-math-breadcrumb a {
  color: inherit;
}
.main-header .rank-math-breadcrumb a:hover, .main-header .rank-math-breadcrumb a:active {
  color: var(--wp--preset--color--red);
}
.main-header .rank-math-breadcrumb .last {
  color: #808184;
  font-weight: 600;
}

.has-full-height-header .main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 48.5em) {
  .has-full-height-header .main-header {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header {
    padding: 0;
  }
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header .main-title__image {
    display: none;
  }
}
.has-full-height-header .main-header__content {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header__content {
    padding: 3.5rem 3rem;
  }
}
@media only screen and (max-width: 38.49em) {
  .has-full-height-header .main-header__content {
    padding: 3.5rem 1.5rem;
  }
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header__content .main-title__image {
    display: block;
  }
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header__widgets {
    padding: 3.5rem 1.5rem;
    background-color: #fff;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header__widgets .gform_wrapper {
    background-color: var(--wp--preset--color--orange);
    margin: 0 auto;
  }
}
.has-full-height-header .main-header__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 68.49em) {
  .has-full-height-header .main-header__inner {
    gap: 0;
  }
}
@media only screen and (min-width: 68.5em) {
  .has-full-height-header .main-header__inner {
    flex-direction: row;
    align-items: center;
  }
  .has-full-height-header .main-header__inner > .main-header__content {
    width: calc(55% - 0.75rem);
    flex: 0 0 calc(55% - 0.75rem);
  }
  .has-full-height-header .main-header__inner > .main-header__widgets {
    width: calc(45% - 0.75rem);
    flex: 0 0 calc(45% - 0.75rem);
  }
}
/* Template: Default --------------------- */
.entry-sidebar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.entry-sidebar .entry-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 68.5em) {
  .entry-sidebar .entry-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.entry-sidebar #secondary {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 3rem;
  flex: 0 0 100%;
}
@media only screen and (min-width: 68.5em) {
  .entry-sidebar #secondary {
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 3rem;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .entry-sidebar #secondary {
    padding-left: 2rem;
    margin-left: 2rem;
  }
}

/* Template: Blank Page --------------------- */
.page-template-template-blank .header,
.page-template-template-blank .main-header,
.page-template-template-blank .pre-footer,
.page-template-template-blank .footer .widget-area,
.page-template-template-blank .footer__breadcrumbs {
  display: none !important;
}
.page-template-template-blank .main-header .main-title {
  color: #313131;
  max-width: none;
  text-align: center;
}

/* Page: Home ---------------------------- */
/* Page: Blog ---------------------------- */
/* Post: Archive ------------------------- */
/* Post: Single -------------------------- */
/* Service Area: Single ------------------ */
.single-service-area .entry-wrapper {
  padding: 0;
}
.single-service-area .entry-content {
  padding: 0;
}

.search-form {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.search-form .search-field {
  border: 1px solid #000;
  -webkit-appearance: none;
  border-radius: 0.25em 0 0 0.25em;
}
.search-form .search-submit {
  background: #000;
  color: #fff;
  padding: 0.3em 0.5em;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 0.25em 0.25em 0;
}
.search-form .search-submit:hover {
  background: #333;
  color: #fff;
}

#menu .wp-block-button {
  margin: 0;
}
#menu .wp-block-button__link {
  padding: 0.5em 1.1em 0.6em;
  font-size: 0.9em;
  margin-left: 1.4rem;
}

@media only screen and (min-width: 68.5em) {
  /* Mobile menu buttons */
  .menu-buttons {
    display: none;
  }
  /* Primary menu container */
  #menu {
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
  }
  /* Primary menu */
  #primary-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
    background: transparent;
    /* Toggle submenus */
  }
  #primary-menu,
  #primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu li {
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #primary-menu a {
    color: #595959;
    display: block;
    position: relative;
    padding: 0.75em 0.5em;
    text-align: left;
  }
  #primary-menu a:hover {
    color: #595959;
    background: #eee;
  }
  #primary-menu ul {
    background: #fff;
  }
  #primary-menu ul a {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35em 1rem;
  }
  #primary-menu ul a:hover {
    background: #e5e5e5;
  }
  #primary-menu > li {
    flex: 1 0 auto;
    /* Mega menu */
  }
  #primary-menu > li > a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    padding: 0;
    margin: 1.5rem 0.7rem;
  }
  #primary-menu > li > a:hover {
    color: var(--wp--preset--color--red);
    background: transparent;
  }
  #primary-menu > li:nth-child(1) > a {
    margin-left: 0;
  }
  #primary-menu > li:last-child > a {
    margin-right: 0;
  }
  #primary-menu > li.menu-item-has-children > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    margin-left: -6.5rem;
    padding: 0.5rem 0;
    width: 13rem;
    max-height: 25rem;
    box-shadow: 0.05rem 0.05rem 0.25rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.9);
    transform-origin: 50% 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 500ms, opacity 300ms, visibility 0ms 500ms;
  }
  #primary-menu > li.menu-item-has-children > a:focus {
    outline: 1px none !important;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0.75em 0 0 0.3em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #222;
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
  }
  #primary-menu > li.current-menu-item > a {
    color: var(--wp--preset--color--red);
  }
  #primary-menu > li.js-on {
    z-index: 5;
  }
  #primary-menu > li.js-on > a {
    color: var(--wp--preset--color--red);
    background: transparent;
  }
  #primary-menu > li.js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu > li.js-on > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  #primary-menu > li.mega-menu > ul, #primary-menu > li.menu-mega > ul {
    display: flex;
    flex-flow: row wrap;
    padding: 1rem 1rem 1rem 0;
  }
  #primary-menu > li.mega-menu > ul > li, #primary-menu > li.menu-mega > ul > li {
    flex: 1 1 0;
    padding-left: 1rem;
  }
  #primary-menu > li.mega-menu > ul > li > a, #primary-menu > li.menu-mega > ul > li > a {
    font-weight: 600;
    border-bottom: 1px solid #333;
    color: #333;
    background: none;
    cursor: default;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-2, #primary-menu > li.menu-mega > ul > li.menu-span-2 {
    flex: 2 1 0;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-2 > ul, #primary-menu > li.menu-mega > ul > li.menu-span-2 > ul {
    column-count: 2;
    column-gap: 1rem;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-3, #primary-menu > li.menu-mega > ul > li.menu-span-3 {
    flex: 3 1 0;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-3 > ul, #primary-menu > li.menu-mega > ul > li.menu-span-3 > ul {
    column-count: 3;
    column-gap: 1rem;
  }
  #primary-menu > li.menu-col-2 > ul {
    margin-left: -13rem;
    width: 26rem;
  }
  #primary-menu > li.menu-col-3 > ul {
    margin-left: -19.5rem;
    width: 40rem;
  }
  #primary-menu > li.menu-full {
    position: static;
  }
  #primary-menu > li.menu-full > ul {
    left: 3rem;
    right: 3rem;
    margin: 0;
    width: auto;
  }
  #primary-menu .menu-toggle > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0.55em 0 0 0.5em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #595959;
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
    position: absolute;
    left: calc(100% - 1.5rem);
  }
  #primary-menu .menu-toggle li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }
  #primary-menu .menu-toggle ul {
    pointer-events: none;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 5;
  }
  #primary-menu .menu-toggle ul a {
    font-size: 0.8em;
  }
  #primary-menu .menu-toggle.js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu .menu-toggle.js-on ul {
    pointer-events: auto;
  }
  #primary-menu .menu-toggle.js-on li {
    max-height: 5em;
  }
  /* If JS is disabled, show sub-menus with hover. */
  .nojs #primary-menu ul li {
    max-height: none;
  }
  .nojs #primary-menu .menu-item-has-children > a :after {
    display: none;
  }
  .nojs #primary-menu > li:hover {
    z-index: 5;
  }
  .nojs #primary-menu > li:hover > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  .nojs #primary-menu > li a :after {
    transform: rotate(-180deg);
  }
  /* Home & Search menu items */
  .menu-home,
  .menu-search {
    width: 3em;
    max-width: 4em;
  }
  .menu-home > a,
  .menu-search > a {
    position: relative;
    overflow: hidden;
    text-indent: -999em;
  }
  .menu-home > a:before,
  .menu-search > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 1em;
    background: url(../images/icon-home--black.svg) center/contain no-repeat;
    transition: 0.3s;
  }
  .menu-home > a:hover:before,
  .menu-search > a:hover:before {
    background-image: url(../images/icon-home--red.svg);
  }
  .menu-search > a:before {
    background-image: url(../images/icon-search.svg);
  }
  .menu-search > .sub-menu {
    right: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 15rem;
    transform-origin: top right;
  }
  /* Menu: Search Form ----------------- */
  .menu-search-form {
    display: none;
  }
  #primary-menu .menu-search-form {
    display: block;
  }
  .menu-search-form .search-field {
    padding: 0.5em 1.5em;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    line-height: 2;
    -webkit-appearance: textfield;
  }
  .menu-search-form .search-submit {
    display: none;
  }
}
@media only screen and (max-width: 68.49em) {
  /* Menu buttons. */
  .menu-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin-bottom: -100em;
    padding-bottom: 100em;
    width: 100%;
    background: #222;
  }
  .menu-buttons .js-turnon.js-on {
    display: none;
  }
  .menu-buttons .js-turnoff.js-on {
    display: block;
  }
  .menu-button {
    display: block;
    flex: 0 1 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.6em 0 0.6em;
    width: 8em;
    line-height: 1;
    text-align: center;
  }
  .menu-button:first-child {
    border-left: 0;
  }
  .menu-button-icon {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.1em;
  }
  .menu-button-icon svg {
    width: 1em;
    height: 1em;
  }
  .menu-button-label {
    display: block;
    font-size: 0.6em;
  }
  .menu-button.menu-close {
    display: none;
  }
  .menu-button, .menu-button.menu-close {
    color: #fff;
    background: #222;
  }
  .menu-button:hover, .menu-button.menu-close.js-on {
    color: #fff;
    background: #444;
  }
  /* Menu tabs. */
  .menu-tab {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    padding: 1em 0 5em;
    overflow: auto;
    transition: top 700ms;
    background: #333;
    color: #fff;
  }
  .menu-tab.js-on, .menu-tab:target {
    top: 0;
  }
  .menu-contain {
    margin: auto;
    max-width: 22rem;
  }
  /* Primary menu */
  #primary-menu {
    margin: auto;
    max-width: 22rem;
  }
  #primary-menu,
  #primary-menu ul {
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
  }
  #primary-menu ul {
    margin: 0;
    background: #444;
  }
  #primary-menu ul li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }
  #primary-menu ul a {
    padding-left: 2.5em;
  }
  #primary-menu ul ul a {
    padding-left: 3.5em;
  }
  #primary-menu ul ul ul a {
    padding-left: 4.5em;
  }
  #primary-menu li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu a {
    display: block;
    position: relative;
    padding: 0.5em 2.5em 0.5em 1.5em;
    color: #fff;
  }
  #primary-menu a:hover {
    background: #555;
    color: #fff;
  }
  #primary-menu a .fa {
    line-height: 1.5;
  }
  #primary-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 1.05em;
    right: 1em;
    border-style: solid;
    border-color: transparent;
    border-width: 0.5em 0.4em 0 0.4em;
    transition: all 200ms;
    border-top-color: #fff;
  }
  #primary-menu .js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu .js-on > ul > li {
    max-height: 5em;
  }
  #primary-menu .js-on > ul > .js-on {
    max-height: 100em;
    transition: max-height 500ms;
  }
  /* If JS is disabled, show sub-menus with hover. */
  .nojs #primary-menu ul li {
    max-height: none;
  }
  .nojs #primary-menu .menu-item-has-children > a:after {
    display: none;
  }
  /* Menu search form. */
  .menu-search {
    display: none;
  }
  .menu-search-form {
    margin: auto;
    list-style: none;
    padding: 1em 1.5em;
    max-width: 22rem;
  }
  .menu-search-form .search-form {
    display: flex;
  }
  .menu-search-form label {
    width: 100%;
  }
  .menu-search-form .search-field {
    padding: 0.5em 1em;
    width: 100%;
    line-height: 1.5;
    background: #eee;
    -webkit-appearance: none;
    border-radius: 0.25em 0 0 0.25em;
    height: 100%;
    border: none;
    outline: none;
  }
  .menu-search-form .search-submit {
    font-weight: 400;
    padding: 0.5em 1em;
    line-height: 1.5;
    color: #fff;
    background: #777;
    border-radius: 0 0.25em 0.25em 0;
  }
}
/*--------------------------------------------------------------
Menu: Hamburger style
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em) {
  .menu-buttons {
    position: relative;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    order: 2;
    background: transparent;
    border: none;
    justify-content: flex-end;
  }
  .menu-buttons .js-turnon.js-on {
    display: block;
  }
  .menu-ctas {
    margin: auto;
    max-width: 22rem;
    margin-top: 2rem;
  }
  .menu-button {
    background: transparent;
    border: none;
    width: 2.35rem;
  }
  .menu-button.menu-close {
    background: transparent;
    border: none;
    width: 2rem;
  }
  .menu-button:hover, .menu-button.menu-close.js-on {
    background: transparent;
  }
  .menu-button .menu-button-label {
    display: none;
  }
  .menu-button .menu-button-icon {
    margin: 0;
    font-size: 2em;
  }
  .menu-button .menu-button-bar {
    top: 12px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-button .menu-button-bar, .menu-button .menu-button-bar:before, .menu-button .menu-button-bar:after {
    position: absolute;
    display: block;
    width: 2.35rem;
    height: 3px;
    background: #222;
    transition: 300ms ease-in-out;
  }
  .menu-button .menu-button-bar:before, .menu-button .menu-button-bar:after {
    content: "";
    display: block;
  }
  .menu-button .menu-button-bar:before {
    top: -12px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .menu-button .menu-button-bar:after {
    bottom: -12px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-button.js-on .menu-button-bar {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-button.js-on .menu-button-bar:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .menu-button.js-on .menu-button-bar:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-tab {
    top: 0;
    left: -100%;
    padding: 5em 0 5em;
    width: 75% !important;
    overflow: auto;
    transition: left 500ms;
  }
  .menu-tab.js-on, .menu-tab:target {
    left: 0;
  }
}
.pagination {
  margin: 2em 0;
  text-align: center;
}
@media only screen and (min-width: 68.5em) {
  .pagination {
    text-align: left;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0.5em 0.2em;
  border-radius: 0.2em;
  width: 2em;
  overflow: hidden;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #333;
}
.pagination .page-numbers svg {
  vertical-align: top;
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
}
.pagination .page-numbers.current {
  background: #777;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #555;
}

.widgets {
  margin: 0;
  list-style: none;
}

.widget {
  display: block;
  margin: 0 0 1.5em 0;
}

.widget-title {
  margin: 0 0 0.3em 0;
}

.entry-header-widgets .widget:last-child {
  margin-bottom: 0 !important;
}
.entry-header-widgets .gform_wrapper {
  max-width: 29rem;
  background-color: rgba(245, 87, 13, 0.75);
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 0;
}
.entry-header-widgets .gform_wrapper .gform_heading {
  text-align: center;
  margin-bottom: 1rem !important;
}
.entry-header-widgets .gform_wrapper .gfield_required {
  color: inherit !important;
}
.entry-header-widgets .gform_wrapper .gform_required_legend {
  display: none !important;
}
.entry-header-widgets .gform_wrapper .gform_title {
  font-size: 0.9rem !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.entry-header-widgets .gform_wrapper .gform_description {
  display: none !important;
}
.entry-header-widgets .gform_wrapper .gfield_label {
  text-align: left;
  margin-bottom: 4px !important;
  display: flex !important;
  align-items: center;
  line-height: 1.4;
}
.entry-header-widgets .gform_wrapper .gform-footer {
  padding-bottom: 0 !important;
  justify-content: center !important;
}
.entry-header-widgets .gform_wrapper .gform-footer .button {
  margin-bottom: 0 !important;
  width: 100% !important;
  background-color: #fff !important;
  color: var(--wp--preset--color--orange) !important;
}
.entry-header-widgets .gform_wrapper .gform-footer .button:hover, .entry-header-widgets .gform_wrapper .gform-footer .button:focus {
  background-color: var(--wp--preset--color--black) !important;
  color: #fff !important;
}

.gform_wrapper.gravity-theme {
  /* AJAX loading spinner */
  /* START material design */
  /* END material design */
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  margin: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 0.9em !important;
  font-weight: 500 !important;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
  z-index: 1;
  list-style: none;
}
.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  -webkit-appearance: none;
}
.gform_wrapper.gravity-theme .gfield--type-address {
  position: relative;
  padding-left: 1.5rem;
}
.gform_wrapper.gravity-theme .gfield--type-address:before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  left: 0;
  top: -1.5rem;
  color: var(--wp--preset--color--black);
  bottom: auto;
  line-height: 1;
  font-size: 1.2rem;
}
.gform_wrapper.gravity-theme .gfield--type-address:after {
  background: var(--wp--preset--color--black);
  height: 100%;
  width: 2px;
  content: "";
  left: 8px;
  top: 0;
  display: block;
  position: absolute;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:after {
  border-radius: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  content: "\f078";
  width: 1em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  display: inline-block;
  text-align: center;
  position: absolute;
  font-weight: 400;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
  color: var(--wp--preset--color--black);
}
.gform_wrapper.gravity-theme .ginput_recaptcha {
  margin: auto;
  padding: 1em 0 0;
  max-width: 304px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 1.5em;
  text-align: center;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 1em;
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-left: 4px solid #333;
  animation: gform_spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
@keyframes gform_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_label {
  display: block;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_float_label {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  font-size: 0.9em;
  left: 0.75em;
  color: inherit;
  bottom: 50%;
  transform: translateY(50%);
  transition: 0.3s;
  height: 1.5em;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gfield_material_design.gfield_is_set .gfield_float_label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  transform: none;
  color: inherit;
  font-size: 0.6em;
}
.gform_wrapper.gravity-theme .gfield_material_design .ginput_container:before {
  background: #333;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 0.5em;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_in_focus.ginput_container:before {
  left: 0;
  visibility: visible;
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_in_focus.ginput_container_select:before {
  left: unset;
  width: 2em;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gfield_label {
  display: block;
  width: 100% !important;
  text-align: center;
  justify-content: center;
  font-weight: 600 !important;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gfield-choice-input[type=radio] {
  display: none;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gfield_radio {
  display: flex;
  justify-content: center;
  grid-gap: 1rem;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gchoice .icon {
  display: block !important;
  text-align: center;
  margin: 0 auto 0.6rem;
  font-size: 2.4em;
  font-weight: 300;
  width: auto;
  height: 1em;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gchoice label {
  display: inline-block;
  padding: 12px 20px;
  border: none;
  border-radius: 0.5em;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  max-width: none !important;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gchoice label:hover {
  background: #f0f0f0;
}
.gform_wrapper.gravity-theme .alpha-field-radio.gfield--type-radio .gfield-choice-input[type=radio]:checked + label {
  background: #000;
  color: #fff;
  border-color: #000;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gfield-choice-input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gfield_radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice {
  position: relative;
  line-height: 1;
  display: flex;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice label {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  cursor: pointer;
  color: #bbb;
  transition: color 0.15s ease-in-out, transform 0.1s ease-in-out;
  text-indent: 0;
  overflow: visible;
  white-space: normal;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice label:before {
  content: "\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  display: inline-block;
  color: #bbb;
  transition: color 0.15s ease-in-out, transform 0.1s ease-in-out;
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice.is-active label,
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice.is-hover label {
  color: var(--wp--preset--color--orange);
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice.is-active label:before,
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice.is-hover label:before {
  color: var(--wp--preset--color--orange);
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio .gchoice label:hover {
  transform: scale(1.05);
}
.gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio.gfield--width-third .gfield_radio, .gform_wrapper.gravity-theme .gfield.radio-stars.gfield--type-radio.gfield--width-quarter .gfield_radio {
  gap: 0.3rem;
}
.gform_wrapper.gravity-theme .alpha-field-icon .ginput_container {
  position: relative;
}
.gform_wrapper.gravity-theme .alpha-field-icon .ginput_container input,
.gform_wrapper.gravity-theme .alpha-field-icon .ginput_container select,
.gform_wrapper.gravity-theme .alpha-field-icon .ginput_container textarea {
  padding-left: 2em !important;
}
.gform_wrapper.gravity-theme .alpha-field-icon .ginput_container:before {
  pointer-events: none;
  border-radius: 0;
  content: "\f1f8";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.5;
  background: transparent;
  border: none;
  width: 2em;
  top: 0;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  text-align: center;
  color: var(--wp--preset--color--orange);
  font-size: 1em;
  padding: 0.25em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gform_wrapper.gravity-theme .alpha-field-icon.icon--name .ginput_container:before {
  content: "\f007";
}
.gform_wrapper.gravity-theme .alpha-field-icon.icon--address .ginput_container:before {
  content: "\f3c5";
}
.gform_wrapper.gravity-theme .alpha-field-icon.icon--email .ginput_container:before {
  content: "\f0e0";
}
.gform_wrapper.gravity-theme .alpha-field-icon.icon--phone .ginput_container:before {
  content: "\f095";
}
.gform_wrapper.gravity-theme .alpha-field-icon.icon--notes .ginput_container:before {
  content: "\f044";
}

.boxed-form_wrapper {
  background-color: var(--wp--preset--color--orange);
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 0;
  margin: 0 auto;
}
.boxed-form_wrapper .gform_title {
  text-align: center;
  color: #fff !important;
  margin-bottom: 0 !important;
  display: none !important;
}
.boxed-form_wrapper .gform_description {
  display: none !important;
}
.boxed-form_wrapper .gfield.radio-stars {
  text-align: center;
}
.boxed-form_wrapper .gfield.radio-stars.gfield--type-radio .gchoice label:before {
  color: #fff !important;
}
.boxed-form_wrapper .gfield.radio-stars.gfield--type-radio .gchoice.is-active label:before,
.boxed-form_wrapper .gfield.radio-stars.gfield--type-radio .gchoice.is-hover label:before {
  color: #313131 !important;
}
.boxed-form_wrapper .gform-footer .button {
  margin-bottom: 0 !important;
  width: 100% !important;
  background-color: #fff !important;
  color: var(--wp--preset--color--orange) !important;
}
.boxed-form_wrapper .gform-footer .button:hover, .boxed-form_wrapper .gform-footer .button:focus {
  background-color: var(--wp--preset--color--black) !important;
  color: #fff !important;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.social-navigation li {
  display: inline-block;
  margin-left: 0.5em;
}
.social-navigation li:first-child {
  margin-left: 0;
}
.social-navigation li a i,
.social-navigation li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
  margin: 0;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background: var(--wp--preset--color--black);
  color: #fff;
  transition: 0.3s;
}
.social-navigation li a:hover i,
.social-navigation li a:hover span, .social-navigation li a:focus i,
.social-navigation li a:focus span {
  background: var(--wp--preset--color--red);
}

/* Tabs ---------------------------------- */
.tabbed .tab-content {
  overflow: hidden;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabbed .tab-content.current {
  display: block;
  width: 100%;
}

.tabbed .tab-link {
  cursor: pointer;
}

.swiper .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  bottom: 0 !important;
}
.swiper .swiper-pagination-bullet {
  margin: 0 0.3rem !important;
  height: 0.6rem;
  width: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-right-width: 0;
  transition: 0.3s;
  opacity: 1;
}
.footer .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.swiper .swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.7);
}
.footer .swiper .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.7);
}
.swiper .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--red);
}
.footer .swiper .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--red);
}
.swiper .swiper-pagination-bullet-active:hover {
  background: var(--wp--preset--color--dark-red);
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
/* Screen Reader Text -------------------- */
.sr-only,
.screen-reader-text {
  position: absolute !important;
  top: auto;
  left: -10000rem;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Skip Link ----------------------------- */
.skip-link,
.skip-to-content {
  display: block;
  position: absolute;
  top: -10000rem;
  left: 1em;
  z-index: 99999;
  padding: 0.5em 1em;
  background: #eee;
  box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
  transition: none;
}
.skip-link:focus,
.skip-to-content:focus {
  top: 1em;
}

.has-white-color {
  color: #ffffff;
}
.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}

@media only screen and (min-width: 68.5em) { /*1095px*/
  .js .animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }
  .js .animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeIn {
    0%, 20%, 60% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-2000px);
    }
    60% {
      transform: translateX(20px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(2000px);
    }
    60% {
      transform: translateX(-20px);
    }
    80% {
      transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes moveUp {
    0% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeBgColor {
    0%, 70% {
      background: 0 0;
    }
    100% {
      background: #464646;
    }
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  .animated.animationDelay {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
  }
  .animated.animationDelayMed {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
  }
  .animated.animationDelayLong {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }
  .animated.animationDelayLonger {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
  }
  .animated.animationDelayLongest {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }
  .animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
  }
  .animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  .animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
  }
  .animated.zoomIn {
    animation-name: zoomIn;
  }
  .animated.zoomIn {
    animation-name: zoomIn;
  }
}
@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  #primary-menu,
  #sidebar,
  #sidebar-post,
  #header,
  #footer,
  #comments,
  .menu-buttons,
  .page-navigation,
  .pagination,
  .wp-prev-next,
  .respond-form {
    display: none;
  }
  .contain {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}

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