:root {
  --grey: #666;
  --dark-green: #165;
  --light-grey: #f2f2f2;
  --white: white;
  --green: #14a86d;
  --navbar: rgba(255, 255, 255, .85);
  --black: #000;
  --white-2: white;
  --black-2: black;
}

body {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark-green);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

h3 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  line-height: 26px;
}

.section.qs {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.service {
  background-color: var(--light-grey);
  padding: 100px 20px;
}

.section.pgi {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.contact {
  background-image: url('../images/contacto-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.gracias {
  width: 100%;
  height: 100vh;
  background-image: url('../images/contacto-bg.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container.qs {
  display: flex;
}

.container.qs-title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.container.qs-values {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.service {
  flex-direction: row;
  display: flex;
}

.container.pgi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container.contact {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.footer {
  z-index: 1;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 80px 20px;
  display: grid;
  position: relative;
}

.container.header-title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.container.menu {
  padding-left: 20px;
  padding-right: 20px;
}

.container.slide {
  height: 100%;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container.sg-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.gracias {
  width: 800px;
  border: 1px solid var(--dark-green);
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  display: flex;
}

.qs-wrapper {
  width: 50%;
}

.qs-wrapper.left {
  background-image: url('../images/quienes-somos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.qs-wrapper.right {
  background-color: var(--green);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  font-size: 16px;
  line-height: 40px;
}

.qs-wrapper.values-left {
  padding-right: 40px;
}

.qs-wrapper.values-right {
  padding-left: 40px;
}

.qs-ph {
  line-height: 32px;
}

.service-wrapper {
  width: 50%;
}

.service-wrapper.left {
  margin-bottom: 20px;
  padding-right: 40px;
}

.service-wrapper.right {
  background-image: url('../images/servicios.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 80px;
}

.service-ph {
  margin-bottom: 30px;
}

.service-title {
  margin-bottom: 60px;
}

.button {
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button:hover {
  background-color: var(--white);
  color: var(--dark-green);
}

.button.service {
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
  background-color: rgba(17, 102, 85, 0);
  margin-top: 40px;
}

.button.service:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.button.pgi {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.button.pgi:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.button.form {
  margin-top: 20px;
}

.button.form:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.button.gracias {
  margin-top: 40px;
}

.button.gracias:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.pgi-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-wrapper {
  width: 50%;
}

.contact-wrapper.form {
  width: 40%;
  margin-left: 80px;
}

.input-wrap {
  color: #00498e;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.contact-success-title {
  color: var(--dark-green);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.form-input {
  z-index: 1;
  height: 51px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-green);
  color: var(--dark-green);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.form-input:focus {
  border-bottom-color: var(--green);
}

.form-input::-ms-input-placeholder {
  color: #00498e;
}

.form-input::placeholder {
  color: #00498e;
}

.form-input.massage {
  height: 100px;
}

.form-input.massage::-ms-input-placeholder {
  color: var(--dark-green);
}

.form-input.massage::placeholder {
  color: var(--dark-green);
}

.contact-success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.floating-label {
  z-index: 0;
  color: var(--dark-green);
  transition: font-size .2s ease-in-out, color .2s ease-in-out, bottom .2s ease-in-out;
  position: absolute;
  bottom: 25px;
  left: 12px;
}

.contact-success-txt {
  padding-top: 10px;
}

.contact-error-message {
  color: #fff;
  text-align: center;
  background-color: #ea4424;
  margin-top: 20px;
  padding: 20px;
}

.contact-success-wrapper {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-success-link {
  color: var(--green);
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
}

.h1-contact {
  margin-top: 0;
}

.contact-txt {
  margin-top: 40px;
  padding-top: 20px;
  font-weight: 600;
}

.contact-ph {
  margin-top: 10px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.hero-slide {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-slide.b {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide-dos.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide.a {
  background-color: rgba(0, 0, 0, .3);
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/slide-one.jpg');
  background-attachment: scroll, scroll;
}

.hero-slide.c {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide-tres.jpg');
}

.hero-slide.d {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slide-cuatro.jpg');
}

.slide-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-slide-nav {
  margin-bottom: 10px;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slide-txt {
  width: 80%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-title {
  color: var(--white);
  text-align: center;
  font-size: 72px;
  line-height: 72px;
}

.navbar {
  z-index: 3;
  width: 100%;
  background-color: rgba(255, 255, 255, .85);
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

.navbar-logo {
  height: 55px;
}

.button-3 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #03505e;
  border-radius: 4px;
  margin-top: 10%;
  padding: 1em 2em;
  font-size: 18px;
  transition: all .2s;
  position: relative;
}

.button-3:hover {
  color: #03505e;
  background-color: #f5f5ec;
}

.div-block {
  border: 1px solid #03505e;
  padding-left: 100px;
  padding-right: 100px;
}

.footer {
  background-color: var(--dark-green);
  flex-direction: column;
  display: flex;
}

.container-fs {
  justify-content: center;
  align-items: center;
}

.container-fs.footer {
  background-color: var(--green);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 5px;
}

.footer-wrapper {
  z-index: 2;
  position: relative;
}

.footer-wrapper.menu {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  height: 90px;
}

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: var(--green);
}

.footer-deco {
  z-index: 1;
  height: 210px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: -65px;
  right: auto;
}

.footer-contact-wrapper {
  margin-top: 10px;
}

.footer-contact-link {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--green);
}

.footer-icons {
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.foote-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.footer-legal-link {
  color: var(--white);
  text-decoration: none;
}

.footer-legal-link:hover {
  color: var(--dark-green);
}

.hero-title-under {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, var(--green) 71%);
}

.servicios-modal-close {
  width: 28px;
  height: 28px;
  background-color: var(--dark-green);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  padding: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.servicios-modal-close:hover {
  background-color: var(--green);
}

.servicios-modal-title {
  color: var(--dark-green);
  margin-top: 10px;
}

.servicios-modal-info-wrapper {
  margin-bottom: 30px;
}

.servicios-modal-wrap {
  z-index: 10;
  width: 100%;
  max-width: 850px;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 20px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 16px 8px rgba(0, 0, 0, .24);
}

.servicios-modal {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.servicios-modal-bkg-close {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.servicios-modal-deco {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.servicios-modal-wrapper {
  display: flex;
}

.servicios-modal-list {
  width: 50%;
}

.servicios-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
}

.servicios-list-item-span {
  font-size: 12px;
  font-style: italic;
}

.nav-link {
  color: var(--dark-green);
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  transition: color .2s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green);
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.navbar-menu-divider {
  width: 1px;
  height: 16px;
  background-color: var(--dark-green);
}

.sg-title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.sg-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sg-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.sg-image {
  z-index: 2;
  width: 120px;
  position: relative;
}

.sg-grid-wrapper {
  background-color: var(--light-grey);
  padding: 8px 10px;
  position: relative;
}

.sg-hover-shadow {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
}

.pg-title {
  font-size: 18px;
}

.contact-icons-link {
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.contact-icons-link:hover {
  color: var(--green);
}

.contact-icons-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.pgi-button-wrapper {
  margin-top: 40px;
  display: flex;
}

.back-top {
  z-index: 10;
  width: 55px;
  height: 55px;
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .35);
}

.back-top:hover {
  color: var(--green);
  background-color: #fff;
}

.calidad-gestion-txt {
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.gracias-logo {
  height: 120px;
}

.gracias-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.qs {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.gracias {
    width: 80%;
    flex-wrap: wrap;
  }

  .service-wrapper.left {
    flex-direction: column;
    display: flex;
  }

  .service-wrapper.right {
    margin-left: 10px;
  }

  .button {
    text-align: center;
  }

  .contact-wrapper.form {
    margin-left: 40px;
  }

  .slide-txt {
    width: 60%;
  }

  .hero-title {
    font-size: 52px;
    line-height: 62px;
  }

  .servicios-modal-close {
    align-self: center;
  }

  .servicios-modal {
    background-position: 100% 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .sg-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .back-top {
    display: none;
  }

  .gracias-logo {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section.qs {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.qs {
    flex-direction: column;
  }

  .container.qs-title {
    padding-bottom: 30px;
  }

  .container.qs-values {
    flex-direction: column;
    padding-top: 40px;
  }

  .container.service, .container.contact {
    flex-direction: column;
  }

  .container.footer {
    grid-template-columns: 1fr 1fr;
  }

  .container.header-title {
    padding-bottom: 10px;
    display: flex;
  }

  .container.slide {
    justify-content: flex-start;
    padding-top: 220px;
  }

  .container.sg-title {
    padding-bottom: 30px;
  }

  .container.gracias {
    flex-direction: column;
  }

  .qs-wrapper {
    width: 100%;
    padding: 20px;
  }

  .qs-wrapper.left {
    height: 400px;
    order: -1;
  }

  .qs-wrapper.values-left {
    padding-right: 20px;
  }

  .qs-wrapper.values-right {
    padding-left: 20px;
  }

  .service-wrapper {
    width: 100%;
  }

  .service-wrapper.left {
    padding-right: 0;
  }

  .service-wrapper.right {
    height: 400px;
    order: -1;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .service-title {
    text-align: center;
    display: none;
  }

  .button.service {
    margin-top: 40px;
  }

  .button.pgi {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .contact-wrapper.form {
    width: 100%;
    margin-left: 0;
  }

  .h1-contact {
    text-align: center;
  }

  .slide-info-wrapper {
    width: 100%;
  }

  .hero {
    margin-left: 0;
    padding-left: 0;
  }

  .slide-txt {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 50px;
  }

  .navbar {
    background-color: var(--navbar);
  }

  .navbar-logo {
    height: 50px;
  }

  .footer-logo {
    height: 60px;
  }

  .servicios-modal-info-wrapper {
    overflow: scroll;
  }

  .servicios-modal-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .servicios-modal {
    padding: 20px;
    display: none;
  }

  .servicios-modal-wrapper {
    flex-direction: column;
    overflow: scroll;
  }

  .servicios-modal-list {
    width: 100%;
  }

  .navbar-mobile-icon {
    color: var(--dark-green);
  }

  .navbar-mobile-icon:hover {
    color: var(--green);
  }

  .navbar-menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .navbar-menu {
    background-color: var(--navbar);
    padding-top: 30px;
  }

  .sg-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-slider-right-arrow, .hero-slider-left-arrow {
    display: none;
  }

  .contact-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .pgi-button-wrapper {
    flex-direction: column;
  }

  .gracias-link-container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

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

  h3 {
    text-align: center;
  }

  .container.qs-values {
    padding-top: 20px;
  }

  .container.footer {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container.slide {
    padding-top: 140px;
  }

  .container.sg-title {
    padding-bottom: 10px;
  }

  .qs-wrapper.right {
    padding: 30px 20px 20px;
  }

  .service-ph {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .pgi-txt {
    text-align: center;
  }

  .hero-slide.a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/slide-one.jpg');
    background-position: 0 0, 35%;
  }

  .hero-slide.c {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/slide-tres.jpg');
    background-position: 0 0, 35%;
  }

  .hero-slide.d {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/slide-cuatro.jpg');
    background-position: 0 0, 43%;
  }

  .slide-txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .hero-title {
    margin-bottom: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
  }

  .navbar-logo {
    height: 40px;
    margin-top: 10px;
  }

  .button-3 {
    letter-spacing: 1px;
    transition: all .2s;
  }

  .button-3:hover {
    color: #03505e;
    background-color: #f5f5ec;
  }

  .container-fs.footer {
    font-size: 12px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-wrapper.menu {
    text-align: center;
  }

  .footer-logo {
    height: 60px;
  }

  .footer-contact-link {
    justify-content: center;
  }

  .foote-title {
    text-align: center;
  }

  .hero-title-under {
    font-size: 44px;
    line-height: 54px;
  }

  .servicios-modal-title {
    font-size: 20px;
    line-height: 26px;
  }

  .servicios-modal-info-wrapper {
    margin-bottom: 10px;
  }

  .sg-title {
    font-size: 24px;
    line-height: 32px;
  }

  .sg-txt {
    text-align: center;
  }

  .sg-grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .sg-grid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-icons-link {
    margin-right: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .back-top {
    display: none;
  }
}

#w-node-_8571ddd8-a9aa-4126-9227-0042d77cfc4c-3fde5554, #w-node-_1e7a903d-72c9-8ab1-821f-42d4c67f1cb5-3fde5554, #w-node-ce5459de-562b-5e98-84b7-e5338549b65c-3fde5554, #w-node-_44fe19af-70b7-dd37-dfcf-8fe7b1b028fe-3fde5554, #w-node-_17f43679-5ad2-ca90-4026-e0d628bf71c5-3fde5554, #w-node-_2922c632-ed0d-bc88-6d25-866660ca32ce-3fde5554, #w-node-fe162ee4-52cc-cb69-c644-60433692a41d-3fde5554, #w-node-_4071950f-b8a8-f87b-6218-0c003d5a8bad-3fde5554, #w-node-_4071950f-b8a8-f87b-6218-0c003d5a8bb1-3fde5554, #w-node-_4071950f-b8a8-f87b-6218-0c003d5a8bb5-3fde5554, #w-node-_6a6ea9b5-9b30-831e-1874-ff1d3bfca6b4-3fde5554, #w-node-_3cdca871-897c-41a2-ce3f-e7d759a12d1b-3fde5554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fb883a2-1680-970a-4868-86eedafaaeab-3fde5554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7582f6ec-7e95-4d54-cdb4-fa8a4200c21d-3fde5554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #massage.w-node-_4071950f-b8a8-f87b-6218-0c003d5a8bbe-3fde5554 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3cdca871-897c-41a2-ce3f-e7d759a12d1b-3fde5554 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cdca871-897c-41a2-ce3f-e7d759a12d1b-3fde5554, #w-node-_7582f6ec-7e95-4d54-cdb4-fa8a4200c21d-3fde5554 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}