@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body, html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #154B17;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
}

a {
  text-decoration: none;
  color: #2B992F;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:hover {
  color: #1A5C1C;
}

a:focus {
  color: #154B17;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1 {
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 28px;
  }
}

h2.regular, .p2-regular {
  font-size: 38px;
  line-height: 100%;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  h2.regular, .p2-regular {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 22px;
  }
}

.p-big {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

nav#fixedTop {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: rgba(244, 250, 245, 0.8);
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@media (max-width: 991.98px) {
  nav#fixedTop {
    height: 72px;
  }
}

nav#fixedTop .dropdown .dropdown-menu {
  border: 1px solid #CAE6CB;
  -webkit-box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
          box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
  border-radius: 10px;
}

nav#fixedTop .dropdown .dropdown-item {
  padding: .75rem 1rem;
  color: #154B17;
}

nav#fixedTop .dropdown .dropdown-item:hover {
  background: #CAE6CB;
}

nav#fixedTop .dropdown .dropdown-item:active {
  background: #2B992F;
  color: #ffffff;
}

.menu {
  color: #154B17;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 !important;
}

.menu:hover, .menu:focus {
  background: #CAE6CB;
  border: none !important;
}

ul#top {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

ul#top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#top li a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 1.5rem;
  border-radius: 50px;
  color: #154B17;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

ul#top li a:hover {
  background: #CAE6CB;
}

@media (max-width: 991.98px) {
  .mobileHidden {
    display: none !important;
  }
}

header.mainHeader {
  width: 100%;
  height: 80vh;
  min-height: 650px;
  background: #f4faf5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4faf5), to(#e5f9e6));
  background: linear-gradient(180deg, #f4faf5 0%, #e5f9e6 100%);
  padding-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  header.mainHeader {
    padding-top: 104px;
    padding-bottom: 32px;
    height: auto;
  }
}

header.mainHeader .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media (max-width: 991.98px) {
  header.mainHeader .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 991.98px) {
  header.mainHeader h1 {
    text-align: center;
  }
}

header.mainHeader h1 span {
  color: #2B992F;
}

@media (max-width: 991.98px) {
  header.mainHeader .p-big {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    text-align: center;
  }
}

header.mainHeader .header__images {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  header.mainHeader .header__images {
    width: 90%;
    max-width: 400px;
  }
}

header.mainHeader .header__images .header__image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.mainHeader .header__images .header__image.meteor {
  position: relative;
}

header.mainHeader .header__images .header__image.illustration {
  right: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  header.mainHeader .header__images .header__image.illustration {
    max-width: 200px;
  }
}

header.serviceHeader {
  width: 100%;
  height: 50vh;
  max-height: 520px;
  background: #f4faf5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4faf5), to(#e5f9e6));
  background: linear-gradient(180deg, #f4faf5 0%, #e5f9e6 100%);
  padding-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  header.serviceHeader {
    padding-top: 104px;
    padding-bottom: 32px;
    height: auto;
    max-height: none;
  }
}

header.serviceHeader .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  max-width: 648px;
  padding-top: 1.5rem;
}

@media (max-width: 991.98px) {
  header.serviceHeader .header__content {
    gap: 1.5rem;
    padding: 0 1rem;
    max-width: 100%;
  }
}

header.serviceHeader .header__content .buttonGroup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.serviceHeader .header__content .serviceActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .75rem;
}

header.serviceHeader h1 {
  text-align: center;
}

header.serviceHeader h1 span {
  color: #2B992F;
}

header.serviceHeader .p-big {
  text-align: center;
}

@media (max-width: 991.98px) {
  header.serviceHeader .p-big {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

header.serviceHeader .header__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  header.serviceHeader .header__image {
    width: 90%;
    max-width: 400px;
  }
}

.buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .buttonGroup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .buttonGroup {
    gap: .75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  border-radius: 50rem;
  padding: 0.75rem 1.75rem;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  border: 0;
}

.button.btnMiddle {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .button {
    width: 100%;
  }
}

.button.disabled {
  opacity: .3;
}

.buttonPrimary {
  color: rgba(255, 255, 255, 0.87);
  background: #1A5C1C;
  -webkit-box-shadow: 0 15px 25px rgba(21, 75, 23, 0.3);
          box-shadow: 0 15px 25px rgba(21, 75, 23, 0.3);
}

.buttonPrimary:hover, .buttonPrimary:focus {
  text-decoration: none;
  color: #ffffff;
}

.buttonPrimary:hover {
  background: #2B992F;
  -webkit-box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
          box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
}

.buttonPrimary:focus {
  background: #154B17;
  -webkit-box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
          box-shadow: 0 15px 25px rgba(21, 75, 23, 0.4);
}

.buttonSecondary {
  color: #1A5C1C !important;
  border: 1px solid #1A5C1C;
}

.buttonSecondary:hover, .buttonSecondary:focus {
  text-decoration: none;
}

.buttonSecondary:hover {
  border: 1px solid #2B992F;
  -webkit-box-shadow: inset 0px 0px 0px 1px #2B992F;
          box-shadow: inset 0px 0px 0px 1px #2B992F;
}

.buttonSecondary:focus {
  border: 1px solid #154B17;
  -webkit-box-shadow: inset 0px 0px 0px 1px #154B17;
          box-shadow: inset 0px 0px 0px 1px #154B17;
}

.buttonLink {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none;
}

.buttonLink.txt-red {
  color: #AD0000;
}

.buttonLink.txt-red:hover, .buttonLink.txt-red:focus {
  text-decoration: underline;
}

.buttonLink.txt-red:hover {
  color: #900000;
}

.buttonLink.txt-red:focus {
  color: #570000;
}

.txt-red {
  color: #AD0000;
}

#aboutUs {
  padding: 96px 0;
}

@media (max-width: 991.98px) {
  #aboutUs {
    padding: 3rem 1rem;
  }
}

#aboutUs .aboutUs__illustration {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  #aboutUs .aboutUs__illustration {
    margin-bottom: 2rem;
    width: 90%;
    max-width: 400px;
  }
}

#aboutUs .aboutUs__illustration .illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -35px;
  margin-left: -75px;
}

@media (max-width: 991.98px) {
  #aboutUs .aboutUs__illustration .illustration {
    max-width: 200px;
    margin-left: -25px;
  }
}

#aboutUs .aboutUs__content {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  #aboutUs .aboutUs__content {
    gap: 1.5rem;
    margin-left: 0;
  }
}

#aboutUs .aboutUs__content h2 {
  color: #2B992F;
}

#aboutUs .aboutUs__content h2 .p2-regular {
  color: #1A5C1C;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2rem;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .heading {
    text-align: center;
    margin-left: 0;
  }
}

.heading h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 700;
  color: #2B992F;
}

@media (max-width: 991.98px) {
  .heading h2 {
    font-size: 28px;
  }
}

#features .allFeatures {
  margin-top: 1.5rem;
  border-radius: 20px;
  padding: 3rem;
  background: #F4FAF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #features .allFeatures {
    padding: 2rem;
    gap: 2rem;
  }
}

#features .feature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  #features .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#features .feature.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#features .feature.reverse .feature__image {
  -webkit-box-shadow: 15px 15px 25px rgba(26, 92, 28, 0.15);
          box-shadow: 15px 15px 25px rgba(26, 92, 28, 0.15);
}

@media (max-width: 991.98px) {
  #features .feature.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#features .feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}

#features .feature__image {
  -webkit-box-shadow: -15px 15px 25px rgba(26, 92, 28, 0.15);
          box-shadow: -15px 15px 25px rgba(26, 92, 28, 0.15);
  border-radius: 20px;
}

#features .feature__image img {
  width: 30rem;
  border-radius: .625rem;
}

#features .feature .featureHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#features .feature .featureHeading .material-icons {
  font-size: 2rem;
  color: #1A5C1C;
}

#features .feature .featureHeading h3 {
  color: #1A5C1C;
}

#features .feature .featureHeading h3 span {
  color: #2B992F;
}

ul.own {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  margin-bottom: 0;
}

ul.own li {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 4px;
}

ul.own li:last-child {
  margin-bottom: 0;
}

ul.own li:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 4px;
  height: 16px;
  width: 3px;
  border-radius: 20px;
  background: #2B992F;
}

#pros {
  padding: 3rem 0;
}

@media (max-width: 991.98px) {
  #pros {
    padding: 2rem 1rem;
  }
}

.pros__container {
  margin-top: 2rem;
}

.pros__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
  width: 100%;
  padding-left: 2rem;
}

@media (max-width: 991.98px) {
  .pros__list {
    padding-left: 0;
  }
}

.pros__list .pro {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  padding: .5rem 1rem;
  border: 1px solid #CAE6CB;
  border-left: 4px solid #CAE6CB;
  background: #ffffff;
  border-radius: 10px;
}

.pros__image {
  padding: 0 2rem;
}

.pros__image__small {
  max-width: 222px;
}

#contact {
  min-height: 557px;
  padding: 48px 96px;
  border-radius: 20px;
  background: #ffffff url("../images/contact-wave.svg") no-repeat center top;
}

@media (max-width: 991.98px) {
  #contact {
    padding: 2rem;
  }
}

#contact .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#contact .heading h2 {
  color: #154B17;
}

#contact .contact__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 128px;
}

@media (max-width: 991.98px) {
  #contact .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

#contact .contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

@media (max-width: 767.98px) {
  #contact .contactForm {
    width: 100%;
  }
}

#contact .contactForm .validationInfo {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  #contact .contactForm .validationInfo {
    text-align: center;
  }
}

#contact .contactForm #contact-text {
  height: 125px;
}

#contact .contactForm input {
  width: 342px;
}

@media (max-width: 767.98px) {
  #contact .contactForm input {
    width: 100%;
  }
}

#contact .contactOptions {
  background: #CAE6CB url("../images/contact-wave-small.svg") no-repeat right top;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 50px 32px;
}

@media (max-width: 991.98px) {
  #contact .contactOptions {
    padding: 1rem;
    width: 100%;
  }
}

#contact .contactOptions .contactOption {
  padding: 1rem 2rem;
  background: #F4FAF5;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(21, 75, 23, 0.2);
          box-shadow: 0 10px 30px rgba(21, 75, 23, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-decoration: none;
  min-width: 360px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 991.98px) {
  #contact .contactOptions .contactOption {
    min-width: auto;
  }
}

@media (max-width: 767.98px) {
  #contact .contactOptions .contactOption {
    width: 100%;
    padding: .75rem .75rem;
  }
}

#contact .contactOptions .contactOption:hover .optionValue {
  color: #1A5C1C;
  text-decoration: underline;
}

#contact .contactOptions .contactOption .optionLabel {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #1A5C1C;
}

#contact .contactOptions .contactOption .optionValue {
  font-size: 1.5rem;
  line-height: 100%;
  color: #2B992F;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #contact .contactOptions .contactOption .optionValue {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  #contact .contactOptions .contactOption .optionValue {
    font-size: 1rem;
  }
}

.form-control {
  border: 1px solid #CAE6CB;
  -webkit-box-shadow: 0 10px 30px rgba(21, 75, 23, 0.2);
          box-shadow: 0 10px 30px rgba(21, 75, 23, 0.2);
  color: #154B17;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #CAE6CB;
          box-shadow: 0 0 0 0.25rem #CAE6CB;
  border-color: #2B992F;
}

footer {
  border-top: 1px solid #2B992F;
}

@media (max-width: 767.98px) {
  footer #top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footerNav {
  height: 85px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}

#footerNav.detailPageFooter {
  height: auto;
}

#footerNav.detailPageFooter .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footerNav.detailPageFooter .container ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  #footerNav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footerNav .container {
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  #footerNav .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  padding: 1.5rem 0;
  border-top: 1px solid #F4FAF5;
}

@media (max-width: 991.98px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */