html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
* ::selection, * ::-moz-selection {
  background: rgba(168, 168, 168, 0.5490196078);
  color: #fff;
}

body, p {
  font-family: "Lato", sans-serif;
}

#primary {
  padding: 0;
}
#primary:has(#main > :first-child.container) {
  position: relative;
}
#primary:has(#main > :first-child.container)::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .simple_bar h2, .h4, .h5, .h6 {
  font-family: "Libre Baskerville", serif;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 10.75vw;
  }
}

h2, .h2 {
  font-size: 2.8125rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 7vw;
  }
}

h3, .h3, .simple_bar h2 {
  font-size: 2.1875rem;
}

h4, .h4 {
  font-size: 1.5625rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.0625rem;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.available {
  display: flex;
  align-items: center;
  width: fit-content;
}

.beacon, .available .dot {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #36db62;
  margin-right: 8px;
}
.beacon::after, .beacon::before, .available .dot::after, .available .dot::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #36db62;
  display: block;
}
.beacon::before, .available .dot::before {
  animation: pulse2 2s ease 0s infinite;
}
.beacon::after, .available .dot::after {
  animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.secure::before {
  content: "";
  height: 13px;
  width: 13px;
  background-color: currentColor;
  mask: url("../img/shield.svg") center no-repeat;
  -webkit-mask: url("../img/shield.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: inline-block;
  margin-right: 4px;
}

.social_media_list {
  padding: 0;
}
.social_media_list .social_wrap a svg {
  width: 26px;
  height: 26px;
}

.btn {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 13px 1rem 11px;
  border-radius: 27px;
  font-size: 16px;
  color: #F9F7F1;
  background: #AC5253;
  text-align: center;
}
.btn:hover {
  color: #fff;
  background: #3E4E56;
}

.subtitle, .specialties .intro .hh, .stat_wrap.about-stats p, .process_wrap.pstyle-horizontal .intro .hh {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Josefin Sans", sans-serif;
}

.gform_wrapper .gfield_label {
  color: #041B27;
  margin-bottom: 10px !important;
}
.gform_wrapper input[type], .gform_wrapper textarea, .gform_wrapper select {
  border: 1px solid #041B27;
}
.gform_wrapper textarea {
  border: 1px solid #041B27 !important;
}
.gform_wrapper .gfield {
  margin-bottom: 0.5rem;
}
.gform_wrapper .btn {
  width: fit-content;
  margin: 0 auto;
}

.big_form_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.big_form_wrap .gform_wrapper {
  display: block !important;
}

.wishlist-microwave-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

header:not(.has-sticky) #desktop_header {
  position: relative;
  z-index: 3;
  border-bottom: 15px solid #041B27;
}
header:not(.has-sticky) #mobile_buttons_wrap {
  position: relative;
  z-index: 3;
}

#desktop_header {
  border-bottom: 8px solid #041B27;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#desktop_header > .container-fluid > .row {
  margin: 0;
}
#desktop_header .main_navigation {
  padding: 0.5rem;
}
#desktop_header .site_branding {
  padding: 6px 0;
}
#desktop_header .site_branding a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#desktop_header .site_branding img.logo-emblem {
  width: 60px;
  height: auto;
  max-height: 100%;
  padding: 3px 0;
}
#desktop_header .site_branding img.logo-img {
  width: 136px;
  height: auto;
  padding: 8px 10px;
  margin-left: 1vw;
}
#desktop_header .header_contact {
  max-width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
#desktop_header .header_contact .btn {
  white-space: nowrap;
}
#desktop_header .menu {
  max-width: 700px;
  margin: 0 auto;
}
#desktop_header .menu > li > a {
  letter-spacing: 0.02em;
  font-size: 16px;
}
@media (min-width: 1100px) {
  #desktop_header .menu > li > a {
    font-size: 17px;
  }
}

#mobile_buttons_wrap {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#mobile_buttons_wrap .mobile_phone {
  background: #041B27;
}
#mobile_buttons_wrap .mobile_site_branding {
  background: none;
  max-width: fit-content;
  margin: 0 auto 0 4vw;
  height: unset;
}
#mobile_buttons_wrap .mobile_site_branding a {
  padding: 0 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#mobile_buttons_wrap .mobile_site_branding img.logo-emblem {
  width: 66px;
  height: auto;
  max-height: 100%;
  padding: 3px 0;
  transition: 0.3s ease all;
}
@media (max-width: 320px) {
  #mobile_buttons_wrap .mobile_site_branding img.logo-emblem {
    width: 0;
    visibility: hidden;
  }
}
#mobile_buttons_wrap .mobile_site_branding img.logo-img {
  width: 159px;
  height: 64px;
  padding: 8px 10px;
  margin-left: 1vw;
}
#mobile_buttons_wrap .hamburger-col {
  max-width: fit-content;
  padding: 0 10vw;
}
#mobile_buttons_wrap .hamburger-col button {
  scale: 1.66;
}
@media (max-width: 400px) {
  #mobile_buttons_wrap .mobile_site_branding {
    margin: 0;
  }
  #mobile_buttons_wrap .hamburger-col {
    padding: 0 1rem;
    margin: 0 0 0 auto;
  }
}

.cta_hero {
  position: relative;
  padding: 3.5rem 0;
  border-bottom: 20px solid #041B27;
}
.cta_hero .hero_overlay {
  background: linear-gradient(171deg, rgba(0, 0, 0, 0) -2.23%, rgba(4, 27, 39, 0.6) 103.56%), linear-gradient(0deg, rgba(4, 27, 39, 0.3019607843) 0%, rgba(4, 27, 39, 0.3019607843) 100%);
  z-index: unset;
}
.cta_hero .container-fluid {
  max-width: 1140px;
  padding: 0 3rem;
}
.cta_hero .cta_hero_row {
  padding: 3rem 1rem;
  position: relative;
  border: 1px solid #F9F7F1;
}
.cta_hero .hero-button {
  position: absolute;
  top: calc(100% + 3rem);
  transform: translateY(-50%);
}
.cta_hero .content-col {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.cta_hero h1 .seo-text, .cta_hero .h1 .seo-text {
  display: inline;
}
.cta_hero h1 .desktop-text, .cta_hero .h1 .desktop-text {
  display: none;
}
@media (min-width: 992px) {
  .cta_hero h1 .seo-text, .cta_hero .h1 .seo-text {
    display: none;
  }
  .cta_hero h1 .desktop-text, .cta_hero .h1 .desktop-text {
    display: inline;
  }
}
.cta_hero .subcopy {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  margin: 1rem auto 0;
  text-shadow: 0.5px 0.5px rgba(255, 255, 255, 0.2666666667);
}
.cta_hero .subcopy p:last-of-type {
  margin-bottom: 0;
}
.cta_hero:has(.hero-logo-icon) {
  border-bottom: 54px solid #041B27;
  padding-bottom: calc(3.5rem + 37px);
}
.cta_hero .hero-logo-icon {
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
}
.cta_hero .hero-logo-icon img {
  display: block;
  margin: 0 auto;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 5px;
}
.cta_hero.alternative_hero {
  background: #041B27;
  padding: 0;
}
.cta_hero.alternative_hero .heroh1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.cta_hero.alternative_hero .container-fluid {
  padding: 0;
}
.cta_hero.alternative_hero .standalone_hero_image {
  max-height: 600px;
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_hero.alternative_hero .standalone_hero_image img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .cta_hero.alternative_hero .standalone_hero_image img {
    min-height: 350px;
    object-fit: cover;
  }
}

.site-footer {
  padding-top: 125px;
}
.site-footer .site_info {
  background: #3E4E56;
  color: white;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  padding: 1rem;
}
.site-footer .site_info a {
  color: white;
}
.site-footer .footer-row {
  max-width: 1180px;
  justify-content: center;
  grid-row-gap: 2rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-top: 1px solid rgba(249, 247, 241, 0.6);
}
@media (min-width: 900px) {
  .site-footer .footer-row {
    justify-content: space-between;
  }
  .site-footer .footer-row .col {
    max-width: fit-content;
  }
}
.site-footer .footer-row .col {
  min-width: fit-content;
}
.site-footer .footer-row .social_media_list {
  padding: 0.5rem 0;
}
.site-footer .footer-row .social_media_list .social_wrap a {
  padding: 5px 0;
}
.site-footer .footer-row .social_media_list .social_wrap li + li {
  margin-left: 7px;
}
.site-footer .footer-row .social_media_list .social_wrap li + li + li {
  margin-left: 10px;
}
.site-footer .footer-row .social_media_list svg {
  fill: currentColor;
}
.site-footer .footer-row .social_media_list a {
  color: white;
  display: block;
}
.site-footer .footer-row .social_media_list a:hover {
  rotate: 360deg;
  scale: 1.1;
  color: #AC5253;
}
.site-footer .footer-row .footer-branding img {
  width: 230px;
  max-width: 100%;
  height: auto;
}

.footer_form {
  padding: 3rem 1rem 0;
}

.footer-form-container {
  position: relative;
  margin: 0 auto -5rem;
  overflow: clip;
  border-radius: 10px;
  background: #fff;
  padding: 31px;
  width: 600px;
  max-width: 100%;
  text-align: center;
  color: #032842;
}
@media (max-width: 400px) {
  .footer-form-container {
    padding: 31px 3vw;
  }
}
.footer-form-container .footer-form-title, .footer-form-container h2, .footer-form-container .h2 {
  line-height: 1;
  margin-bottom: 0;
}
.footer-form-container iframe#btIframe {
  min-height: 565px;
}

.widget:has(.sb-form-container) {
  padding: 0;
  background: none;
}
.widget:has(.sb-form-container) .sb-form-container {
  border-radius: 10px;
  box-shadow: 4px 4px 0px #AC5253;
  border: 1px solid #AC5253;
  overflow: hidden;
  padding: 1.75rem 1rem;
  margin: 0 auto 1.5rem;
  background: rgba(129, 145, 152, 0.0588235294);
  background-color: #fff;
}
.widget:has(.sb-form-container) .sb-form-container h2 {
  font-size: 2.3rem;
}
.widget:has(.sb-form-container) .sb-form-container iframe {
  height: 580px;
}

.process_wrap {
  overflow: clip;
  position: relative;
}
.process_wrap .something_else {
  display: none;
}
.process_wrap .container-fluid {
  max-width: 1140px;
}
.process_wrap.pstyle-vertical .process_holder {
  position: relative;
  padding: 1rem 0.5rem;
}
.process_wrap.pstyle-vertical .process_holder::before, .process_wrap.pstyle-vertical .process_holder::after {
  content: "";
  background: #041B27;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .process_holder::before, .process_wrap.pstyle-vertical .process_holder::after {
    display: none;
  }
}
.process_wrap.pstyle-vertical .process_holder::after {
  top: 100%;
}
.process_wrap.pstyle-vertical .process_holder .process_line {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #041B27;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .process_holder .process_line {
    display: none;
  }
}
.process_wrap.pstyle-vertical .step-row {
  justify-content: center;
  margin-bottom: 1rem;
}
.process_wrap.pstyle-vertical .step-row .step-num {
  width: 212px;
  text-align: center;
  margin: 2rem auto;
  font-size: 19px;
  color: white;
  font-family: "Libre Baskerville", serif;
  background: #041B27;
  font-weight: 700;
  line-height: 160%;
  padding: 5px;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .step-row .step-num {
    margin: 0 auto;
    width: fit-content;
    padding: 4px 1.5rem;
  }
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .step-row .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1.5rem 0 0;
  }
  .process_wrap.pstyle-vertical .step-row .col-12::before {
    content: "";
    height: 1px;
    width: 86vw;
    position: absolute;
    background: #041B27;
    z-index: -1;
    opacity: 0.5;
  }
}
.process_wrap.pstyle-vertical .step-row .img-col {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_wrap.pstyle-vertical .step-row .img-col img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .step-row .img-col {
    padding-bottom: 0;
  }
}
.process_wrap.pstyle-vertical .step-row .content-col {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .process_wrap.pstyle-vertical .step-row .content-col {
    text-align: center;
    order: 4;
  }
  .process_wrap.pstyle-vertical .step-row .content-col .youAreHere {
    margin: 0 auto;
  }
}
.process_wrap.pstyle-vertical .step-row .content-col .youAreHere {
  width: 150px;
  height: 54px;
}
.process_wrap.pstyle-vertical .step-row .content-col .step-title {
  font-size: 2.18rem;
  color: #041B27;
  line-height: 1;
}
.process_wrap.pstyle-vertical .step-row .content-col .step-content {
  font-size: 15px;
}
.process_wrap.pstyle-vertical .step-row:hover .step-num {
  background: #AC5253;
  scale: 1.1;
}
@media (min-width: 768px) {
  .process_wrap.pstyle-vertical .step-row:nth-of-type(even) .content-col {
    order: 4;
  }
}
.process_wrap.pstyle-horizontal {
  color: #041B27;
  padding: 3rem 0 1rem;
}
.process_wrap.pstyle-horizontal::before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(249, 247, 241, 0.8);
}
.process_wrap.pstyle-horizontal .intro {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.process_wrap.pstyle-horizontal .intro .hh {
  margin-bottom: 0;
}
.process_wrap.pstyle-horizontal .process_slider {
  text-align: center;
}
.process_wrap.pstyle-horizontal .process_slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .process_wrap.pstyle-horizontal .process_slider::after {
    content: none;
  }
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step-col {
  max-width: 100%;
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step-col {
    max-width: 70%;
  }
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step-col:not(.is-selected) {
  opacity: 0.5;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_box {
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_box {
    width: 570px;
    max-width: 100%;
    padding: 0;
  }
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .flickity-viewport {
  margin: 0 auto;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .flickity-slider {
  margin: 0 auto;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_title span {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_title span b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #041B27;
  color: white;
  margin-bottom: 1rem;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_title span b::before {
  content: "0";
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_title span u {
  width: 100%;
  text-decoration: none;
  border-bottom: 2px solid #041B27;
  font-size: 26px;
  line-height: 160%;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_content > div {
  max-height: 120px;
  overflow-y: auto;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled button {
  height: 100px;
  width: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  top: 41%;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled button svg {
  display: none;
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled button.previous {
  left: 0;
  background-image: url("/wp-content/uploads/2025/05/slide-arrow-left.svg");
}
.process_wrap.pstyle-horizontal .process_slider.flickity-enabled button.next {
  right: 0;
  background-image: url("/wp-content/uploads/2025/05/slide-arrow-right.svg");
}
@media (max-width: 400px) {
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled button {
    width: calc(1rem + 3vw);
  }
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step-col {
    padding: 0 calc(1rem + 3vw);
  }
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_box {
    padding: 0 4px;
  }
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_box .step_title u {
    line-height: 1;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .process_wrap.pstyle-horizontal .process_slider.flickity-enabled .step_box .step_title b {
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
  }
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) {
  display: flex;
  position: relative;
  height: 448px;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled)::before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #041B27;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_box {
  width: calc(100% + 3rem);
  height: fit-content;
  border: 2px solid transparent;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  bottom: 26px;
  left: unset;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_box::before {
  content: "";
  width: 2px;
  background: #041B27;
  height: 26px;
  margin: 0 auto;
  position: absolute;
  top: 100%;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_box::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(100% + 26px);
  border-radius: 200px;
  background: #041B27;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_title {
  font-size: 16px;
  margin: 0;
  padding: 10px 5px;
  line-height: 1.2;
  min-height: 52px;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_title b::after {
  content: ". ";
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_content {
  transition: 0.3s ease all;
  border-top: 2px solid transparent;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step_content > div {
  font-size: 12.5px;
  line-height: 150%;
  height: 100%;
  max-height: 120px;
  margin: 10px;
  overflow-y: auto;
  font-weight: 500;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col {
  padding: 0;
  display: flex;
  height: 100%;
  height: 50%;
  align-items: end;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:hover .step_box {
  border: 2px solid #041B27;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:hover .step_content {
  max-height: 400px;
  border-top: 2px solid #041B27;
  width: 100%;
  background: none;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:hover .step_title u {
  text-decoration: none;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even) {
  align-self: flex-end;
  margin-left: -3rem;
  align-items: start;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even) .step_box {
  top: 28px;
  flex-direction: column-reverse;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even) .step_box::after {
  top: unset;
  bottom: calc(100% + 26px);
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even) .step_box::before {
  top: unset;
  bottom: 100%;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even) .step_content {
  border-bottom: 2px solid transparent;
  border-top: 0 !important;
}
.process_wrap.pstyle-horizontal .process_slider:not(.flickity-enabled) .step-col:nth-of-type(even):hover .step_content {
  border-bottom: 2px solid #041B27;
}

.fancy-header {
  margin: 1rem 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 3px solid currentColor;
  border-left: none;
  border-right: none;
  line-height: 1.2;
}
.fancy-header > div {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-header h2 {
  margin-bottom: 0;
  font-size: 32px;
}
.fancy-header .fh-house {
  border-left: 3px solid currentColor;
}
.fancy-header .fh-house svg {
  fill: currentColor;
  width: 63px;
  height: 48px;
}

.blueprint-bg {
  background: url("/wp-content/uploads/2025/05/full-bp-bg.webp") top left no-repeat;
  background-position-y: -6vh;
  background-position-x: -19vw;
}
.blueprint-bg .fancy-header {
  background: white;
}
@media (max-width: 767px) {
  .blueprint-bg {
    background-position-y: -12vh;
  }
}

.building_trust {
  padding-top: 4rem;
  text-align: center;
  position: relative;
  overflow: clip;
}
.building_trust::before {
  content: "";
  background: #3E4E56;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 108px;
  max-height: 50%;
  z-index: -1;
}
.building_trust .content-col {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.building_trust .img-col {
  margin: 0 auto;
  max-width: 100%;
}
.building_trust .img-col p {
  margin: 0 auto;
}
.building_trust .img-col p img {
  max-width: 100%;
  height: auto;
}

.review_wrap {
  position: relative;
  overflow: clip;
}
.review_wrap::before, .review_wrap .sticky-emblem::before {
  content: "";
  background: url("/wp-content/uploads/2025/04/riggs-emblem-transparent.webp") center no-repeat;
  background-size: contain;
  width: 352px;
  height: 337px;
  opacity: 0.8;
  max-width: 90%;
  position: absolute;
  left: -5vh;
  top: -1vh;
}
.review_wrap > div {
  position: relative;
}
.review_wrap .intro {
  padding: 1.5rem;
  text-align: left;
}
.review_wrap .intro h2 {
  text-align: left;
}
.review_wrap .intro .fancy-header.reviews-header .fh-house {
  padding-top: 2rem;
  margin-top: -1.5rem;
}
@media (min-width: 992px) {
  .review_wrap .intro {
    padding-left: 0;
  }
}
.review_wrap .reviews-carousel {
  width: 100%;
}
.review_wrap .reviews-carousel:not(.flickity-enabled) {
  display: flex;
}
.review_wrap .review_box {
  width: 100%;
  max-width: 350px;
  background: white;
  color: #041B27;
  padding: 1rem 1rem 1.15rem;
  height: 300px;
  margin: 0 0.5rem;
}
.review_wrap .review_box .review_box_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.review_wrap .review_box .stars {
  font-size: 42px;
  color: var(--secondary-color);
  margin: 0;
  letter-spacing: 0.02em;
}
.review_wrap .review_box .review_name {
  justify-self: end;
}
.review_wrap .review_box .the_review {
  max-height: 140px;
  overflow-y: auto;
  padding: 0 0.25rem;
  font-size: 13px;
}
.review_wrap #snippet-box {
  max-width: 100%;
  padding: 0 1rem;
}
.review_wrap #snippet-box button {
  display: none;
}
.review_wrap #snippet-box .dot {
  background: #819198;
}
@media (min-width: 768px) {
  .review_wrap {
    display: flex;
  }
  .review_wrap .intro {
    margin-top: 2rem;
    width: 45%;
    max-width: 450px;
  }
  .review_wrap #snippet-box {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .review_wrap {
    padding-left: 5vw;
  }
  .review_wrap #snippet-box {
    width: calc(100% - 450px);
  }
}
.review_wrap:has(.reviews-list) {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .review_wrap:has(.reviews-list) .intro {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .review_wrap:has(.reviews-list) .intro {
    position: sticky;
    top: 140px;
    height: fit-content;
  }
}
@media (min-width: 992px) {
  .review_wrap:has(.reviews-list) {
    display: flex;
  }
}
.review_wrap:has(.reviews-list) #snippet-box {
  width: 100%;
}
.review_wrap:has(.reviews-list)::before {
  content: none;
}
.review_wrap:has(.reviews-list) .sticky-emblem {
  position: sticky;
  top: 60px;
  translate: -80px 0;
  width: 0px;
  height: 0px;
  background: pink;
}
.review_wrap:has(.reviews-list) .sticky-emblem::before {
  max-width: unset;
  left: 0;
  top: 0;
}
.review_wrap .reviews-list {
  display: flex;
  justify-content: space-between;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
}
.review_wrap .reviews-list .review_box {
  margin: 0 auto;
  padding: 0 0.5rem;
  background: none;
  height: unset;
}
.review_wrap .reviews-list .review_box .review_box_inner {
  background: white;
  padding: 0.5rem;
}
@media (min-width: 480px) {
  .review_wrap .reviews-list .review_box {
    max-width: 50%;
  }
}
@media (min-width: 480px) {
  .review_wrap .reviews-list .review_box {
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .review_wrap .reviews-list .review_box {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .review_wrap .reviews-list .review_box {
    max-width: 32%;
  }
}

.full_width_video_wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.our-work-vid {
  text-align: center;
  padding: 1rem;
  background: #F9F7F1;
}
.our-work-vid .container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-table {
  width: 100%;
}
.contact-table h3 {
  font-size: 18px;
}
.contact-table a {
  color: #041B27;
}
.contact-table a:hover {
  color: #AC5253;
}
.contact-table td {
  padding: 0 2px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .contact-table td .social_media_list {
    white-space: nowrap;
  }
}
@media (max-width: 530px) {
  .contact-table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.contact-table p:empty {
  display: none;
}
.contact-table .social_media_list svg {
  fill: currentColor;
}

.simple_bar {
  background: #3E4E56;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}
.simple_bar h2 {
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 900px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.repeater_content_wrap {
  padding: 3rem 0;
}
.repeater_content_wrap .intro {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
.repeater_content_wrap .intro .btn {
  width: fit-content;
  display: block;
  margin: 1rem auto;
}
.repeater_content_wrap .container-fluid {
  max-width: 1300px;
}
.repeater_content_wrap .rc-image img {
  max-width: 100%;
  height: auto;
}
.repeater_content_wrap.why-riggs-design .rc-row {
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 767px) {
  .repeater_content_wrap.why-riggs-design .rc-row {
    flex-direction: column;
    align-items: center;
  }
}
.repeater_content_wrap.why-riggs-design .rc-col {
  flex-basis: auto;
}
@media (min-width: 992px) {
  .repeater_content_wrap.why-riggs-design .rc-col {
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .repeater_content_wrap.why-riggs-design .rc-col {
    max-width: 50%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .repeater_content_wrap.why-riggs-design .rc-col {
    max-width: 100%;
    text-align: center;
  }
  .repeater_content_wrap.why-riggs-design .rc-col .rc-heading br {
    display: none;
  }
}
.repeater_content_wrap.why-riggs-design .rc-inner {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.4);
}
.repeater_content_wrap.why-riggs-design .rc-image {
  aspect-ratio: 5/3;
  width: 100%;
  min-height: 50px;
  position: relative;
}
.repeater_content_wrap.why-riggs-design .rc-image::before {
  content: "";
  position: absolute;
  height: 50px;
  max-height: 23%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, white);
}
.repeater_content_wrap.why-riggs-design .rc-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.repeater_content_wrap.why-riggs-design .rc-content {
  background: white;
  width: 100%;
  padding: 1.5rem;
}
.repeater_content_wrap.why-riggs-design .rc-content .rc-heading {
  font-size: 23px;
}
.repeater_content_wrap.why-riggs-design .rc-content p:last-of-type {
  margin-bottom: 0;
}

.founders {
  background-color: #F9F7F1;
  color: #041B27;
  margin-top: 2rem;
}
.founders p {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .founders .is_text.fli-right > .container {
    max-width: 640px;
    padding-left: calc(1rem + 2vw);
  }
}

.heading-intro {
  text-align: center;
  max-width: 1000px;
  width: 86%;
  margin: 2rem auto 2rem;
}
.heading-intro hr {
  border: 1px solid #041B27;
}

.stat_wrap.about-stats {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .stat_wrap.about-stats .container {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .stat_wrap.about-stats .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .stat_wrap.about-stats .container {
    max-width: 1140px;
  }
}
.stat_wrap.about-stats .container > .row {
  margin: 0 auto;
  grid-row-gap: 1rem;
}
@media (max-width: 575px) {
  .stat_wrap.about-stats .container > .row {
    flex-direction: column;
  }
}
.stat_wrap.about-stats .col {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 1.2rem;
  border-left: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
}
@media (max-width: 767px) {
  .stat_wrap.about-stats .col {
    flex-direction: column;
    flex-basis: auto;
    border-color: rgba(255, 255, 255, 0.2666666667);
  }
}
.stat_wrap.about-stats .col:nth-of-type(3) span {
  min-width: 104px;
}
.stat_wrap.about-stats p {
  text-align: left;
  margin-bottom: 0;
}
.stat_wrap.about-stats span {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
}
.stat_wrap.about-stats span u {
  text-decoration: none;
}

#contact-overlay {
  background: rgba(4, 27, 39, 0.7);
  backdrop-filter: blur(4px);
}

@media (min-width: 576px) {
  .entry-content h2 {
    font-size: 2.5rem;
  }
}
.entry-content a:not(.btn) {
  color: #AC5253;
}

.gallery_wrap {
  padding: 3rem 1rem;
}
.gallery_wrap .container-fluid {
  max-width: 1450px;
}
.gallery_wrap .intro {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.gallery_wrap .intro .intro-container {
  max-width: 865px;
  margin: 0 auto 1rem;
}
.gallery_wrap .intro h2 span {
  font-size: smaller;
  line-height: 1;
  display: block;
}
.gallery_wrap .intro hr {
  border: 1px solid #041B27;
}
.gallery_wrap .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery_wrap .image-holder:hover .image-info {
  opacity: 1;
}
.gallery_wrap .image-holder .image-info {
  position: absolute;
  margin: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery_wrap .image-holder .image-info a {
  color: #fff;
}
.gallery_wrap .image-holder .full-image-link {
  text-decoration: none;
}
.gallery_wrap .image-holder .full-image-link svg {
  fill: white;
  width: 40px;
  height: 40px;
  transition: 0.3s ease all;
  filter: drop-shadow(0px 1px 3px #041B27);
}
.gallery_wrap .image-holder .full-image-link svg:hover {
  scale: 1.1;
}
.gallery_wrap .image-holder .caption {
  background: rgba(4, 27, 39, 0.6);
  margin: 0 0 0 5px;
  font-size: 0.8em;
  padding: 5px;
  text-shadow: 1px 1px 3px #041B27;
}
.gallery_wrap .gallery_slider .slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  max-width: 100%;
}
.gallery_wrap .gallery_slider .image-holder {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 100%;
}
.gallery_wrap .gallery_slider img.slider-image {
  padding: 5px;
  max-height: 100%;
}
.gallery_wrap .masonry_grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
}
@media (max-width: 750px) {
  .gallery_wrap .masonry_grid .grid-item {
    width: 50%;
  }
}
.gallery_wrap .masonry_grid img.masonry-image {
  padding: 5px;
  max-width: 100%;
  height: auto;
}

.job_gallery .masonry_grid {
  max-width: 1400px;
  margin: 0 auto;
}

.global_image_slider {
  padding: 1.5rem 0;
}
.global_image_slider .image-info,
.global_image_slider button,
.global_image_slider .flickity-page-dots {
  display: none !important;
}

.bt-wrap {
  padding: 3rem 1rem;
  background: #F9F7F1;
}
.bt-wrap .split_container {
  max-width: 950px;
  margin: 0 auto;
  align-items: center;
}

.specialties {
  background: #3E4E56;
  color: white;
  margin-top: 2rem;
}
.specialties .container-fluid {
  max-width: 1149.5px;
}
.specialties .intro {
  width: fit-content;
  max-width: 700px;
  text-align: left;
  overflow: hidden;
  margin: 0 0 1rem 3rem;
}
.specialties .intro .hh {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}
.specialties .intro .hh::after {
  content: "";
  margin-left: 1rem;
  width: -webkit-fill-available;
  left: 100%;
  height: 2px;
  background: white;
}
.specialties .intro .h2 {
  font-size: 31px;
}
@media (max-width: 991px) {
  .specialties .intro {
    margin-left: 0;
  }
}
.specialties .rc-col {
  height: 410px;
  width: 190px;
  overflow: hidden;
  position: relative;
  padding: 0 8px;
}
.specialties .rc-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.specialties .rc-inner .rc-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.specialties .rc-inner .rc-image::before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.specialties .rc-inner .rc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.specialties .rc-inner .rc-content {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  justify-content: start;
  align-items: end;
}
.specialties .rc-inner .rc-content .rc-heading {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  transition: 0.3s ease all;
}
.specialties .rc-inner .rc-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -999px;
  color: transparent;
}
.specialties .rc-inner:hover .rc-heading {
  margin-bottom: 0.5rem;
}
.specialties .rc-slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 1149.5px) {
  .specialties .rc-slider::after {
    content: none;
  }
}
.specialties .rc-slider:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.specialties .rc-slider .dot {
  background: white;
  scale: 1.2;
}

.upstate-locations {
  background: #3E4E56;
  color: white;
}
.upstate-locations .split_container {
  max-width: 1200px;
  padding: 3rem 1rem;
  justify-content: center;
  margin: 0 auto;
}
.upstate-locations .content-col p:has(.btn) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  grid-column-gap: 10px;
  marign-left: -4px;
}
.upstate-locations .content-col p:has(.btn) .btn {
  white-space: nowrap;
}
.upstate-locations .content-col p:has(.btn) .btn:hover {
  background: #041B27;
}
.upstate-locations .content-col p:has(.btn)::after {
  content: "";
  height: 2px;
  width: -webkit-fill-available;
  background: currentColor;
}
.upstate-locations .content-col h2 {
  font-size: 37px;
}
.upstate-locations .content-col p {
  font-size: 15px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .upstate-locations .content-col {
    display: flex;
    flex-direction: column;
  }
  .upstate-locations .content-col p:has(.btn) {
    order: 1;
  }
}
.upstate-locations .map-col {
  padding: 0;
}
@media (max-width: 767px) {
  .upstate-locations .map-col {
    height: 375px;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .our-company {
    text-align: center;
  }
}
.our-company .btn {
  margin-bottom: 1rem;
}

.riggs-breadcrumb {
  background: #f2f2f2;
  padding: 8px;
  font-size: 14px;
  line-height: 1;
  display: none;
}
.riggs-breadcrumb a {
  color: var(--primary-color);
}
.riggs-breadcrumb p {
  opacity: 0.8;
  margin-bottom: 0;
}

.gallery_slider:not(.loaded) .slider-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}