/*
Theme Name: Fireman Restoration

Fonts Used:
font-family: "Roboto", sans-serif;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.clear {
  clear: both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}
/*--------- BODY ELEMENTS --------- */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  letter-spacing: -0.02em;
  word-spacing: 0.04em;
  max-width: 2400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, article, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, select, textarea {
  -webkit-appearance: none;
}
p {
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin: 0 !important;
}
a {
  text-decoration: none;
  transition: .5s;
}
em, i {
  font-style: italic;
}
img {
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.333em;
  box-sizing: border-box;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1em);
  border-bottom: 1px solid #ccc;
}
.top-strip {
  background: #ff6100;
  color: #fff;
  font-weight: 800;
  padding: 0.5em 1em;
  font-size: 1em;
}
.top-strip .inner {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
  width: 1500px;
  margin: 0 auto;
}
#branding {
  display: table;
  width: 1500px;
  margin: 1em auto 1em auto;
}
#branding .left {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
#branding .left img {
  display: table;
  margin: 0 0 0 0;
  float: left;
  width: 18em;
  max-width: 100%;
}
#branding .middle {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}
#branding .right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 20%;
}
#branding .right span {
  display: block;
  color: #ff6100;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
}
#branding .right a {
  font-size: 1.333em;
  font-weight: 800;
  color: #000;
}
#branding .right a:hover {
  color: #ff6100;
}
/*--------- HEADER MENU ELEMENTS --------- */
.headermenu {
  display: table;
  width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  white-space: nowrap !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  color: #ff6100 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  height: 100% !important;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
  background: #000;
}
#foote:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 90, 0, .24), transparent 34%), radial-gradient(circle at 80% 100%, rgba(255, 90, 0, .12), transparent 30%);
  pointer-events: none;
}
#footer .footerinfo {
  display: grid;
  width: 1500px;
  margin: 3em auto 3em auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2em;
  align-items: start;
  color: #fff;
}
#footer .footerinfo .footer-logo {}
#footer .footerinfo .footer-logo img {
  display: block;
  margin: 0 0 1em 0;
  float: left;
  width: 18em;
  max-width: 100%;
}
#footer .footerinfo .footer-logo p {
  display: table;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1em 0;
}
#footer .footerinfo .footer-logo .address {
  width: 100%;
  margin: 0 0 1em 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#footer .footerinfo .footer-logo .address i {
    color: #ff6100;
    flex-shrink: 0;
    font-size: 1.333em;
}
#footer .footerinfo .footer-logo .footer-phone {
  color: #fff;
  font-size: 1.333em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#footer .footerinfo .footer-logo .footer-phone:hover {
  color: #ff6100;
  font-size: 1.333em;
  font-weight: 800;
}
#footer .footerinfo .footer-logo .footer-phone i {
    color: #ff6100;
    flex-shrink: 0;
    font-size: 1em;
}
#footer .footerinfo h3 {
  font-size: 1.222em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  position: relative;
}
#footer .footerinfo h3:after {
  content: "";
  display: table;
  width:3em;
  height: 0.125em;
  background: #ff6100;
  margin: 0.5em 0 0 0;
}
#footer .footerinfo div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5em;
  display: table;
  width: auto;
}
#footer .footerinfo div ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
}
#footer .footerinfo div ul li a {
  font-size: 1.111em;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footerinfo div ul li a:hover {
  color: #ff6100;
}
#footer .footerinfo div ul li:last-child {
  border: none;
}
.copyright {
  display: table;
  width: 100%;
  padding: 0.5em 4vw;
  color: #ccc;
  text-align: center;
  font-size: 0.889em;
  background: #000;
  border-top: 1px solid #333;
}
.copyright a {
  color: #ccc;
}
.copyright a:hover {
  color: #fff;
}
/*--------- HOME BANNER ELEMENTS --------- */
#homebanner {
  display: table;
  width: 100%;
  position: relative;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .80), rgba(0, 0, 0, .50), rgba(0, 0, 0, .10));
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
#homebanner:after {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: url("images/hero.webp") center no-repeat;
  background-size: cover;
  z-index: -1;
}
#homebanner .homebanner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2em;
  margin: 5em auto;
  width: 1500px;
  align-items: center;
  position: relative;
  z-index: 1;
}
#homebanner .homebanner .hero-copy .eyebrow {
  color: #fff;
  background: #ff6100;
  ;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 1em 0;
}
#homebanner .homebanner .hero-copy h1 {
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
#homebanner .homebanner .hero-copy p {
  max-width: 760px;
  font-size: 1.111em;
  color: #fff;
  margin: 0 0 1.556em 0;
}
#homebanner .homebanner .hero-copy .hero-actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0 0 1.556em 0;
}
#homebanner .homebanner .hero-copy .hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.222em;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}
#homebanner .homebanner .hero-copy .hero-actions .btn:hover {
  border-color: #000;
}
#homebanner .homebanner .hero-copy .hero-actions .btn-primary {
  background: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
#homebanner .homebanner .hero-copy .hero-actions .btn-light {
  background: #fff;
  color: #000;
  border-color: #fff;
}
#homebanner .homebanner .hero-copy .theme-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
  max-width: 760px;
}
#homebanner .homebanner .hero-copy .theme-card {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1em;
  padding: 1.333em;
  backdrop-filter: blur(0.5em);
}
#homebanner .homebanner .hero-copy .theme-card strong {
  display: block;
  font-size: 1.333em;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#homebanner .homebanner .mascot-frame {
  align-self: end;
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 2em;
  padding: 1em;
  box-shadow: 0 1.333em 4em rgba(0, 0, 0, .35);
  overflow: hidden;
}
#homebanner .homebanner .mascot-frame:before {
  content: "";
  position: absolute;
  inset: 1em;
  border-radius: 2em;
  background: radial-gradient(circle at 65% 30%, rgba(255, 90, 0, .32), transparent 40%), rgba(0, 0, 0, .20);
  border: 1px solid rgba(255, 255, 255, .14);
}
#homebanner .homebanner .mascot-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  filter: drop-shadow(0 1.111em 2em rgba(0, 0, 0, .38));
}
#homebanner .homebanner .mascot-frame .mascot-caption {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #111;
  border-left: 0.25em solid #ff6100;
  border-radius: 1em;
  padding: 0.75em 1em;
  font-size: 1.333em;
  font-weight: 700;
  margin: 1em 0 0 0;
  box-shadow: 0 0.5em 1.222em rgba(0, 0, 0, .18);
}
/*--------- HOME EMERGENCY ELEMENTS --------- */
#emergency {
  display: table;
  width: 100%;
  background: #111;
  color: #fff;
  position: relative;
}
#emergency:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0; /* top */
  height: 0.5em;
  background: linear-gradient(90deg, #ff6100, #111);
}
#emergency .emergency {
  display: table;
  width: 1500px;
  margin: 3em auto;
}
#emergency .emergency .widget {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
}
#emergency .emergency .widget h2 {
  max-width: 100%;
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.111em;
}
#emergency .emergency .widget .hero-actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
}
#emergency .emergency .widget .hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.222em;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}
#emergency .emergency .widget .hero-actions .btn:hover {
  border-color: #000;
}
#emergency .emergency .widget .hero-actions .btn-primary {
  background: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
#homecontent {
  display: table;
  width: 100%;
}
#homecontent .homecontent {
  display: table;
  width: 1500px;
  margin: 2em auto;
  font-size: 1.333em;
  line-height: 1.444em;
}
#homecontent .homecontent header {
  display: none;
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #ff6100;
}
#container #content a:hover {
  color: #000000;
}
#container {
  width: 1500px;
  display: table;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 71%;
}
#sidebar {
  float: right;
  width: 27%;
}
#container #content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.444em;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
#container #content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2em;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
  color: #000;
}
#container #content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.667em;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
  color: #000;
}
#container #content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.444em;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
  color: #000;
}
#container #content ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#container #content ul li {
  list-style: none;
  padding: 0.5em 0 0.4em 1.35em;
  position: relative;
}
#container #content ul li:before {
  content: "\f00c";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #ff6100;
}
#container #content ul li ul {
  margin-bottom: 0.5em;
}
#container #content ol {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
}
#container #content ol li {
  padding: 0.3em 0;
}
#container #content .imgright {
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
#container #content .imgright img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
}
#container #content .threeimgs {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 2em 0;
}
#container #content .threeimgs li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
  list-style: none;
  background: none;
  float: left;
}
#container #content .threeimgs li:last-child {
  margin: 0;
}
#container #content .threeimgs li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .threeimgs li:before {
  display: none;
}
#container #content .threeimgs li.double {
  width: 64%;
  margin: 0 0 0 2%;
}
.alignleft {
  float: left;
  margin: 0 1.5em 0.5em 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1.5em;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.alignnone {
  float: none;
  margin: 1.5em auto;
  display: table;
  border-radius: 1em;
}
.aligncenter {
  float: none;
  margin: 1.5em auto;
  display: table;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .altimages {
  display: grid;
  gap: 1.5em 1.5em;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0;
  margin: 0;
}
#container #content .altimages li {
  padding: 0;
  margin: 0;
}
#container #content .altimages li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#container #content .altimages li:before {
  display: none;
}
#container #content .mascot {
  width: 25%;
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: right;
}
#container #content .mascot img {
  width: 100%;
  height: auto;
  margin: 0;
}
/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
select {
  height: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  background: #fff;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
textarea {
  height: 7em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
input[type="submit"] {
  display: table;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.111em;
  font-weight: 700;
  line-height: 3em;
  text-transform: uppercase;
  background: #000;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #ff6100;
  background: #333;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  margin: 0 0 -20px 0 !important;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: yellow !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ng {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: white !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 5px 0 !important;
  color: yellow !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  color: yellow !important;
  border: none !important;
  font-weight: 400;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
#searchform #s {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 1em;
  line-height: 2.222em;
  padding: 0 1em;
  box-shadow: 1px 1px 2px #333;
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1em;
  line-height: 2.778em;
  padding: 0;
  box-shadow: 1px 1px 2px #333;
}
/* --------- BLOG PAGE ELEMENTS --------- */
.entry-meta {
  margin: 0 0 1em 0;
}
.entry-footer {
  border: 1px solid #ededed;
  background: #fbfbfb;
  padding: 0.25em 1em;
  display: table;
  width: 100%;
  margin: 1.5em 0 0 0;
}
.cat-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
.tag-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
#nav-below {
  margin: 1.5em 0 0 0;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#container #content article {
  margin: 0 0 3em 0 !important;
}
.blog #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
.single #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
/* --------- SIDEBAR ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  background: url("images/contact-bg.webp") center no-repeat #ff6100;
  background-size: cover;
  padding: 1.5em;
  margin: 0 0 1.5em 0;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.sidebarform h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0.25em 0;
}
.sidebarform .wpcf7 {
  margin: 0;
}
.sidebarform .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.25em 0;
}
.sidebarform .wpcf7 table tr td input {
  margin: 0;
}
.sidebarform .wpcf7 table tr td select {
  margin: 0;
}
.sidebarform .wpcf7 table tr td textarea {
  margin: 0;
}
/* --------- VIDEO ELEMENTS --------- */
.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videocontainer .videosize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontainer iframe {
  display: table;
}
/* --------- FULL WIDTH PAGE ELEMENTS --------- */
.page-template-full-width #content {
  width: 100%;
  margin: 0;
}
/* --------- CONTACT PAGE ELEMENTS --------- */
.contact-page #container #content header {
  display: none;
}
.contact-page #container {
  padding: 3em 0 0 0;
}
.contact-page #container #content .sectionone {
  display: grid;
  gap: 0 0;
  grid-template-columns: 45% 55%;
  width: 100%;
  background: #f8f8f8;
  border-radius: 1em 1em 0 0;
}
.contact-page #container #content .sectionone .left {
  padding: 2em;
  position: relative;
}
.contact-page #container #content .sectionone .left:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8vw;
  width: 8vw;
  height: 100%;
  background: #f8f8f8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 3;
}
.contact-page #container #content .sectionone .left h1 {
  font-size: 4em;
  font-weight: 800;
  line-height: 1.111em;
  margin: 0;
}
.contact-page #container #content .sectionone .left h1 em {
  font-style: normal;
  color: #ff6100;
}
.contact-page #container #content .sectionone .left h3 {
  display: table;
  background: #000;
  color: #fff;
  padding: 0 0.25em;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.333em;
  margin: 0.25em 0 0.5em 0;
}
.contact-page #container #content .sectionone .right {
  background: url("images/contact-page-bg.webp") center no-repeat;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  justify-content: right;
  border-radius: 0 1em 0 0;
}
.contact-page #container #content .sectionone .right .ctabox {
  display: table;
  background: #ff6100;
  padding: 1em;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.contact-page #container #content .sectionone .right .ctabox:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2vw;
  width: 2vw;
  height: 100%;
  background: #ff6100;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 3;
}
.contact-page #container #content .sectionone .right .ctabox a {
  display: table;
  color: #fff;
  margin: 0.125em 0;
}
.contact-page #container #content .sectionone .right .ctabox a:hover {
  color: #000;
}
.contact-page #container #content .sectionone .right .ctabox a:nth-of-type(1) {
  font-size: 2em;
}
.contact-page #container #content .sectiontwo {
  display: grid;
  gap: 0 0;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  background: #efefef;
  border-radius: 0 0 1em 1em;
}
.contact-page #container #content .sectiontwo .left {
  padding: 2em;
}
.contact-page #container #content .sectiontwo .left ul {
  margin: 0;
}
.contact-page #container #content .sectiontwo .left ul li {
  list-style: none;
  padding: 0.125em 0 0.125em 1.35em;
  position: relative;
}
.contact-page #container #content .sectiontwo .middle {
  padding: 2em;
  background: url("images/contact-bg.webp") center no-repeat #ff6100;
  background-size: cover;
}
.contact-page#container #content .sectiontwo .middle h2 {
  color: #fff;
  text-align: center;
}
.contact-page #container #content .sectiontwo .middle table tr td {
  padding: 0.125em;
}
.contact-page #container #content .sectiontwo .middle table tr td input {
  margin: 0;
  height: 2.5em;
}
.contact-page #container #content .sectiontwo .middle table tr td select {
  margin: 0;
  height: 2.5em;
}
.contact-page #container #content .sectiontwo .middle table tr td textarea {
  margin: 0;
}
.contact-page #container #content .sectiontwo .middle table tr td input[type="submit"] {
  line-height: 2.5em;
}
.contact-page #container #content .sectiontwo .right {
  padding: 2em;
}
.contact-page #container #content .sectiontwo .right ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-page #container #content .sectiontwo .right ul li {
  padding: 0 1em 1em 3em;
  position: relative;
}
.contact-page #container #content .sectiontwo .right ul li:before {
  display: inline-table;
  font-size: 2em;
  padding: 0;
  line-height: 1em;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #ff6100;
}
.contact-page #container #content .sectiontwo .right ul li:nth-child(1):before {
  content: "\f135";
}
.contact-page #container #content .sectiontwo .right ul li:nth-child(2):before {
  content: "\f005";
}
.contact-page #container #content .sectiontwo .right ul li:nth-child(3):before {
  content: "\f075";
}
.contact-page #container #content .sectiontwo .right ul li:nth-child(4):before {
  content: "\f508";
}
.contact-page #container #content .sectionthree {
  display: table;
  width: 100%;
  padding: 2em 0;
}
.contact-page #container #content .sectionthree h2 {
  text-align: center;
}
.contact-page #container #content .sectionthree ul {
  display: grid;
  gap: 0 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-page #container #content .sectionthree ul li {
  padding: 0;
}
.contact-page #container #content .sectionthree ul li h5 {
  display: table;
  width: 100%;
  background: #000;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.667em;
  margin: 0 0 0.5em 0;
  border-radius: 0 0 1em 1em;
}
.contact-page #container #content .sectionthree ul li:before {
  display: none;
}
.contact-page #container #content .sectionthree ul li img {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 1em 1em 0 0;
}
.contact-page #container #content .sectionthree ul li br {
  display: none;
}
.contact-page #container #content .sectionfour {
  display: grid;
  gap: 0 0;
  grid-template-columns: 50% 50%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-page #container #content .sectionfour h2 {
  color: #fff;
}
.contact-page #container #content .sectionfour h2 em {
  display: block;
  font-style: normal;
  color: #ff6100;
}
.contact-page #container #content .sectionfour .left {
  background: #000;
  color: #fff;
  padding: 2em;
  border-radius: 1em 0 0 1em;
}
.contact-page #container #content .sectionfour .left ul {
  margin: 0;
}
.contact-page #container #content .sectionfour .left ul li {
  list-style: none;
  padding: 0.125em 0 0.125em 1.35em;
  position: relative;
}
.contact-page #container #content .sectionfour .right {
  background: #ff6100;
  color: #fff;
  padding: 2em;
  border-radius: 0 1em 1em 0;
}
/*--------- HOME COMMON ELEMENTS --------- */
.page-template-front-page .kicker {
  color: #ff6100;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 0 0;
}
.page-template-front-page h2 {
  font-size: 3.333em;
  font-weight: 700;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
  max-width: 72%;
}
.page-template-front-page p {
  font-size: 1.333em;
  line-height: 1.444em;
}
/*--------- HOME TRUST ELEMENTS --------- */
#trust {
  display: table;
  width: 100%;
}
#trust .trust {
  display: table;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#trust .trust .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1em;
  width: 100%;
  margin: 2em 0 0 0;
}
#trust .trust .trust-grid .trust-card {
  background: #fff8f1;
  border: 1px solid #ff6100;
  border-radius: 1em 3em 1em 3em;
  padding: 1.556em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
  text-align: center;
  border-top: 0.35em solid #ff6100;
  border-bottom: 0.35em solid #000;
  background: linear-gradient(to top, #fff8f1 0%, #fff 100%);
}
#trust .trust .trust-grid .trust-card h3 {
  font-size: 1.444em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
#trust .trust .trust-grid .trust-card .icon {
  width: 2em;
  height: 2em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff8f1;
  font-size: 2em;
  margin: 0 auto 0.25em auto;
  border: 1px solid #ff6100;
}
/*--------- HOME SERVE ELEMENTS --------- */
#serve {
  display: table;
  width: 100%;
}
#serve .serve {
  display: table;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#serve .serve .two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
  width: 100%;
  margin: 2em 0 0 0;
}
#serve .serve .two-col .serve-card {
  border-radius: 1em;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: flex;
  align-items: end;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .15);
  min-height: 23em;
}
#serve .serve .two-col .serve-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .80));
  z-index: 1;
}
#serve .serve .two-col .planned {
  background: url("images/planned-projects.webp") center no-repeat;
  background-size: cover;
}
#serve .serve .two-col .damage {
  background: url("images/unexpected-damage.webp") center no-repeat;
  background-size: cover;
}
#serve .serve .two-col .serve-card .serve-content {
  position: relative;
  z-index: 2;
  padding: 6em 2em 2em 2em;
}
#serve .serve .two-col .serve-card .serve-content h3 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#serve .serve .two-col .serve-card .serve-content .tag-row {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin;
  1em 0 0 0;
}
#serve .serve .two-col .serve-card .serve-content .tag-row .tag {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  border-radius: 1em;
  padding: 0.5em 1em;
  font-weight: 800;
  font-size: 1em;
}
/*--------- HOME PROCESS ELEMENTS --------- */
#process {
  display: table;
  width: 100%;
}
#process .process {
  display: table;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#process .process .process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
  width: 100%;
  margin: 2em 0 0 0;
}
#process .process .process-grid .process-card {
  padding: 2em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#process .process .process-grid .process-card h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
#process .process .process-grid .process-card .steps {
  counter-reset: step;
  display: grid;
  gap: 1em;
  margin: 1em 0 0 0;
}
#process .process .process-grid .process-card .steps .step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 1em;
  align-items: start;
  font-size: 1.111em;
}
#process .process .process-grid .process-card .steps .step:before {
  content: counter(step);
  width: 2em;
  height: 2em;
  background: #ff6100;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5em;
  font-weight: 700;
}
#process .process .process-grid .process-card .steps .step strong {
  display: block;
  margin: 0 0 0.25em 0;
}
/*--------- HOME QUALITY ELEMENTS --------- */
#quality {
  display: table;
  width: 100%;
}
#quality .quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  align-items: center;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#quality .quality .note-box {
  margin: 1em 0 0 0;
  background: #fff8f1;
  border-left: 6px solid #ff6100;
  padding: 1.333em;
  border-radius: 1em;
  font-size: 1.111em;
  font-weight: 700;
  line-height: 1.444em;
}
#quality .quality .widget_media_image img {
  border-radius: 1em;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
/*--------- HOME CTA ELEMENTS --------- */
#cta {
  display: table;
  width: 100%;
  background: linear-gradient(135deg, #111, #321305 50%, #111);
  color: #fff;
}
#cta .cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2em;
  align-items: center;
  width: 1500px;
  margin: 5em auto 5em auto;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
  border-radius: 1em;
  padding: 3em;
}
#cta .cta .hero-actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0;
}
#cta .cta .hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 1.222em;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}
#cta .cta .hero-actions .btn:hover {
  border-color: #000;
}
#cta .cta .hero-actions .btn-primary {
  background: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
#cta .cta .hero-actions .btn-light {
  background: #fff;
  color: #000;
  border-color: #fff;
}
/*--------- HOME RESTORATION ELEMENTS --------- */
#restoration {
  display: table;
  width: 100%;
  background: linear-gradient(135deg, #111, #321305 50%, #111);
  color: #fff;
  scroll-margin-top: 5em;
}
#restoration .restoration {
  display: table;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#restoration .restoration .restoration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  width: 100%;
  margin: 2em 0 0 0;
}
#restoration .restoration .restoration-grid .restoration-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 1em;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}
#restoration .restoration .restoration-grid .restoration-card .service-img {
  min-height: 15em;
  background: #ddd;
  overflow: hidden;
  position: relative;
}
#restoration .restoration .restoration-grid .restoration-card .visual-panel {
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 1.333em;
  font-size: 2em;
  position: relative;
  overflow: hidden;
  line-height: 1.333em;
}
#restoration .restoration .restoration-grid .restoration-card .visual-panel:after {
  content: "";
  position: absolute;
  width: 3em;
  height: 3em;
  right: -1em;
  bottom: -1em;
  opacity: 0.5;
  background: url("images/logo-icon.webp") center no-repeat;
  background-size: contain;
}
#restoration .restoration .restoration-grid .restoration-card .visual-panel span {
  position: relative;
  z-index: 1;
  color: #000;
}
#restoration .restoration .restoration-grid .restoration-card .service-body {
  padding: 1.333em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
  font-size: 1em;
  position: relative;
}
#restoration .restoration .restoration-grid .restoration-card .service-body h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}
#restoration .restoration .restoration-grid .restoration-card .service-body p {
  font-size: 1.111em;
  margin: 0;
}
#restoration .restoration .restoration-grid .restoration-card .service-body a {
  font-size: 1.333em;
  font-weight: 700;
  color: #fff;
}
#restoration .restoration .restoration-grid .restoration-card .service-body a:hover {
  color: #ff6100;
}
/*--------- HOME BRAND ELEMENTS --------- */
#brand {
  display: table;
  width: 100%;
  background: #fff8f1;
}
#brand .brand {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2em;
  align-items: center;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#brand .brand .story-quote {
  background: #111;
  color: #fff;
  border-radius: 1em;
  padding: 2em;
}
#brand .brand .story-points {
  display: grid;
  gap: 1em;
}
#brand .brand .story-points .point {
  counter-increment: step;
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 1em;
  align-items: start;
  font-size: 1.111em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1em;
  padding: 1em;
}
#brand .brand .story-points .point:before {
  content: counter(step);
  width: 2em;
  height: 2em;
  background: #ff6100;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5em;
  font-weight: 700;
}
#brand .brand .story-points .point h3 {
  font-size: 1.333em;
  font-weight: 700;
  margin: 0;
}
#brand .brand .story-points .point p {
  font-size: inherit;
  margin: 0;
}
/*--------- HOME SAFETY ELEMENTS --------- */
#safety {
  display: table;
  width: 100%;
}
#safety .safety {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2em;
  align-items: center;
  width: 1500px;
  margin: 5em auto 5em auto;
  background: #000;
  color: #fff;
  border-radius: 1em;
  padding: 3em;
  overflow: hidden;
  position: relative;
}
#safety .safety:after {
  content: "";
  position: absolute;
  width: 10em;
  height: 10em;
  right: -2em;
  top: -2em;
  opacity: 0.5;
  background: url("images/logo-icon.webp") center no-repeat;
  background-size: contain;
}
#safety .safety .check-list {
  display: grid;
  gap: 1em;
  position: relative;
  z-index: 1;
}
#safety .safety .check-list .check {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 1em;
  padding: 1em;
  font-size: 1.222em;
  font-weight: 800;
}
#safety .safety .check-list .check:before {
  content: "✓";
  color: #ff6100;
  margin-right: 1em;
}
/*--------- HOME REMODELING ELEMENTS --------- */
#startproject {
  scroll-margin-top: 5em;
}
#remodeling {
  display: table;
  width: 100%;
}
#remodeling .remodeling {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3em 2em;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#remodeling .remodeling div.widget {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #ccc;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
#remodeling .remodeling div.widget:first-of-type {
  grid-column: span 3;
  border: none;
  background: none;
  box-shadow: none;
}
#remodeling .remodeling div.widget .service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1em;
}
#remodeling .remodeling div.widget .service-card .service-img {
  display: table;
  width: 100%;
  position: relative;
}
#remodeling .remodeling div.widget .service-card .service-img img {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 1em 1em 0 0;
}
#remodeling .remodeling div.widget .service-card .service-img .visual-panel {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  font-size: 2em;
  line-height: 1.222;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#remodeling .remodeling div.widget .service-card .service-img .visual-panel span {
  position: relative;
  z-index: 1;
}
#remodeling .remodeling div.widget .service-card .service-img .visual-panel:after {
  content: "";
  position: absolute;
  width: 10em;
  height: 10em;
  right: -2em;
  top: -2em;
  opacity: 0.5;
  background: url("images/logo-icon.webp") center no-repeat;
  background-size: contain;
  display: none;
}
#remodeling .remodeling div.widget .service-card .service-body {
  padding: 1.333em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
}
#remodeling .remodeling div.widget .service-card .service-body h3 {
  font-size: 1.667em;
  font-weight: 700;
  margin: 0;
}
#remodeling .remodeling div.widget .service-card .service-body p {
  font-size: 1.111em;
  margin: 0;
}
#remodeling .remodeling div.widget .service-card .service-body a {
  font-size: 1.333em;
  font-weight: 700;
  color: #ff6100;
}
#remodeling .remodeling div.widget .service-card .service-body a:hover {
  color: #000;
}
/* --------- ABOUT PAGE ELEMENTS --------- */
.about-page #container #content header {
  display: none;
}
.about-page #container {
  padding: 3em 0 0 0;
}
.about-page #container #content .eyebrow {
  color: #ff6100;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 0 0;
}
.about-page #container #content h1 {
  font-size: 5em;
  font-weight: 800;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
.about-page #container #content h1 span {
  color: #ff6100;
}
.about-page #container #content .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: center;
  gap: 2em;
  width: 100%;
  margin: 0 auto 5em auto;
}
.about-page #container #content .hero-inner .hero-visual-frame {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page #container #content .hero-inner .hero-visual-frame img {
  display: table;
  width: 100%;
  margin: 0;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.about-page #container #content .hero-inner .hero-chip {
  position: absolute;
  right: 2em;
  bottom: 2em;
  z-index: 2;
  background: #111;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 1em;
  color: #fff;
  padding: 1em;
  font-weight: 800;
}
.about-page #container #content .trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  width: 100%;
  margin: 5em auto;
}
.about-page #container #content .trust-cards .trust-card {
  border: 1px solid #ccc;
  border-radius: 1em;
  padding: 1.333em;
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 1em;
  align-items: center;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.about-page #container #content .trust-cards .trust-card h3 {
  margin: 0 0 0.25em 0;
}
.about-page #container #content .trust-cards .trust-card p {
  margin: 0;
}
.about-page #container #content .trust-cards .trust-card .icon-bubble {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff3eb;
  color: #ff6100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 900;
}
.about-page #container #content .split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid #ccc;
  border-radius: 1em;
  overflow: hidden;
  width: 100%;
  margin: 5em auto;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.about-page #container #content .split-card .image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page #container #content .split-card .image-placeholder img {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 1em 0 0 1em;
}
.about-page #container #content .split-card .split-content {
  padding: 4em;
  position: relative;
  overflow: hidden;
}
.about-page #container #content .split-card .split-content h2 {
  font-size: 3.333em;
  font-weight: 800;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
.about-page #container #content .split-card .split-content h2 span {
  display: block;
  color: #ff6100;
}
.about-page #container #content .split-card .split-content .signature-line {
  color: #ff6100;
  font-weight: 800;
  font-size: 1.667em;
  font-style: italic;
  line-height: 1.333em;
  margin: 1em 0 0 0;
}
.about-page #container #content .split-card .split-content .signature-line span {
  display: block;
  color: #000;
}
.about-page #container #content .countonus {
  display: table;
  width: 100%;
  margin: 5em auto;
}
.about-page #container #content .countonus h2 {
  font-size: 3.333em;
  font-weight: 800;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
.about-page #container #content .countonus .values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
  width: 100%;
  margin: 2em auto 0 auto;
}
.about-page #container #content .countonus .values-grid .value-card {
  background: #fff8f1;
  border: 1px solid #ff6100;
  border-radius: 1em 3em 1em 3em;
  padding: 1.333em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
  text-align: center;
  border-top: 0.35em solid #ff6100;
  border-bottom: 0.35em solid #000;
  background: linear-gradient(135deg, #fff8f1 0%, #fff 100%);
}
.about-page #container #content .countonus .values-grid .value-card .icon-bubble {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff3eb;
  color: #ff6100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 900;
  margin: 0 auto 0.5em auto;
  border: 1px solid #ff6100;
}
.about-page #container #content .safety-band {
  background: linear-gradient(135deg, #151515, #292929);
  border-radius: 1em;
  color: #fff;
  padding: 1.667em;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1em;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.about-page #container #content .safety-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 90, 0, .22), transparent 38%);
  pointer-events: none;
}
.about-page #container #content .safety-band .safety-title {
  position: relative;
  z-index: 1;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.222em;
}
.about-page #container #content .safety-band .safety-title span {
  color: #ff6100;
}
.about-page #container #content .safety-band .safety-item {
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, .15);
  padding-left: 2em;
}
.about-page #container #content .safety-band .safety-item strong {
  display: block;
  margin-bottom: 0.5em;
}
.about-page #container #content .services-summary {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1em;
  overflow: hidden;
  width: 100%;
  margin: 5em auto;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .05);
}
.about-page #container #content .services-summary .image-placeholder {
  display: flex;
  justify-content: center;
}
.about-page #container #content .services-summary .image-placeholder img {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 1em 0 0 1em;
}
.about-page #container #content .services-summary .services-copy {
  padding: 4em;
}
.about-page #container #content .services-summary .services-copy h2 {
  font-size: 3.333em;
  font-weight: 800;
  line-height: 1.111em;
  margin: 0 0 0.5em 0;
}
.about-page #container #content .services-summary .services-copy h2 span {
  color: #ff6100;
}
.about-page #container #content .services-summary .services-copy .check-columns {
  columns: 2;
  column-gap: 2em;
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
.about-page #container #content .services-summary .services-copy .check-columns li {
  break-inside: avoid;
  margin-bottom: 0.5em;
  font-weight: 800;
  color: #000;
  display: flex;
  align-items: center;
  padding: 0.5em 0 0.5em 3em;
}
.about-page #container #content .services-summary .services-copy .check-columns li:before {
  content: "✓";
  color: #fff;
  background: #ff6100;
  border-radius: 50%;
  display: inline-flex;
  width: 2em;
  height: 2em;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  margin: 0 0 0 0;
}