@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h5, p {
  font-weight: normal;
  margin: 0;
}

:focus, button:focus, a:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

.row {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

body {
  background-color: #F8F8F8;
  padding-top: 160px;
}
@media (max-width: 991px) {
  body {
    padding-top: 120px;
  }
}
@media (min-width: 2499px) {
  body {
    max-width: 2500px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
  }
}

:root, body, html, * {
  color-scheme: light !important;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent !important;
}

body::-webkit-scrollbar-thumb {
  background-color: #FE5B17;
  border-radius: 20px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 648px) {
  html,
body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
}

body {
  scroll-behavior: smooth;
  overflow: visible;
}

div.background-pop-up {
  width: 100vw;
  height: 100vh;
  background-color: #F8F8F8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}
div.background-pop-up.extra-index {
  z-index: 103;
}

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

[data-aos=fade-up] {
  transition: all 0.3s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-up].aos-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

[data-aos=fade-left] {
  transition: all 0.3s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-left].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

[data-aos=fade-right] {
  transition: all 0.3s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(-20px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-right].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

[data-aos] {
  position: relative;
  z-index: 4;
}

header.header div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media (min-width: 1259px) {
  header.header div.container {
    max-width: 1260px;
  }
}
header.header div.container nav {
  position: fixed !important;
  transition: transform 0.3s ease-out;
  top: 30px;
  transform: translateX(-50%);
  left: 50%;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 38px;
  max-width: 2500px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  z-index: 102;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}
header.header div.container nav > a {
  width: 226px;
}
header.header div.container nav > a svg {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header.header div.container nav > a svg:hover {
  scale: 1.04;
}
header.header div.container nav ul.row {
  gap: 42px;
}
@media (max-width: 1170px) {
  header.header div.container nav ul.row {
    display: none;
  }
}
header.header div.container nav ul.row li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 767px) {
  header.header div.container nav ul.row li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
header.header div.container nav ul.row li a:hover {
  color: #211E15;
}
header.header div.container nav div.row {
  gap: 6px;
}
header.header div.container nav div.row button.search-products {
  width: 48px;
  padding: 14px;
  box-sizing: border-box;
  height: 48px;
  background-color: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
header.header div.container nav div.row button.search-products svg {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header.header div.container nav div.row button.search-products:hover svg {
  scale: 1.06;
}
header.header div.container nav div.row div.container-select-block div.select div.container-select {
  height: 48px;
  gap: 24px;
  padding: 12px;
}
header.header div.container nav div.row div.container-select-block div.select ul.container-select-list li {
  padding: 0 !important;
}
header.header div.container nav div.row div.container-select-block div.select ul.container-select-list li a {
  padding: 10px 24px !important;
  display: block;
}
@media (max-width: 991px) {
  header.header div.container nav div.row div.select-language-out {
    display: none;
  }
}
header.header div.container nav div.row button.menu {
  background-color: #FE5B17;
  border-radius: 24px;
  padding: 12px 40px;
  height: 48px;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header.header div.container nav div.row button.menu:hover {
  background-color: #211E15;
}
header.header div.container nav div.row button.menu.active span {
  z-index: 103;
}
header.header div.container nav div.row button.menu.active span:nth-of-type(1) {
  transform: rotate(-49deg);
  top: 24px;
  left: 31px;
}
header.header div.container nav div.row button.menu.active span:nth-of-type(2) {
  display: none;
}
header.header div.container nav div.row button.menu.active span:nth-of-type(3) {
  transform: rotate(48deg);
  top: 24px;
  left: 31px;
}
header.header div.container nav div.row button.menu span {
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  left: 50%;
  transform: translateX(-50%);
}
header.header div.container nav div.row button.menu span:nth-of-type(1) {
  top: 16px;
}
header.header div.container nav div.row button.menu span:nth-of-type(2) {
  top: 24px;
}
header.header div.container nav div.row button.menu span:nth-of-type(3) {
  top: 32px;
}
header.header div.container nav.header-hidden {
  transform: translateX(-50%) translateY(-100px);
}
header.header div.container div.pop-up-menu {
  position: fixed;
  background-color: #FFFFFF;
  top: 130px;
  border-radius: 33px;
  width: 100%;
  max-width: 1260px;
  z-index: 101;
  height: calc(100% - 170px);
  overflow: scroll;
  padding: 36px;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}
header.header div.container div.pop-up-menu::-webkit-scrollbar {
  width: 3px;
  background-color: transparent !important;
}
header.header div.container div.pop-up-menu::-webkit-scrollbar-thumb {
  background-color: #FE5B17;
  border-radius: 20px;
}
header.header div.container div.pop-up-menu ul.menu-desk {
  display: flex;
}
@media (max-width: 991px) {
  header.header div.container div.pop-up-menu ul.menu-desk {
    display: none;
  }
}
header.header div.container div.pop-up-menu ul.menu-mobile {
  display: none;
}
@media (max-width: 991px) {
  header.header div.container div.pop-up-menu ul.menu-mobile {
    display: flex;
  }
}
header.header div.container div.pop-up-menu div.container-select-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
header.header div.container div.pop-up-menu div.container-select-block div.select div.container-select {
  max-width: 87px;
  width: 100%;
  height: 48px;
  gap: 24px;
  padding: 12px;
}
header.header div.container div.pop-up-menu div.container-select-block div.select ul.container-select-list li {
  padding: 0 !important;
}
header.header div.container div.pop-up-menu div.container-select-block div.select ul.container-select-list li a {
  z-index: 104;
  padding: 10px 24px !important;
  display: block;
}
header.header div.container div.pop-up-menu div.container-select-block div.select-language-in {
  display: none;
  z-index: 104;
}
@media (max-width: 991px) {
  header.header div.container div.pop-up-menu div.container-select-block div.select-language-in {
    display: block;
  }
}
header.header div.container div.pop-up-menu > ul {
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
  gap: 24px;
}
@media (max-width: 991px) {
  header.header div.container div.pop-up-menu > ul {
    gap: 24px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-menu > ul {
    margin-top: -42px;
    gap: 12px;
    overflow-x: hidden;
  }
}
header.header div.container div.pop-up-menu > ul > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header.header div.container div.pop-up-menu > ul > li > a, header.header div.container div.pop-up-menu > ul > li > span {
  font-family: "Montserrat", sans-serif;
  color: #908e8a;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 36px;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 768px) {
  header.header div.container div.pop-up-menu > ul > li > a, header.header div.container div.pop-up-menu > ul > li > span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
header.header div.container div.pop-up-menu > ul > li > p {
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  font-family: "Montserrat", sans-serif;
  color: #908e8a;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-menu > ul > li > p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
header.header div.container div.pop-up-menu > ul > li:hover > a, header.header div.container div.pop-up-menu > ul > li:hover > span,
header.header div.container div.pop-up-menu > ul > li:hover p {
  color: #FE5B17;
}
header.header div.container div.pop-up-menu > ul > li ul.row {
  justify-content: center;
  padding: 12px;
  gap: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  flex-wrap: nowrap;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
header.header div.container div.pop-up-menu > ul > li ul.row li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #908e8a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-menu > ul > li ul.row li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
header.header div.container div.pop-up-menu > ul > li ul.row li a:hover {
  color: #FE5B17;
}
header.header div.container div.pop-up-search {
  position: fixed;
  background-color: #FFFFFF;
  top: 130px;
  border-radius: 33px;
  width: 100%;
  max-width: 1260px;
  z-index: 101;
  height: calc(100% - 170px);
  overflow: scroll;
  padding: 36px;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}
header.header div.container div.pop-up-search::-webkit-scrollbar {
  width: 3px;
  background-color: transparent !important;
}
header.header div.container div.pop-up-search::-webkit-scrollbar-thumb {
  background-color: #FE5B17;
  border-radius: 20px;
}
header.header div.container div.pop-up-search input {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 54px auto;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-search input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
header.header div.container div.pop-up-search ul {
  gap: 24px;
}
header.header div.container div.pop-up-search ul li {
  border: 1px solid #F8F8F8;
  border-radius: 20px;
  padding: 24px;
}
header.header div.container div.pop-up-search ul li a {
  gap: 24px;
}
header.header div.container div.pop-up-search ul li a div.left-content img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
header.header div.container div.pop-up-search ul li a div.right-content {
  gap: 12px;
  justify-content: center;
}
header.header div.container div.pop-up-search ul li a div.right-content span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-search ul li a div.right-content span:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
header.header div.container div.pop-up-search ul li a div.right-content span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  header.header div.container div.pop-up-search ul li a div.right-content span:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}

footer {
  position: relative;
  z-index: 5;
  background-color: #F8F8F8;
}
footer div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  footer div.container {
    max-width: 1260px;
  }
}
footer div.container div.where-to-find {
  background-color: #FE5B17;
  border-radius: 60px;
  padding: 24px 30px 24px 96px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  footer div.container div.where-to-find {
    padding: 24px;
    justify-content: center;
    border-radius: 30px;
  }
}
footer div.container div.where-to-find h4 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 66px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  footer div.container div.where-to-find h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
footer div.container div.where-to-find a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 400px;
}
@media (max-width: 991px) {
  footer div.container div.where-to-find a {
    max-width: 100%;
  }
}
footer div.container div.where-to-find a span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer div.container div.where-to-find a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  footer div.container div.where-to-find a span {
    font-size: 14px;
  }
}
footer div.container div.where-to-find a div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
footer div.container div.where-to-find a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
footer div.container div.where-to-find a:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
footer div.container div.where-to-find a:hover span {
  color: #FFFFFF;
}
footer div.container div.where-to-find a:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
footer div.container div.where-to-find a:hover div svg path {
  stroke: #FE5B17;
}
@media (max-width: 991px) {
  footer div.container div.where-to-find a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer div.container div.where-to-find a span {
    font-size: 12px;
  }
}
footer div.container div.footer-container {
  background-color: #FFFFFF;
  padding: 90px;
  border-radius: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  footer div.container div.footer-container {
    padding: 24px;
  }
}
footer div.container div.footer-container div.footer-brand {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffe6dd;
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-brand {
    gap: 54px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
footer div.container div.footer-container div.footer-brand h5 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  footer div.container div.footer-container div.footer-brand h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-brand h5 {
    text-align: center;
  }
}
footer div.container div.footer-container div.footer-contact {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffe6dd;
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-contact {
    gap: 54px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
footer div.container div.footer-container div.footer-contact ul {
  gap: 24px;
}
footer div.container div.footer-container div.footer-contact ul li a {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 767px) {
  footer div.container div.footer-container div.footer-contact ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
footer div.container div.footer-container div.footer-contact ul li a:hover {
  color: #FE5B17;
}
footer div.container div.footer-container div.footer-contact div {
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-contact div {
    justify-content: center;
    width: 100%;
  }
}
footer div.container div.footer-container div.footer-contact div a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-contact div a {
    max-width: 100%;
  }
}
footer div.container div.footer-container div.footer-contact div a span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer div.container div.footer-container div.footer-contact div a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  footer div.container div.footer-container div.footer-contact div a span {
    font-size: 14px;
  }
}
footer div.container div.footer-container div.footer-contact div a div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
footer div.container div.footer-container div.footer-contact div a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
footer div.container div.footer-container div.footer-contact div a:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
footer div.container div.footer-container div.footer-contact div a:hover span {
  color: #FFFFFF;
}
footer div.container div.footer-container div.footer-contact div a:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
footer div.container div.footer-container div.footer-contact div a:hover div svg path {
  stroke: #FE5B17;
}
@media (max-width: 991px) {
  footer div.container div.footer-container div.footer-contact div a {
    max-width: 100%;
  }
}
footer div.container div.footer-container > ul {
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer div.container div.footer-container > ul {
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  footer div.container div.footer-container > ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer div.container div.footer-container > ul li a {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 767px) {
  footer div.container div.footer-container > ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
footer div.container div.footer-container > ul li a:hover {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  footer div.container div.footer-container > ul li a:hover {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
footer div.container div.footer-copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 42px;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  footer div.container div.footer-copyright {
    justify-content: center;
  }
}
footer div.container div.footer-copyright p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  footer div.container div.footer-copyright p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  footer div.container div.footer-copyright p {
    text-align: center;
  }
}
section.related-products div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media (min-width: 1259px) {
  section.related-products div.container {
    max-width: 1260px;
  }
}
section.related-products div.container ul {
  margin-bottom: 54px;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
section.related-products div.container button {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.related-products div.container button {
    max-width: 100%;
  }
}
section.related-products div.container button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.related-products div.container button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.related-products div.container button span {
    font-size: 14px;
  }
}
section.related-products div.container button div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.related-products div.container button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.related-products div.container button:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.related-products div.container button:hover span {
  color: #FFFFFF;
}
section.related-products div.container button:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.related-products div.container button:hover div svg path {
  stroke: #FE5B17;
}

@media (min-width: 991px) {
  li.product-card {
    max-width: 300px !important;
  }
}
li.product-card a {
  background-color: #FFFFFF;
  border-radius: 33px;
  display: block;
  padding: 24px;
  border-radius: 33px;
}
@media (max-width: 991px) {
  li.product-card a {
    padding: 36px;
  }
}
li.product-card a:hover div.up-content img {
  transform: scale(1.015);
}
li.product-card a div.up-content {
  position: relative;
}
li.product-card a div.up-content span {
  border-radius: 22px;
  background-color: #FE5B17;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 6px 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  li.product-card a div.up-content span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  li.product-card a div.up-content span {
    padding: 12px 36px;
  }
}
li.product-card a div.up-content img {
  width: 130px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 991px) {
  li.product-card a div.up-content img {
    width: auto;
    height: 270px;
  }
}
li.product-card a div.down-content {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
}
@media (max-width: 991px) {
  li.product-card a div.down-content {
    margin-top: 36px;
    padding-top: 36px;
  }
}
li.product-card a div.down-content:before {
  content: "";
  top: 0;
  position: absolute;
  left: -24px;
  height: 1px;
  width: calc(100% + 48px);
  background-color: #e8e8e7;
}
li.product-card a div.down-content > span {
  text-transform: uppercase;
  max-width: 252px;
  text-align: center;
  margin: 0 auto 24px auto;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 77px;
}
@media (max-width: 767px) {
  li.product-card a div.down-content > span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
li.product-card a div.down-content button {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  padding: 12px 6px;
  height: 60px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  li.product-card a div.down-content button {
    max-width: 100%;
  }
}
li.product-card a div.down-content button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  li.product-card a div.down-content button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  li.product-card a div.down-content button span {
    font-size: 14px;
  }
}
li.product-card a div.down-content button div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
li.product-card a div.down-content button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
li.product-card a div.down-content button:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
li.product-card a div.down-content button:hover span {
  color: #FFFFFF;
}
li.product-card a div.down-content button:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
li.product-card a div.down-content button:hover div svg path {
  stroke: #FE5B17;
}

div.container-select-block {
  cursor: pointer;
  width: 100%;
  max-width: 300px;
}
div.container-select-block input.select-input {
  display: none;
}
div.container-select-block div.select {
  position: relative;
  z-index: 3;
}
div.container-select-block div.select input {
  display: none !important;
}
div.container-select-block div.select div.container-select {
  border: 1px solid #FE5B17;
  border-radius: 30px;
  padding: 6px 6px 6px 24px;
  background-color: #FFFFFF;
  height: 60px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
div.container-select-block div.select div.container-select span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  height: 22px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.container-select-block div.select div.container-select span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
div.container-select-block div.select div.container-select div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
div.container-select-block div.select div.container-select div svg {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
div.container-select-block div.select div.container-select.open {
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}
div.container-select-block div.select div.container-select.open svg {
  transform: rotate(180deg);
}
div.container-select-block div.select ul.container-select-list {
  border: 1px solid #FE5B17;
  border-radius: 0 0 20px 20px;
  background-color: #F8F8F8;
  height: auto;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 300px;
  scrollbar-width: thin;
  scrollbar-color: #FE5B17 transparent;
}
div.container-select-block div.select ul.container-select-list ::-webkit-scrollbar {
  width: 10px;
}
div.container-select-block div.select ul.container-select-list ::-webkit-scrollbar-track {
  background: transparent;
}
div.container-select-block div.select ul.container-select-list ::-webkit-scrollbar-thumb {
  background: #FE5B17;
}
div.container-select-block div.select ul.container-select-list.open {
  opacity: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #FE5B17;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #F8F8F8;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
}
div.container-select-block div.select ul.container-select-list.open li {
  padding: 10px 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
div.container-select-block div.select ul.container-select-list.open li:hover {
  background: rgba(165, 174, 177, 0.4);
}
div.container-select-block div.select ul.container-select-list.open li span {
  border-bottom: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  div.container-select-block div.select ul.container-select-list.open li span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
div.container-select-block div.select ul.container-select-list.open li.group span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  div.container-select-block div.select ul.container-select-list.open li.group span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
div.container-select-block div.select ul.container-select-list.open li.selected {
  background-color: #d1d1d1;
  position: relative;
}
div.container-select-block div.select ul.container-select-list.open li.selected span {
  color: #FFFFFF;
}
div.container-select-block div.select ul.container-select-list.open li.selected:after {
  content: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1197_1219)'%3E%3Cpath d='M6.7171 6.71747L17.3237 17.3241' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17.3245 6.71747L6.71792 17.3241' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1197_1219'%3E%3Crect width='17' height='17' fill='white' transform='translate(12.0208) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 9px;
  right: 24px;
}
@media (max-width: 767px) {
  div.container-select-block div.select ul.container-select-list.open li.selected:after {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
div.container-select-block div.select ul.container-select-list.open li:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #d1d1d1;
  opacity: 0.2;
  left: 0;
}

li.blog-card {
  background: #fff;
  border-radius: 33px;
  overflow: hidden;
}
li.blog-card:hover div.up-content img {
  scale: 1.05;
}
li.blog-card a div.up-content {
  border-radius: 33px 33px 0 0;
  overflow: hidden;
}
li.blog-card a div.up-content img {
  height: 200px;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
li.blog-card a div.bottom-content {
  padding: 24px;
}
li.blog-card a div.bottom-content span, li.blog-card a div.bottom-content h2, li.blog-card a div.bottom-content p {
  padding: 0 24px;
}
li.blog-card a div.bottom-content > span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  li.blog-card a div.bottom-content > span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
li.blog-card a div.bottom-content h2 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  li.blog-card a div.bottom-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
li.blog-card a div.bottom-content p {
  font-family: "Montserrat", sans-serif;
  color: #c7c6c4;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  li.blog-card a div.bottom-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
li.blog-card a div.bottom-content button {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 100%;
}
@media (max-width: 991px) {
  li.blog-card a div.bottom-content button {
    max-width: 100%;
  }
}
li.blog-card a div.bottom-content button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  li.blog-card a div.bottom-content button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  li.blog-card a div.bottom-content button span {
    font-size: 14px;
  }
}
li.blog-card a div.bottom-content button div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
li.blog-card a div.bottom-content button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
li.blog-card a div.bottom-content button:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
li.blog-card a div.bottom-content button:hover span {
  color: #FFFFFF;
}
li.blog-card a div.bottom-content button:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
li.blog-card a div.bottom-content button:hover div svg path {
  stroke: #FE5B17;
}
li.blog-card a div.bottom-content button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  li.blog-card a div.bottom-content button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}

section.background-component {
  width: 100%;
  max-height: 700px;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  section.background-component {
    margin-bottom: 42px;
    max-height: 100%;
    height: 100%;
  }
}
section.background-component div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  padding: 160px 0;
}
@media (min-width: 1259px) {
  section.background-component div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.background-component div.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 54px;
  }
}
section.background-component h1 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media (max-width: 768px) {
  section.background-component h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.background-component h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
section.background-component p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  margin-top: 42px;
  margin-bottom: 96px;
  text-align: center;
  opacity: 80%;
}
@media (max-width: 767px) {
  section.background-component p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.background-component p {
    margin-bottom: 42px;
  }
}
section.background-component div.links-learn-more {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  section.background-component div.links-learn-more {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    width: 100% !important;
  }
}
section.background-component div.links-learn-more a.retailer {
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  padding: 5px 6px 5px 30px;
  box-sizing: border-box;
  height: 60px;
  align-items: center;
  max-width: 400px;
  width: 100%;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.background-component div.links-learn-more a.retailer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.background-component div.links-learn-more a.retailer {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.background-component div.links-learn-more a.retailer {
    font-size: 14px;
  }
}
section.background-component div.links-learn-more a.retailer div.row {
  background-color: #FFFFFF;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
section.background-component div.links-learn-more a.retailer div.row svg path {
  stroke: #FE5B17;
}
section.background-component div.links-learn-more a.retailer:hover {
  background-color: #FE5B17;
  color: #FFFFFF;
  border: none;
}
@media (max-width: 767px) {
  section.background-component div.links-learn-more a.retailer:hover {
    font-size: 14px;
  }
}
section.background-component div.links-learn-more a.retailer:hover div.row {
  border: 1px solid #FE5B17;
  background-color: #FFFFFF;
}
section.background-component div.links-learn-more a.retailer:hover div.row svg path {
  stroke: #FE5B17;
}
section.background-component div.links-learn-more a.products {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FFFFFF;
}
@media (max-width: 991px) {
  section.background-component div.links-learn-more a.products {
    max-width: 100%;
  }
}
section.background-component div.links-learn-more a.products span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.background-component div.links-learn-more a.products span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.background-component div.links-learn-more a.products span {
    font-size: 14px;
  }
}
section.background-component div.links-learn-more a.products div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.background-component div.links-learn-more a.products div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.background-component div.links-learn-more a.products:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.background-component div.links-learn-more a.products:hover span {
  color: #FFFFFF;
}
section.background-component div.links-learn-more a.products:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.background-component div.links-learn-more a.products:hover div svg path {
  stroke: #FE5B17;
}
section.background-component div.links-learn-more a.products:hover {
  border: 1px solid #FE5B17;
}

section.accept-cookies {
  position: fixed;
  right: 42px;
  bottom: 42px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 42px;
  display: none;
  opacity: 0;
}
@media (max-width: 991px) {
  section.accept-cookies {
    padding: 24px;
    right: 12px;
    bottom: 12px;
    margin: 12px 0;
    max-width: 400px;
  }
}
section.accept-cookies p {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  max-width: 503px;
  width: 100%;
  margin-bottom: 42px;
  height: auto;
}
@media (max-width: 767px) {
  section.accept-cookies p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.accept-cookies p {
    width: 100%;
    font-size: 20px !important;
    line-height: 1.5;
    text-align: center;
  }
}
section.accept-cookies > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 513px;
  width: 100%;
}
@media (max-width: 991px) {
  section.accept-cookies > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
section.accept-cookies > div > a {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 500;
  font-style: normal;
  line-height: 19px;
  text-transform: uppercase;
  max-width: 403px;
  width: 100%;
}
@media (max-width: 767px) {
  section.accept-cookies > div > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
@media (max-width: 991px) {
  section.accept-cookies > div > a {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
section.accept-cookies > div > a:hover {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-decoration: underline;
  cursor: pointer;
}
section.accept-cookies > div button {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  max-width: 503px;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  section.accept-cookies > div button {
    max-width: 100%;
  }
}
section.accept-cookies > div button span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.accept-cookies > div button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.accept-cookies > div button span {
    font-size: 14px;
  }
}
section.accept-cookies > div button div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.accept-cookies > div button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.accept-cookies > div button:hover {
  background-color: #FFFFFF;
}
section.accept-cookies > div button:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.accept-cookies > div button:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.accept-cookies > div button:hover span {
    font-size: 14px;
  }
}
section.accept-cookies > div button:hover div {
  background: #FE5B17;
}
section.accept-cookies > div button:hover div svg path {
  stroke: #FFFFFF;
}
@media (max-width: 767px) {
  section.accept-cookies > div button {
    max-width: 100%;
  }
}

section.daily-amount {
  position: fixed;
  background-color: #FFFFFF;
  max-width: 80vw;
  width: 100%;
  z-index: 104;
  padding: 96px 54px 54px 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 30px;
  box-shadow: -2px -2px 10px -7px rgba(0, 0, 0, 0.5);
  display: none;
}
section.daily-amount::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF !important;
  position: relative;
  border-radius: 24px;
}
section.daily-amount::-webkit-scrollbar-thumb {
  background-color: #FE5B17;
  border-radius: 24px;
  padding: 100px;
}
section.daily-amount ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 10px;
}
section.daily-amount button.button-close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 80px;
  height: 48px;
  background: #FE5B17;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 12px;
}
section.daily-amount button.button-close svg path {
  stroke: #FFFFFF;
}
section.daily-amount div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1260px;
  width: 100%;
}
@media (min-width: 1259px) {
  section.daily-amount div.container {
    max-width: 1260px;
  }
}
section.daily-amount div.container img {
  width: 100%;
}

section.lines-benefits {
  background-color: #F8F8F8;
  position: relative;
  padding: 60px 0;
}
section.lines-benefits div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  border-radius: 30px;
  min-height: 700px;
  background-size: contain;
  justify-content: space-between;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 96px;
  padding: 12px;
  position: relative;
  align-items: flex-end;
}
@media (min-width: 1259px) {
  section.lines-benefits div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.lines-benefits div.container {
    background-image: none !important;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
section.lines-benefits div.container h2 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8F8F8;
  padding: 30px 54px;
  border-radius: 0 0 0 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.lines-benefits div.container h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.lines-benefits div.container h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  section.lines-benefits div.container h2 {
    position: static;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.lines-benefits div.container h2 {
    padding-left: 0;
    font-size: 42px !important;
    line-height: 1;
  }
}
section.lines-benefits div.container h2:after {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: -90deg;
}
section.lines-benefits div.container h2:before {
  content: "";
  width: 30px;
  height: 30px;
  top: 0px;
  left: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: -90deg;
}
section.lines-benefits div.container div.row {
  gap: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (max-width: 991px) {
  section.lines-benefits div.container div.row {
    flex-wrap: wrap;
  }
}
section.lines-benefits div.container div.row div {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 36px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
}
section.lines-benefits div.container div.row div svg {
  margin-bottom: 60px;
  height: 50px;
}
section.lines-benefits div.container div.row div span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  section.lines-benefits div.container div.row div span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.lines-benefits div.container div.row div p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  max-width: 331px;
}
@media (max-width: 767px) {
  section.lines-benefits div.container div.row div p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.lines-benefits div.container div.row div p {
    max-width: 100% !important;
  }
}

section.lines-big-door {
  background-color: #F8F8F8;
  position: relative;
  padding: 60px 0;
}
section.lines-big-door div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  border-radius: 30px;
  min-height: 700px;
  background-size: contain;
  justify-content: space-between;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 96px;
  padding: 12px;
  position: relative;
  align-items: flex-end;
}
@media (min-width: 1259px) {
  section.lines-big-door div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.lines-big-door div.container {
    background-image: none !important;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
section.lines-big-door div.container h2 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8F8F8;
  padding: 30px 54px;
  border-radius: 0 0 0 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.lines-big-door div.container h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.lines-big-door div.container h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  section.lines-big-door div.container h2 {
    position: static;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.lines-big-door div.container h2 {
    padding-left: 0;
    font-size: 42px !important;
    line-height: 1;
  }
}
section.lines-big-door div.container h2:after {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: -90deg;
}
section.lines-big-door div.container h2:before {
  content: "";
  width: 30px;
  height: 30px;
  top: 0px;
  left: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: -90deg;
}
section.lines-big-door div.container div.row {
  gap: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (max-width: 991px) {
  section.lines-big-door div.container div.row {
    flex-wrap: wrap;
  }
}
section.lines-big-door div.container div.row div {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 36px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
}
section.lines-big-door div.container div.row div svg {
  margin-bottom: 60px;
  height: 50px;
}
section.lines-big-door div.container div.row div span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  section.lines-big-door div.container div.row div span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.lines-big-door div.container div.row div p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  max-width: 331px;
}
@media (max-width: 767px) {
  section.lines-big-door div.container div.row div p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.lines-big-door div.container div.row div p {
    max-width: 100% !important;
  }
}

section.be-reseller {
  padding-bottom: 160px;
  background-color: #F8F8F8;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  section.be-reseller {
    padding-bottom: 60px;
  }
}
section.be-reseller div.container {
  background: #FFFFFF;
  border-radius: 30px !important;
  padding: 0 !important;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.be-reseller div.container {
    max-width: 1260px;
  }
}
section.be-reseller div.container h2.title-hidden {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 42px;
  text-align: center;
  display: none;
  padding-top: 54px;
}
@media (max-width: 768px) {
  section.be-reseller div.container h2.title-hidden {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.be-reseller div.container h2.title-hidden {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  section.be-reseller div.container h2.title-hidden {
    display: block;
  }
}
@media (max-width: 991px) {
  section.be-reseller div.container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  section.be-reseller div.container div.left-content {
    order: 2;
  }
  section.be-reseller div.container div.right-content {
    order: 1;
  }
}
section.be-reseller div.container div.left-content {
  padding: 60px 96px;
}
@media (max-width: 991px) {
  section.be-reseller div.container div.left-content {
    padding: 30px;
  }
}
section.be-reseller div.container div.left-content h2 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 42px;
  display: block;
}
@media (max-width: 768px) {
  section.be-reseller div.container div.left-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.be-reseller div.container div.left-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  section.be-reseller div.container div.left-content h2 {
    display: none;
  }
}
section.be-reseller div.container div.left-content form {
  gap: 12px;
}
section.be-reseller div.container div.left-content form input {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
}
@media (max-width: 767px) {
  section.be-reseller div.container div.left-content form input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.be-reseller div.container div.left-content form button {
  margin-top: 12px;
  padding: 18px 12px;
  box-sizing: border-box;
  border: 1px solid #FE5B17;
  border-radius: 30px;
  width: 100%;
  background-color: #FE5B17;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
  max-height: 60px;
}
@media (max-width: 767px) {
  section.be-reseller div.container div.left-content form button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.be-reseller div.container div.left-content form button {
    font-size: 14px;
  }
}
section.be-reseller div.container div.left-content form button:hover {
  background-color: #FFFFFF;
  color: #FE5B17;
  border: 1px solid #FE5B17;
}
section.be-reseller div.container div.right-content {
  max-width: 40%;
}
@media (max-width: 991px) {
  section.be-reseller div.container div.right-content {
    padding-bottom: 30px;
    max-width: 100%;
  }
}
section.be-reseller div.container div.right-content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  section.be-reseller div.container div.right-content img {
    width: 90%;
  }
}

#page404 .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
#page404 .title .sad {
  transform: rotate(90deg);
  font-size: 60px;
}

section.carousel-desk {
  padding: 0 12px;
  position: relative;
}
@media (max-width: 991px) {
  section.carousel-desk {
    display: none;
  }
}
section.carousel-desk div.swiper div.banner {
  max-width: calc(100% - 180px);
  height: 480px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: calc(96px - 6px) calc(96px - 6px);
  background-color: #F8F8F8;
}
@media (min-width: 2499px) {
  section.carousel-desk div.swiper div.banner {
    height: 60vh;
  }
}
section.carousel-desk div.swiper div.banner div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.carousel-desk div.swiper div.banner div.container {
    max-width: 1260px;
  }
}
section.carousel-desk div.swiper div.banner div.container div.title {
  position: absolute;
  top: 0;
  left: 0;
}
section.carousel-desk div.swiper div.banner div.container div.title h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  position: relative;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  max-width: 389px;
  width: 100%;
  padding: 24px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.carousel-desk div.swiper div.banner div.container div.title h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.carousel-desk div.swiper div.banner div.container div.title h3:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.carousel-desk div.swiper div.banner div.container div.title h3:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.carousel-desk div.swiper div.banner div.container p {
  max-width: 800px;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.carousel-desk div.swiper div.banner div.container p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.carousel-desk div.swiper div.banner div.container a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  border: none;
  position: absolute;
  left: 24px;
  bottom: 24px;
  text-transform: capitalize;
  max-width: 280px;
}
@media (max-width: 991px) {
  section.carousel-desk div.swiper div.banner div.container a {
    max-width: 100%;
  }
}
section.carousel-desk div.swiper div.banner div.container a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.carousel-desk div.swiper div.banner div.container a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.carousel-desk div.swiper div.banner div.container a span {
    font-size: 14px;
  }
}
section.carousel-desk div.swiper div.banner div.container a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.carousel-desk div.swiper div.banner div.container a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.carousel-desk div.swiper div.banner div.container a:hover {
  background-color: #FFFFFF;
}
section.carousel-desk div.swiper div.banner div.container a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.carousel-desk div.swiper div.banner div.container a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.carousel-desk div.swiper div.banner div.container a:hover span {
    font-size: 14px;
  }
}
section.carousel-desk div.swiper div.banner div.container a:hover div {
  background: #FE5B17;
}
section.carousel-desk div.swiper div.banner div.container a:hover div svg path {
  stroke: #FFFFFF;
}
section.carousel-desk div.box-buttons-carousel {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 3;
  margin-top: -12px;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel {
  padding: 14px 14px 14px 14px;
  box-sizing: border-box;
  max-width: 155px;
  width: 100%;
  max-height: 118px;
  background-color: #f8f8f8;
  border-radius: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-left {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-left svg {
  rotate: 180deg;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-left:hover {
  background-color: #FE5B17;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-left:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-right {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-right:hover {
  background-color: #FE5B17;
  cursor: pointer;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel div.button-right:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel:after {
  content: "";
  width: 30px;
  height: 30px;
  top: -30px;
  right: 12px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}
section.carousel-desk div.box-buttons-carousel div.buttons-carousel:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0px;
  left: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}

section.carousel-mobile {
  display: none;
}
@media (max-width: 991px) {
  section.carousel-mobile {
    display: block;
  }
}
section.carousel-mobile div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}
@media (min-width: 1259px) {
  section.carousel-mobile div.container {
    max-width: 1260px;
  }
}
section.carousel-mobile div.container div.swiper div.banner-mobile div.title-mobile h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  padding: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile div.title-mobile h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.carousel-mobile div.container div.swiper div.banner-mobile img {
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.carousel-mobile div.container div.swiper div.banner-mobile a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  border: none;
  text-transform: capitalize;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile a {
    max-width: 100%;
  }
}
section.carousel-mobile div.container div.swiper div.banner-mobile a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile a span {
    font-size: 14px;
  }
}
section.carousel-mobile div.container div.swiper div.banner-mobile a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.carousel-mobile div.container div.swiper div.banner-mobile a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.carousel-mobile div.container div.swiper div.banner-mobile a:hover {
  background-color: #FFFFFF;
}
section.carousel-mobile div.container div.swiper div.banner-mobile a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.carousel-mobile div.container div.swiper div.banner-mobile a:hover span {
    font-size: 14px;
  }
}
section.carousel-mobile div.container div.swiper div.banner-mobile a:hover div {
  background: #FE5B17;
}
section.carousel-mobile div.container div.swiper div.banner-mobile a:hover div svg path {
  stroke: #FFFFFF;
}
section.carousel-mobile div.container div.box-buttons-carousel {
  margin-top: 24px;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel {
  box-sizing: border-box;
  width: 100%;
  max-height: 118px;
  background-color: #f8f8f8;
  border-radius: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-left {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-left svg {
  rotate: 180deg;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-left:hover {
  background-color: #FE5B17;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-left:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-right {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-right:hover {
  background-color: #FE5B17;
  cursor: pointer;
}
section.carousel-mobile div.container div.box-buttons-carousel div.buttons-carousel div.button-right:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}

section.lines {
  margin: 54px 12px 0 12px;
  position: relative;
}
@media (max-width: 991px) {
  section.lines {
    margin: 42px 12px;
  }
}
section.lines div.container {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 1259px) {
  section.lines div.container {
    max-width: 1260px;
  }
}
@media (max-width: 767px) {
  section.lines div.container {
    grid-template-columns: 1fr;
  }
}
section.lines div.container div.line-pet-desk,
section.lines div.container div.line-big-door-desk {
  background-color: #FFFFFF;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 36px;
  position: relative;
  height: 370px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.lines div.container div.line-pet-desk,
section.lines div.container div.line-big-door-desk {
    display: none;
  }
}
section.lines div.container div.line-pet-desk div.left-content,
section.lines div.container div.line-big-door-desk div.left-content {
  position: relative;
}
section.lines div.container div.line-pet-desk div.left-content img,
section.lines div.container div.line-big-door-desk div.left-content img {
  position: absolute;
  bottom: -36px;
  max-width: 349px;
  max-height: 349px;
  left: -36px;
}
section.lines div.container div.line-pet-desk div.right-content,
section.lines div.container div.line-big-door-desk div.right-content {
  position: relative;
}
section.lines div.container div.line-pet-desk div.right-content h4,
section.lines div.container div.line-big-door-desk div.right-content h4 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  text-align: start;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  section.lines div.container div.line-pet-desk div.right-content h4,
section.lines div.container div.line-big-door-desk div.right-content h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
section.lines div.container div.line-pet-desk div.right-content div.box-button,
section.lines div.container div.line-big-door-desk div.right-content div.box-button {
  position: absolute;
  bottom: -36px;
  right: -36px;
  background-color: #F8F8F8;
  padding: 24px 0 0 24px;
  width: 100%;
  border-radius: 30px 0 0 0;
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products {
  max-width: 280px;
  width: 100%;
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a {
  padding: 24px 0 0 24px;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a {
    max-width: 100%;
  }
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a span {
    font-size: 14px;
  }
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a div,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a div svg path,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover {
  background-color: #FFFFFF;
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover span,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover span {
    font-size: 14px;
  }
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover div,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover div {
  background: #FE5B17;
}
section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a:hover div svg path,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a:hover div svg path {
  stroke: #FFFFFF;
}
@media (max-width: 991px) {
  section.lines div.container div.line-pet-desk div.right-content div.box-button div.link-see-products a div,
section.lines div.container div.line-big-door-desk div.right-content div.box-button div.link-see-products a div {
    display: none;
  }
}
section.lines div.container div.line-pet-desk div.right-content:after,
section.lines div.container div.line-big-door-desk div.right-content:after {
  content: "";
  width: 30px;
  height: 30px;
  bottom: 48px;
  right: -36px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}
section.lines div.container div.line-pet-desk div.right-content:before,
section.lines div.container div.line-big-door-desk div.right-content:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -36px;
  left: -18px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}
section.lines div.container div.line-pet-mobile,
section.lines div.container div.line-big-door-mobile {
  display: none;
}
@media (max-width: 991px) {
  section.lines div.container div.line-pet-mobile,
section.lines div.container div.line-big-door-mobile {
    display: block;
  }
}
section.lines div.container div.line-pet-mobile div.content,
section.lines div.container div.line-big-door-mobile div.content {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding-top: 36px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  max-width: 991px;
  width: 100%;
}
section.lines div.container div.line-pet-mobile div.content h4,
section.lines div.container div.line-big-door-mobile div.content h4 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  top: 0;
  right: 0;
  text-align: center;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  section.lines div.container div.line-pet-mobile div.content h4,
section.lines div.container div.line-big-door-mobile div.content h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
section.lines div.container div.line-pet-mobile div.content img,
section.lines div.container div.line-big-door-mobile div.content img {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  max-width: 349px;
  max-height: 349px;
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a {
  padding: 24px 0 0 24px;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.lines div.container div.line-pet-mobile div.link-see-products-mobile a,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a {
    max-width: 100%;
  }
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-mobile div.link-see-products-mobile a span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-mobile div.link-see-products-mobile a span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a span {
    font-size: 14px;
  }
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a div,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a div svg path,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover {
  background-color: #FFFFFF;
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover span,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover span {
    font-size: 14px;
  }
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover div,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover div {
  background: #FE5B17;
}
section.lines div.container div.line-pet-mobile div.link-see-products-mobile a:hover div svg path,
section.lines div.container div.line-big-door-mobile div.link-see-products-mobile a:hover div svg path {
  stroke: #FFFFFF;
}
section.info-text {
  padding: 160px 0;
}
@media (max-width: 991px) {
  section.info-text {
    height: 100%;
    margin-bottom: calc(60px + 60px);
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
section.info-text div.container {
  max-width: 1856px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1259px) {
  section.info-text div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.info-text div.container {
    width: 80%;
  }
}
section.info-text div.container p.text-visible {
  font-family: "Montserrat", sans-serif;
  color: transparent;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 36px !important;
  max-width: 1180px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 768px) {
  section.info-text div.container p.text-visible {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.info-text div.container p.text-visible {
    display: none;
  }
}
section.info-text div.container p.text-visible.aos-init.aos-animate {
  -webkit-animation: line-color 1s forwards;
          animation: line-color 1s forwards;
}
section.info-text div.container p.text-hidden {
  display: none;
  max-width: 1180px;
  text-align: center;
}
@media (max-width: 991px) {
  section.info-text div.container p.text-hidden {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #FE5B17;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 36px !important;
    font-weight: 500;
    font-style: normal;
    font-size: 24px !important;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  section.info-text div.container p.text-hidden {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@media (max-width: 350px) {
  section.info-text div.container p.text-hidden {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #FE5B17;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 16px !important;
    font-weight: 500;
    font-style: normal;
    font-size: 12px !important;
  }
}
@media (max-width: 350px) and (max-width: 768px) {
  section.info-text div.container p.text-hidden {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@-webkit-keyframes line-color {
  0% {
    color: transparent;
    opacity: 0;
  }
  30% {
    color: #fbb091;
    opacity: 0.4;
  }
  100% {
    color: #FE5B17;
    opacity: 1;
  }
}
@keyframes line-color {
  0% {
    color: transparent;
    opacity: 0;
  }
  30% {
    color: #fbb091;
    opacity: 0.4;
  }
  100% {
    color: #FE5B17;
    opacity: 1;
  }
}
section.info-text div.container a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  section.info-text div.container a {
    max-width: 100%;
  }
}
section.info-text div.container a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.info-text div.container a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.info-text div.container a span {
    font-size: 14px;
  }
}
section.info-text div.container a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.info-text div.container a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.info-text div.container a:hover {
  background-color: #FFFFFF;
}
section.info-text div.container a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.info-text div.container a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.info-text div.container a:hover span {
    font-size: 14px;
  }
}
section.info-text div.container a:hover div {
  background: #FE5B17;
}
section.info-text div.container a:hover div svg path {
  stroke: #FFFFFF;
}

section.brand {
  padding: 0;
  margin: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  height: auto;
  background-color: #F8F8F8;
}
@media (max-width: 648px) {
  section.brand {
    margin: 0;
  }
}
section.brand div.background-container {
  border-radius: 24px;
  padding-top: 96px;
}
@media (max-width: 648px) {
  section.brand div.background-container {
    border-radius: 0;
  }
}
section.brand div.background-container div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 96px;
}
@media (min-width: 1259px) {
  section.brand div.background-container div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.brand div.background-container div.container {
    gap: 54px;
  }
}
@media (max-width: 767px) {
  section.brand div.background-container div.container {
    gap: 12px;
  }
}
section.brand div.background-container div.container div.food {
  position: relative;
  top: -42px;
}
section.brand div.background-container div.container div.food img.food-package {
  margin-top: -72px;
  max-width: 1140px;
  width: 100%;
  height: calc(100vh - 400px);
  max-height: 570px;
}
@media (max-width: 1199px) {
  section.brand div.background-container div.container div.food img.food-package {
    max-height: 480px !important;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  section.brand div.background-container div.container div.food img.food-package {
    height: 100%;
    width: 100%;
    margin-top: -124px;
    padding-top: 54px;
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 200px;
  }
}
section.brand div.background-container div.container div.box {
  width: 100%;
  padding-bottom: 1000px;
  gap: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 991px) {
  section.brand div.background-container div.container div.box {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
@media (max-width: 648px) {
  section.brand div.background-container div.container div.box {
    padding-bottom: 42px;
  }
}
section.brand div.background-container div.container div.box > img {
  max-width: 306px;
  width: 100%;
  height: 180px;
  margin-top: -60px;
}
@media (max-width: 991px) {
  section.brand div.background-container div.container div.box > img {
    width: 50% !important;
    margin-top: -96px;
    max-height: 160px;
    height: 100%;
  }
}
section.brand div.background-container div.container div.box p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  max-width: 330px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  section.brand div.background-container div.container div.box p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.brand div.background-container div.container div.box p {
    font-family: "Montserrat", sans-serif;
    color: #211E15;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 500;
    font-style: normal;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  section.brand div.background-container div.container div.box p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.brand div.background-container div.container div.box a {
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
@media (max-width: 991px) {
  section.brand div.background-container div.container div.box a {
    max-width: 100%;
  }
}
section.brand div.background-container div.container div.box a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.brand div.background-container div.container div.box a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.brand div.background-container div.container div.box a span {
    font-size: 14px;
  }
}
section.brand div.background-container div.container div.box a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.brand div.background-container div.container div.box a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.brand div.background-container div.container div.box a:hover {
  background-color: #FFFFFF;
}
section.brand div.background-container div.container div.box a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.brand div.background-container div.container div.box a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.brand div.background-container div.container div.box a:hover span {
    font-size: 14px;
  }
}
section.brand div.background-container div.container div.box a:hover div {
  background: #FE5B17;
}
section.brand div.background-container div.container div.box a:hover div svg path {
  stroke: #FFFFFF;
}
section.brand div.background-container div.container div.box a span {
  color: #211E15;
}
section.brand div.background-container div.container div.box a svg path {
  stroke: #FFFFFF !important;
}
@media (max-width: 767px) {
  section.brand div.background-container div.container div.box a {
    width: 90%;
  }
}

@media (max-width: 648px) {
  section.brand + section.brand {
    padding-top: 42px;
  }
}

section.products-list {
  margin-top: -76px;
  background-color: #F8F8F8;
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  section.products-list {
    padding-bottom: 60px;
  }
}
section.products-list div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.products-list div.container {
    max-width: 1260px;
  }
}
section.products-list div.container div.swiper ul.swiper-wrapper div.swiper-slide {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px;
}
section.products-list div.container div.box-buttons-carousel {
  margin-top: 24px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  gap: 24px;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 42px;
  }
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel {
  padding: 14px 14px 14px 14px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-radius: 30px 0 0 0;
  display: none;
  max-height: 60px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel div.buttons-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-left {
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-left svg {
  rotate: 180deg;
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-left:hover {
  background-color: #FE5B17;
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-left:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-left {
    display: flex;
  }
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-right {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-right:hover {
  background-color: #FE5B17;
  cursor: pointer;
}
section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-right:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel div.buttons-carousel div.button-right {
    display: flex;
  }
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 412px;
  width: 100%;
  max-height: 60px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel a.ideal-dog-food {
    max-width: 100%;
  }
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.ideal-dog-food span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.ideal-dog-food span {
    font-size: 14px;
  }
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food:hover span {
  color: #FFFFFF;
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.products-list div.container div.box-buttons-carousel a.ideal-dog-food:hover div svg path {
  stroke: #FE5B17;
}
section.products-list div.container div.box-buttons-carousel a.view-all-products {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  max-width: 412px;
  width: 100%;
  max-height: 60px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.products-list div.container div.box-buttons-carousel a.view-all-products {
    max-width: 100%;
  }
}
section.products-list div.container div.box-buttons-carousel a.view-all-products span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.view-all-products span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.view-all-products span {
    font-size: 14px;
  }
}
section.products-list div.container div.box-buttons-carousel a.view-all-products div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.products-list div.container div.box-buttons-carousel a.view-all-products div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.products-list div.container div.box-buttons-carousel a.view-all-products:hover {
  background-color: #FFFFFF;
}
section.products-list div.container div.box-buttons-carousel a.view-all-products:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.view-all-products:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.products-list div.container div.box-buttons-carousel a.view-all-products:hover span {
    font-size: 14px;
  }
}
section.products-list div.container div.box-buttons-carousel a.view-all-products:hover div {
  background: #FE5B17;
}
section.products-list div.container div.box-buttons-carousel a.view-all-products:hover div svg path {
  stroke: #FFFFFF;
}

section.horse {
  padding: 180px 0;
  background-color: #FFFFFF;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  section.horse {
    padding: 60px 0;
  }
}
section.horse div.border-container {
  max-width: 100vw;
  margin: 0 24px;
  border-radius: 30px;
  box-sizing: border-box;
}
section.horse img {
  max-height: 1000px;
  height: 100%;
  position: absolute;
  top: -80px;
  right: -35px;
  z-index: 1;
}
@media (max-width: 1139px) {
  section.horse img {
    height: 90%;
  }
}
@media (max-width: 991px) {
  section.horse img {
    display: none;
  }
}
section.horse div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.horse div.container {
    max-width: 1260px;
  }
}
section.horse div.container div.texts {
  border-bottom: 1px solid #e9e9e8;
  margin-bottom: 72px;
  max-width: 942px;
  width: 100%;
}
section.horse div.container div.texts h2 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  section.horse div.container div.texts h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.horse div.container div.texts h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
section.horse div.container div.texts h4 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 42px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  section.horse div.container div.texts h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
section.horse div.container div.box-1 {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 500px;
  right: 330px;
  z-index: 3;
  max-width: 435px;
  width: 100%;
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 36px;
}
@media (max-width: 991px) {
  section.horse div.container div.box-1 {
    display: none;
  }
}
section.horse div.container div.box-1 svg {
  max-width: 82px;
  width: 100%;
}
section.horse div.container div.box-1 p {
  font-family: "Montserrat", sans-serif;
  color: #35B163;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.horse div.container div.box-1 p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 1199px) {
  section.horse div.container div.box-1 {
    max-height: 280px;
    left: 370px;
  }
}
@media (max-width: 991px) {
  section.horse div.container {
    max-width: 700px;
  }
}
section.horse div.box-2 {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 315px;
  right: 150px;
  z-index: 3;
  max-width: 335px;
  width: 100%;
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 36px;
}
@media (max-width: 991px) {
  section.horse div.box-2 {
    display: none;
  }
}
section.horse div.box-2 svg {
  max-width: 82px;
  width: 100%;
}
section.horse div.box-2 p {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.horse div.box-2 p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 1199px) {
  section.horse div.box-2 {
    max-height: 280px;
    left: 500px;
  }
}
@media (max-width: 991px) {
  section.horse div.box-2 {
    display: none;
  }
}
section.horse div.container-box-1-hidden {
  display: none;
  margin-bottom: 42px;
}
section.horse div.container-box-1-hidden div.box-1-hidden {
  z-index: 2;
  position: relative;
  background-color: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
@media (max-width: 991px) {
  section.horse div.container-box-1-hidden div.box-1-hidden {
    gap: 24px;
  }
}
section.horse div.container-box-1-hidden div.box-1-hidden svg {
  max-width: 82px;
  width: 100%;
}
@media (max-width: 991px) {
  section.horse div.container-box-1-hidden div.box-1-hidden svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
section.horse div.container-box-1-hidden div.box-1-hidden p {
  font-family: "Montserrat", sans-serif;
  color: #35B163;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.horse div.container-box-1-hidden div.box-1-hidden p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.horse div.container-box-1-hidden div.box-1-hidden p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.horse div.container-box-1-hidden {
    display: block;
  }
}
section.horse div.container-box-2-hidden {
  display: none;
  border-bottom: none;
}
section.horse div.container-box-2-hidden div.box-2-hidden {
  position: relative;
  background-color: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
@media (max-width: 991px) {
  section.horse div.container-box-2-hidden div.box-2-hidden {
    gap: 24px;
  }
}
section.horse div.container-box-2-hidden div.box-2-hidden svg {
  max-width: 82px;
  width: 100%;
}
@media (max-width: 991px) {
  section.horse div.container-box-2-hidden div.box-2-hidden svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
section.horse div.container-box-2-hidden div.box-2-hidden p {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.horse div.container-box-2-hidden div.box-2-hidden p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.horse div.container-box-2-hidden div.box-2-hidden p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.horse div.container-box-2-hidden {
    display: block;
  }
}

section.comments {
  padding: 160px 0;
  background-color: #F8F8F8;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  section.comments {
    padding-bottom: 36px;
    padding-top: 54px;
  }
}
section.comments div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.comments div.container {
    max-width: 1260px;
  }
}
section.comments div.container h5 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 36px;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  section.comments div.container h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.comments div.container div.row button.button-prev,
section.comments div.container div.row button.button-next {
  cursor: pointer;
  display: block;
}
@media (max-width: 991px) {
  section.comments div.container div.row button.button-prev,
section.comments div.container div.row button.button-next {
    display: none;
  }
}
section.comments div.container div.row button.button-prev svg g,
section.comments div.container div.row button.button-next svg g {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.comments div.container div.row button.button-prev svg path,
section.comments div.container div.row button.button-next svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.comments div.container div.row button.button-prev:hover svg g,
section.comments div.container div.row button.button-next:hover svg g {
  fill: #FE5B17;
}
section.comments div.container div.row button.button-prev:hover svg path,
section.comments div.container div.row button.button-next:hover svg path {
  stroke: #FFFFFF;
}
section.comments div.container div.swiper {
  width: calc(100% - 200px);
}
@media (max-width: 991px) {
  section.comments div.container div.swiper {
    width: calc(100% - 24px);
  }
}
section.comments div.container div.swiper div.swiper-slide {
  background-color: #FFFFFF;
  padding: 42px;
  border-radius: 30px;
  box-sizing: border-box;
}
section.comments div.container div.swiper div.swiper-slide p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 36px auto;
  text-align: center;
  max-width: 420px;
}
@media (max-width: 767px) {
  section.comments div.container div.swiper div.swiper-slide p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.comments div.container div.swiper div.swiper-slide span:nth-of-type(1) {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  section.comments div.container div.swiper div.swiper-slide span:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.comments div.container div.swiper div.swiper-slide span:nth-of-type(2) {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.comments div.container div.swiper div.swiper-slide span:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
section.comments div.container div.box-buttons-carousel {
  margin-top: 24px;
  display: none;
}
@media (max-width: 991px) {
  section.comments div.container div.box-buttons-carousel {
    display: block;
  }
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel {
  padding: 14px 14px 14px 14px;
  box-sizing: border-box;
  max-width: 155 px;
  width: 100%;
  max-height: 118px;
  background-color: #f8f8f8;
  border-radius: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-prev {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-prev svg {
  rotate: 180deg;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-prev:hover {
  background-color: #FE5B17;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-prev:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-next {
  display: flex;
  width: 52px;
  height: 52px;
  background: none;
  border: 1px solid #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-next:hover {
  background-color: #FE5B17;
  cursor: pointer;
}
section.comments div.container div.box-buttons-carousel div.buttons-carousel div.button-next:hover svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FFFFFF !important;
}

section.about-us div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.about-us div.container {
    max-width: 1260px;
  }
}
section.about-us div.container h3.title-mobile {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 12px;
  display: none;
}
@media (max-width: 768px) {
  section.about-us div.container h3.title-mobile {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.about-us div.container h3.title-mobile {
    display: block;
  }
}
section.about-us div.container p.text-about-hidden {
  display: none;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 500;
  font-style: normal;
  padding: 0 24px 24px 24px;
}
@media (max-width: 768px) {
  section.about-us div.container p.text-about-hidden {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.about-us div.container p.text-about-hidden {
    display: block;
    font-size: 20px !important;
    line-height: 36px;
    text-align: center;
  }
}
section.about-us div.container div.banner {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  z-index: 0;
  padding: calc(96px - 6px) calc(96px - 6px);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  section.about-us div.container div.banner {
    padding: calc(96px - 6px) 24px;
    height: 400px;
  }
}
section.about-us div.container div.banner div {
  position: absolute;
  top: 0;
  left: 0;
}
section.about-us div.container div.banner div h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  position: relative;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  padding: 30px 80px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  section.about-us div.container div.banner div h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.about-us div.container div.banner div h3 {
    display: none;
  }
}
section.about-us div.container div.banner div h3:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.about-us div.container div.banner div h3:after {
    display: none;
  }
}
section.about-us div.container div.banner div h3:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.about-us div.container div.banner div h3:before {
    display: none;
  }
}
section.about-us div.container div.banner p {
  max-width: 800px;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.about-us div.container div.banner p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.about-us div.container div.banner p {
    display: none;
  }
}
section.about-us div.container div.banner a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 24px;
  right: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  section.about-us div.container div.banner a {
    max-width: 100%;
  }
}
section.about-us div.container div.banner a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.about-us div.container div.banner a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.about-us div.container div.banner a span {
    font-size: 14px;
  }
}
section.about-us div.container div.banner a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.about-us div.container div.banner a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.about-us div.container div.banner a:hover {
  background-color: #FFFFFF;
}
section.about-us div.container div.banner a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.about-us div.container div.banner a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.about-us div.container div.banner a:hover span {
    font-size: 14px;
  }
}
section.about-us div.container div.banner a:hover div {
  background: #FE5B17;
}
section.about-us div.container div.banner a:hover div svg path {
  stroke: #FFFFFF;
}
@media (max-width: 991px) {
  section.about-us div.container div.banner a {
    max-width: calc(100% - 85px);
  }
}

section.evolution div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.evolution div.container {
    max-width: 1260px;
  }
}
section.evolution div.container div.apresentation {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
  margin-bottom: 160px;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  section.evolution div.container div.apresentation {
    margin-bottom: 60px;
    padding: 0 12px;
  }
}
section.evolution div.container div.apresentation h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  max-width: 429px;
  width: 100%;
}
@media (max-width: 768px) {
  section.evolution div.container div.apresentation h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.evolution div.container div.apresentation h3 {
    max-width: 300px;
  }
}
section.evolution div.container div.apresentation div {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  max-width: 552px;
  width: 100%;
}
@media (max-width: 767px) {
  section.evolution div.container div.apresentation div {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.evolution div.container div.apresentation div > p {
  margin-bottom: 34px;
}

section.line-banner div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media (min-width: 1259px) {
  section.line-banner div.container {
    max-width: 1260px;
  }
}
section.line-banner div.container img {
  width: 100%;
  border-radius: 30px;
}
section.line-banner div.container img:nth-child(1) {
  z-index: 0;
  width: 100%;
}
section.line-banner div.container img:nth-child(2) {
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: -136px;
}
@media (max-width: 991px) {
  section.line-banner div.container img:nth-child(2) {
    margin-top: -30px;
  }
}

section.sales-info div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  margin-top: 96px;
  background-color: #FFFFFF;
  border-radius: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 96px 42px 76px 96px;
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (min-width: 1259px) {
  section.sales-info div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.sales-info div.container {
    margin-top: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    padding: 0 54px;
  }
}
@media (max-width: 767px) {
  section.sales-info div.container {
    gap: 0;
  }
}
section.sales-info div.container div p:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  padding: 24px 0 12px 0;
}
@media (max-width: 768px) {
  section.sales-info div.container div p:nth-child(1) {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.sales-info div.container div p:nth-child(1) {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
section.sales-info div.container div p:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.sales-info div.container div p:nth-child(2) {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.sales-info div.container div + div {
    width: 100%;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}

section.blog-page {
  margin-top: 24px !important;
}
section.blog-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.blog-page div.container {
    max-width: 1260px;
  }
}
section.blog-page div.container h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  section.blog-page div.container h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.blog-page div.container h3 {
    margin-bottom: 24px;
  }
}
section.blog-page div.container > div.row {
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  flex-wrap: wrap;
}
section.blog-page div.container > div.row > span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.blog-page div.container > div.row > span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.blog-page div.container ul {
  margin-bottom: 54px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
@media (max-width: 991px) {
  section.blog-page div.container ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
section.blog-page div.container > button {
  margin: 0 auto 160px auto;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 400px;
}
@media (max-width: 991px) {
  section.blog-page div.container > button {
    max-width: 100%;
  }
}
section.blog-page div.container > button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.blog-page div.container > button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.blog-page div.container > button span {
    font-size: 14px;
  }
}
section.blog-page div.container > button div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.blog-page div.container > button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.blog-page div.container > button:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.blog-page div.container > button:hover span {
  color: #FFFFFF;
}
section.blog-page div.container > button:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.blog-page div.container > button:hover div svg path {
  stroke: #FE5B17;
}
@media (max-width: 991px) {
  section.blog-page div.container > button {
    margin: 0 auto 54px auto;
  }
}

section.contact-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.contact-page div.container {
    max-width: 1260px;
  }
}
section.contact-page div.container img.golden-mobile {
  display: none;
  width: calc(100% - 24px);
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.contact-page div.container img.golden-mobile {
    display: block;
  }
}
section.contact-page div.container h3.title-mobile {
  margin-top: 24px !important;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  section.contact-page div.container h3.title-mobile {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.contact-page div.container h3.title-mobile {
    display: block;
  }
}
section.contact-page div.container div.contact-link {
  background-color: #FFFFFF;
  padding: 42px 42px 80px 96px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link {
    padding: 36px;
  }
}
section.contact-page div.container div.contact-link div.up-content {
  justify-content: flex-end;
}
section.contact-page div.container div.contact-link div.up-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  max-width: 400px;
  padding: 36px 96px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.contact-page div.container div.contact-link div.up-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.up-content h3 {
    display: none;
  }
}
section.contact-page div.container div.contact-link div.up-content h3:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.up-content h3:after {
    display: none;
  }
}
section.contact-page div.container div.contact-link div.up-content h3:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.up-content h3:before {
    display: none;
  }
}
section.contact-page div.container div.contact-link div.up-content div.row {
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.up-content div.row {
    display: none;
  }
}
section.contact-page div.container div.contact-link div.up-content div.row span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-link div.up-content div.row span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-link div.up-content div.row a svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.contact-page div.container div.contact-link div.up-content div.row a svg:hover path {
  fill: #211E15;
}
section.contact-page div.container div.contact-link div.bottom-content ul {
  gap: 42px;
  padding-top: 130px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.bottom-content ul {
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.bottom-content ul li {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
section.contact-page div.container div.contact-link div.bottom-content ul li p {
  gap: 12px;
  align-items: center;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.bottom-content ul li p {
    justify-items: center;
  }
}
section.contact-page div.container div.contact-link div.bottom-content ul li p span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-link div.bottom-content ul li p span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-link div.bottom-content ul li a {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 768px) {
  section.contact-page div.container div.contact-link div.bottom-content ul li a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.contact-page div.container div.contact-link div.bottom-content ul li a:hover {
  color: #FE5B17;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.bottom-content ul li a {
    text-align: center;
  }
}
section.contact-page div.container div.contact-link img {
  position: absolute;
  right: 25px;
  bottom: 0px;
}
@media (max-width: 1199px) {
  section.contact-page div.container div.contact-link img {
    width: 50%;
    right: 15px;
  }
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link img {
    display: none;
  }
}
section.contact-page div.container div.contact-link div.midias {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  display: none;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-link div.midias {
    display: flex;
    justify-content: center;
  }
}
section.contact-page div.container div.contact-link div.midias span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-link div.midias span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-link div.midias svg {
  max-height: 25px;
}
section.contact-page div.container div.contact-forms {
  margin-bottom: 24px;
}
section.contact-page div.container div.contact-forms div.contact-reason {
  margin-bottom: 42px;
  background-color: #FE5B17;
  border-radius: 36px;
  padding: 24px 24px 24px 96px;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  gap: 24px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.contact-reason {
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
    justify-content: center;
  }
}
section.contact-page div.container div.contact-forms div.contact-reason h4 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 66px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.contact-page div.container div.contact-forms div.contact-reason h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.contact-reason h4 {
    text-align: center;
  }
}
section.contact-page div.container div.contact-forms div.contact-reason div.container-select-block {
  max-width: 400px;
}
section.contact-page div.container div.contact-forms div.form-container {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 60px 96px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container {
    padding: 24px;
  }
}
section.contact-page div.container div.contact-forms div.form-container form {
  display: none;
}
section.contact-page div.container div.contact-forms div.form-container form:nth-of-type(1) {
  display: block;
}
section.contact-page div.container div.contact-forms div.form-container form > p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container form div.grid {
    display: flex;
    flex-direction: column;
  }
}
section.contact-page div.container div.contact-forms div.form-container form input[type=text], section.contact-page div.container div.contact-forms div.form-container form input[type=email] {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form input[type=text], section.contact-page div.container div.contact-forms div.form-container form input[type=email] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.container-select-block {
  max-width: 100%;
}
section.contact-page div.container div.contact-forms div.form-container form div.container-select-block div.container-select {
  height: 48px;
}
section.contact-page div.container div.contact-forms div.form-container form div.container-select-block div.container-select span {
  color: #707070;
}
section.contact-page div.container div.contact-forms div.form-container form div.container-select-block div.container-select > div {
  width: 36px;
  height: 36px;
}
section.contact-page div.container div.contact-forms div.form-container form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FE5B17;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
section.contact-page div.container div.contact-forms div.form-container form input[type=radio]:checked {
  border-color: #FE5B17;
}
section.contact-page div.container div.contact-forms div.form-container form input[type=radio]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE5B17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.contact-page div.container div.contact-forms div.form-container form textarea {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
  grid-column: 1/3;
  height: 110px;
  resize: none;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.type-client {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container form div.pet-select,
section.contact-page div.container div.contact-forms div.form-container form div.type-client {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select p,
section.contact-page div.container div.contact-forms div.form-container form div.type-client p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  margin-right: 24px;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.pet-select p,
section.contact-page div.container div.contact-forms div.form-container form div.type-client p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select label,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label {
  margin-right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select label input[type=checkbox],
section.contact-page div.container div.contact-forms div.form-container form div.type-client label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FE5B17;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select label input[type=checkbox]:checked,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label input[type=checkbox]:checked {
  border-color: #FE5B17;
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select label input[type=checkbox]:checked::after,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label input[type=checkbox]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE5B17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.contact-page div.container div.contact-forms div.form-container form div.pet-select label span,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.pet-select label span,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 404px) {
  section.contact-page div.container div.contact-forms div.form-container form div.pet-select label span,
section.contact-page div.container div.contact-forms div.form-container form div.type-client label span {
    font-size: 12px;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.product p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment {
  justify-content: space-between;
  grid-column: 1/3;
  align-items: center;
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 12px 24px;
  border: 1px #FE5B17 solid;
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  width: 80%;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment span#file-product {
  display: inline;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment span#file-product {
    display: none;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment label {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment label {
    justify-content: space-between;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment label span {
  color: #FE5B17;
  text-decoration: underline;
  max-width: 50%;
  text-align: right;
}
@media (max-width: 991px) {
  section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment label span {
    text-align: left;
  }
}
section.contact-page div.container div.contact-forms div.form-container form div.product div.attachment label div {
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  background-color: #FE5B17;
  border-radius: 50%;
}
section.contact-page div.container div.contact-forms div.form-container form div.sending div.row {
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  align-items: center;
}
section.contact-page div.container div.contact-forms div.form-container form div.sending div.row input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FE5B17;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
section.contact-page div.container div.contact-forms div.form-container form div.sending div.row input[type=checkbox]:checked {
  border-color: #FE5B17;
}
section.contact-page div.container div.contact-forms div.form-container form div.sending div.row input[type=checkbox]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE5B17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.contact-page div.container div.contact-forms div.form-container form div.sending div.row label {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  max-width: 80%;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.sending div.row label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form div.sending div.row label {
    padding-left: 12px;
  }
}
section.contact-page div.container div.contact-forms div.form-container form button {
  padding: 18px 12px;
  box-sizing: border-box;
  border: 1px solid #FE5B17;
  border-radius: 30px;
  width: 100%;
  background-color: #FE5B17;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
  max-height: 60px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.contact-page div.container div.contact-forms div.form-container form button {
    font-size: 14px;
  }
}
section.contact-page div.container div.contact-forms div.form-container form button:hover {
  background-color: #FFFFFF;
  color: #FE5B17;
  border: 1px solid #FE5B17;
}

section.satisfaction-guaranteed {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed {
    margin-bottom: 96px;
  }
}
section.satisfaction-guaranteed div.container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  padding: 96px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container div.container::after {
    filter: brightness(80%);
  }
}
@media (min-width: 1259px) {
  section.satisfaction-guaranteed div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container {
    padding: 42px 36px 160px 36px;
    border-radius: 0;
  }
}
section.satisfaction-guaranteed div.container h1 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 85px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  section.satisfaction-guaranteed div.container h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 140%;
  }
}
section.satisfaction-guaranteed div.container p {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  max-width: 985px;
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container p {
    line-height: 30px;
    margin-bottom: 30px;
  }
}
section.satisfaction-guaranteed div.container > div.row {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container > div.row {
    flex-wrap: wrap;
  }
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) {
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  padding: 5px 6px 5px 30px;
  box-sizing: border-box;
  height: 60px;
  align-items: center;
  max-width: 400px;
  width: 100%;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
  max-width: 400px;
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) {
    font-size: 14px;
  }
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) div.row {
  background-color: #FFFFFF;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1) div.row svg path {
  stroke: #FE5B17;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1):hover {
  background-color: #FE5B17;
  color: #FFFFFF;
  border: none;
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1):hover {
    font-size: 14px;
  }
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1):hover div.row {
  border: 1px solid #FE5B17;
  background-color: #FFFFFF;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(1):hover div.row svg path {
  stroke: #FE5B17;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 300px;
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) {
    max-width: 100%;
  }
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) span {
    font-size: 14px;
  }
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2) div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2):hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2):hover span {
  color: #FFFFFF;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2):hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.satisfaction-guaranteed div.container > div.row a:nth-of-type(2):hover div svg path {
  stroke: #FE5B17;
}
section.satisfaction-guaranteed div.container div.icons {
  gap: 24px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media (max-width: 991px) {
  section.satisfaction-guaranteed div.container div.icons {
    right: 50%;
    bottom: 36px;
    transform: translate(50%, 0);
  }
}

section.faq-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.faq-page div.container {
    max-width: 1260px;
  }
}
section.faq-page div.container h3 {
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media (max-width: 768px) {
  section.faq-page div.container h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.faq-page div.container ul {
  margin-bottom: 60px;
  gap: 24px;
}
section.faq-page div.container ul li {
  background-color: #FFFFFF;
  border-radius: 45px;
  padding: 12px 12px 12px 36px;
  cursor: pointer;
}
section.faq-page div.container ul li div.up-content {
  justify-content: space-between;
  align-items: center;
}
section.faq-page div.container ul li div.up-content span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.faq-page div.container ul li div.up-content span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.faq-page div.container ul li div.up-content div {
  height: 57px;
  width: 57px;
  background-color: #FE5B17;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.faq-page div.container ul li div.up-content div.active {
  rotate: 180deg;
}
section.faq-page div.container ul li div.up-content div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.faq-page div.container ul li p {
  display: none;
  width: 90%;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.faq-page div.container ul li p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}

section.post-blog-post-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.post-blog-post-page div.container {
    max-width: 1260px;
  }
}
section.post-blog-post-page div.container > span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 767px) {
  section.post-blog-post-page div.container > span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
section.post-blog-post-page div.container h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  section.post-blog-post-page div.container h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.post-blog-post-page div.container div.info-post {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 73px;
}
@media (max-width: 991px) {
  section.post-blog-post-page div.container div.info-post {
    margin-bottom: 30px;
  }
}
section.post-blog-post-page div.container div.info-post div.author {
  justify-content: center;
  gap: 10px;
}
section.post-blog-post-page div.container div.info-post div.author svg {
  width: 13px;
  height: 13px;
}
section.post-blog-post-page div.container div.info-post div.author span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  section.post-blog-post-page div.container div.info-post div.author span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
section.post-blog-post-page div.container div.info-post span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 500;
  font-style: normal;
  opacity: 90%;
}
@media (max-width: 767px) {
  section.post-blog-post-page div.container div.info-post span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
section.post-blog-post-page div.container div.content {
  padding: 0 212px 72px 212px;
  border-bottom: 1px solid #cfcfcd;
}
@media (max-width: 991px) {
  section.post-blog-post-page div.container div.content {
    padding: 0 24px 30px 24px;
  }
}
section.post-blog-post-page div.container div.content img {
  max-width: 836px;
  width: 100%;
  max-height: 315px;
  height: 100%;
  margin: 0 auto 73px auto;
  border-radius: 33px;
}
@media (max-width: 991px) {
  section.post-blog-post-page div.container div.content img {
    margin: 0 auto 30px auto;
  }
}
section.post-blog-post-page div.container div.content p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.post-blog-post-page div.container div.content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.post-blog-post-page div.container div.content span.subtitle {
  display: block;
  text-align: start;
  padding-top: 42px;
  margin-bottom: 12px;
  border-top: 1px solid #cfcfcd;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 768px) {
  section.post-blog-post-page div.container div.content span.subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.post-blog-post-page div.container div.content span.subtitle {
    padding: 30px;
  }
}
section.post-blog-post-page div.post-related {
  margin-bottom: 160px;
}
section.post-blog-post-page div.post-related h3 {
  margin-top: 42px;
  margin-bottom: 42px;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media (max-width: 768px) {
  section.post-blog-post-page div.post-related h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.post-blog-post-page div.post-related ul.list-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  gap: 12px;
}

@media (max-width: 991px) {
  section.privacy-page {
    margin-top: 24px !important;
  }
}
section.privacy-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.privacy-page div.container {
    max-width: 1260px;
  }
}
section.privacy-page div.container > p {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  section.privacy-page div.container > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
section.privacy-page div.container h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 41px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  section.privacy-page div.container h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 768px) {
  section.privacy-page div.container h5 {
    margin-bottom: 24px;
  }
}
section.privacy-page div.container div.subtitle-polices {
  max-width: 835px;
  padding: 0 96px;
  margin: 0 auto 160px auto;
}
@media (max-width: 768px) {
  section.privacy-page div.container div.subtitle-polices {
    padding: 30px 0;
    margin: 0 auto 42px auto;
  }
}
section.privacy-page div.container div.subtitle-polices p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.privacy-page div.container div.subtitle-polices p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.privacy-page div.container div.subtitle-polices p + p:not(empty) {
  padding: 12px 0px;
}
section.privacy-page div.container div.subtitle-polices h3, section.privacy-page div.container div.subtitle-polices h2 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  line-height: 60px;
  border-top: 1px solid #CDCDCB;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.privacy-page div.container div.subtitle-polices h3, section.privacy-page div.container div.subtitle-polices h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.privacy-page div.container div.subtitle-polices ul {
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.privacy-page div.container div.subtitle-polices ul li {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  list-style: disc;
  margin-left: 30px;
}
@media (max-width: 767px) {
  section.privacy-page div.container div.subtitle-polices ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}

@media (max-width: 991px) {
  section.product-page {
    margin-top: 12px !important;
  }
}
section.product-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.product-page div.container {
    max-width: 1260px;
  }
}
section.product-page div.container div.product-information {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #cdcdcb;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 96px;
}
@media (max-width: 991px) {
  section.product-page div.container div.product-information {
    gap: 42px;
    grid-template-columns: 1fr;
  }
}
section.product-page div.container div.product-information div.left-content {
  background-color: #FFFFFF;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
section.product-page div.container div.product-information div.left-content img {
  padding: 24px;
  max-width: 353px;
  width: 100%;
}
@media (max-width: 991px) {
  section.product-page div.container div.product-information div.left-content img {
    width: 40%;
  }
}
section.product-page div.container div.product-information div.right-content h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  max-width: 380px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  section.product-page div.container div.product-information div.right-content h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.product-page div.container div.product-information div.right-content h5 {
    text-align: center;
    margin: 0 auto 42px auto;
  }
}
section.product-page div.container div.product-information div.right-content > div.row {
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  section.product-page div.container div.product-information div.right-content > div.row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
section.product-page div.container div.product-information div.right-content > div.row > span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.product-page div.container div.product-information div.right-content > div.row > span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.product-page div.container div.product-information div.right-content > div.row div.row {
  gap: 12px;
}
section.product-page div.container div.product-information div.right-content > div.row div.row div.box-border {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 1px solid #FE5B17;
  border-radius: 13px;
}
section.product-page div.container div.product-information div.right-content > div.row div.row span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.product-page div.container div.product-information div.right-content > div.row div.row span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.product-page div.container div.product-information div.right-content > div.row div.row img.food-dog-size {
  max-width: 33px;
  width: 100%;
  padding-right: 12px;
}
section.product-page div.container div.product-information div.right-content > div.row a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  box-sizing: border-box;
  max-width: 335px;
}
@media (max-width: 991px) {
  section.product-page div.container div.product-information div.right-content > div.row a {
    max-width: 100%;
  }
}
section.product-page div.container div.product-information div.right-content > div.row a span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.product-page div.container div.product-information div.right-content > div.row a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.product-page div.container div.product-information div.right-content > div.row a span {
    font-size: 14px;
  }
}
section.product-page div.container div.product-information div.right-content > div.row a div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.product-page div.container div.product-information div.right-content > div.row a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.product-page div.container div.product-information div.right-content > div.row a:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.product-page div.container div.product-information div.right-content > div.row a:hover span {
  color: #FFFFFF;
}
section.product-page div.container div.product-information div.right-content > div.row a:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.product-page div.container div.product-information div.right-content > div.row a:hover div svg path {
  stroke: #FE5B17;
}
section.product-page div.container div.product-information div.right-content > div.row a:nth-of-type(2):hover div svg path {
  fill: #FE5B17;
}
section.product-page div.container div.product-information div.right-content div.links {
  padding-bottom: 0;
}
section.product-page div.container div.product-benefits {
  margin-bottom: 60px;
}
section.product-page div.container div.product-benefits ul {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
section.product-page div.container div.product-benefits ul li {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 42px;
}
section.product-page div.container div.product-benefits ul li img {
  margin-bottom: 30px;
}
section.product-page div.container div.product-benefits ul li span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  max-width: 270px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  section.product-page div.container div.product-benefits ul li span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.product-page div.container div.product-benefits ul li p {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.product-page div.container div.product-benefits ul li p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.product-page div.container div.buttons-popup {
  max-width: 1049px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.product-page div.container div.buttons-popup {
    flex-wrap: wrap;
  }
}
section.product-page div.container div.buttons-popup button, section.product-page div.container div.buttons-popup a {
  padding: 18px 12px;
  box-sizing: border-box;
  border: 1px solid #FE5B17;
  border-radius: 30px;
  width: 100%;
  background-color: #FE5B17;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
  max-height: 60px;
  padding: 6px 6px 6px 30px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 520px;
}
@media (max-width: 767px) {
  section.product-page div.container div.buttons-popup button, section.product-page div.container div.buttons-popup a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.product-page div.container div.buttons-popup button, section.product-page div.container div.buttons-popup a {
    font-size: 14px;
  }
}
section.product-page div.container div.buttons-popup button:hover, section.product-page div.container div.buttons-popup a:hover {
  background-color: #FFFFFF;
  color: #FE5B17;
  border: 1px solid #FE5B17;
}
section.product-page div.container div.buttons-popup button:hover, section.product-page div.container div.buttons-popup a:hover {
  color: #FE5B17;
}
section.product-page div.container div.buttons-popup button div, section.product-page div.container div.buttons-popup a div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FE5B17;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.product-page div.container div.buttons-popup button:hover div, section.product-page div.container div.buttons-popup a:hover div {
  background-color: #FE5B17;
}
section.product-page div.container div.buttons-popup button:hover div svg path, section.product-page div.container div.buttons-popup button:hover div svg line, section.product-page div.container div.buttons-popup a:hover div svg path, section.product-page div.container div.buttons-popup a:hover div svg line {
  stroke: #FFFFFF;
}

section.pop-up {
  position: fixed;
  background-color: #FFFFFF;
  max-width: 80vw;
  width: 100%;
  z-index: 104;
  padding: 96px 54px 54px 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 30px;
  box-shadow: -2px -2px 10px -7px rgba(0, 0, 0, 0.5);
  display: none;
}
section.pop-up::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF !important;
  position: relative;
  border-radius: 24px;
}
section.pop-up::-webkit-scrollbar-thumb {
  background-color: #FE5B17;
  border-radius: 24px;
  padding: 100px;
}
section.pop-up ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 10px;
}
section.pop-up button.button-close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 80px;
  height: 48px;
  background: #FE5B17;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 12px;
}
section.pop-up button.button-close svg path {
  stroke: #FFFFFF;
}
section.pop-up div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1260px;
  width: 100%;
}
@media (min-width: 1259px) {
  section.pop-up div.container {
    max-width: 1260px;
  }
}
section.pop-up div.container h4 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 37px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 42px 0;
}
@media (max-width: 768px) {
  section.pop-up div.container h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.pop-up div.container ul {
  max-width: 1260px;
  width: 100%;
  border-bottom: 1px solid #F8F8F8;
}
section.pop-up div.container ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.pop-up div.container ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.pop-up div.container ul li:nth-of-type(even) {
  background-color: rgba(246, 246, 246, 0.9);
}
section.pop-up div.container ul li:nth-of-type(odd) {
  background-color: rgba(246, 246, 246, 0.5);
}
section.pop-up div.container > p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  section.pop-up div.container > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}

section.product-related {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  section.product-related {
    margin-bottom: 54px;
  }
}
section.product-related div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.product-related div.container {
    max-width: 1260px;
  }
}
section.product-related div.container h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  section.product-related div.container h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.product-related div.container ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
}

section.products-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.products-page div.container {
    max-width: 1260px;
  }
}
section.products-page div.container h2.title-mobile {
  display: none;
}
@media (max-width: 991px) {
  section.products-page div.container h2.title-mobile {
    font-family: "Montserrat", sans-serif;
    color: #FE5B17;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    display: block;
    margin-top: 24px !important;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  section.products-page div.container h2.title-mobile {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  section.products-page div.container h2.title-mobile {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
section.products-page div.container div.banner {
  margin-bottom: 36px;
  position: relative;
}
section.products-page div.container div.banner h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  padding: 30px 54px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.products-page div.container div.banner h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  section.products-page div.container div.banner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  section.products-page div.container div.banner h2 {
    display: none;
  }
}
section.products-page div.container div.banner h2:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.products-page div.container div.banner h2:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.products-page div.container div.banner img {
  height: 100%;
  max-height: 320px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
section.products-page div.container div.products-list h5 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  section.products-page div.container div.products-list h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.products-page div.container div.products-list div.filters {
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  section.products-page div.container div.products-list div.filters {
    display: grid;
    grid-template-columns: 1fr;
  }
}
section.products-page div.container div.products-list div.filters div.container-select-block {
  max-width: 306px;
  width: 100%;
}
@media (max-width: 991px) {
  section.products-page div.container div.products-list div.filters div.container-select-block {
    max-width: 100%;
  }
}
section.products-page div.container div.products-list div.filters div.container-select-block div.container-select span {
  max-width: calc(100% - 46px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.products-page div.container div.products-list > ul {
  margin-bottom: 54px;
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 991px) {
  section.products-page div.container div.products-list > ul {
    margin-bottom: 24px;
  }
}
section.products-page div.container div.products-list > button {
  margin: 0 auto 96px auto;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 5px 6px 5px 30px;
  background-color: #FFFFFF;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  max-width: 410px;
}
@media (max-width: 991px) {
  section.products-page div.container div.products-list > button {
    max-width: 100%;
  }
}
section.products-page div.container div.products-list > button span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.products-page div.container div.products-list > button span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.products-page div.container div.products-list > button span {
    font-size: 14px;
  }
}
section.products-page div.container div.products-list > button div {
  width: 46px;
  height: 46px;
  background: #FE5B17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  border: 1px solid #FE5B17;
}
section.products-page div.container div.products-list > button div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.products-page div.container div.products-list > button:hover {
  background-color: #FE5B17;
  border: 1px solid #FFFFFF;
}
section.products-page div.container div.products-list > button:hover span {
  color: #FFFFFF;
}
section.products-page div.container div.products-list > button:hover div {
  background: #FFFFFF;
  border: 1px solid #FE5B17;
}
section.products-page div.container div.products-list > button:hover div svg path {
  stroke: #FE5B17;
}
@media (max-width: 991px) {
  section.products-page div.container div.products-list > button {
    margin: 0 auto;
  }
}

section.reseller-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.reseller-page div.container {
    max-width: 1260px;
  }
}
section.reseller-page div.container div.banner-desk {
  position: relative;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  section.reseller-page div.container div.banner-desk {
    display: none;
  }
}
section.reseller-page div.container div.banner-desk h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  max-width: 400px;
  padding: 54px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.reseller-page div.container div.banner-desk h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.reseller-page div.container div.banner-desk h3 {
    padding: 24px;
  }
}
section.reseller-page div.container div.banner-desk h3:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.reseller-page div.container div.banner-desk h3:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
section.reseller-page div.container div.banner-desk img {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 30px;
}
section.reseller-page div.container div.banner-mobile {
  position: relative;
  margin-bottom: 36px;
  display: none;
}
@media (max-width: 991px) {
  section.reseller-page div.container div.banner-mobile {
    display: block;
    margin-top: 24px !important;
  }
}
section.reseller-page div.container div.banner-mobile h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 24px;
  text-align: center;
  font-size: 42px !important;
  line-height: 1 !important;
}
@media (max-width: 768px) {
  section.reseller-page div.container div.banner-mobile h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.reseller-page div.container div.banner-mobile img {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 30px;
}
section.reseller-page div.container form {
  margin-bottom: 60px;
  padding: 54px 24px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
section.reseller-page div.container form h5 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 30px auto;
  max-width: 430px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  section.reseller-page div.container form h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.reseller-page div.container form div {
  max-width: 624px;
  width: 100%;
  margin: 0 auto 24px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  section.reseller-page div.container form div {
    display: flex;
    flex-direction: column;
  }
}
section.reseller-page div.container form div > input {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
}
@media (max-width: 767px) {
  section.reseller-page div.container form div > input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.reseller-page div.container form div textarea {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  border-radius: 28px;
  border: 1px solid #FE5B17;
  padding: 12px 24px;
  grid-column: 1/3;
  height: 110px;
  resize: none;
}
@media (max-width: 767px) {
  section.reseller-page div.container form div textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
section.reseller-page div.container form div label {
  grid-column: 1/3;
  align-items: center;
  justify-content: center;
}
section.reseller-page div.container form div label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #FE5B17;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
section.reseller-page div.container form div label input:checked {
  border-color: #FE5B17;
}
section.reseller-page div.container form div label input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE5B17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.reseller-page div.container form div label span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.reseller-page div.container form div label span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.reseller-page div.container form div label span {
    max-width: 80%;
    padding-left: 12px;
  }
}
section.reseller-page div.container form button {
  max-width: 624px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 18px 12px;
  box-sizing: border-box;
  border: 1px solid #FE5B17;
  border-radius: 30px;
  width: 100%;
  background-color: #FE5B17;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
  max-height: 60px;
}
@media (max-width: 767px) {
  section.reseller-page div.container form button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.reseller-page div.container form button {
    font-size: 14px;
  }
}
section.reseller-page div.container form button:hover {
  background-color: #FFFFFF;
  color: #FE5B17;
  border: 1px solid #FE5B17;
}

@media (max-width: 991px) {
  section.simulator-page {
    margin-top: 24px !important;
  }
}
section.simulator-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.simulator-page div.container {
    max-width: 1260px;
  }
}
section.simulator-page div.container > h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  display: none;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.simulator-page div.container > h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container > h3 {
    display: block;
  }
}
section.simulator-page div.container div.introduction-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
section.simulator-page div.container div.introduction-content div.left-content {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 55% 95%;
  background-size: 170%;
  width: 100%;
  border-radius: 30px;
  position: relative;
  height: 370px;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.left-content {
    height: 320px;
  }
}
@media (max-width: 450px) {
  section.simulator-page div.container div.introduction-content div.left-content {
    height: 240px;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.container div.introduction-content div.left-content {
    height: 200px;
  }
}
section.simulator-page div.container div.introduction-content div.left-content:hover {
  background-size: 180%;
}
section.simulator-page div.container div.introduction-content div.left-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  max-width: 400px;
  padding: 30px 42px 54px 24px;
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.introduction-content div.left-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.left-content h3 {
    display: none;
  }
}
section.simulator-page div.container div.introduction-content div.left-content h3:after {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.left-content h3:after {
    display: none;
  }
}
section.simulator-page div.container div.introduction-content div.left-content h3:before {
  content: "";
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 0;
  display: block;
  position: absolute;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f8f8f8;
  rotate: 180deg;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.left-content h3:before {
    display: none;
  }
}
section.simulator-page div.container div.introduction-content div.right-content {
  padding-left: 110px;
  justify-content: center;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.right-content {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
}
section.simulator-page div.container div.introduction-content div.right-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  display: block;
  max-width: 465px;
  margin-bottom: 36px;
  text-align: start;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.introduction-content div.right-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.right-content h3 {
    text-align: center;
  }
}
section.simulator-page div.container div.introduction-content div.right-content a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  scroll-behavior: smooth;
  scroll-margin-top: 0;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.right-content a {
    max-width: 100%;
  }
}
section.simulator-page div.container div.introduction-content div.right-content a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.simulator-page div.container div.introduction-content div.right-content a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.container div.introduction-content div.right-content a span {
    font-size: 14px;
  }
}
section.simulator-page div.container div.introduction-content div.right-content a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.simulator-page div.container div.introduction-content div.right-content a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.simulator-page div.container div.introduction-content div.right-content a:hover {
  background-color: #FFFFFF;
}
section.simulator-page div.container div.introduction-content div.right-content a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.container div.introduction-content div.right-content a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.container div.introduction-content div.right-content a:hover span {
    font-size: 14px;
  }
}
section.simulator-page div.container div.introduction-content div.right-content a:hover div {
  background: #FE5B17;
}
section.simulator-page div.container div.introduction-content div.right-content a:hover div svg path {
  stroke: #FFFFFF;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.right-content a {
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content div.right-content {
    margin: 30px auto 0;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.introduction-content {
    grid-template-columns: 1fr;
  }
}
section.simulator-page div.container label.option {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  section.simulator-page div.container label.option {
    padding: 24px;
  }
}
section.simulator-page div.container label.option span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.container label.option span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.animal {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cdcdcb;
}
section.simulator-page div.container div.animal ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
section.simulator-page div.container div.animal ul li {
  background-size: cover;
  border-radius: 30px;
}
section.simulator-page div.container div.animal ul li label {
  max-width: 674px;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  display: block;
}
section.simulator-page div.container div.animal ul li div.input-dog {
  background-color: #f8f8f8;
  max-width: 230px;
  width: 100%;
  padding: 30px;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
section.simulator-page div.container div.animal ul li div.input-dog input {
  z-index: 1;
}
section.simulator-page div.container div.animal ul li div.input-dog h4 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.animal ul li div.input-dog h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
section.simulator-page div.container div.animal ul li div.input-dog:after, section.simulator-page div.container div.animal ul li div.input-dog:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  border-bottom-right-radius: 1.25rem;
}
section.simulator-page div.container div.animal ul li div.input-dog:after {
  bottom: 0;
  right: -30px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
  transform: rotate(90deg);
}
section.simulator-page div.container div.animal ul li div.input-dog:before {
  top: -30px;
  left: 0;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
  transform: rotate(90deg);
}
section.simulator-page div.container div.animal ul li div.input-cat {
  background-color: #f8f8f8;
  max-width: 230px;
  width: 100%;
  padding: 30px;
  border-radius: 30px 0 0 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
section.simulator-page div.container div.animal ul li div.input-cat input {
  z-index: 1;
}
section.simulator-page div.container div.animal ul li div.input-cat h4 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.animal ul li div.input-cat h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
  }
}
section.simulator-page div.container div.animal ul li div.input-cat:after, section.simulator-page div.container div.animal ul li div.input-cat:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  border-bottom-right-radius: 1.25rem;
}
section.simulator-page div.container div.animal ul li div.input-cat:after {
  bottom: 0;
  left: -30px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}
section.simulator-page div.container div.animal ul li div.input-cat:before {
  top: -30px;
  right: 0;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #F8F8F8;
}
section.simulator-page div.container div.fase {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cdcdcb;
  display: none;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.fase {
    padding-top: 60px;
    border-top: 1px solid #cdcdcb;
  }
}
section.simulator-page div.container div.fase ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
  flex-wrap: wrap;
}
section.simulator-page div.container div.fase ul li label {
  max-width: 302px;
  width: 100%;
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.fase ul li label {
    max-width: 100%;
  }
}
section.simulator-page div.container div.last-information {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 42px;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  section.simulator-page div.container div.last-information {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
}
section.simulator-page div.container div.last-information p.weight-for-when-adult {
  margin-top: 12px;
}
section.simulator-page div.container div.last-information input[type=number]::-webkit-inner-spin-button,
section.simulator-page div.container div.last-information input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.simulator-page div.container div.last-information input[type=number]::-moz-number-spinners {
  -moz-appearance: none;
  margin: 0;
}
section.simulator-page div.container div.last-information input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
section.simulator-page div.container div.last-information div.last-information_input, section.simulator-page div.container div.last-information div.overweight-container {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.simulator-page div.container div.last-information div.last-information_input .weight-container, section.simulator-page div.container div.last-information div.overweight-container .weight-container {
  display: none;
}
section.simulator-page div.container div.last-information div.last-information_input .weight-container div, section.simulator-page div.container div.last-information div.overweight-container .weight-container div {
  position: relative;
}
section.simulator-page div.container div.last-information div.last-information_input .weight-container div::after, section.simulator-page div.container div.last-information div.overweight-container .weight-container div::after {
  content: "KG";
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.last-information div.last-information_input .weight-container div::after, section.simulator-page div.container div.last-information div.overweight-container .weight-container div::after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.last-information div.last-information_input .weight-container div::after, section.simulator-page div.container div.last-information div.overweight-container .weight-container div::after {
    font-family: "Montserrat", sans-serif;
    color: #FE5B17;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 500;
    font-style: normal;
    top: 50%;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  section.simulator-page div.container div.last-information div.last-information_input .weight-container div::after, section.simulator-page div.container div.last-information div.overweight-container .weight-container div::after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.last-information div.last-information_input .weight-container input, section.simulator-page div.container div.last-information div.overweight-container .weight-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.simulator-page div.container div.last-information div.last-information_input input, section.simulator-page div.container div.last-information div.overweight-container input {
  width: 100%;
  background: #FFFFFF;
  padding: 30px 60px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #FE5B17;
  border-radius: 47px;
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.last-information div.last-information_input input, section.simulator-page div.container div.last-information div.overweight-container input {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  section.simulator-page div.container div.last-information div.last-information_input input, section.simulator-page div.container div.last-information div.overweight-container input {
    height: 105px;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.container div.last-information div.last-information_input input, section.simulator-page div.container div.last-information div.overweight-container input {
    height: 70px;
    padding: 12px 0 12px 12px;
    font-size: 18px;
  }
}
section.simulator-page div.container div.last-information div.last-information_input input.weight, section.simulator-page div.container div.last-information div.overweight-container input.weight {
  display: block;
}
section.simulator-page div.container div.last-information div.last-information_input input.puppy-number, section.simulator-page div.container div.last-information div.overweight-container input.puppy-number {
  display: none;
  margin-top: 12px;
}
section.simulator-page div.container div.last-information div.last-information_input p,
section.simulator-page div.container div.last-information div.overweight-container p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.container div.last-information div.last-information_input p,
section.simulator-page div.container div.last-information div.overweight-container p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.last-information ul {
  display: none;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  gap: 30px;
}
section.simulator-page div.container div.last-information ul h2 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.container div.last-information ul h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.last-information ul.castrated-cat, section.simulator-page div.container div.last-information ul.overweight-cat {
  display: none;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  transition: all 0.3s linear;
}
section.simulator-page div.container div.last-information ul.castrated-cat h2, section.simulator-page div.container div.last-information ul.overweight-cat h2 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  grid-column: 1/3;
}
@media (max-width: 767px) {
  section.simulator-page div.container div.last-information ul.castrated-cat h2, section.simulator-page div.container div.last-information ul.overweight-cat h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.last-information ul.overweight-cat {
  grid-column: 2;
}
section.simulator-page div.container div.last-information ul.overweight-adult-dog {
  display: none;
  row-gap: 24px;
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
}
section.simulator-page div.container div.last-information ul.overweight-adult-dog h2 {
  grid-column: 1/3;
}
section.simulator-page div.container div.last-information ul.overweight-adult-dog {
  grid-column: 2;
}
section.simulator-page div.container div.last-information .overweight-container {
  position: relative;
  display: none;
  grid-column: 2;
}
section.simulator-page div.container div.last-information .overweight-container::after {
  content: "KG";
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
}
@media (max-width: 768px) {
  section.simulator-page div.container div.last-information .overweight-container::after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.container div.last-information .overweight-container::after {
    font-family: "Montserrat", sans-serif;
    color: #FE5B17;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 500;
    font-style: normal;
    top: 50%;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  section.simulator-page div.container div.last-information .overweight-container::after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.simulator-page div.container div.last-information .age-adult-dog {
  grid-column: 2/3;
}
section.simulator-page div.container div.last-information .age-adult-dog h2 {
  grid-column: 1/3;
  margin-bottom: 24px;
}
section.simulator-page input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #FE5B17;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s ease;
}
@media (max-width: 991px) {
  section.simulator-page input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
section.simulator-page input[type=radio]:checked {
  border-color: #FE5B17;
}
section.simulator-page input[type=radio]:checked::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #FE5B17;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 991px) {
  section.simulator-page input[type=radio]:checked::after {
    width: 12px;
    height: 12px;
  }
}
section.simulator-page div.result {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
}
section.simulator-page div.result h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  section.simulator-page div.result h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.simulator-page div.result div.result-content {
  box-sizing: border-box;
  max-width: 1048px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #FE5B17;
  display: grid;
  padding: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}
@media (max-width: 991px) {
  section.simulator-page div.result div.result-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
section.simulator-page div.result div.result-content div.result-image {
  max-width: 372px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0;
}
@media (max-width: 991px) {
  section.simulator-page div.result div.result-content div.result-image {
    max-width: 100%;
  }
}
section.simulator-page div.result div.result-content div.result-image img {
  max-width: 200px;
  width: 100%;
}
section.simulator-page div.result div.result-content div.result-text {
  max-width: 436px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  section.simulator-page div.result div.result-content div.result-text {
    max-width: 100%;
  }
}
section.simulator-page div.result div.result-content div.result-text h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  section.simulator-page div.result div.result-content div.result-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.simulator-page div.result div.result-content div.result-text p {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  section.simulator-page div.result div.result-content div.result-text p {
    padding-bottom: 36px;
  }
}
section.simulator-page div.result div.result-content div.result-text p span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  padding-left: 12px;
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text p span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
section.simulator-page div.result div.result-content div.result-text a {
  border-radius: 30px;
  border: 1px solid #FE5B17;
  padding: 6px 6px 6px 30px;
  background-color: #FE5B17;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.simulator-page div.result div.result-content div.result-text a {
    max-width: 100%;
  }
}
section.simulator-page div.result div.result-content div.result-text a span {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text a span {
    font-size: 14px;
  }
}
section.simulator-page div.result div.result-content div.result-text a div {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.simulator-page div.result div.result-content div.result-text a div svg path {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
  stroke: #FE5B17;
}
section.simulator-page div.result div.result-content div.result-text a:hover {
  background-color: #FFFFFF;
}
section.simulator-page div.result div.result-content div.result-text a:hover span {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text a:hover span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  section.simulator-page div.result div.result-content div.result-text a:hover span {
    font-size: 14px;
  }
}
section.simulator-page div.result div.result-content div.result-text a:hover div {
  background: #FE5B17;
}
section.simulator-page div.result div.result-content div.result-text a:hover div svg path {
  stroke: #FFFFFF;
}
section.simulator-page div.simulator-recomandation {
  display: none;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  section.simulator-page div.simulator-recomandation {
    margin-bottom: 42px;
  }
}
section.simulator-page div.simulator-recomandation > div.row {
  gap: 42px;
  margin-bottom: 24px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
section.simulator-page div.simulator-recomandation > div.row > h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.simulator-recomandation > div.row > h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
  }
}
section.simulator-page div.simulator-recomandation > div.row div.arrow {
  gap: 24px;
  display: flex;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0 !important;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next::after {
  display: none;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next svg path, section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next svg g {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next:hover svg path {
  fill: #FFFFFF;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-next:hover svg g g#Retângulo_34 {
  fill: #FE5B17;
  stroke: #FE5B17;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0 !important;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev::after {
  display: none;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev svg path, section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev svg g {
  transition: all 0.3s cubic-bezier(0.19, 0.08, 0.32, 0.99);
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev:hover svg path {
  fill: #FFFFFF;
}
section.simulator-page div.simulator-recomandation > div.row div.arrow div.swiper-button-prev:hover svg g g#Retângulo_34 {
  fill: #FE5B17;
  stroke: #FE5B17;
}
section.simulator-page div.simulator-recomandation ul {
  margin-top: 30px;
}
section.simulator-page div.simulator-recomandation ul li {
  width: 100%;
}
section.simulator-page div.simulator-recomandation ul li > div {
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
section.simulator-page div.simulator-recomandation ul li > div h5 {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.simulator-recomandation ul li > div h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
section.simulator-page div.simulator-recomandation ul li > div h5 span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  section.simulator-page div.simulator-recomandation ul li > div h5 span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
  }
}
section.simulator-page div.simulator-recomandation ul li > div > p {
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  justify-content: center;
  margin-bottom: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.simulator-page div.simulator-recomandation ul li > div > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.simulator-page div.simulator-recomandation ul li > div > p span {
  font-family: "Montserrat", sans-serif;
  color: #211E15;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.simulator-page div.simulator-recomandation ul li > div > p span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
  }
}
section.simulator-page .result, section.simulator-page .simulator-recomandation {
  display: none;
}

section.find-page {
  margin-top: 24px !important;
}
section.find-page div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.find-page div.container {
    max-width: 1260px;
  }
}
section.find-page div.container h3 {
  font-family: "Montserrat", sans-serif;
  color: #FE5B17;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  section.find-page div.container h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 140%;
  }
}
section.find-page iframe {
  width: 100%;
  height: 100vh;
  margin: 0 30px 96px 30px;
  border-radius: 30px;
  max-width: calc(100vw - 60px);
}