body {
  background-color: #ECEAEC;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

body span, body p, body a, body li, body div {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

body .container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}

.btn-primary {
  background-color: #425B3F;
  color: #FFFFFF;
  border: none;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #587954;
}

.btn-secondary {
  background-color: #878787;
  color: #000000;
  border: none;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #7a7a7a;
  color: #000000;
}

.btn-outline {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.6s ease;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: #FFFFFF;
  color: #090209;
  border: 1px solid #090209;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #425B3F;
  color: #FFFFFF;
  border: none;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled).active:active, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:active, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:active {
  background-color: #587954;
}

#header {
  margin-bottom: 0;
}

#header .js-header-top-wrapper {
  height: 86px;
}

#header .header-top {
  border: none;
  background-color: #090209;
  border-radius: 1.5rem;
  margin: 0 0.5rem;
}

#header .header-top__content {
  padding-top: 0 !important;
}

#header .header-top__row {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
}

#header .header-top__row nav {
  margin-top: 0 !important;
}

#header .header-top__row nav ul li a {
  padding: 0.5rem 1.5rem;
  color: #FFFFFF;
}

#header .header-top__row nav ul li a span {
  font-size: 1rem;
  font-weight: 600;
}

#header .header-top__row nav ul li a:hover {
  color: #51804A;
}

#header .header-top__row nav ul li:last-child {
  margin-left: 0.5rem;
}

#header .header-top__row nav ul li:last-child a {
  background-color: #425B3F;
  color: #FFFFFF;
  border: none;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.3s ease;
  background-color: #51804A;
}

#header .header-top__row nav ul li:last-child a:hover, #header .header-top__row nav ul li:last-child a:focus, #header .header-top__row nav ul li:last-child a:active {
  background-color: #587954;
}

#header .header-top__row nav ul li:last-child a:hover, #header .header-top__row nav ul li:last-child a:focus, #header .header-top__row nav ul li:last-child a:active {
  background-color: #65a05d;
  color: #211B21;
}

#header .header-top__row nav ul li:last-child a:hover span, #header .header-top__row nav ul li:last-child a:focus span, #header .header-top__row nav ul li:last-child a:active span {
  background-color: transparent;
}

#header .header-top__row nav ul li:nth-last-child(2) a {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  transition: background-color 0.6s ease;
  background-color: #090209;
}

#header .header-top__row nav ul li:nth-last-child(2) a:hover, #header .header-top__row nav ul li:nth-last-child(2) a:focus, #header .header-top__row nav ul li:nth-last-child(2) a:active {
  background-color: #FFFFFF;
  color: #090209;
  border: 1px solid #090209;
}

#header .header-top__row nav ul li:nth-last-child(2) a:hover, #header .header-top__row nav ul li:nth-last-child(2) a:focus, #header .header-top__row nav ul li:nth-last-child(2) a:active {
  background-color: #FFFFFF;
}

#header .header-top__block--logo img {
  width: 80%;
  filter: invert(100%);
}

@media (min-width: 768px) {
  #header .header-top__block--logo img {
    width: 53%;
  }
}

@media (min-width: 990px) {
  #header .header-top__block--logo img {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  #header .header-top__block--logo img {
    width: 60%;
  }
}

#header .header-top__block--menu-toggle .header-top__link {
  padding: 0.5rem 1rem;
}

#header .header-top__block--menu-toggle .header-top__link:hover, #header .header-top__block--menu-toggle .header-top__link:focus, #header .header-top__block--menu-toggle .header-top__link:active {
  background-color: transparent;
}

#header .header-top__block--menu-toggle .header-top__link:hover .header-top__icon, #header .header-top__block--menu-toggle .header-top__link:focus .header-top__icon, #header .header-top__block--menu-toggle .header-top__link:active .header-top__icon {
  color: #51804A;
}

#header .header-top__block--menu-toggle .header-top__icon {
  font-size: 2rem;
  color: #FFFFFF;
}

#hero {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
}

@media (min-width: 990px) {
  #hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

#hero .right-side {
  width: 100%;
  height: 40vh;
}

@media (min-width: 990px) {
  #hero .right-side {
    width: 40%;
    height: 90vh;
  }
}

#hero .right-side .hero-image {
  width: 100%;
  height: 100%;
  background-color: #211B21;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem 0 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 990px) {
  #hero .right-side .hero-image {
    margin-top: 0;
    display: block;
  }
}

#hero .right-side .hero-image img {
  width: 75%;
}

@media (min-width: 768px) {
  #hero .right-side .hero-image img {
    height: 90%;
    max-height: 800px;
    width: auto;
  }
}

@media (min-width: 990px) {
  #hero .right-side .hero-image img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}

#hero .left-side {
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 768px) {
  #hero .left-side {
    padding: 40px 0;
  }
}

@media (min-width: 990px) {
  #hero .left-side {
    width: 60%;
    padding: 0;
  }
}

#hero .left-side .container {
  display: flex;
  justify-content: center;
}

#hero .left-side .hero-content {
  max-width: 80%;
}

@media (min-width: 990px) {
  #hero .left-side .hero-content {
    max-width: 65%;
  }
}

@media (min-width: 1280px) {
  #hero .left-side .hero-content {
    max-width: 50%;
  }
}

#hero .left-side .hero-content h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #hero .left-side .hero-content h1 {
    font-size: 3.5rem;
  }
}

#hero .left-side .hero-content h1 b {
  color: #593E66;
}

#hero .left-side .hero-content .btn-actions a {
  margin-bottom: 15px;
}

#hero .left-side .hero-content .btn-actions a:focus, #hero .left-side .hero-content .btn-actions a:focus:not(:focus-visible) {
  outline: 3px solid #090209;
  outline-offset: 2px;
  box-shadow: none;
}

#our-offer {
  padding: 8rem 0;
}

#our-offer .header-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}

#our-offer .header-wrapper h2 {
  color: #593E66;
  font-size: 1.4rem;
  margin-bottom: 1.5625rem;
  font-weight: 600;
}

#our-offer .header-wrapper .header-main {
  font-size: 2rem;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  color: #090209;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  #our-offer .header-wrapper .header-main {
    font-size: 3rem;
  }
}

#our-offer .header-wrapper .header-main span {
  font-size: 2rem;
  font-weight: 500;
  color: #425B3F;
}

@media (min-width: 768px) {
  #our-offer .header-wrapper .header-main span {
    font-size: 3rem;
  }
}

#our-offer .header-wrapper .sub-text {
  width: 65%;
  color: #090209;
  font-size: 1.125rem;
  margin: auto;
}

#our-offer .sections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 990px) {
  #our-offer .sections-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

#our-offer .sections-wrapper .col-lg-6 {
  padding: 0;
}

#our-offer .sections-wrapper article {
  background-color: #211B21;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
}

#our-offer .sections-wrapper article .content {
  padding: 2rem 1.7rem;
}

#our-offer .sections-wrapper article img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#our-offer .sections-wrapper article.prestashop {
  flex-direction: column;
  height: 100%;
}

#our-offer .sections-wrapper article.prestashop .img-wrapper {
  height: 50%;
}

#our-offer .sections-wrapper article.prestashop img {
  border-radius: 0 0 1.5rem 1.5rem;
  height: 100%;
  width: 100%;
}

#our-offer .sections-wrapper article.prestashop h3 {
  font-size: 2rem;
}

#our-offer .sections-wrapper article.half-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#our-offer .sections-wrapper article.half-grid img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 1.5rem 1.5rem;
}

@media (min-width: 768px) {
  #our-offer .sections-wrapper article.half-grid {
    flex-direction: row;
  }
  #our-offer .sections-wrapper article.half-grid .content {
    width: 60%;
  }
  #our-offer .sections-wrapper article.half-grid .img-wrapper {
    width: 40%;
  }
  #our-offer .sections-wrapper article.half-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 1.5rem 1.5rem 0;
    max-height: 100%;
  }
}

#our-offer .sections-wrapper article .subheader {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}

#our-offer .sections-wrapper article h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: #AA8FB7;
}

#our-offer .sections-wrapper article .text {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5;
  width: 85%;
}

#our-offer .sections-wrapper article .btn-wrapper a:focus, #our-offer .sections-wrapper article .btn-wrapper a:focus:not(:focus-visible) {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
  box-shadow: none;
}

#our-offer .sections-wrapper .two-articles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

#why-us {
  padding: 6rem 0;
  background-color: #211B21;
  border-radius: 1.5rem 1.5rem 0 0;
}

#why-us .header-wrapper p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #AA8FB7;
}

#why-us .header-wrapper h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #FFFFFF;
}

#why-us .header-wrapper h2 span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #51804A;
}

#why-us .header-wrapper .sub-text {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5;
  width: 85%;
  margin-bottom: 1.5rem;
}

#why-us .header-wrapper .btn-wrapper a:focus, #why-us .header-wrapper .btn-wrapper a:focus:not(:focus-visible) {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
  box-shadow: none;
}

#why-us .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #why-us .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

#why-us .container .adventages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  #why-us .container .adventages {
    margin-top: 0;
  }
}

#why-us .container .adventages .adventage-item {
  width: 100%;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

@media (min-width: 990px) {
  #why-us .container .adventages .adventage-item {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  #why-us .container .adventages .adventage-item {
    padding-right: 3rem;
  }
}

#why-us .container .adventages .adventage-item .feature-icon {
  margin-bottom: 1.5rem;
}

#why-us .container .adventages .adventage-item h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #AA8FB7;
}

#why-us .container .adventages .adventage-item p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5;
}
