* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

body {
  height: 100vh;
  margin: 0;
  background-color: #ffffff;
  padding-top: 80px;
  overflow-x: hidden;
}
body .container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  body .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1400px;
  }
}
body .container.main {
  overflow: hidden;
}
body .main-content {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media (max-width: 1200px) {
  body .main-content {
    gap: 120px;
  }
}
@media (max-width: 992px) {
  body .main-content {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  body .main-content {
    gap: 80px;
  }
}
@media (max-width: 576px) {
  body .main-content {
    gap: 48px;
    padding: 48px 0;
  }
}
body .main-content .content-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  body .main-content .content-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body .main-content .content-1 .section-2 {
  height: max-content;
  border-radius: 20px;
}
body .main-content .content-1 .section-2 picture img {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 2/2;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 8px rgba(35, 86, 118, 0.15));
}
body .main-content .content-1 .section-1 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
}
body .main-content .content-1 .section-1 .heading {
  color: rgb(44, 108, 147);
  font-size: 72px;
  font-weight: 700;
  line-height: 79.2px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (max-width: 992px) {
  body .main-content .content-1 .section-1 .heading {
    font-size: 56px;
    line-height: 58.2px;
  }
}
@media (max-width: 768px) {
  body .main-content .content-1 .section-1 .heading {
    font-size: 48px;
    line-height: 49.2px;
  }
}
@media (max-width: 576px) {
  body .main-content .content-1 .section-1 .heading {
    font-size: 36px;
    line-height: 39.2px;
  }
}
body .main-content .content-1 .section-1 .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  body .main-content .content-1 .section-1 .description {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  body .main-content .content-1 .section-1 {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  body .main-content .content-1 .section-1 {
    gap: 32px;
  }
}
@media (max-width: 576px) {
  body .main-content .content-1 .section-1 {
    gap: 24px;
  }
}
body .main-content .content-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
}
@media (max-width: 1200px) {
  body .main-content .content-2 {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  body .main-content .content-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}
body .main-content .content-2 .section-1 {
  height: max-content;
}
body .main-content .content-2 .section-1 picture img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(4px 4px 8px rgba(35, 86, 118, 0.15));
}
@media (max-width: 768px) {
  body .main-content .content-2 .section-1 picture img {
    max-height: 513.68px;
    height: 100%;
  }
}
body .main-content .content-2 .section-2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
}
body .main-content .content-2 .section-2 .heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
  text-align: left;
  color: rgb(98, 166, 208);
}
@media (max-width: 576px) {
  body .main-content .content-2 .section-2 .heading {
    font-size: 16px;
    line-height: 17.6px;
  }
}
body .main-content .content-2 .section-2 .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  body .main-content .content-2 .section-2 .description {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  body .main-content .content-2 .section-2 {
    gap: 32px;
  }
}
@media (max-width: 576px) {
  body .main-content .content-2 .section-2 {
    gap: 24px;
  }
}
body .main-content .content-3 {
  position: relative;
  height: 814px;
}
@media (max-width: 1400px) {
  body .main-content .content-3 {
    height: 696px;
  }
}
@media (max-width: 1200px) {
  body .main-content .content-3 {
    height: 590px;
  }
}
@media (max-width: 992px) {
  body .main-content .content-3 {
    height: 456px;
  }
}
@media (max-width: 768px) {
  body .main-content .content-3 {
    height: 361px;
  }
}
@media (max-width: 576px) {
  body .main-content .content-3 {
    height: 299px;
  }
}
@media (max-width: 420px) {
  body .main-content .content-3 {
    height: 224px;
  }
}
body .main-content .content-3 .img-1,
body .main-content .content-3 .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
body .main-content .content-3 .img-1 {
  opacity: 1;
}
body .main-content .content-3 .img-2 {
  opacity: 0;
}
body .main-content .content-3:hover .img-1 {
  opacity: 0;
}
body .main-content .content-3:hover .img-2 {
  opacity: 1;
}
body .main-content .content-3 picture img {
  border-radius: 20px;
  width: 100%;
}
body .main-content .pecan-mobile-carousel {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel {
    position: relative;
  }
}
body .main-content .pecan-mobile-carousel .crousels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}
@media (max-width: 992px) {
  body .main-content .pecan-mobile-carousel .crousels {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel .crousels {
    display: flex;
    gap: 0px;
    position: relative;
    left: -5%;
  }
}
body .main-content .pecan-mobile-carousel .crousels .slide {
  min-width: 80%;
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
body .main-content .pecan-mobile-carousel .crousels .slide:not(.active) {
  opacity: 0.5;
}
body .main-content .pecan-mobile-carousel .crousels .slide.active picture {
  width: 100%;
  height: 100%;
}
body .main-content .pecan-mobile-carousel .crousels .slide.active picture img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel .crousels .slide.active {
    min-width: 80%;
  }
  body .main-content .pecan-mobile-carousel .crousels .slide.active picture {
    width: 167px;
    height: 443px;
  }
  body .main-content .pecan-mobile-carousel .crousels .slide.active picture img {
    width: 167px;
    height: 443px;
  }
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel .crousels .slide.active {
    min-width: 50%;
  }
}
@media (max-width: 992px) {
  body .main-content .pecan-mobile-carousel .crousels .slide {
    min-width: 70%;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel .crousels .slide {
    min-width: unset;
    gap: 16px;
  }
}
body .main-content .pecan-mobile-carousel .crousels .slide picture img {
  width: 80%;
  height: 80%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel .crousels .slide picture {
    width: 125.26px;
    height: 308.78px;
  }
  body .main-content .pecan-mobile-carousel .crousels .slide picture img {
    width: 125.26px;
    height: 308.78px;
  }
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel {
    gap: 16px;
  }
}
body .main-content .pecan-mobile-carousel .arrows {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel .arrows {
    justify-content: center;
  }
}
body .main-content .pecan-mobile-carousel .arrows .arrow {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid rgb(236, 236, 237);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
@media (max-width: 768px) {
  body .main-content .pecan-mobile-carousel .arrows .arrow {
    width: 60px;
    height: 60px;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel .arrows .arrow {
    width: 48px;
    height: 48px;
  }
}
body .main-content .pecan-mobile-carousel .arrows .arrow picture {
  width: 23px;
  height: 22px;
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel .arrows .arrow picture img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 576px) {
  body .main-content .pecan-mobile-carousel .arrows .arrow picture {
    width: 16px;
    height: 16px;
  }
}

/*# sourceMappingURL=_pecan-mobile.css.map */
