@import "../fonts/stylesheet.css";
@import "./normalize.min.css";
@import "./swiper-bundle.min.css";
#logos img {
  max-height: 50px;
  max-width: 175px;
}

.services-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .services-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.services-wrapper .services-item {
  position: relative;
}
.services-wrapper .services-item a:hover svg.border {
  transform: scale(1.075) rotate(0deg);
  opacity: 1;
}
.services-wrapper .services-item svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.services-wrapper .services-item svg.border {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  transform: scale(1.075) rotate(-2deg);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.services-wrapper .services-item .services-description {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 0.5rem;
}
@media screen and (min-width: 767px) {
  .services-wrapper .services-item .services-description {
    padding: 1.75rem 1.5rem;
  }
}

.testimonials-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.testimonials-item > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  preserveAspectRatio: none;
  z-index: 0;
}
.testimonials-item .testimonials-inner {
  padding: 1.875rem 2.5rem;
}
.testimonials-item .testimonials-review {
  font-style: italic;
  line-height: 1.2em;
}
.testimonials-item .testimonials-header,
.testimonials-item .testimonials-footer {
  position: relative;
  z-index: 1;
}

.default-slider-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 307/320;
}
.default-slider-wrapper > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}
.default-slider-wrapper .default-slider-image,
.default-slider-wrapper .default-slider-text {
  position: relative;
  z-index: 2;
}
.default-slider-wrapper .default-slider-text-inner {
  position: relative;
  padding: 1rem;
  color: #fff;
}
.default-slider-wrapper .default-slider-text-inner h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.default-slider-wrapper .default-slider-text-inner p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.default-slider-wrapper .default-slider-text-inner p a {
  color: #FFD500;
  text-decoration: underline;
}

.steps-wrapper {
  margin: 0 -0.938rem;
  position: relative;
}
.steps-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/dotted-line-mobile.svg) repeat-y;
  height: 100%;
  width: 7px;
  left: 32px;
  top: 0;
}
@media screen and (min-width: 767px) {
  .steps-wrapper:before {
    background: url(../images/dotted-line.svg) repeat-x;
    width: 100%;
    height: 7px;
    top: 48px;
    left: 0;
  }
}
@media screen and (min-width: 767px) {
  .steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.steps-wrapper .steps-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.938rem;
  position: relative;
  z-index: 2;
  flex-direction: row;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 767px) {
  .steps-wrapper .steps-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.steps-wrapper .steps-item > * {
  padding: 0 0.5rem;
}
.steps-wrapper .steps-item .steps-item--content {
  flex: 1;
}
.steps-wrapper .steps-item .steps-item--icon .steps-item--icon-inner {
  height: 40px;
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 100%;
}
@media screen and (min-width: 767px) {
  .steps-wrapper .steps-item .steps-item--icon .steps-item--icon-inner {
    height: 100px;
    width: 100px;
  }
}

.has-primary-background-color {
  background-color: #FFD500;
}

.has-secondary-background-color {
  background-color: #000000;
}

.has-light-gray-background-color {
  background-color: #FBF8F3;
}

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

.has-red-background-color {
  background-color: #FB2929;
}

body.admin-bar #header {
  top: 46px;
}
@media screen and (min-width: 767px) {
  body.admin-bar #header {
    top: 32px;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.2s ease-in-out;
}
#header:hover {
  background-color: rgb(0, 0, 0);
}
#header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner {
    padding: 1.34rem 5rem;
  }
}
#header .header-inner .header-menu {
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
#header .header-inner .header-menu nav {
  display: none;
}
#header .header-inner .header-menu nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
#header .header-inner .header-menu nav ul li {
  padding: 0 1rem;
}
#header .header-inner .header-menu nav ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#footer {
  background-color: #000000;
  color: #ffffff;
  padding: 0 1rem;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  max-width: 1065px;
  margin: 0 auto;
  padding: 2rem 0;
  flex-direction: column;
}
@media screen and (min-width: 530px) {
  #footer .footer-inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  #footer .footer-inner {
    padding: 125px 0;
    justify-content: space-between;
    text-align: left;
  }
}
#footer .footer-inner .footer-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  margin: 0 auto;
  margin-top: 1rem;
}
#footer .footer-inner .footer-group:first-child {
  margin-top: 0;
}
@media screen and (min-width: 530px) {
  #footer .footer-inner .footer-group {
    justify-content: space-between;
    text-align: left;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 992px) {
  #footer .footer-inner .footer-group {
    flex: 1;
    margin-top: 0;
  }
}
#footer .footer-inner .footer-group > * {
  flex: 0 0 100%;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 530px) {
  #footer .footer-inner .footer-group > * {
    flex: auto;
    padding: 0;
  }
}
#footer .footer-inner > * {
  flex: 0 0 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner > * {
    flex: initial;
    padding: 0;
  }
}
#footer .footer-inner nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-inner .footer-text {
  display: inline;
}
#footer .footer-inner .footer-notice {
  opacity: 0.4;
}
#footer .footer-inner .footer-notice img {
  margin-top: 0.625rem;
}
#footer .footer-inner .footer-social nav ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1.25rem;
}
#footer .footer-inner .footer-menu nav ul li {
  line-height: 1.25em;
}
#footer .footer-inner dl {
  display: inline-grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 12px;
  align-items: center;
  text-align: left;
  margin: 0;
}
#footer .footer-inner dl dt {
  font-weight: bold;
}
#footer .footer-inner dl dd {
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner dl dd {
    text-align: left;
  }
}

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
}

* {
  box-sizing: border-box;
}

a {
  color: #FFD500;
}

address {
  font-style: normal;
}

.wp-element-button {
  text-transform: uppercase;
}

.wp-block-heading {
  font-family: "Lucita", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.alignwide {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
}

.alignfull {
  width: 100%;
}

.wp-block-columns {
  padding: 0 1rem;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.has-h-1-font-size {
  font-size: 2.25rem !important;
}
@media screen and (min-width: 767px) {
  .has-h-1-font-size {
    font-size: 5rem !important;
  }
}

.has-h-2-font-size {
  font-size: 1.75rem !important;
}
@media screen and (min-width: 767px) {
  .has-h-2-font-size {
    font-size: 2rem !important;
  }
}

.has-h-4-font-size {
  font-size: 1.25rem !important;
}
@media screen and (min-width: 767px) {
  .has-h-4-font-size {
    font-size: 1.75rem !important;
  }
}

.has-lucita-font-family {
  font-weight: 400;
}

.position-absolute {
  position: absolute;
}

.full-width {
  width: 100%;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.m-h-full {
  min-height: 100vh;
}
