:root {
  --star-active: #ea9532;
  --star-inactive: #6c6962;
}

html {
  -webkit-tap-highlight-color: transparent;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: bolder;
}

code {
  font-feature-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
  font-variation-settings: normal;
}

small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}

input,
textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a2a6af;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #a2a6af;
  opacity: 1;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 300px) {
  .container {
    max-width: 300px;
  }
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

::-moz-selection {
  --tw-bg-opacity: 0.5;
  background-color: rgba(195, 233, 254, 0.5);
  background-color: rgba(195, 233, 254, var(--tw-bg-opacity));
  color: inherit;
}

::selection {
  --tw-bg-opacity: 0.5;
  background-color: rgba(195, 233, 254, 0.5);
  background-color: rgba(195, 233, 254, var(--tw-bg-opacity));
  color: inherit;
}

h1,
h6 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
}

@media (min-width: 300px) {

  h1,
  h6 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {

  h1,
  h6 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1024px) {

  h1,
  h6 {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {

  h1,
  h6 {
    font-size: 3.25rem;
  }
}

h2,
h3,
h4,
h5 {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

@media (min-width: 300px) {

  h2,
  h3,
  h4,
  h5 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {

  h2,
  h3,
  h4,
  h5 {
    font-size: 2rem;
  }
}

h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: 300;
}

p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

a {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

strong {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-weight: 700;
}

u {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

small {
  display: block;
  font-size: 0.688rem;
  line-height: 1.5;
}

hr {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 32rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 64rem;
  }
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding: 2rem 1.25rem 2.5rem;
}

@media (min-width: 640px) {
  .container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container-sm {
    max-width: 32rem;
  }
}

@media (min-width: 1024px) {
  .container-sm {
    max-width: 36rem;
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container-sm {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}

.phone-link {
  text-wrap: nowrap;
  --tw-text-opacity: 1;
  color: #0050ef;
  color: rgba(0, 80, 239, var(--tw-text-opacity));
  font-weight: 700;
}

.phone-link:hover {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
}

.content-cta {
  --tw-bg-opacity: 1;
  background-color: #f4f5f6;
  background-color: rgba(244, 245, 246, var(--tw-bg-opacity));
  margin-bottom: 2rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .content-cta {
    padding: 1.5rem;
  }
}

.header {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.075);
  --tw-shadow-colored: 0 0 50px 5px var(--tw-shadow-color);
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  box-shadow: 0 0 transparent, 0 0 transparent,
    0 0 50px 5px rgba(0, 0, 0, 0.075);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 40;
}

@media (min-width: 1024px) {
  .header {
    --tw-shadow: 0 0 #000;
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    border-bottom-width: 1px;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0 #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
      var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  }
}

.header .nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 4rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .header .nav {
    height: 4.5rem;
  }
}

@media (min-width: 768px) {
  .header .nav {
    height: 5rem;
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .header .nav {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .header .nav {
    max-width: 64rem;
  }
}

.header .logo {
  align-items: center;
  display: flex;
  line-height: 1;
}

.wrap-logo-img {
  max-width: 260px;
}

.header .logo .mark {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #0357ff;
  background-color: rgba(3, 87, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  margin-right: 0.375rem;
  width: 1.5rem;
}

@media (min-width: 360px) {
  .header .logo .mark {
    font-size: 0.875rem;
    height: 1.75rem;
    width: 1.75rem;
  }
}

@media (min-width: 640px) {
  .header .logo .mark {
    font-size: 1rem;
    height: 2rem;
    margin-right: 0.5rem;
    width: 2rem;
  }
}

@media (min-width: 1280px) {
  .header .logo .mark {
    font-size: 1.125rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}

.header .logo .mark svg {
  height: 15px;
  width: auto;
}

@media (min-width: 360px) {
  .header .logo .mark svg {
    height: 16px;
  }
}

@media (min-width: 640px) {
  .header .logo .mark svg {
    height: 18px;
  }
}

@media (min-width: 1280px) {
  .header .logo .mark svg {
    height: 20px;
  }
}

.header .logo .brand {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-size: 0.938rem;
  font-weight: 800;
}

@media (min-width: 360px) {
  .header .logo .brand {
    font-size: 1rem;
  }
}

@media (min-width: 640px) {
  .header .logo .brand {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .header .logo .brand {
    font-size: 1.25rem;
  }
}

.header .logo .brand span {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-weight: 300;
}

.header .logo .slogan {
  align-items: center;
  border-left-width: 1px;
  display: none;
  height: 1.75rem;
  justify-content: center;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}

.reviews-logo {
  width: 180px;
}

@media (min-width: 768px) {
  .header .logo .slogan {
    display: flex;
  }
}

@media (max-width: 768px) {
  .wrap-logo-img {
    max-width: 130px;
  }
}

.header .phone {
  display: flex;
  line-height: 1;
  /* white-space: pre-wrap */
}

.header .phone,
.header .phone .cta {
  align-items: center;
  justify-content: center;
}

.header .phone .cta {
  border-right-width: 1px;
  display: none;
  font-size: 1rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .header .phone .cta {
    display: inline-flex;
  }
}

.header .phone a {
  --tw-text-opacity: 1;
  align-items: center;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
  justify-content: center;
  /* white-space: pre-wrap */
}

@media (min-width: 360px) {
  .header .phone a {
    font-size: 0.938rem;
  }
}

@media (min-width: 640px) {
  .header .phone a {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .header .phone a {
    font-size: 1.25rem;
  }
}

.header .phone a span {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (min-width: 1024px) {
  .header .phone a span {
    text-decoration-line: none;
  }
}

.header .phone a i {
  --tw-text-opacity: 1;
  color: #0357ff;
  color: rgba(3, 87, 255, var(--tw-text-opacity));
  margin-left: 0.375rem;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .header .phone a i {
    margin-left: 0.5rem;
  }
}

.header .phone .pulse {
  align-items: center;
  display: flex;
  height: 0.625rem;
  justify-content: center;
  margin-left: 0.625rem;
  order: 9999;
  position: relative;
  width: 0.625rem;
}

.header .phone .pulse:before {
  --tw-bg-opacity: 1;
  --tw-content: "";
  background-color: #42c700;
  background-color: rgba(66, 199, 0, var(--tw-bg-opacity));
  border-radius: 9999px;
  content: "";
  content: var(--tw-content);
  display: inline-flex;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.header .phone .pulse:after {
  display: inline-flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

@keyframes ping {

  75%,
  to {
    content: var(--tw-content);
    opacity: 0;
    transform: scale(2);
  }
}

.header .phone .pulse:after {
  --tw-bg-opacity: 1;
  --tw-content: "";
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  background-color: #42c700;
  background-color: rgba(66, 199, 0, var(--tw-bg-opacity));
  border-radius: 9999px;
  content: "";
  content: var(--tw-content);
  opacity: 0.75;
}

@media (min-width: 1024px) {
  .header .phone .pulse {
    margin-right: 0.75rem;
    order: -9999;
  }
}

.footer-hero,
.hero {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: #1a1b1e;
  background-color: rgba(26, 27, 30, var(--tw-bg-opacity));
  background-image: url(../images/topography-500.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 500px 500px;
  color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.footer-hero .hero-container,
.hero .hero-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  z-index: 20;
}

@media (min-width: 640px) {

  .footer-hero .hero-container,
  .hero .hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {

  .footer-hero .hero-container,
  .hero .hero-container {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero .hero-container,
  .hero .hero-container {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {

  .footer-hero .hero-container,
  .hero .hero-container {
    max-width: 64rem;
  }
}

.footer-hero h1,
.footer-hero h6,
.hero h1,
.hero h6 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
}

@media (min-width: 768px) {

  .footer-hero h1,
  .footer-hero h6,
  .hero h1,
  .hero h6 {
    margin-bottom: 1rem;
  }
}

.footer-hero h1 span,
.footer-hero h6 span,
.hero h1 span,
.hero h6 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 360px) {

  .footer-hero h1 span,
  .footer-hero h6 span,
  .hero h1 span,
  .hero h6 span {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {

  .footer-hero h1 span,
  .footer-hero h6 span,
  .hero h1 span,
  .hero h6 span {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero h1 span,
  .footer-hero h6 span,
  .hero h1 span,
  .hero h6 span {
    font-size: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .footer-hero h1 span,
  .footer-hero h6 span,
  .hero h1 span,
  .hero h6 span {
    font-size: 2.5rem;
  }
}

.footer-hero h1 sup,
.footer-hero h6 sup,
.hero h1 sup,
.hero h6 sup {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -0.125rem;
  vertical-align: top;
}

@media (min-width: 360px) {

  .footer-hero h1 sup,
  .footer-hero h6 sup,
  .hero h1 sup,
  .hero h6 sup {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {

  .footer-hero h1 sup,
  .footer-hero h6 sup,
  .hero h1 sup,
  .hero h6 sup {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero h1 sup,
  .footer-hero h6 sup,
  .hero h1 sup,
  .hero h6 sup {
    font-size: 2rem;
  }
}

@media (min-width: 1280px) {

  .footer-hero h1 sup,
  .footer-hero h6 sup,
  .hero h1 sup,
  .hero h6 sup {
    font-size: 2.25rem;
  }
}

.footer-hero p,
.hero p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 300px) {

  .footer-hero p,
  .hero p {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {

  .footer-hero p,
  .hero p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero p,
  .hero p {
    font-size: 1.5rem;
  }
}

.footer-hero p span,
.hero p span {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
}

.footer-hero p a,
.hero p a {
  --tw-text-opacity: 1;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.footer-hero .hero-btn,
.footer-hero p a,
.hero .hero-btn,
.hero p a {
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-weight: 800;
}

.footer-hero .hero-btn,
.hero .hero-btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #0357ff;
  background-color: rgba(3, 87, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1.625;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
}

.footer-hero .hero-btn:hover,
.hero .hero-btn:hover {
  --tw-bg-opacity: 1;
  background-color: #0050ef;
  background-color: rgba(0, 80, 239, var(--tw-bg-opacity));
}

@media (min-width: 360px) {

  .footer-hero .hero-btn,
  .hero .hero-btn {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {

  .footer-hero .hero-btn,
  .hero .hero-btn {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero .hero-btn,
  .hero .hero-btn {
    font-size: 1.375rem;
  }
}

.footer-hero .hero-btn span,
.hero .hero-btn span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 360px) {

  .footer-hero .hero-btn span,
  .hero .hero-btn span {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero .hero-btn span,
  .hero .hero-btn span {
    font-size: 1.125rem;
  }
}

.footer-hero .hero-btn i,
.hero .hero-btn i {
  margin-left: 0.75rem;
}

.footer-hero .reviews,
.hero .reviews {
  --tw-text-opacity: 1;
  align-items: center;
  color: #ffdf3e;
  color: rgba(255, 223, 62, var(--tw-text-opacity));
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  line-height: 1;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {

  .footer-hero .reviews,
  .hero .reviews {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero .reviews,
  .hero .reviews {
    font-size: 1.5rem;
  }
}

.footer-hero ul,
.hero ul {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0.625rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: grid;
  font-size: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  line-height: 1.375;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 24rem;
  row-gap: 0.625rem;
  text-align: left;
}

@media (min-width: 300px) {

  .footer-hero ul,
  .hero ul {
    font-size: 0.875rem;
  }
}

@media (min-width: 360px) {

  .footer-hero ul,
  .hero ul {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {

  .footer-hero ul,
  .hero ul {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero ul,
  .hero ul {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {

  .footer-hero ul,
  .hero ul {
    font-size: 1.125rem;
  }
}

.footer-hero ul li,
.hero ul li {
  align-items: center;
  display: flex;
  padding-left: 1.25rem;
  position: relative;
}

@media (min-width: 300px) {

  .footer-hero ul li,
  .hero ul li {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {

  .footer-hero ul li,
  .hero ul li {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero ul li,
  .hero ul li {
    padding-left: 2.25rem;
  }
}

.footer-hero ul>li:before,
.hero ul>li:before {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: " ";
  background: url(../images/check1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  left: 0;
  position: absolute;
}

@media (min-width: 768px) {

  .footer-hero ul>li:before,
  .hero ul>li:before {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .footer-hero ul>li:before,
  .hero ul>li:before {
    font-size: 1.5rem;
  }
}

.hero .hero-container {
  padding-bottom: 6rem;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .hero .hero-container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .hero .hero-container {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .hero {
    min-height: calc(100vh - 5rem);
    min-height: calc(var(--vh, 1vh) * 100 - 5rem);
  }
}

@media (min-width: 1280px) {
  .hero {
    min-height: calc(100vh - 7.5rem);
    min-height: calc(var(--vh, 1vh) * 100 - 7.5rem);
  }
}

.footer-hero {
  border-bottom-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.footer-hero .hero-container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .footer-hero .hero-container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .footer-hero .hero-container {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.company-hero {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 3rem;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .company-hero {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .company-hero {
    padding-top: 5rem;
  }
}

.company-hero h1 {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  margin-bottom: 0;
}

.company-hero p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 300px) {
  .company-hero p {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .company-hero p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .company-hero p {
    font-size: 1.5rem;
  }
}

.company-hero .hero-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  z-index: 20;
}

@media (min-width: 640px) {
  .company-hero .hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .company-hero .hero-container {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .company-hero .hero-container {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .company-hero .hero-container {
    max-width: 64rem;
  }
}

.sidebar {
  font-size: 0.938rem;
  margin-top: -3rem;
  position: relative;
}

@media (min-width: 768px) {
  .sidebar {
    margin-top: -4rem;
  }
}

@media (min-width: 1024px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar img {
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 20;
}

.sidebar .sidebar-container {
  --tw-bg-opacity: 1;
  background-color: #f4f5f6;
  background-color: rgba(244, 245, 246, var(--tw-bg-opacity));
  display: none;
  padding: 1.75rem 1.5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .sidebar .sidebar-container {
    display: block;
  }
}

@media (min-width: 1280px) {
  .sidebar .sidebar-container {
    padding: 2rem;
  }
}

.sidebar .sidebar-container strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .sidebar .sidebar-container strong {
    font-size: 1.25rem;
  }
}

.sidebar .sidebar-container .sidebar-btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #0357ff;
  background-color: rgba(3, 87, 255, var(--tw-bg-opacity));
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  margin-top: 1rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  text-align: center;
  width: 100%;
}

.sidebar .sidebar-container .sidebar-btn:hover {
  --tw-bg-opacity: 1;
  background-color: #0050ef;
  background-color: rgba(0, 80, 239, var(--tw-bg-opacity));
}

.sidebar .sidebar-container .sidebar-btn i {
  margin-right: 0.5rem;
}

@media (min-width: 1024px) {
  .sidebar {
    position: sticky;
    top: 8rem;
  }

  @media (min-width: 1280px) {
    .sidebar {
      top: 9rem;
    }
  }
}

.list {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 1.25rem;
  margin-top: 1.75rem;
  position: relative;
  row-gap: 0.625rem;
}

@media (min-width: 1024px) {
  .list {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}

.list strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

.list>li>ul {
  margin-top: 0.625rem;
}

.list>li>ul> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  margin-top: 0.625rem;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
}

.list>li>ul>li {
  font-size: 0.938rem;
  padding-left: 0.875rem;
  position: relative;
}

.list>li>ul>li:before {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  content: "-";
  left: 0;
  position: absolute;
}

.list-circle>li:before {
  --tw-bg-opacity: 1;
  background-color: #0b0b0d;
  background-color: rgba(11, 11, 13, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

@media (min-width: 360px) {
  .list-circle>li:before {
    top: 9px;
  }
}

.list-circle>li:before {
  content: "";
}

.list-icon>li {
  padding-left: 1.5rem;
  position: relative;
}

.list-icon>li:before {
  --tw-text-opacity: 1;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  content: " ";
  background: url(../images/check-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 6px;
  left: 0;
  line-height: 1.5rem;
  position: absolute;
}

@supports (color: rgb(0 0 0/0)) {
  .list-icon>li:before {
    color: rgb(3 87 255 / var(--tw-text-opacity));
  }
}

.list-num {
  margin-left: 0.25rem;
}

.list-num>li {
  padding-left: 1.25rem;
  position: relative;
}

.list-num li>span {
  --tw-text-opacity: 1;
  color: #0357ff;
  color: rgba(3, 87, 255, var(--tw-text-opacity));
  font-weight: 700;
  left: 0;
  position: absolute;
}

.list-num li>em {
  --tw-text-opacity: 1;
  color: #0357ff;
  color: rgba(3, 87, 255, var(--tw-text-opacity));
  font-weight: 700;
  left: 0;
  position: absolute;
  font-style: normal;
}

.list-link>li {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-weight: 400;
  padding-right: 0.875rem;
  position: relative;
}

.list-link>li:before {
  content: " ";
  background: url(../images/arrow-right-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: -3px;
}

.list-circle {
  margin-left: 0.25rem;
}

.list-circle>li {
  padding-left: 1.25rem;
  position: relative;
}

.list-tall {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
  row-gap: 1.5rem;
}

.list-bordered>li {
  border-bottom-width: 1px;
  border-style: dashed;
  padding-bottom: 0.625rem;
  position: relative;
}

.list-bordered:after {
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
  width: auto;
}

.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-size: 0.938rem;
  font-weight: 800;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper input[type="date"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
  --tw-border-opacity: 1;
  border: 1px solid #a2a6af;
  border-color: rgba(162, 166, 175, var(--tw-border-opacity));
  font-size: 0.938rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding: 0.75rem 1rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper textarea:focus {
  --tw-shadow: 7px 7px 28px rgba(0, 0, 0, 0.025);
  --tw-shadow-colored: 7px 7px 28px var(--tw-shadow-color);
  --tw-border-opacity: 1;
  border: 1px solid #484a53;
  border-color: rgba(72, 74, 83, var(--tw-border-opacity));
  box-shadow: 0 0 transparent, 0 0 transparent,
    7px 7px 28px rgba(0, 0, 0, 0.025);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.gform_wrapper input[type="date"]::-moz-placeholder,
.gform_wrapper input[type="email"]::-moz-placeholder,
.gform_wrapper input[type="number"]::-moz-placeholder,
.gform_wrapper input[type="search"]::-moz-placeholder,
.gform_wrapper input[type="tel"]::-moz-placeholder,
.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper input[type="time"]::-moz-placeholder,
.gform_wrapper input[type="url"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: #777e8b;
  color: rgba(119, 126, 139, var(--tw-text-opacity));
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
.gform_wrapper input[type="date"]::placeholder,
.gform_wrapper input[type="email"]::placeholder,
.gform_wrapper input[type="number"]::placeholder,
.gform_wrapper input[type="search"]::placeholder,
.gform_wrapper input[type="tel"]::placeholder,
.gform_wrapper input[type="text"]::placeholder,
.gform_wrapper input[type="time"]::placeholder,
.gform_wrapper input[type="url"]::placeholder,
.gform_wrapper textarea::placeholder {
  --tw-text-opacity: 1;
  color: #777e8b;
  color: rgba(119, 126, 139, var(--tw-text-opacity));
}

.gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
}

.gform_wrapper .gform_button,
.gform_wrapper .gform_footer input[type="submit"] {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: #0357ff;
  background-color: rgba(3, 87, 255, var(--tw-bg-opacity));
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding: 0.875rem 1.25rem;
  transition-duration: 0.1s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: #0050ef;
  background-color: rgba(0, 80, 239, var(--tw-bg-opacity));
}

.gform_wrapper .gform_button,
.gform_wrapper .gform_footer input[type="submit"] {
  transition: all 0.2s ease-in-out;
}

.gform_wrapper .gfield_required {
  color: inherit;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border-color: #dc2626;
}

.gform_validation_container,
.instruction {
  display: none !important;
}

.footer {
  --tw-bg-opacity: 1;
  background-color: #1a1b1e;
  background-color: rgba(26, 27, 30, var(--tw-bg-opacity));
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.875rem;
}

.footer,
.footer .banner {
  position: relative;
  z-index: 20;
}

.footer .banner {
  line-height: 1.625;
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding: 3rem 1.25rem 12rem;
}

@media (min-width: 640px) {
  .footer .banner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .footer .banner {
    max-width: 32rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .footer .banner {
    max-width: 56rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

@media (min-width: 1280px) {
  .footer .banner {
    max-width: 64rem;
  }
}

.footer hr {
  border-color: hsla(0, 0%, 100%, 0.1);
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.footer li a:hover {
  color: #fff;
}

.sticky-footer {
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 0px 25px rgba(0, 0, 0, 0.125);
  --tw-shadow-colored: 0px 0px 25px var(--tw-shadow-color);
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: -15rem;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 0 25px rgba(0, 0, 0, 0.125);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  font-size: 0.875rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: fixed;
  right: 0;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  z-index: 50;
}

@media (min-width: 360px) {
  .sticky-footer {
    font-size: 0.938rem;
  }
}

@media (min-width: 768px) {
  .sticky-footer {
    display: none;
  }
}

.sticky-footer hr {
  display: block;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  width: 100%;
}

.sticky-footer p {
  font-size: 0.938rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

@media (min-width: 360px) {
  .sticky-footer p {
    font-size: 1rem;
  }
}

.sticky-footer p a {
  --tw-text-opacity: 1;
  color: #0b0b0d;
  color: rgba(11, 11, 13, var(--tw-text-opacity));
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.sticky-footer .sticky-btn {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: #0357ff;
  background-color: rgba(3, 87, 255, var(--tw-bg-opacity));
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  display: flex;
  font-size: 1.125rem;
  font-weight: 800;
  height: auto;
  justify-content: center;
  padding: 1rem 1.25rem;
  width: 100%;
}

@media (min-width: 360px) {
  .sticky-footer .sticky-btn {
    font-size: 1.25rem;
  }
}

.sticky-footer .sticky-btn i {
  margin-left: 0.75rem;
}

.sticky-footer.active {
  bottom: 0;
}

.fass,
.fast {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: normal;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-family: Font Awesome\6 Sharp;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

@keyframes fa-beat {

  0%,
  90% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.25);
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }

  10% {
    transform: scale(1.1, 0.9) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(1.05, 0.95) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1) translateY(-0.125em);
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1) translateY(0);
  }

  to {
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.125);
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotateY(-180deg);
    transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  24%,
  8% {
    transform: rotate(-18deg);
  }

  12%,
  28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%,
  to {
    transform: rotate(0);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.fass {
  font-weight: 900;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.z-30 {
  z-index: 30;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-7 {
  height: 1.75rem;
}

.w-32 {
  width: 8rem;
}

.w-7 {
  width: 1.75rem;
}

.w-full {
  width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-disc {
  list-style-type: disc;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  margin-top: 1.25rem;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
}

.break-words {
  word-wrap: break-word;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: #1a1b1e;
  background-color: rgba(26, 27, 30, var(--tw-bg-opacity));
}

.bg-white\/75 {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.p-6 {
  padding: 1.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xs {
  font-size: 0.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: #484a53;
  color: rgba(72, 74, 83, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:divide-x> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-left-width: 1px;
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
    border-right-width: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
  }

  .lg\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lg\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }
}

.logo-list .logo-list__item-img {
  max-height: 120px;
  padding: 30px 0;
}

.logo-list .logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-flag {
  max-width: 120px;
  margin-top: 36px;
}

.list-certificates {
  display: flex;
  gap: 2em;
  padding: 0 0 20px 0;
}

.list-certificates__item-img {
  max-height: 120px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  display: none;
}

.swiper.reviews-slider {
  position: relative;
  max-width: 70%;
  margin: 0;
  padding: 5px;
}

.swiper.reviews-slider .swiper-button-next,
.swiper.reviews-slider .swiper-button-prev {
  display: block;
}

.swiper.reviews-slider .swiper-button-next::after,
.swiper.reviews-slider .swiper-button-prev::after {
  content: none;
}



@media (max-width: 480px) {

  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: block;
  }
}



.reviews-description {
  margin-bottom: 2em;
}

.c-icon {
  fill: var(--star-inactive);
  width: var(--size, 18px);
  height: var(--size, 18px);
  margin-left: 3px;
}

.c-icon.active {
  fill: var(--star-active);
}

p.c-rate {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.reviews-header {
  display: flex;
  gap: 1em;
}

.reviews-header__account-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.reviews-header__img {
  max-width: 144px;
  margin-top: 8px;
}

.reviews-header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
  margin-top: 8px;
  background-color: #0a6cff;
  color: #fff;
  font-size: 14px;
  border-radius: 27px;
  max-width: 150px;
  margin-left: -8px;
}

.reviews-header__link-img {
  display: inline-block;
  padding: 1px;
  margin: 0 0 0 4px;
  background: #fff;
  border-radius: 50%;
}

p.reviews-header__info-title {
  margin-bottom: 0;
}

.c-rate__text {
  color: var(--star-active);
  font-weight: 600;
  font-size: 20px;
  margin-right: 5px;
}

.reviews-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .reviews-content {
    flex-direction: column;
    gap: 2em;
    align-items: center;
  }
}

.reviews-header__info {
  min-width: 230px;
}

.swiper-cart {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  padding: 15px;
  border-radius: 4px;
}

.swiper-cart__wrapp-text {
  height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}

.swiper-cart__text {
  color: #222;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
}

.swiper-cart__wrapp-text::-webkit-scrollbar {
  width: 4px;
}

.swiper-cart__wrapp-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.swiper-cart__wrapp-text::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.swiper-cart__wrapp-text::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc !;
}

.swiper-cart__header {
  display: flex;
  gap: 1em;
}

.swiper-cart__header-info {
  display: flex;
  flex-direction: column;
}

.swiper-cart__header-img {
  width: 50px;
  height: 50px;
}

.swiper-cart__header-name {
  color: #154fc1;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}

.swiper-cart__header-data {
  font-size: 14px;
  color: #000;
}

.swiper-cart__rate {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logoname {
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" height="512" width="512"><g fill="none" fill-rule="evenodd"><path d="M482.56 261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47 29.5-22.1 54.49-47.09 71.23v59.21h76.27c44.63-41.09 70.37-101.59 70.37-173.46z" fill="%234285f4"></path><path d="M256 492c63.72 0 117.14-21.13 156.19-57.18l-76.27-59.21c-21.13 14.16-48.17 22.53-79.92 22.53-61.47 0-113.49-41.51-132.05-97.3H45.1v61.15c38.83 77.13 118.64 130.01 210.9 130.01z" fill="%2334a853"></path><path d="M123.95 300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68 7.4-44.84V150.01H45.1C29.12 181.87 20 217.92 20 256c0 38.08 9.12 74.13 25.1 105.99l78.85-61.15z" fill="%23fbbc05"></path><path d="M256 113.86c34.65 0 65.76 11.91 90.22 35.29l67.69-67.69C373.03 43.39 319.61 20 256 20c-92.25 0-172.07 52.89-210.9 130.01l78.85 61.15c18.56-55.78 70.59-97.3 132.05-97.3z" fill="%23ea4335"></path><path d="M20 20h472v472H20V20z"></path></g></svg>');
  background-size: cover;
  background-position: center;
}

.arrow-right {
  width: 24px;
}

.footer-arrow-down {
  width: 10px;
}

.wrap-icon-text,
.sidebar .sidebar-btn.wrap-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.wrapper-map {
  padding: 2em 0 0;
}

.image-map {
  width: 100%;
}

aside {
  background-color: #fff;
  position: relative;
  z-index: 39;
}

/* === Slider Styles (Final clean version) === */
.svc-slider {
  --radius: 14px;
  --shadow: 0 6px 20px rgba(0, 0, 0, .08);
  --bg: #fff;
  --ink: #111;
  --sub: #555;
  --brand: #0a5;
  position: relative;
  color: var(--ink);
}

.svc-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.svc-slider__head h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  margin: 0;
}

.svc-track.swiper {
  visibility: hidden;
}

.svc-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.svc-track.swiper.swiper-initialized {
  overflow: visible;
  visibility: visible;
}

.svc-track.swiper .swiper-slide {
  opacity: 0;
  transition: opacity .3s ease;
}

.svc-track.swiper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.svc-card {
  scroll-snap-align: start;
  background: var(--bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0 0 16px;
  display: flex;
  flex-direction: column;
  /*   min-height: 340px; */
}

.svc-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
  display: block;
}

.svc-card h3 {
  font-size: 18px;
  margin: 12px 16px 6px;
}

.svc-card p {
  color: var(--sub);
  margin: 0 16px 12px;
  font-size: 14.5px;
}

.svc-cta {
  align-self: flex-start;
  margin-left: 16px;
  text-decoration: none;
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
}

/* Стрелки — по центру, без дублей */
.svc-btn.prev,
.svc-btn.next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
  cursor: pointer;
}

.svc-btn.prev {
  left: -16px;
}

.svc-btn.next {
  right: -16px;
}

/* Прячем стрелки slick, если тема их подмешивает */
.slick-prev,
.slick-next {
  display: none !important;
}

.swiper-button-lock {
  display: none !important;
}

/* кнопка под заголовком */
.hero-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #1e6fff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 18px 0 24px;
}

/* карточка с вопросом и вариантами */

.hero-question-card {
  margin-top: 32px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero-question {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
}

.hero-option {
  width: 48%;
  background: #20232b;
  border-radius: 24px;
  padding: 18px 12px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background 0.18s ease;
}

.hero-option:hover {
  background: #262a33;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
}

.hero-option-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(30, 111, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.hero-option-title {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

.hero-option-sub {
  font-size: 13px;
  line-height: 1.35;
  color: #d6d6d6;
}

.page-title {
  margin-top: 30px;
  margin-bottom: 16px;
}

.page-title h1 {
  font-size: 2rem;
}

.blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 0;
}

.news {
  padding-bottom: 2rem;
}

.blog .svc-card p,
.news .svc-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.map-wrapper iframe {
  width: 100% !important;
}

.swiper-pagination {
  position: relative;
  top: initial !important;
  bottom: initial !important;
  transform: none !important;
  left: 0 !important;
  text-align: center;
  margin: 30px auto 0;
}

.swiper-slide {
  height: auto;
}

.breadscrumbs {
  margin-bottom: 32px;
}

.breadscrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.breadscrumbs ul li a {
  color: #0a5;
  font-size: 12px;
  text-decoration: underline;
}

.breadscrumbs ul li span {
  font-size: 12px;
}

.breadscrumbs ul li span.sep {
  margin: 0 5px;
}

.accordion__item-content-hidden {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion__item {
  border: 1px solid #6b7280;
  padding: 16px 32px;
  margin: 8px 0;
  cursor: pointer;
}

.accordion__item-title {
  padding: 8px 0;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.accordion__item-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 24px;
  position: relative;
}

.accordion__item-icon span svg {
  width: 16px;
  height: 3px;
  display: block;
}

.accordion__item-icon span svg.minus2 {
  position: absolute;
  transform: rotate(-90deg);
  will-change: transorm;
  transition: transform 0.3s cubic-bezier(0.53, 0, 0.46, 1);
}

.accordion__item.active .accordion__item-icon span svg.minus2 {
  transform: rotate(0deg);
}

.wrap-gallery,
.wrap-reviews {
  margin-bottom: 2em;
}

.faq {
  margin-bottom: 4em;
}

.news-wrapper .svc-slider {
  margin-top: 0;
}

.fixed-nav {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity .5s ease .4s;
  opacity: 0;
  z-index: 99999;
}

.fixed-nav.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity .5s ease 0;
}

.fixed-nav__overlay {
  background-color: rgba(47, 48, 53, .3);
  height: 100%;
  width: 100%;
}

.fixed-nav__wrap {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform .5s ease 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  width: 100%;
  max-width: 400px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
}

.fixed-nav__wrap.active {
  transform: none;
  transition: transform .5s ease 1s;
}

.mob-open {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  order: 10000;
}

.fixed-nav__header {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}

.fixed-nav__header svg {
  cursor: pointer;
}

.fixed-nav__content {
  padding: 0 40px;
}

.fixed-nav__content ul li {
  margin-bottom: 20px;
}

.fixed-nav__content ul li a {
  font-size: 20px;
}

.fixed-nav__footer {
  padding: 40px;
}

.fixed-nav__footer ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}

.fixed-nav__footer ul li svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 4px;

}
.accordion__item a{
      color: #0050ef;
      text-decoration: underline;
}

@media (max-width: 1279px) {
  .svc-slider {
    padding: 20px 30px;
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow: hidden;
  }

  .blog {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    overflow: visible;
  }
}

@media (max-width: 1024px) {
  .blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  aside{
    display: none;
  }
}

@media (max-width: 767px) {
  .lead-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lead-body {
    padding-top: 10px !important;
  }

  .lead-textarea {
    min-height: 60px !important;
  }

  .hidden-aside {
    display: none !important;
  }

  .trust {
    line-height: 1.2;
  }

  .lead-label {
    margin-top: 6px !important;
  }
  .lead-input, .lead-textarea{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .lead-actions{
    padding-top: 0;
  }

  .footer .banner {
    padding-bottom: 3rem;
  }

  .lead-overlay {
    align-items: flex-start !important;
    overflow: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .blog {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }

  .accordion__item {
    padding: 8px 16px;
  }

  .accordion__item-title {
    font-size: inherit;
    line-height: 1.5;
  }

  .wrap-gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog .svc-card p,
  .news .svc-card p {
    -webkit-line-clamp: 2;
  }

  .swiper-pagination {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .wrap-reviews {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq {
    margin-bottom: 2em;
  }

  .wrap-reviews {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .wrap-gallery {
    margin-bottom: 15px;
  }

  .swiper.reviews-slider {
    max-width: 100%;
  }

  .footer-flag {
    margin: 0;
  }
}

@media (max-width: 400px) {
  .svc-slider {
    padding: 20px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow: hidden;
  }

  .news-wrapper .svc-slider {
    padding-top: 0;
  }

  .blog {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 30px;
    width: initial;
    padding-top: 0;
  }

  .accordion__item-icon {
    margin-left: 15px;
  }
}