:root {
  --text: #292f34;
  --muted: #606060;
  --accent: #ff4307;
  --line: rgba(41, 47, 52, 0.12);
  --shadow: 0 14px 32px rgba(41, 47, 52, 0.16);
  --wrap: 1170px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Hind, Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 200;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--text);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-header {
  position: relative;
  z-index: 50;
  min-height: 69px;
  background: #fff;
}

.brand {
  position: absolute;
  top: 9px;
  left: calc((100vw - var(--wrap)) / 2 + 15px);
  display: block;
}

.brand img {
  width: 50px;
}

.site-nav {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  padding: 22px 0 0 calc((100vw - var(--wrap)) / 2 + 300.75px);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.site-nav a {
  color: #54595f;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--accent);
}

.site-nav a:hover {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 32px;
  height: 32px;
  padding: 7px;
  background: transparent;
  border: 0;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 493px;
  gap: 46px;
  align-items: center;
  min-height: 630px;
  padding: 0 calc((100vw - var(--wrap)) / 2);
  background: url("../images/hero-home1-gall-41.jpg") center right / contain no-repeat;
}

.hero__content {
  max-width: 535px;
  padding-top: 12px;
}

.eyebrow {
  margin: 0 0 11px;
  color: var(--text);
  font-size: 16.88px;
  font-weight: 500;
  line-height: 20.256px;
  text-transform: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 26px;
  color: var(--text);
  font-size: 62.08px;
  font-weight: 700;
  line-height: 62.08px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

h3 {
  color: var(--text);
  font-size: 21.28px;
  font-weight: 600;
  line-height: 29.26px;
}

.hero__lead {
  margin-bottom: 42px;
  color: var(--text);
  font-size: 21.28px;
  line-height: 25.536px;
}

.actions {
  display: flex;
  gap: 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 20px 42px;
  border: 0 solid transparent;
  color: #fff;
  background: var(--accent);
  font-size: 13.28px;
  font-weight: 700;
  line-height: 13.28px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button--outline {
  color: var(--text);
  background: #fff;
  border: 2px solid var(--text);
}

.button--dark {
  color: #fff;
  background: var(--text);
}

.quote-card {
  width: 493px;
  padding: 30px 55px 40px;
  background: rgba(255, 255, 255, 0.92);
}

.quote-card h2 {
  margin-bottom: 18px;
  color: var(--accent);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 14px;
}

.form-grid--thirds {
  grid-template-columns: repeat(3, 1fr);
}

.full {
  grid-column: 1 / -1;
}

label,
legend {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

input,
textarea {
  width: 100%;
  margin-top: 3px;
  padding: 8px 16px;
  color: #606060;
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: 0;
  font-size: 15px;
  line-height: 21px;
}

input::placeholder,
textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

input[type="checkbox"] {
  appearance: auto;
  accent-color: var(--accent);
  width: 13px;
  height: 13px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: -2px;
}

textarea {
  resize: vertical;
}

fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin: 11px 0;
  padding: 0;
  border: 0;
}

fieldset label,
.consent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25;
}

fieldset input,
.consent input {
  width: auto;
  margin: 0;
}

.quote-card .button {
  min-height: 32px;
  margin-top: 12px;
  padding: 9px 25px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-transform: none;
}

.section {
  max-width: var(--wrap);
  margin: 0 auto;
}

.about {
  display: grid;
  grid-template-columns: 42.65% 57.35%;
  gap: 0;
  min-height: 633px;
  padding: 113px 0 0;
}

.section__intro {
  text-align: left;
}

.section__intro .eyebrow {
  width: 489px;
  margin: 0;
  font-size: 48.8px;
  font-weight: 700;
  line-height: 48.8px;
  text-transform: uppercase;
}

.section__intro h2 {
  color: #747a80;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.about__copy {
  max-width: 668px;
  color: var(--muted);
  font-size: 15.104px;
  line-height: 24.9216px;
}

.about__copy p {
  margin-bottom: 14.4px;
}

.about__copy .button {
  margin-top: 12px;
}

.services {
  position: relative;
  height: 623px;
  min-height: 0;
  margin-top: 100px;
  overflow: visible;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 430px;
  background: var(--accent);
}

.services__title {
  position: absolute;
  top: 245px;
  left: calc((100vw - var(--wrap)) / 2);
  z-index: 1;
  color: #fff;
}

.services__title h2,
.solutions__title h2 {
  color: #fff;
  font-size: 48.8px;
  font-weight: 700;
  line-height: 48.8px;
}

.services__title p,
.solutions__title p {
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 28px;
  width: 628px;
  margin-left: calc(50% - 30px);
  padding-top: 0;
  transform: translateY(-50px);
}

.service-grid article {
  min-height: 346px;
  padding: 55px 42px 35px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-grid img {
  width: 45px;
  margin-bottom: 28px;
}

.service-grid p,
.solution-grid p,
.contact-cards p {
  color: var(--muted);
  font-size: 15.104px;
  line-height: 24.9216px;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 552px);
  min-height: 552px;
  margin-top: 150px;
  padding-left: calc((100vw - var(--wrap)) / 2);
}

.why__panel {
  max-width: 560px;
  padding-top: 101px;
}

.why__panel .eyebrow {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 37.28px;
  font-weight: 700;
  line-height: 37.28px;
  text-transform: uppercase;
}

.why__panel p {
  max-width: 470px;
  color: var(--muted);
  font-size: 15.104px;
  line-height: 24.9216px;
}

.why__image {
  width: 100%;
  height: 552px;
  object-fit: cover;
}

.stats {
  display: flex;
  gap: 56px;
  margin: 32px 0 34px;
}

.stats strong {
  display: block;
  color: var(--text);
  font-size: 62.08px;
  font-weight: 600;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

.solutions {
  position: relative;
  min-height: 987px;
  padding-top: 0;
}

.solutions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 594px;
  background: var(--accent);
}

.solutions__title {
  position: absolute;
  top: 105px;
  left: calc((100vw - var(--wrap)) / 2);
  z-index: 1;
  color: #fff;
}

.solution-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 375px);
  gap: 22.5px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-top: 253px;
}

.solution-grid article {
  background: #fff;
  box-shadow: var(--shadow);
}

.solution-grid img {
  width: 375px;
  height: 324px;
  object-fit: cover;
}

.solution-grid h3 {
  margin: 40px 42px 18px;
}

.solution-grid p {
  margin: 0 42px 46px;
}

.gallery {
  max-width: none;
  min-height: 420px;
  margin: 0 auto;
  padding: 50px 200px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact {
  min-height: 553px;
  margin-top: 100px;
  padding-top: 73px;
}

.contact__intro {
  margin-bottom: 55px;
}

.contact__intro h2 {
  max-width: 420px;
  margin-bottom: 13px;
  font-size: 37.28px;
  line-height: 37.28px;
}

.contact__intro p {
  color: var(--text);
  font-size: 17.76px;
  line-height: 21.312px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
}

.contact-cards article {
  min-height: 217px;
  padding: 47px 43px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-cards img {
  width: 35px;
  margin-bottom: 22px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 78px 0 0;
}

.contact-form {
  padding: 0;
  background: #fff;
}

.contact-form h2 {
  margin-bottom: 25px;
  font-size: 37.28px;
  line-height: 59.648px;
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(41, 47, 52, 0.18);
  font-family: Hind, Arial, Helvetica, sans-serif;
  font-size: 14.08px;
  line-height: 32.384px;
  color: #606060;
}

.contact-form input {
  height: 52px;
}

.contact-form textarea {
  min-height: 122px;
}

.contact-form fieldset {
  margin: 13px 0;
}

.contact-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.contact-form fieldset label,
.contact-form .consent {
  color: #606060;
  font-size: 12px;
}

.contact-form .button {
  display: flex;
  width: max-content;
  min-height: auto;
  margin: 17px 0 0;
  padding: 19px 30px;
  border: 0;
  font-size: 10.56px;
  line-height: 12.8px;
  letter-spacing: 1.2px;
}

.map {
  width: 100%;
  min-height: 500px;
  border: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 170px;
  gap: 70px;
  max-width: var(--wrap);
  min-height: 533px;
  margin: 0 auto;
  padding-top: 114px;
  color: var(--muted);
  background: #fff;
}

.site-footer h2 {
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-transform: none;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 13.28px;
  line-height: 19.92px;
}

.partner-logos {
  display: none;
}

.footer-badge img {
  width: 140px;
  margin-left: auto;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-top: 42px;
}

.footer-bottom img {
  width: 55px;
  justify-self: center;
}

.footer-bottom p {
  justify-self: end;
  margin: 0;
  font-size: 10px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oferteo-badge {
  width: 90px;
  height: auto;
}

.site-footer .facebook-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #2f3337;
  border: 2px solid rgba(255, 255, 255, 0.16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.site-footer .facebook-icon:hover,
.site-footer .facebook-icon:focus {
  color: #292f34;
  background: #fff;
  border-color: #292f34;
}

.footer-logo-strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 12px 135px 34px;
  opacity: 0.34;
}

.footer-logo-strip img {
  width: auto;
  max-width: 146px;
  height: 42px;
  object-fit: contain;
  filter: grayscale(1);
}

.system-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px 20px;
  background: #fff;
}

.system-message {
  width: min(100%, 680px);
  text-align: center;
}

.system-message img {
  width: 70px;
  margin: 0 auto 28px;
}

.system-message h1 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.system-message p {
  max-width: 520px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.system-message p a {
  color: var(--text);
  font-weight: 700;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  background: var(--accent);
  border-radius: 50%;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 56px;
  }

  .brand {
    top: 8px;
    left: 18px;
  }

  .brand img {
    width: 40px;
  }

  .menu-toggle {
    position: absolute;
    top: 11px;
    right: 15px;
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px;
    background: #fff;
    box-shadow: var(--shadow);
    font-size: 13px;
    transform: none;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 9px 0;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 26px 23px 0;
    text-align: center;
    background: none;
  }

  .hero__content {
    max-width: none;
    min-height: 0;
    padding: 24px 22px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)), url("../images/hero-home1-gall-41.jpg") center top / cover no-repeat;
  }

  .eyebrow {
    font-size: 9px;
    line-height: 1.2;
  }

  h1 {
    width: 260px;
    margin: 0 auto 10px;
    font-size: 27px;
    line-height: 27px;
  }

  .hero__lead {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 14px;
  }

  .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 66px -22px 0;
    padding: 18px 22px 22px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(41, 47, 52, 0.12);
  }

  .button {
    width: 100%;
    max-width: 270px;
    min-height: 42px;
    padding: 13px 22px;
    font-size: 10.5px;
    letter-spacing: 1.1px;
  }

  .button--outline {
    max-width: 270px;
    margin: 0 auto;
  }

  .quote-card {
    width: auto;
    margin-top: 18px;
    padding: 0;
    text-align: left;
    background: #fff;
  }

  .quote-card h2 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .form-grid,
  .form-grid--thirds {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  input,
  textarea {
    padding: 8px 14px;
  }

  .quote-card fieldset,
  .contact-form fieldset {
    margin: 10px 0;
  }

  .quote-card textarea,
  .contact-form textarea {
    min-height: 96px;
  }

  .about {
    display: block;
    min-height: 523px;
    padding: 62px 23px 0;
    text-align: center;
  }

  .section__intro .eyebrow {
    width: auto;
    font-size: 20px;
    line-height: 1.15;
  }

  .section__intro h2 {
    margin-bottom: 30px;
  }

  .about__copy {
    font-size: 14px;
    line-height: 18.2px;
  }

  .services {
    height: auto;
    min-height: 849px;
    margin-top: 0;
    padding: 0 23px 58px;
    background: var(--accent);
  }

  .services::before,
  .solutions::before {
    display: none;
  }

  .services__title,
  .solutions__title {
    position: static;
    padding-top: 42px;
    text-align: center;
  }

  .services__title h2,
  .solutions__title h2 {
    font-size: 25.6px;
    line-height: 25.6px;
  }

  .services__title h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 23px;
    width: auto;
    margin: 34px 0 0;
    padding: 0;
  }

  .service-grid article {
    min-height: 145px;
    padding: 23px 30px;
    text-align: center;
  }

  .service-grid h3,
  .solution-grid h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .service-grid p,
  .solution-grid p,
  .contact-cards p {
    font-size: 14px;
    line-height: 18.2px;
  }

  .service-grid img {
    margin: 0 auto 15px;
  }

  .why {
    display: block;
    min-height: 635px;
    margin-top: 0;
    padding: 42px 23px 0;
    text-align: center;
  }

  .why__panel {
    max-width: none;
    padding: 0;
  }

  .why__panel .eyebrow {
    font-size: 32px;
    line-height: 32px;
  }

  .why__panel p {
    margin: 0 auto;
  }

  .stats {
    display: block;
    margin: 24px 0;
  }

  .stats div {
    margin-bottom: 17px;
  }

  .stats strong {
    font-size: 26px;
  }

  .why__image {
    width: calc(100% + 46px);
    height: 247px;
    margin: 32px -23px 0;
    opacity: 0.45;
  }

  .solutions {
    min-height: 1019px;
    padding: 0 23px 54px;
    background: var(--accent);
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 35px;
  }

  .solution-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 324;
  }

  .solution-grid h3 {
    margin: 24px 30px 14px;
    text-align: center;
  }

  .solution-grid p {
    margin: 0 30px 30px;
    text-align: center;
  }

  .gallery {
    min-height: auto;
    padding: 0 27px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .contact {
    margin-top: 0;
    padding: 38px 23px 0;
    text-align: center;
  }

  .contact__intro h2 {
    max-width: none;
    font-size: 20px;
    line-height: 20px;
  }

  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .contact-cards article {
    min-height: 0;
    padding: 18px 10px;
  }

  .contact-cards img {
    width: 24px;
    margin: 0 auto 12px;
  }

  .contact-layout {
    display: block;
    padding: 38px 0 28px;
  }

  .contact-form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .contact-form .button {
    margin-right: auto;
    margin-left: auto;
  }

  .map {
    min-height: 190px;
    height: 190px;
    margin-top: 28px;
    background: #f4f4f4;
  }

  .site-footer {
    display: block;
    min-height: 595px;
    padding: 36px 23px 0;
    text-align: left;
  }

  .site-footer h2 {
    margin-bottom: 14px;
  }

  .site-footer p {
    margin-bottom: 14px;
  }

  .footer-badge img {
    width: 70px;
    margin: 20px auto;
  }

  .footer-bottom {
    display: block;
    padding-top: 10px;
    text-align: center;
  }

  .footer-bottom img {
    width: 22px;
    margin: 18px auto;
  }

  .footer-bottom p {
    font-size: 8px;
  }

  .social-row {
    justify-content: center;
  }

  .oferteo-badge {
    width: 43px;
  }

  .site-footer .facebook-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .footer-logo-strip {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 18px;
    margin-top: 20px;
    margin-left: -50vw;
    padding: 18px 23px 32px;
  }

  .footer-logo-strip img {
    flex: 0 0 22%;
    max-width: 78px;
    height: 28px;
  }
}
