section.header {
  width: 100%;
  height: 11.6875rem;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: ease-in-out 0.4s;
}
section.header.backgroundDark {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
}
section.header.active ul::after {
  opacity: 0;
  transform: translateY(-0.625rem);
}
section.header.active ul:nth-child(3)::after {
  opacity: 0;
  transform: translateY(-0.625rem);
}
section.header.active .hide {
  transition: ease-in-out 0.4s;
  opacity: 0;
  pointer-events: none;
}
section.header.active .humanaLogo img {
  transition: ease-in-out 0.4s;
  top: 5.525rem;
  width: 10rem;
}
section.header.black .navToggle {
  filter: grayscale(1) brightness(0.3);
}
section.header.black .social-icons-wrapper {
  display: none;
}
section.header.black nav ul li a {
  color: rgba(61, 61, 61, 0.7);
}
section.header.black ul {
  width: 36.1875rem;
  list-style: none;
  position: relative;
  transition: ease-in-out 0.4s;
}
section.header.black ul::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: -2.25rem;
  background: rgba(61, 61, 61, 0.5);
  transition: ease-in-out 0.4s;
}
section.header.black ul:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.header.black ul:nth-child(3)::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: -2.25rem;
  background: rgba(61, 61, 61, 0.5);
  transition: ease-in-out 0.4s;
}
section.header.black ul:nth-child(3) > li button img {
  filter: grayscale(1) brightness(0.3);
}
section.header.black-with-socials .navToggle {
  filter: grayscale(1) brightness(0.3);
}
section.header.black-with-socials .social-icons-wrapper img {
  filter: grayscale(1) brightness(0.3);
}
section.header.black-with-socials nav ul li a {
  color: rgba(61, 61, 61, 0.7);
}
section.header.black-with-socials nav ul li a::after {
  content: "";
  width: 0rem;
  height: 0.125rem;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #3d3d3d;
  transition: ease-in-out 0.4s;
  opacity: 0;
}
section.header.black-with-socials ul {
  width: 36.1875rem;
  list-style: none;
  position: relative;
  transition: ease-in-out 0.4s;
}
section.header.black-with-socials ul::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: -2.25rem;
  background: rgba(61, 61, 61, 0.5);
  transition: ease-in-out 0.4s;
}
section.header.black-with-socials ul:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.header.black-with-socials ul:nth-child(3)::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: -2.25rem;
  background: rgba(61, 61, 61, 0.5);
  transition: ease-in-out 0.4s;
}
section.header.black-with-socials ul:nth-child(3) > li button img {
  filter: grayscale(1) brightness(0.3);
}
section.header header {
  width: 100%;
  height: 11.6875rem;
}
section.header header nav {
  max-width: 120rem;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Archy_Bold";
  position: relative;
}
section.header header nav > .humanaLogo img {
  width: 16.5625rem;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  top: 7.525rem;
  cursor: pointer;
  transition: ease-in-out 0.4s;
}
section.header header nav ul {
  width: 36.1875rem;
  list-style: none;
  position: relative;
  transition: ease-in-out 0.4s;
}
section.header header nav ul::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: -2.25rem;
  background: rgba(255, 255, 255, 0.5);
  transition: ease-in-out 0.4s;
}
section.header header nav ul:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.header header nav ul:nth-child(3)::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: -2.25rem;
  background: rgba(255, 255, 255, 0.5);
  transition: ease-in-out 0.4s;
}
section.header header nav ul li {
  float: left;
  font-size: 1.75rem;
  transition: ease-in-out 0.4s;
}
section.header header nav ul li.nav-club {
  margin-right: 2.1875rem;
}
section.header header nav ul li a {
  color: #ffffff;
  margin-left: 1.8rem;
  position: relative;
}
section.header header nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
section.header header nav ul li a::after {
  content: "";
  width: 0rem;
  height: 0.125rem;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  transition: ease-in-out 0.4s;
  opacity: 0;
}
section.header header nav ul li a.socialLinks::after {
  content: none;
}
section.header header nav ul li a.black {
  color: rgba(61, 61, 61, 0.7);
}
section.header header nav ul li button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
section.header header nav ul li button:nth-child(1) img {
  width: 1.4375rem;
}
section.header header nav ul li button.navUser {
  margin-left: 2.5rem;
}
section.header header nav ul li .navUser img {
  width: 1.4375rem;
}
section.header header nav ul li .navUser::after {
  content: none;
}
section.header header nav ul > .social-icons-wrapper {
  margin-right: 2.475rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.4s;
}
section.header header nav ul > .social-icons-wrapper img {
  width: 2.0625rem;
}
section.footer footer {
  width: 100%;
  background-image: url("../../assets/images/home/footerBg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 15.375rem;
}
section.footer footer > .footer-intro {
  background-image: url("../../../assets/images/home/greenworld.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 45.9875rem;
  position: relative;
}
section.footer footer > .footer-intro > .footer-logo {
  width: 16.5625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
section.footer footer > .footer-top {
  width: 100%;
  height: 50.5rem;
  margin-top: 9.125rem;
}
section.footer footer > .footer-top > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul {
  list-style-type: none;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul.top-container {
  height: 36.8125rem;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul > .li-wrapper {
  margin-top: 3.125rem;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul > .li-wrapper li {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 4.0625rem;
  list-style-type: none;
  list-style: none;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul > .li-wrapper li > a {
  color: rgba(61, 61, 61, 0.7);
  transition: ease-in-out 0.2;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul > .li-wrapper li > a:hover {
  color: #002d74;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul li .worldWide {
  width: 31.25rem;
  margin-top: 4.6875rem;
  list-style-type: none;
  list-style: none;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul > a.footer-title {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.125rem;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul .footer-company-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul .footer-company-location p {
  font-family: "Archy_Bold";
  font-size: 1.675rem;
  color: rgba(61, 61, 61, 0.7);
}
section.footer footer > .footer-top > .wrapper > .footer-top-container ul .footer-company-location span {
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.675rem;
}
section.footer footer > .footer-bottom {
  width: 100%;
  height: 6.875rem;
  background: #002D74;
  position: relative;
}
section.footer footer > .footer-bottom > .wrapper {
  width: calc(100% - 7.875rem);
  height: 100%;
  margin: auto;
  font-size: 1.625rem;
  color: #ffffff;
  font-family: "Archy_Bold";
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.footer footer > .footer-bottom > .wrapper > P {
  position: absolute;
  left: 2.3125rem;
}
section.nav-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: ease 1s;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}
section.nav-popup.fade {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}
section.nav-popup > .nav-popup-modal {
  width: 80%;
  height: 100vh;
  background: #ffffff;
  overflow: auto;
  transition: ease 1s;
  transform: translateX(-100%);
}
section.nav-popup > .nav-popup-modal.opened {
  transform: translateX(0);
  transition: ease 1s;
  opacity: 1;
}
section.nav-popup > .nav-popup-modal > .popup-header {
  width: 90%;
  margin: auto;
}
section.nav-popup > .nav-popup-modal > .popup-header > ul {
  list-style-type: none;
}
section.nav-popup > .nav-popup-modal > .popup-header > ul > li {
  display: inline-block;
  padding: 1.875rem;
}
section.nav-popup > .nav-popup-modal > .popup-header > ul > li > a {
  font-family: "Archy_Bold";
  color: #3d3d3d;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
section.nav-popup > .nav-popup-modal > .popup-header > ul > li.close > img {
  width: 1.5875rem;
  cursor: pointer;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom {
  width: 80%;
  margin: auto;
  margin-top: 4.0625rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul {
  list-style-type: none;
  text-align: left;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul:nth-child(2) {
  margin-left: 18.75rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul > a.nav-title {
  color: #002D74;
  font-size: 2.75rem;
  line-height: 4.0625rem;
  font-family: "Archy_Bold";
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul > .wrapper {
  margin-top: 2.5rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul > .wrapper > li > a {
  font-size: 1.75rem;
  color: #002D74;
  font-family: "Archy_Bold";
  line-height: 4.0625rem;
  margin-left: 1.5625rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul > .wrapper > li > img {
  width: 1.3125rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom {
  margin-top: 3.625rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom .nav-title {
  color: #002D74;
  font-size: 2.75rem;
  line-height: 4.0625rem;
  font-family: "Archy_Bold";
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper {
  margin-top: 3.125rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > a.nav-title {
  color: #002D74;
  font-family: "Archy_Bold";
  font-size: 1.75rem;
  line-height: 4.0625rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > li {
  display: inline-block;
  margin-left: 0.9375rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > li > a {
  color: #3d3d3d;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 4.0625rem;
  margin-left: 0.9375rem;
}
section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > li > img {
  width: 0.875rem;
  margin-left: 0.9375rem;
}

@media screen and (max-width: 77.9375rem) {
  html {
    font-size: 0.55rem;
  }

  header nav {
    max-width: 75rem;
  }

  .popup-header li:not(.close) {
    display: none !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul > .wrapper {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul, .nav-container-bottom {
    width: 100%;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title, .nav-container-bottom > a.nav-title {
    margin-bottom: 1rem !important;
    position: relative;
    display: block;
    width: 100%;
    color: #a4a4a4 !important;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title:after, .nav-container-bottom > a.nav-title:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url("/assets/images/Down-small-gray.svg");
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    height: 1.875rem;
    width: 1.875rem;
    transition: 0.4s;
    transform-origin: center;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title:before, .nav-container-bottom > a.nav-title:before {
    content: "";
    position: absolute;
    height: 100%;
    background: url(../../assets/images/home/lightblue2.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: -0.875rem;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title.show, .nav-container-bottom > a.nav-title.show {
    color: #002d74 !important;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title.show:after, .nav-container-bottom > a.nav-title.show:after {
    transform: rotate(-180deg);
    background-image: url("/assets/images/Down-small.svg");
    top: 1rem;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul > a.nav-title.show:before, .nav-container-bottom > a.nav-title.show:before {
    opacity: 1;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul .wrapper, .nav-container-bottom .wrapper {
    display: none;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul .wrapper li, .nav-container-bottom .wrapper li {
    margin-bottom: 15px;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul .wrapper li a, .nav-container-bottom .wrapper li a {
    color: #474747 !important;
  }
  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top ul .wrapper li img, .nav-container-bottom .wrapper li img {
    width: 2.125rem;
    margin-right: 0.625rem;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > li > a {
    font-size: 1.775rem;
    font-weight: bold;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul > a.nav-title {
    font-size: 2.1rem !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom {
    margin-top: 0 !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom {
    height: 74vh !important;
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 999;
  display: none;
}
.modal.accepted {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .main-popup-container {
  max-width: 76rem;
  max-height: 90%;
  background: #fff;
  border-radius: 3.1875rem;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
  padding-bottom: 30px;
  overflow: auto;
}
.modal .main-popup-container .content-wrapper {
  width: 80%;
  margin: auto;
  margin-top: 4.375rem;
}
.modal .main-popup-container .content-wrapper > .warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal .main-popup-container .content-wrapper > .warning img {
  width: 1.5625rem;
}
.modal .main-popup-container .content-wrapper > .warning span {
  font-size: 0.875rem;
  font-family: "FiraGo_Medium";
  color: rgba(61, 61, 61, 0.8);
  margin-left: 0.5rem;
}
.modal .main-popup-container .content-wrapper > h1 {
  font-family: "Archy_Bold";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #002D74;
  margin-top: 1.8125rem;
}
.modal .main-popup-container .content-wrapper p, .modal .main-popup-container .content-wrapper h2 {
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.25rem;
  font-family: "FiraGo_Regular";
}
.modal .main-popup-container .content-wrapper h2 {
  margin-top: 1.6875rem;
  font-weight: 100;
}
.modal .main-popup-container .content-wrapper ul {
  margin-top: 1.75rem;
  list-style: none;
}
.modal .main-popup-container .content-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
}
.modal .main-popup-container .content-wrapper ul li img {
  width: 1.125rem;
}
.modal .main-popup-container .content-wrapper ul li p {
  margin-left: 1.5625rem;
}
.modal .main-popup-container .content-wrapper .text-wrapper {
  margin-top: 2.625rem;
  max-height: 26.4375rem;
  overflow-y: auto;
}
.modal .main-popup-container .content-wrapper .text-wrapper::-webkit-scrollbar {
  display: none;
}
.modal .main-popup-container .content-wrapper .text-wrapper > p {
  line-height: 2.625rem;
}
.modal .main-popup-container .content-wrapper .action-wrapper {
  margin-top: 2.3125rem;
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox #popupCheck {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox img {
  width: 1.875rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 1.25rem;
  background-position: center;
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox img.checked {
  background-image: url("/assets/images/products/checkmark.png");
}
.modal .main-popup-container .content-wrapper .action-wrapper .custom-checkbox h4 {
  margin-left: 1.25rem;
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.25rem;
  font-family: "FiraGo_Regular";
  font-weight: 100;
}
.modal .main-popup-container .content-wrapper .action-wrapper > button {
  width: 100%;
  height: 4.625rem;
  margin-top: 1.9375rem;
  outline: none;
  border: 0.125rem solid #002D74;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
}
.modal .main-popup-container .content-wrapper .action-wrapper > button:hover > .btn-circle {
  animation: btnAni 1s forwards steps(300);
}
.modal .main-popup-container .content-wrapper .action-wrapper > button:hover > span {
  color: #FFFFFF;
}
.modal .main-popup-container .content-wrapper .action-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #002D74;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 999;
}
@keyframes btnAni {
  from {
    padding: 0;
  }
  to {
    padding: 44rem;
  }
}
.modal .main-popup-container .content-wrapper .action-wrapper > button > span {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 1.625rem;
  z-index: 9999;
  position: relative;
  transition: ease-in-out 0.6s;
}

@font-face {
  font-family: "Archy_Bold";
  src: url("/assets/fonts/archyedt-bold.otf");
}
@font-face {
  font-family: "FiraGo_Light";
  src: url("/assets/fonts/firaGo/FiraGO-Light.ttf");
}
@font-face {
  font-family: "FiraGo_Regular";
  src: url("/assets/fonts/firaGo/FiraGO-Regular.ttf");
}
@font-face {
  font-family: "FiraGo_Book";
  src: url("/assets/fonts/firaGo/FiraGO-Book.ttf");
}
@font-face {
  font-family: "FiraGo_Medium";
  src: url("/assets/fonts/firaGo/FiraGO-Medium.ttf");
}
body main section.aboutHumana.wrap {
  margin-top: 23.625rem;
}
body main section.products-intro-slider {
  width: 100%;
  background-image: url("../../../assets/images/products/MyPackFond.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.products-intro-slider .swiper-container {
  height: 100vh;
  background-image: url("../../../assets/images/products/cloud1.png"), url("../../../assets/images/products/MyPackFond.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-intro-slider .swiper-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-intro-slider .swiper-container .swiper-pagination-bullets {
  bottom: 3.75rem;
  height: 6.25rem;
}
body main section.products-intro-slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(0, 45, 116, 0.1);
  width: 1.0625rem;
  height: 1.0625rem;
  position: relative;
  margin-left: 2.8125rem;
}
body main section.products-intro-slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  border: 0.0625rem solid rgba(0, 45, 116, 0.5);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main section.products-intro-slider .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
body main section.products-intro-slider .swiper-container .swiper-slide > img {
  width: 30.625rem;
}
body main section.products-intro-slider .swiper-container .swiper-slide > h2 {
  color: #002D74;
  font-family: "Archy_Bold";
  line-height: 2.375rem;
  font-size: 2.5vw;
  margin-top: 3.125rem;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translate(-50%);
}
body main section.products-intro-slider .swiper-container .swiper-slide > h2 > img {
  width: 1.5vw;
  margin-left: 1.625rem;
}
body main section.productsPage {
  width: 100%;
  margin-top: 12.5rem;
  position: relative;
}
body main section.productsPage #filterTags {
  flex-wrap: wrap;
}
body main section.productsPage #filterTags .productPage-filterTags {
  margin-bottom: 0.3rem;
}
body main section.productsPage > .wrapper {
  max-width: 120rem;
  margin: auto;
}
body main section.productsPage > .wrapper > .productsPage-head {
  max-width: 101.875rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.productsPage > .wrapper > .productsPage-head > .head-text h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 2.375rem;
  display: inline-block;
}
body main section.productsPage > .wrapper > .productsPage-head > img {
  width: 16rem;
  margin-left: 16.3125rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom {
  max-width: 101.875rem;
  min-height: 300vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.875rem 0rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category {
  max-width: 27.375rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  top: 6.575rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category .close-filter-mobile {
  display: none;
  position: absolute;
  top: 1.3125rem;
  right: 1.9375rem;
  outline: none;
  border: none;
  background: transparent;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category .close-filter-mobile > img {
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category .close-filter-mobile {
    display: block !important;
  }
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .category-button {
  max-width: 27.375rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../../assets/images/products/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .category-button > button {
  width: 22rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .category-button > button > span {
  color: #002D74;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .category-button > button > img {
  width: 1.5rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator {
  margin-top: 1rem;
  width: 100%;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator p {
  color: rgba(61, 61, 61, 0.5);
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator input {
  -webkit-appearance: none;
  background-color: #C8D4E9;
  width: 100%;
  height: 0.6rem;
  outline: none;
  border-radius: 2rem;
  transition: opacity 0.2s;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  margin-bottom: 1.4rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator input:hover {
  opacity: 1;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator input::-webkit-slider-thumb {
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #99C5E5;
  cursor: pointer;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li {
  list-style-type: none;
  margin-top: 1.5625rem;
  display: flex;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li > label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li > label > .check {
  position: absolute;
  opacity: 0;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li > label .checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #bdd7e9;
  cursor: pointer;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li > label span {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
  margin-left: 0.9375rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > ul li > label span:nth-child(3) {
  color: rgba(61, 61, 61, 0.3);
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .subCategory {
  margin-top: 3.875rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .subCategory > span {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #3d3d3d;
  cursor: pointer;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .subCategory1 {
  display: none;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .statement {
  margin-top: 1.875rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .statement > span {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #3d3d3d;
  cursor: pointer;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .clear-filter {
  margin-top: 5rem;
  font-size: 1.375rem;
  font-family: "FiraGO-Regular";
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
  outline: none;
  border: none;
  background: transparent;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products {
  width: 70%;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products #filterTags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products .productPage-filterTags {
  background-color: #f3f3f3;
  padding: 0.9375rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  cursor: pointer;
  margin-right: 0.9375rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products .productPage-filterTags p {
  font-family: "Archy_Bold";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.0187rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products .productPage-filterTags img {
  width: 1.0625rem;
  margin-left: 1.875rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.875rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .head > h1 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .head > span {
  margin-left: 1.5625rem;
  background: #b12c8b;
  color: #ffffff;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  border-radius: 100%;
  width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content {
  padding: 1.875rem;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 7.25rem 3.75rem;
  align-items: flex-start;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content::-webkit-scrollbar {
  display: none;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container {
  width: 20rem;
  cursor: pointer;
  position: relative;
  opacity: 0;
  transform: translateY(40%);
  animation: an 1.2s linear;
  animation-fill-mode: both;
}
@keyframes an {
  from {
    opacity: 0;
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(2) {
  transition-delay: 80ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(3) {
  transition-delay: 120ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(4) {
  transition-delay: 160ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(5) {
  transition-delay: 200ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(6) {
  transition-delay: 240ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(7) {
  transition-delay: 280ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(8) {
  transition-delay: 320ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(9) {
  transition-delay: 360ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(10) {
  transition-delay: 400ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(11) {
  transition-delay: 440ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(12) {
  transition-delay: 480ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(13) {
  transition-delay: 520ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(14) {
  transition-delay: 560ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(15) {
  transition-delay: 600ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(16) {
  transition-delay: 640ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(17) {
  transition-delay: 680ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(18) {
  transition-delay: 720ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(19) {
  transition-delay: 760ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(20) {
  transition-delay: 800ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(21) {
  transition-delay: 840ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(22) {
  transition-delay: 880ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(23) {
  transition-delay: 920ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(24) {
  transition-delay: 960ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(25) {
  transition-delay: 1000ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(26) {
  transition-delay: 1040ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(27) {
  transition-delay: 1080ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(28) {
  transition-delay: 1120ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(29) {
  transition-delay: 1160ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(30) {
  transition-delay: 1200ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(31) {
  transition-delay: 1240ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(32) {
  transition-delay: 1280ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(33) {
  transition-delay: 1320ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(34) {
  transition-delay: 1360ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(35) {
  transition-delay: 1400ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(36) {
  transition-delay: 1440ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(37) {
  transition-delay: 1480ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(38) {
  transition-delay: 1520ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(39) {
  transition-delay: 1560ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:nth-child(40) {
  transition-delay: 1600ms;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container:hover .bottom-text-content .title-wrapper .line-overlay {
  width: 0;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .img-holder {
  width: 100%;
  height: 20rem;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
  position: relative;
  border-radius: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .img-holder .product {
  width: 8.4375rem;
  max-height: 80%;
  object-fit: contain;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .img-holder .sub {
  width: 2.4375rem;
  position: absolute;
  right: 1.4375rem;
  top: 1.3125rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .bottom-text-content {
  position: relative;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .bottom-text-content .title-wrapper > h1 {
  font-family: "Archy_Bold";
  color: #002d74;
  font-size: 2.375rem;
  margin-top: 3.125rem;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .bottom-text-content .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .bottom-text-content .title-wrapper .line-overlay {
  width: 100%;
  height: 0.5125rem;
  background: #ffffff;
  z-index: 2;
  right: 0;
  position: absolute;
  transition: ease-in-out 0.6s;
}
body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-products > .productPage-products-content .products-content-container > .bottom-text-content > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 1.875rem;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 7.8rem;
}
body main section.product-foryou {
  width: 100%;
  margin-top: 19.25rem;
  position: relative;
  display: none !important;
}
body main section.product-foryou > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.product-foryou > .wrapper > .text-container {
  width: 32.5625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.product-foryou > .wrapper > .text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.product-foryou > .wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.375rem;
  color: #002D74;
  line-height: 4.1875rem;
}
body main section.product-foryou > .wrapper > .text-container > p {
  font-family: "FiraGo_Book";
  color: #3d3d3d;
  font-size: 1.375rem;
  line-height: 2.375rem;
  margin-top: 3.125rem;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a:hover {
  color: #3d3d3d;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a > img {
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.product-foryou > .wrapper > .img-container {
  position: absolute;
  right: 0;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.product-foryou > .wrapper > .img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.product-foryou > .wrapper > .img-container > img {
  width: 68.3125rem;
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}
body main section.products-last-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.products-last-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002d74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 37.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 24.5625rem;
}
body main section.products-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.products-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62.5rem;
  text-align: center;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.325rem;
  right: -1rem;
  width: 39.9375rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 2.1875rem;
  width: 33.25rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #ffffff;
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.adviceFor {
  width: 100%;
  position: relative;
  margin-top: 25.625rem;
}
body main section.adviceFor > .wrapper {
  width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.adviceFor > .wrapper .img-container {
  position: unset;
}
body main section.adviceFor > .wrapper > .text-container {
  width: 45.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.adviceFor > .wrapper > .text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.adviceFor > .wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
}
body main section.adviceFor > .wrapper > .text-container > p {
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  font-family: "FiraGo_Regular";
  margin-top: 3.125rem;
}
body main section.adviceFor > .wrapper > .text-container > button {
  margin-top: 2.1875rem;
  width: 15rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.adviceFor > .wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.adviceFor > .wrapper > .text-container > button:hover > a {
  color: #ffffff;
}
body main section.adviceFor > .wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.adviceFor > .wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.adviceFor > .wrapper > .img-container {
  width: 58.3125rem;
  padding: 1.875rem;
  background-color: #fcf1ef;
  border-radius: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.adviceFor > .wrapper > .img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.adviceFor > .wrapper > .img-container > .img-content {
  margin-top: 1.5625rem;
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: #3d3d3d;
}
body main section.adviceFor > .wrapper > .img-container > .img-content > img {
  margin-top: 1.5625rem;
  width: 49.625rem;
  border-radius: 1.5625rem;
}
body main section.product-foryou {
  width: 100%;
  margin-top: 40.25rem;
  position: relative;
}
body main section.product-foryou > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.product-foryou > .wrapper > .text-container {
  width: 32.5625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.product-foryou > .wrapper > .text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.product-foryou > .wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.375rem;
  color: #002D74;
  line-height: 4.1875rem;
}
body main section.product-foryou > .wrapper > .text-container > p {
  font-family: "FiraGo_Book";
  color: #3d3d3d;
  font-size: 1.375rem;
  line-height: 2.375rem;
  margin-top: 3.125rem;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a:hover {
  color: #3d3d3d;
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.product-foryou > .wrapper > .text-container > .guide-text-btn-wrapper > a > img {
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.product-foryou > .wrapper > .img-container {
  position: absolute;
  right: 0;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.product-foryou > .wrapper > .img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.product-foryou > .wrapper > .img-container > img {
  width: 68.3125rem;
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}
body main section.products-last-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.products-last-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002d74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}

@media only screen and (max-width: 425px) {
  body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator {
    margin: 1.5rem auto 0;
    width: 80%;
  }

  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .clear-filter {
    margin-bottom: 2rem;
  }
}
body main section.selected-product {
  width: 100%;
  position: relative;
  background-image: url("../../../assets/images/products/selectedProd/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top -5rem left;
}
body main section.selected-product > .wrapper {
  max-width: 87.5rem;
  height: 100vh;
  margin: auto;
  margin-top: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body main section.selected-product > .wrapper > .product-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.selected-product > .wrapper > .product-content.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.selected-product > .wrapper > .product-content .selected-img {
  width: 36.8125rem;
  height: 41.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .img-container {
  position: relative;
  text-align: center;
  z-index: 1;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .img-container img {
  width: 27rem;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .img-container img.bg {
  width: 36.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .prod-btn {
  max-width: 34.875rem;
  height: 5.7875rem;
  background-image: url("../../../assets/images/products/selectedProd/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .prod-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.selected-product > .wrapper > .product-content .selected-img > .prod-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.selected-product > .wrapper > .product-content .selected-img > .prod-btn > button > a {
  color: #3d3d3d;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.selected-product > .wrapper > .product-content .selected-img > .prod-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 3.25rem;
}
body main section.selected-product > .wrapper > .product-content > .selected-details {
  max-width: 37.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > p {
  font-size: 1.375rem;
  line-height: 2.625rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
}
body main section.selected-product > .wrapper > .product-content > .selected-details > ul {
  margin-top: 1.875rem;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > ul li > span {
  font-size: 1.375rem;
  line-height: 2.625rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  margin-left: 1.25rem;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > ul li > .dot {
  width: 1.125rem;
  height: 1.125rem;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > h3 {
  margin-top: 2.3125rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "Archy_Bold";
}
body main section.selected-product > .wrapper > .product-content > .selected-details > .prod-btn2 {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.5625rem;
  background-image: url("../../../assets/images/products/selectedProd/blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > .prod-btn2 > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.selected-product > .wrapper > .product-content > .selected-details > .prod-btn2 > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.selected-product > .wrapper > .product-content > .selected-details > .prod-btn2 > button > a {
  color: #3d3d3d;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.selected-product > .wrapper > .product-content > .selected-details > .prod-btn2 > button > img {
  width: 1.125rem;
  position: relative;
  left: 3.25rem;
}
body main section.section-1 {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  max-width: 120rem;
  margin: auto;
  margin-top: 22.5rem;
}
body main section.section-1 .slider-wrapper {
  overflow: hidden;
  width: 100%;
}
body main section.section-1 .slider-wrapper .swiper-slide {
  max-width: 35rem;
  margin-left: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.section-1 .slider-wrapper .swiper-slide.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.section-1 .slider-wrapper .swiper-slide:nth-child(odd) {
  padding-top: 6rem;
}
body main section.section-1 .slider-wrapper .swiper-slide img {
  width: 35rem;
}
body main section.section-1 .slider-wrapper .swiper-slide h4 {
  margin-top: 5.375rem;
  font-family: "Archy_Bold";
  font-size: 2.5rem;
  color: #002D74;
  line-height: 3.125rem;
}
body main section.section-1 .slider-wrapper .swiper-slide p {
  margin-top: 2rem;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.section-1 .wrapper {
  max-width: 120rem;
  margin: 0 auto;
}
body main section.section-1 .wrapper .text-wrapper {
  width: 42.4375rem;
  margin: auto;
  padding: 0 1.875rem;
}
body main section.section-1 .wrapper .text-wrapper > ul {
  margin-top: 1.875rem;
}
body main section.section-1 .wrapper .text-wrapper > ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
body main section.section-1 .wrapper .text-wrapper > ul li > span {
  font-size: 1.375rem;
  line-height: 2.625rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  margin-left: 1.25rem;
}
body main section.section-1 .wrapper .text-wrapper > ul li > .dot {
  margin-top: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
body main section.section-1 .wrapper .text-wrapper h2 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
}
body main section.section-1 .wrapper .text-wrapper p {
  margin-top: 3.25rem;
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
}
body main section.section-2 {
  width: 100%;
  margin-top: 22.5rem;
  margin-bottom: 20rem;
}
body main section.section-2 .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  justify-content: center;
}
body main section.section-2 .wrapper ul.items {
  display: grid;
  grid-template-areas: "first  third second" "fourth third fifth";
  list-style-type: none;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.section-2 .wrapper ul.items.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.section-2 .wrapper ul.items li:not(:nth-child(3)) {
  max-width: 28.875rem;
  margin-bottom: 11rem;
}
body main section.section-2 .wrapper ul.items li:nth-child(1) {
  grid-area: first;
}
body main section.section-2 .wrapper ul.items li:nth-child(2) {
  grid-area: second;
}
body main section.section-2 .wrapper ul.items li:nth-child(3) {
  grid-area: third;
  padding: 4.375rem;
}
body main section.section-2 .wrapper ul.items li:nth-child(4) {
  grid-area: fourth;
  padding-left: 6.5625rem;
  margin-bottom: 0;
}
body main section.section-2 .wrapper ul.items li:nth-child(4) > p {
  width: 26.75rem;
}
body main section.section-2 .wrapper ul.items li:nth-child(5) {
  grid-area: fifth;
  margin-bottom: 0;
}
body main section.section-2 .wrapper ul.items h3 {
  font-family: "Archy_Bold";
  font-size: 2.5rem;
  color: #002D74;
  list-style: 3.125rem;
}
body main section.section-2 .wrapper ul.items p {
  margin-top: 1.9375rem;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.section-2 .wrapper ul.items img {
  width: 39.375rem;
}

body main section.parents-guide-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.parents-guide-intro > .guide-intro-content {
  width: 100%;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container {
  max-width: 35rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  display: inline-block;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > h1:nth-child(2) {
  position: relative;
  margin-left: 0.3125rem;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > h1:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.325rem;
  width: 14.525rem;
  height: 4.1875rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  background-repeat: no-repeat;
  background-size: 90%;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.8);
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper > a {
  width: 22.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper > a > .btn-circle {
  display: none;
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-text-container > .guide-text-btn-wrapper > a > img {
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/parents_guide/parents_guidebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.forParents-guide {
  width: 100%;
  position: relative;
  margin-top: 25rem;
}
body main section.forParents-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.forParents-guide > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top .img-wrap > img {
  width: 18.125rem;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top > img.sun {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top > .forParents-guide-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top > .forParents-guide-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top > .forParents-guide-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents-guide > .wrapper > .forParents-guide-top > .forParents-guide-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers .lightblue {
  width: 7.25rem;
  position: absolute;
  bottom: -1.75rem;
  right: -2.5rem;
  z-index: -1;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers:nth-child(2) {
  margin-top: -10.8125rem;
  transition-delay: 0.2s;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers:nth-child(4) {
  margin-top: -27.3125rem;
  transition-delay: 0.4s;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers > button {
  border: none;
  background: transparent;
  margin-top: 3.125rem;
}
body main section.forParents-guide > .wrapper > .forParents-guide-bottom > .forParents-guide-bottom-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.parents-guide-baby-info {
  width: 100%;
  position: relative;
  padding-top: 19.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.parents-guide-baby-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title {
  width: 30.3125rem;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  display: inline-block;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  width: 10rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > button {
  margin-top: 4.125rem;
  width: 26.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-info-top-content > .parents-guide-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers:hover button a {
  color: #002D74;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers > img {
  width: 15.5625rem;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.parents-guide-baby-info > .wrapper > .parents-guide-top-left-container > .parents-guide-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.parentsGuide-bottom-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > img {
  width: 71.4375rem;
  width: 100%;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button {
  width: 15.125rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  align-self: flex-end;
  margin-right: 7.5rem;
  margin-top: 7.1875rem;
  overflow: hidden;
  position: relative;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button:hover > a {
  color: #FFFFFF;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../assets/images/home/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 5.625rem;
}
body main section.parents-last-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.parents-last-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .bgComp.cloud1 {
  left: -1.25rem;
  top: -7.1875rem;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .bgComp.cloud2 {
  left: 10.5rem;
  top: -9.625rem;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 37.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper > button {
  width: 25.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}

body main section.forMothers-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.forMothers-intro > .forMothers-content {
  width: 100%;
}
body main section.forMothers-intro > .forMothers-content > .wrapper {
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container {
  max-width: 35rem;
  max-height: 36.8125rem;
  margin-bottom: 5rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  display: inline-block;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > h1:nth-child(2) {
  position: relative;
  margin-left: 0.3125rem;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > h1:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.325rem;
  width: 9.8125rem;
  height: 4.1875rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a {
  width: 18.75rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a.active {
  transform: translateY(0rem);
  opacity: 1;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  filter: grayscale(1) brightness(0.5);
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-text-container > .forMothers-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/for_mothers/forMothersBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.mothers-info {
  width: 100%;
  position: relative;
  margin-top: 13.0625rem;
  padding-top: 7rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.mothers-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > .top-text-title span:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > .top-text-title span:nth-child(4) {
  transition-delay: 0.9s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 30rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-content > .mothersInfo-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers {
  max-width: 15.8125rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers:hover .title-wrapper .line-overlay {
  width: 0;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers:hover button a {
  color: #002D74;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > img {
  width: 15.5625rem;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > .title-wrapper > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > .title-wrapper .line-overlay {
  width: 100%;
  height: 0.5125rem;
  background: #FFFFFF;
  z-index: 2;
  right: 0;
  position: absolute;
  transition: ease-in-out 0.6s;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.mothers-info > .wrapper > .mothersInfo-top-left-container > .mothersInfo-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
}
body main section.mothers-guide-baby-info {
  width: 100%;
  position: relative;
  margin-top: 20.1875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.mothers-guide-baby-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title {
  width: 30.3125rem;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  display: inline-block;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  width: 10rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > button {
  margin-top: 4.125rem;
  width: 26.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-info-top-content > .mothers-guide-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers:hover > .title-wrapper .line-overlay {
  width: 0;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers:hover button a {
  color: #002D74;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > img {
  width: 15.5625rem;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > .title-wrapper > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > .title-wrapper .line-overlay {
  width: 100%;
  height: 0.5125rem;
  background: #FFFFFF;
  z-index: 2;
  right: 0;
  position: absolute;
  transition: ease-in-out 0.6s;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.mothers-guide-baby-info > .wrapper > .mothers-guide-top-left-container > .mothers-guide-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.forMothers-guide-baby-info {
  width: 100%;
  position: relative;
  padding-top: 19.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.forMothers-guide-baby-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title {
  width: 30.3125rem;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  display: inline-block;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  width: 10rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > button {
  margin-top: 4.125rem;
  width: 26.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-info-top-content > .forMothers-guide-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers:hover button a {
  color: #002D74;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers > img {
  width: 15.5625rem;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.mothers-guide-middle {
  max-width: 100%;
  position: relative;
  margin-top: 12.25rem;
  background-image: url("../../../assets/images/for_mothers/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
body main section.mothers-guide-middle > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img .img-wrapper {
  position: relative;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img .img-wrapper > img {
  width: 71.4375rem;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img .img-wrapper > img.blueImgbg {
  width: 19.6706rem;
  position: absolute;
  top: -4.375rem;
  right: -5rem;
  z-index: -1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button {
  width: 15.125rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  align-self: flex-end;
  margin-right: 7.5rem;
  margin-top: 7.1875rem;
  overflow: hidden;
  position: relative;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button:hover > a {
  color: #FFFFFF;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../assets/images/home/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 2.625rem;
}
body main section.mothers-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.mothers-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
  margin: 0 auto;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute;
  left: 12rem;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62.5rem;
  text-align: center;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.mothers-sub-text > .wrapper > .content-wrapper > .text-container > p.para2 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Book";
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-top: 2.5rem;
}
body main section.mothers-info2 {
  width: 100%;
  position: relative;
  margin-top: 24rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.mothers-info2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > .top-text-title span:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > .top-text-title span:nth-child(4) {
  transition-delay: 0.9s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers:hover button a {
  color: #002D74;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers:hover .title-wrapper .line-overlay {
  width: 0;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > img {
  width: 15.5625rem;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > .title-wrapper > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > .title-wrapper .line-overlay {
  width: 100%;
  height: 0.5125rem;
  background: #FFFFFF;
  z-index: 2;
  right: 0;
  position: absolute;
  transition: ease-in-out 0.6s;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container > .mothersInfo2-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
}

body main section.aboutUs-intro {
  width: 100%;
  height: 100vh;
}
body main section.aboutUs-intro > .aboutUs-intro-content {
  width: 100%;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-intro > .aboutUs-intro-content.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/about_us/aboutUsBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container {
  max-width: 35rem;
  margin-top: 16.875rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > h1:nth-child(2) {
  transition-delay: 0.9s;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > h1:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: #3D3D3D;
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  filter: grayscale(1) brightness(0.5);
}
body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container > .aboutUs-intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.aboutUs-baby-info {
  width: 100%;
  position: relative;
  margin-top: 20.1875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.aboutUs-baby-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title {
  width: 30.3125rem;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  display: inline-block;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  width: 10rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > button {
  margin-top: 2.125rem;
  width: 26.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-info-top-content > .aboutUs-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers:hover button a {
  color: #002D74;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers > img {
  width: 15.5625rem;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.aboutUs-baby-info > .wrapper > .aboutUs-top-left-container > .aboutUs-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.aboutUs-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.aboutUs-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute !important;
  left: 12rem !important;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62.5rem;
  text-align: center;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: -0.8125rem;
  width: 17.9375rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -0.3125rem;
  width: 17.9375rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 4.3125rem;
  width: 18.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutHumana {
  width: 100%;
  position: relative;
  margin-top: 15.625rem;
}
body main section.aboutHumana > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers {
  width: 23.8125rem;
  margin-left: 8.75rem;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers:first-child {
  margin: 0;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers > img {
  width: 11.5625rem;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers > h1 {
  font-family: "Archy_Bold";
  font-size: 2.25rem;
  color: #002D74;
  margin-top: 3.125rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers > p {
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 1.875rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1.3s;
  opacity: 0;
}
body main section.aboutHumana > .wrapper > .aboutHumana-containers > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
  background-image: url("../../../assets/images/about_us/seqbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.abouUs-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  margin-top: 21.4375rem;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .bgComp.cloud1 {
  left: -1.25rem;
  top: -7.1875rem;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .bgComp.cloud2 {
  left: 10.5rem;
  top: -9.625rem;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 37.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper > button {
  width: 18.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content > .abouUs-guide-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-baby-info {
  width: 100%;
  position: relative;
  margin-top: 20.1875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.aboutUs2-baby-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title {
  width: 30.3125rem;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  width: 105%;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 26.875rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > button {
  margin-top: 3.125rem;
  width: 13.25rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers:hover button a {
  color: #002D74;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers > img {
  width: 15.5625rem;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-top-left-container > .aboutUs2-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.abouUs2-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.abouUs2-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .bgComp.cloud1 {
  right: -1.25rem;
  top: -7.1875rem;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .bgComp.cloud2 {
  right: 10.5rem;
  top: -9.625rem;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 38.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper > button {
  width: 25.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content > .abouUs2-guide-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}

body main section.stories-intro {
  width: 100%;
  height: 100vh;
  background-image: url("../../../assets/images/stories/storiesBg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.stories-intro > .stories-content > .wrapper {
  max-width: 120rem;
  margin: auto;
}
body main section.stories-intro > .stories-content > .wrapper > .stories-text-container {
  max-width: 48.8125rem;
  margin-bottom: 9.375rem;
  margin-left: 9.375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.stories-intro > .stories-content > .wrapper > .stories-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.stories-intro > .stories-content > .wrapper > .stories-text-container > h1 {
  font-family: "Archy_Bold";
  color: #FFFFFF;
  font-size: 3.375rem;
}
body main section.stories-intro > .stories-content > .wrapper > .stories-text-container > p {
  font-family: "FiraGo_Regular";
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.stories-sub-text {
  width: 100%;
  position: relative;
}
body main section.stories-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.stories-sub-text > .wrapper > .text-container {
  max-width: 37rem;
}
body main section.stories-sub-text > .wrapper > .text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.5rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.stories-sub-text > .wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}

body main section.forBabies-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.forBabies-intro > .forBabies-intro-content {
  width: 100%;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper {
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/forBabies/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container {
  max-width: 35rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  line-height: 4.1875rem;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: #3D3D3D;
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a.active {
  transform: translateY(0rem);
  opacity: 1;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-intro-text-container > .forBabies-intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.forBabies-info {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.forBabies-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.forBabies-info > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > img:nth-child(2) {
  width: 18.125rem;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > img:nth-child(3) {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > .forBabies-info-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > .forBabies-info-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > .forBabies-info-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info > .wrapper > .forBabies-info-top > .forBabies-info-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers:nth-child(2) {
  margin-top: -10.8125rem;
  transition-delay: 0.2s;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers:nth-child(4) {
  margin-top: -27.3125rem;
  transition-delay: 0.4s;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > .text-wrapper {
  max-width: 18.125rem;
  margin-top: 3.125rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > .text-wrapper > h1 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #002D74;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > .text-wrapper > p {
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 1.875rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > button {
  border: none;
  background: transparent;
  margin-top: 3.125rem;
}
body main section.forBabies-info > .wrapper > .forBabies-info-bottom > .forBabies-info-bottom-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.forBabies-info2 {
  width: 100%;
  height: 55rem;
  position: relative;
  margin-top: 20.1875rem;
  background-image: url("../../../assets/images/forBabies/contentImg/MyPackFond.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.forBabies-info2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title {
  width: 35.125rem;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  display: inline-block;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title span:first-child {
  position: relative;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title span:first-child::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/parents_guide/lightblue.png");
  width: 10rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > button {
  margin-top: 4.125rem;
  width: 38.3125rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-content > .forBabies-info2-top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers:hover button a {
  color: #002D74;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers > img {
  width: 15.5625rem;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.forBabies-info2 > .wrapper > .forBabies-info2-top-left-container > .forBabies-info2-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.forBabies-guide {
  max-width: 100%;
  position: relative;
  margin-top: 3.125rem;
}
body main section.forBabies-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .bgComp.cloud1 {
  right: -1.25rem;
  top: -7.1875rem;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .bgComp.cloud2 {
  right: 10.5rem;
  top: -9.625rem;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 38.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper > button {
  width: 25.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.forBabies-guide-last {
  max-width: 100%;
  position: relative;
  margin-top: 12.25rem;
  background-image: url("../../../assets/images/forBabies/gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
body main section.forBabies-guide-last > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img .img-wrapper {
  position: relative;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img .img-wrapper > img {
  width: 71.4375rem;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img .img-wrapper > img.blueImgbg {
  width: 19.6706rem;
  position: absolute;
  top: -4.375rem;
  right: -5rem;
  z-index: -1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img > button {
  width: 15.125rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  align-self: flex-end;
  margin-right: 7.5rem;
  margin-top: 7.1875rem;
  overflow: hidden;
  position: relative;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img > button:hover > a {
  color: #FFFFFF;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-img > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > h3:nth-child(1) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: -1.5625rem;
  width: 16rem;
  height: 3.375rem;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../../assets/images/forBabies/contentImg/yellowbtn.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.forBabies-guide-last > .wrapper > .forBabies-guide-last-content > .forBabies-guide-last-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 2.625rem;
}

body main section.aboutUs2-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content {
  width: 100%;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/about_us2/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container {
  max-width: 35rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > h1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 14rem;
  height: 4.1875rem;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: #3D3D3D;
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a.active {
  transform: translateY(0rem);
  opacity: 1;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a > img {
  width: 1.125rem;
  position: absolute;
  right: 6.25rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-intro-text-container > .aboutUs2-intro-text-btn-wrapper > a:nth-child(3) {
  margin-top: 1.5625rem;
}
body main section.aboutUs2-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.aboutUs2-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute;
  left: 12rem;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62.5rem;
  text-align: center;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -1.5rem;
  width: 110%;
  height: 110%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 4.3125rem;
  width: 14.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-guide-middle {
  max-width: 100%;
  position: relative;
  margin-top: 12.25rem;
  background-size: cover;
}
body main section.aboutUs2-guide-middle > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content {
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper {
  position: relative;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper > img {
  width: 71.4375rem;
  margin-left: -13.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper > img.blueImgbg {
  width: 19.6706rem;
  position: absolute;
  top: -6.375rem;
  right: -6rem;
  z-index: -1;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text > h3:nth-child(1) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.2687rem;
  left: -1.625rem;
  width: 80%;
  height: 100%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 86%;
  z-index: -1;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide2 {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
  background-image: url("../../../assets/images/about_us2/seqBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.aboutUs2-guide2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .bgComp.cloud1 {
  right: -1.25rem;
  top: -7.1875rem;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .bgComp.cloud2 {
  right: 10.5rem;
  top: -9.625rem;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text p:nth-child(2) {
  margin-top: 1.875rem;
  transition-delay: 0.5s;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper > button {
  width: 12.125rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-guide3 {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.aboutUs2-guide3 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  margin-top: 21.4375rem;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .bgComp.cloud1 {
  left: -1.25rem;
  top: -7.1875rem;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .bgComp.cloud2 {
  left: 10.5rem;
  top: -9.625rem;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text p:nth-child(2) {
  margin-top: 1.875rem;
  transition-delay: 0.5s;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper > button {
  width: 18rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-guide4 {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.aboutUs2-guide4 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .bgComp.cloud1 {
  right: -1.25rem;
  top: -7.1875rem;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .bgComp.cloud2 {
  right: 10.5rem;
  top: -9.625rem;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper {
  margin-top: 4.6875rem;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper > button {
  width: 16.25rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.aboutUs2-mother-info {
  width: 100%;
  position: relative;
  margin-top: 22.8125rem;
}
body main section.aboutUs2-mother-info > .wrapper {
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head {
  width: 100%;
  height: 19.6875rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title {
  max-width: 37.625rem;
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title > span {
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title > span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title > span:nth-child(2) {
  transition-delay: 0.5s;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title > span:first-child {
  position: relative;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > .aboutUs2-mother-info-title > span:first-child::before {
  content: "";
  width: 110%;
  height: 100%;
  background: url("../../assets/images/home/lightblue2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -7%;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > p {
  max-width: 36.875rem;
  margin-top: 3.125rem;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  text-align: left;
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-head > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(1) {
  position: relative;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(1) img {
  width: 20.0625rem;
  margin-left: -2.5rem;
  border-radius: 2.5rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(1) img:nth-child(2) {
  width: 9.5rem;
  position: absolute;
  right: -3.675rem;
  bottom: -2.85rem;
  z-index: -1;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(2) img {
  width: 20.0625rem;
  border-radius: 1.5625rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(2) img:nth-child(2) {
  margin-top: 8.6875rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > img:nth-child(1) {
  width: 37.9375rem;
  margin-top: -13.125rem;
  border-radius: 2.5rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div {
  margin-top: 4.9375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div img {
  width: 14.375rem;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div > button {
  width: 31.25rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div > button:hover > a {
  color: #FFFFFF;
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.aboutUs2-forParents {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.aboutUs2-forParents > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.aboutUs2-forParents > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .img-wrapper {
  position: relative;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .img-wrapper > img.left {
  width: 18.125rem;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .img-wrapper > img.blue {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.25rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top .right {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .aboutUs2-parents-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .aboutUs2-parents-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .aboutUs2-parents-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .aboutUs2-parents-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers:nth-child(2) {
  margin-top: -10.8125rem;
  transition-delay: 0.2s;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers:nth-child(4) {
  margin-top: -27.3125rem;
  transition-delay: 0.4s;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers > button {
  border: none;
  background: transparent;
  margin-top: 3.125rem;
}
body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-bottom > .aboutUs2-parents-bottom-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}

body main section.ourQuality-intro {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.ourQuality-intro > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.ourQuality-intro > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper {
  position: relative;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
  width: 18.125rem;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img.img {
  width: 18.125rem;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img.blue {
  width: 7.25rem;
  position: absolute;
  bottom: -1.75rem;
  right: -2.6625rem;
  z-index: -1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top .sun {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .ourQuality-intro-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .ourQuality-intro-top-title > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 8.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  width: 15.3125rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .ourQuality-intro-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .ourQuality-intro-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .ourQuality-intro-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers > .img-wrapper > .blue {
  width: 7.25rem;
  position: absolute;
  bottom: -1.5625rem;
  right: -1.875rem;
  z-index: -1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers:nth-child(2) {
  margin-top: -10.8125rem;
  transition-delay: 0.2s;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers:nth-child(4) {
  margin-top: -27.3125rem;
  transition-delay: 0.4s;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom > .ourQuality-intro-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.ourQuality-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.ourQuality-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
  margin: 0 auto;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute;
  left: 12rem;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62rem;
  text-align: center;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 10rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  width: 14rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  width: 110%;
  height: 110%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > p.para2 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Book";
  font-size: 1.125rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 4.3125rem;
  width: 14.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.ourQuality-guide {
  max-width: 100%;
  position: relative;
  margin-top: 12.25rem;
  background-size: cover;
  background-image: url("../../../assets/images/ourQuality/grayBg.png");
  background-repeat: no-repeat;
}
body main section.ourQuality-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content {
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper {
  position: relative;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img {
  width: 71.4375rem;
  margin-left: -13.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img.blueImgbg {
  width: 19.625rem;
  position: absolute;
  top: -6.375rem;
  right: -6rem;
  z-index: -1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > h3:nth-child(1) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  background-repeat: no-repeat;
  background-size: 86%;
  z-index: -1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -1rem;
  width: 59%;
  height: 100%;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  background-repeat: no-repeat;
  background-size: 86%;
  z-index: -1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > .ourQuality-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 4.875rem;
  background-image: url("../../assets/images/home/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > .ourQuality-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > .ourQuality-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > .ourQuality-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text > .ourQuality-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 2.825rem;
}
body main section.certificate {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.certificate > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.certificate > .wrapper > .certificate-img-container {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.certificate > .wrapper > .certificate-img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.certificate > .wrapper > .certificate-img-container > img {
  width: 40.875rem;
  border-radius: 2.25rem;
}
body main section.certificate > .wrapper > .certificate-text-container {
  width: 38.3125rem;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: -2rem;
  width: 85%;
  height: 100%;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  background-repeat: no-repeat;
  background-size: 86%;
  z-index: -1;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3.active:nth-child(3) {
  transition-delay: 0.4s;
}
body main section.certificate > .wrapper > .certificate-text-container > .certificate-title > h3.active:nth-child(4) {
  transition-delay: 0.6s;
}
body main section.certificate > .wrapper > .certificate-text-container > ul {
  list-style: none;
}
body main section.certificate > .wrapper > .certificate-text-container > ul > li {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  align-items: flex-start;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.certificate > .wrapper > .certificate-text-container > ul > li > img {
  width: 1.125rem;
  margin-top: 0.625rem;
}
body main section.certificate > .wrapper > .certificate-text-container > ul > li > p {
  margin-left: 1.875rem;
  max-width: 39.6875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
}
body main section.certificate > .wrapper > .certificate-text-container > ul > li.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}

body main section.production-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.production-intro > .production-intro-content {
  width: 100%;
}
body main section.production-intro > .production-intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/production/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container {
  max-width: 35rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  position: relative;
  z-index: 1;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: #3D3D3D;
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 2.125rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a.active {
  transform: translateY(0rem);
  opacity: 1;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.production-intro > .production-intro-content > .wrapper > .production-intro-text-container > .production-intro-text-btn-wrapper > a:nth-child(3) {
  margin-top: 1.5625rem;
}
body main section.production-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.production-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.production-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62.5rem;
  text-align: center;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  width: 110%;
  height: 110%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.production-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-guide {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
  background-image: url("../../../assets/images/about_us2/seqBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.production-guide > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.production-guide > .wrapper > .production-guide-middle-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .bgComp {
  position: absolute;
  width: 8.5625rem;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .bgComp.cloud1 {
  right: -1.25rem;
  top: -7.1875rem;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .bgComp.cloud2 {
  right: 10.5rem;
  top: -9.625rem;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text p:nth-child(2) {
  margin-top: 1.875rem;
  transition-delay: 0.5s;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper {
  margin-top: 4.6875rem;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper > button {
  width: 27.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.production-info {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.production-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.production-info > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.production-info > .wrapper > .production-info-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.production-info > .wrapper > .production-info-top > .img-wrapper {
  position: relative;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
  width: 18.125rem;
}
body main section.production-info > .wrapper > .production-info-top > .img-wrapper img {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-info > .wrapper > .production-info-top > .img-wrapper img.img {
  width: 18.125rem;
}
body main section.production-info > .wrapper > .production-info-top > .img-wrapper img.blue {
  width: 7.25rem;
  position: absolute;
  bottom: -1.75rem;
  right: -2.6625rem;
  z-index: -1;
}
body main section.production-info > .wrapper > .production-info-top > .img-wrapper img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-info > .wrapper > .production-info-top .sun {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.production-info > .wrapper > .production-info-top > .production-info-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-info > .wrapper > .production-info-top > .production-info-top-title > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 8.5rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  width: 15.3125rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.production-info > .wrapper > .production-info-top > .production-info-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-info > .wrapper > .production-info-top > .production-info-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-info > .wrapper > .production-info-top > .production-info-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-info > .wrapper > .production-info-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers:nth-child(2) {
  margin-top: -31.8125rem;
  transition-delay: 0.2s;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers:nth-child(4) {
  margin-top: -20.3125rem;
  transition-delay: 0.4s;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > .text-wrapper {
  max-width: 18.125rem;
  margin-top: 3.125rem;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > .text-wrapper > h1 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #002D74;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > .text-wrapper > p {
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 1.875rem;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > button {
  border: none;
  background: transparent;
  margin-top: 3.125rem;
}
body main section.production-info > .wrapper > .production-info-bottom > .production-info-bottom-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.humana-factory-info {
  width: 100%;
  position: relative;
  margin-top: 14.1875rem;
}
body main section.humana-factory-info > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.humana-factory-info > .wrapper > .text-content1 {
  max-width: 44.0625rem;
}
body main section.humana-factory-info > .wrapper > .text-content1 > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.humana-factory-info > .wrapper > .text-content1 > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-factory-info > .wrapper > .text-content1 > p {
  margin-top: 3.125rem;
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.humana-factory-info > .wrapper > .text-content1 > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-factory-info > .wrapper > .text-content2 {
  max-width: 44.0625rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  align-items: flex-end;
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn {
  max-width: 31.875rem;
  height: 5.75rem;
  margin-top: 4.875rem;
  background-image: url("../../../assets/images/production/blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.humana-factory-info > .wrapper > .text-content2 > .humana-factory-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 2.825rem;
}
body main section.humana-factory-info > .wrapper > .text-content2 > p {
  font-family: "FiraGo_Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 4.4375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.humana-factory-info > .wrapper > .text-content2 > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-factory-info > .wrapper > .text-content2 > p:nth-child(2) {
  margin-top: 4.25rem;
}
body main section.humana-process {
  width: 100%;
  position: relative;
  margin-top: 15.5rem;
}
body main section.humana-process > .wrapper {
  max-width: 120rem;
  margin: auto;
}
body main section.humana-process > .wrapper > .humana-process-head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
body main section.humana-process > .wrapper > .humana-process-head > .text > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.humana-process > .wrapper > .humana-process-head > .text > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-process > .wrapper > .humana-process-head > img {
  width: 13.5rem;
  margin-left: 19.125rem;
  position: absolute;
  right: 9rem;
}
body main section.humana-process > .wrapper > .humana-process-bottom {
  margin-top: 13.125rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.humana-process > .wrapper > .humana-process-bottom > .humana-process-containers {
  max-width: 25rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.humana-process > .wrapper > .humana-process-bottom > .humana-process-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-process > .wrapper > .humana-process-bottom > .humana-process-containers > h3 {
  font-size: 2rem;
  line-height: 2.3125rem;
  font-family: "Archy_Bold";
  color: #002D74;
}
body main section.humana-process > .wrapper > .humana-process-bottom > .humana-process-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.6);
}
body main section.learn-more {
  width: 100%;
  position: relative;
  margin-top: 12.5rem;
}
body main section.learn-more > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.learn-more > .wrapper > .learn-more-container {
  width: 100%;
  height: 58.9375rem;
  position: relative;
  overflow: hidden;
  border-radius: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.learn-more > .wrapper > .learn-more-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.learn-more > .wrapper > .learn-more-container > .learn-more-bg {
  width: 100%;
  border-radius: 3.125rem;
}
body main section.learn-more > .wrapper > .learn-more-container > button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 7.75rem;
  bottom: 5rem;
  outline: none;
  border: none;
  background: transparent;
}
body main section.learn-more > .wrapper > .learn-more-container > button > a {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #FFFFFF;
}
body main section.learn-more > .wrapper > .learn-more-container > button > img {
  width: 1.75rem;
  margin-left: 3.125rem;
}

body main section.farewellToChest-guide1 {
  max-width: 100%;
  position: relative;
  margin-top: 23.125rem;
}
body main section.farewellToChest-guide1 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-img {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text {
  max-width: 42.6875rem;
  position: relative;
  margin-top: 3.75rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.0125rem;
  right: 7.125rem;
  width: 15.75rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text p.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text p.active:nth-child(3) {
  transition-delay: 0.4s;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper > button {
  width: 13.125rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.farewellToChest-guide2 {
  max-width: 100%;
  position: relative;
  margin-top: 9.375rem;
}
body main section.farewellToChest-guide2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 21.4375rem;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img .img-wrapper > img.yellowImgbg {
  width: 12.125rem;
  position: absolute;
  top: -3rem;
  right: -3.4rem;
  z-index: 0;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text {
  max-width: 42.6875rem;
  position: relative;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.9375rem;
  width: 37.8125rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.125rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper {
  margin-top: 6.25rem;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper > button {
  width: 25.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-text > .btn-wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}

body main section.colic-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.colic-intro > .colic-intro-content {
  width: 100%;
}
body main section.colic-intro > .colic-intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-bg-container {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/colic/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container {
  max-width: 36.375rem;
  max-height: 36.8125rem;
  padding: 0 0.9375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.375rem;
  position: relative;
  z-index: 1;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > h1:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -1.5rem;
  width: 76%;
  height: 110%;
  background-image: url("../../../assets/images/colic/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: #3D3D3D;
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a {
  width: 23.4375rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: left;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a .btn-circle {
  display: none;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a.active {
  transform: translateY(0rem);
  opacity: 1;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a:hover {
  color: #3D3D3D;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a:hover img {
  filter: grayscale(1) brightness(0);
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
  filter: grayscale(1) brightness(0.5);
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container > .colic-intro-text-btn-wrapper > a:nth-child(3) {
  margin-top: 1.5625rem;
}
body main section.colic-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.colic-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.colic-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
  margin: 0 auto;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62rem;
  text-align: center;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 10rem;
  top: -0.25rem;
  background-image: url("../../../assets/images/ourQuality/lightblue.png");
  width: 14rem;
  height: 4.1875rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  width: 110%;
  height: 110%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > p.para2 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Medium";
  font-size: 1.125rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 4.3125rem;
  width: 14.75rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.colic-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.colic-guide1 {
  max-width: 100%;
  position: relative;
  margin-top: 23.125rem;
}
body main section.colic-guide1 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-img {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-img .img-wrapper {
  position: relative;
  z-index: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-img .img-wrapper > img {
  width: 40.875rem;
  position: relative;
  border-radius: 2.25rem;
  z-index: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text {
  max-width: 42.6875rem;
  position: relative;
  margin-top: 3.75rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > h3:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.0125rem;
  right: 7.125rem;
  width: 15.75rem;
  height: 100%;
  background-image: url("../../../assets/images/about_us/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul {
  max-width: 41.375rem;
  margin-top: 2.875rem;
  list-style-type: none;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li {
  display: flex;
  align-items: center;
  justify-content: unset;
  align-items: flex-start;
  margin-top: 1.875rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li.active:nth-child(3) {
  transition-delay: 0.4s;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li.active:nth-child(4) {
  transition-delay: 0.6s;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li.active:nth-child(5) {
  transition-delay: 0.8s;
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li > span {
  margin-left: 1.875rem;
  font-size: 1.375rem;
  font-family: "FiraGo_Regular";
  line-height: 2.625rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-text > ul > li > img {
  width: 1.125rem;
  margin-top: 0.6rem;
}
body main section.colic-sub-text2 {
  width: 100%;
  position: relative;
  margin-top: 15.625rem;
}
body main section.colic-sub-text2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.colic-sub-text2 > .wrapper > .head {
  text-align: center;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text2 > .wrapper > .head > h1 {
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  font-family: "Archy_Bold";
}
body main section.colic-sub-text2 > .wrapper > .head.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers {
  margin-top: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container {
  max-width: 43.75rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container > p {
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container > p.active:nth-child(1) {
  transition-delay: 0.2s;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container > p.active:nth-child(2) {
  transition-delay: 0.4s;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container > p.active:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container:nth-child(2) {
  margin-left: 3.75rem;
}
body main section.colic-sub-text3 {
  width: 100%;
  position: relative;
  margin-top: 15.625rem;
}
body main section.colic-sub-text3 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
body main section.colic-sub-text3 > .wrapper > .head {
  align-self: flex-start;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text3 > .wrapper > .head > h1 {
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  font-family: "Archy_Bold";
  position: relative;
}
body main section.colic-sub-text3 > .wrapper > .head > h1::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 10.6875rem;
  height: 10.3125rem;
  background-image: url("../../../assets/images/colic/yellow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.colic-sub-text3 > .wrapper > .head.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers {
  margin-top: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container {
  max-width: 43.75rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 0.3s;
  opacity: 1;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container:nth-child(2) {
  margin-left: 8.6875rem;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container > p:nth-child(2) {
  display: none;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container > p:nth-child(3) {
  display: none;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul {
  margin-top: 3.125rem;
  list-style-type: none;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li {
  font-size: 2.25rem;
  font-family: "Archy_Bold";
  line-height: 2.8125rem;
  margin: 2.1875rem;
  cursor: pointer;
  color: rgba(61, 61, 61, 0.5);
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li.current {
  color: #002D74;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li.active {
  transform: translateY(0rem);
  transition: ease-in-out 0.3s;
  opacity: 1;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li.active:nth-child(1) {
  transition-delay: 0.2s;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li.active:nth-child(2) {
  transition-delay: 0.4s;
}
body main section.colic-sub-text3 > .wrapper > .bottom-containers > .list-container > ul li.active:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.colic-guide-last {
  max-width: 100%;
  position: relative;
  margin-top: 12.25rem;
  background-image: url("../../../assets/images/forBabies/gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
body main section.colic-guide-last > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img .img-wrapper {
  position: relative;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img .img-wrapper > img {
  width: 71.4375rem;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > h3:nth-child(1) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > h3:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  right: 1.4375rem;
  width: 22.1875rem;
  height: 100%;
  background-image: url("../../../assets/images/colic/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../../assets/images/forBabies/contentImg/yellowbtn.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 2.625rem;
}

main .login-area {
  display: flex;
  width: 100%;
  padding-top: 240px;
  justify-content: center;
}
main .login-area .bottom-form {
  flex-direction: unset !important;
  align-items: center !important;
}
main .login-area .wrapper {
  width: 100%;
  max-width: 120rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
main .login-area .wrapper div {
  width: 100%;
}
main .login-area .wrapper div:last-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .login-area .wrapper div p {
  font-size: 1.375rem;
  color: #3D3D3D;
  max-width: 645px;
  width: 100%;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
}
main .login-area .wrapper div img {
  width: 610px;
  height: 400px;
  object-fit: cover;
  margin-bottom: 65px;
  border-radius: 40px;
}
main .login-area .wrapper div span {
  margin-top: 80px;
  display: block;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
}
main .login-area .wrapper div form {
  width: 450px;
}
main .login-area .wrapper div form ul {
  width: 280px;
  display: flex;
  justify-content: space-evenly;
}
main .login-area .wrapper div form li {
  list-style: none;
  cursor: pointer;
}
main .login-area .wrapper div form input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  height: 55px;
  padding: 20px;
}
main .login-area .wrapper div form input[type=submit] {
  width: 15rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: #96C400;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Archy_Bold";
  color: white;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
  cursor: pointer;
}
main .login-area .wrapper div h1 {
  text-align: center;
  font-family: "Archy_Bold";
  font-size: 2.25rem;
  color: #002D74;
  line-height: 4.0625rem;
  margin-bottom: 30px;
}
main .login-area .wrapper div input[type=text] {
  border-radius: 25px;
  border: 1px solid rgba(0, 45, 116, 0.12);
}

body main section.allergies-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 27.5rem;
}
body main section.allergies-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
  margin: 0 auto;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute;
  left: 12rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 62rem;
  text-align: center;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.0625rem;
  color: #002D74;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  width: 110%;
  height: 110%;
  background-image: url("../../../assets/images/about_us2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container > p {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-middle {
  width: 100%;
  position: relative;
  margin-top: 15.625rem;
}
body main section.allergies-middle > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.allergies-middle > .wrapper > .allergies-img-middle-container > img {
  width: 40.875rem;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container {
  max-width: 43.75rem;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > h1 {
  font-size: 3.5rem;
  font-family: "Archy_Bold";
  line-height: 4.0625rem;
  color: #002D74;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > h1.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > .allergies-first-para, body main section.allergies-middle > .wrapper > .allergies-text-middle-container .allergies-last-para {
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGO-Regular";
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > .allergies-first-para.active, body main section.allergies-middle > .wrapper > .allergies-text-middle-container .allergies-last-para.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.4s;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > span.sub {
  font-family: "FiraGo_Medium";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > span.sub.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul {
  margin-top: 3.125rem;
  list-style-type: none;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li {
  display: flex;
  align-items: center;
  justify-content: unset;
  align-items: flex-start;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li.active:nth-child(3) {
  transition-delay: 0.4s;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li.active:nth-child(4) {
  transition-delay: 0.6s;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li > img {
  width: 1.125rem;
  margin-top: 2.6rem;
}
body main section.allergies-middle > .wrapper > .allergies-text-middle-container > ul > li > span {
  margin-left: 1.875rem;
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGO-Regular";
  line-height: 2.625rem;
  margin-top: 1.875rem;
}
body main section.allergies-questions {
  width: 100%;
  position: relative;
  margin-top: 15.875rem;
}
body main section.allergies-questions > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: flex-start;
}
body main section.allergies-questions > .wrapper > .questions-container {
  max-width: 44.75rem;
}
body main section.allergies-questions > .wrapper > .questions-container > h1 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .questions-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.2;
}
body main section.allergies-questions > .wrapper > .questions-container > ul {
  max-width: 41.875rem;
  list-style-type: none;
  margin-top: 4.0625rem;
  margin-left: 4.125rem;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li {
  font-family: "Archy_Bold";
  font-size: 2.25rem;
  line-height: 2.8125rem;
  margin-top: 2.1875rem;
  color: rgba(61, 61, 61, 0.5);
  cursor: pointer;
  transform: translateY(3.125rem);
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.current {
  color: #002D74;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.active {
  transform: translateY(0rem);
  transition: ease-in-out 0.3s;
  opacity: 1;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.active:nth-child(1) {
  transition-delay: 0.2s;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.active:nth-child(2) {
  transition-delay: 0.4s;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.active:nth-child(3) {
  transition-delay: 0.6s;
}
body main section.allergies-questions > .wrapper > .questions-container > ul > li.active:nth-child(4) {
  transition-delay: 0.8s;
}
body main section.allergies-questions > .wrapper > .answers-container {
  max-width: 50rem;
}
body main section.allergies-questions > .wrapper > .answers-container:nth-child(3) {
  display: none;
}
body main section.allergies-questions > .wrapper > .answers-container:nth-child(4) {
  display: none;
}
body main section.allergies-questions > .wrapper > .answers-container:nth-child(5) {
  display: none;
}
body main section.allergies-questions > .wrapper > .answers-container:nth-child(6) {
  display: none;
}
body main section.allergies-questions > .wrapper > .answers-container.current {
  display: block;
  animation: answersFade 1s linear;
}
@keyframes answersFade {
  from {
    transform: translateY(3.125rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body main section.allergies-questions > .wrapper > .answers-container > h2 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  line-height: 4.375rem;
  color: #002D74;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .answers-container > h2.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.2;
}
body main section.allergies-questions > .wrapper > .answers-container > p, body main section.allergies-questions > .wrapper > .answers-container .last, body main section.allergies-questions > .wrapper > .answers-container .first {
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.allergies-questions > .wrapper > .answers-container > p.first, body main section.allergies-questions > .wrapper > .answers-container .last.first, body main section.allergies-questions > .wrapper > .answers-container .first.first {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .answers-container > p.first.active, body main section.allergies-questions > .wrapper > .answers-container .last.first.active, body main section.allergies-questions > .wrapper > .answers-container .first.first.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.2s;
}
body main section.allergies-questions > .wrapper > .answers-container > p.last, body main section.allergies-questions > .wrapper > .answers-container .last.last, body main section.allergies-questions > .wrapper > .answers-container .first.last {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .answers-container > p.last.active, body main section.allergies-questions > .wrapper > .answers-container .last.last.active, body main section.allergies-questions > .wrapper > .answers-container .first.last.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.8s;
}
body main section.allergies-questions > .wrapper > .answers-container > ul {
  list-style-type: none;
}
body main section.allergies-questions > .wrapper > .answers-container > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.allergies-questions > .wrapper > .answers-container > ul > li.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
  transition-delay: 0.6s;
}
body main section.allergies-questions > .wrapper > .answers-container > ul > li > img {
  width: 1.125rem;
  margin-top: 1.5rem;
}
body main section.allergies-questions > .wrapper > .answers-container > ul > li > span {
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
  color: rgba(61, 61, 61, 0.7);
  margin-left: 1.875rem;
}

body main section.pregnancyGuide-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.pregnancyGuide-content > .pregnancyGuide-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.pregnancyGuide-content > .pregnancyGuide-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-img > img {
  width: 71.4375rem;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.pregnancyGuide-content > .pregnancyGuide-img > img.blue {
  width: 19.625rem;
  position: absolute;
  top: -7rem;
  right: -8rem;
  z-index: -1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 110%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../assets/images/home/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn:nth-child(2) button {
  width: 37.125rem;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn:nth-child(2) button img {
  left: 0;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.pregnancyGuide-content > .pregnancyGuide-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 5.625rem;
}

.confidential-wrapper {
  width: 100%;
  position: relative;
}
.confidential-wrapper .policy-text {
  width: 80%;
  margin: auto;
  margin-top: 18.75rem;
}
.confidential-wrapper .policy-text h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.125rem;
  padding: 1.875rem 0;
}
.confidential-wrapper .policy-text p {
  font-family: "FiraGO_Book";
  font-size: 1.4375rem;
  color: #3d3d3d;
  line-height: 1.875rem;
  padding: 1.875rem 0;
}
.confidential-wrapper .policy-text h2 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.5rem;
  padding: 1.875rem 0;
}
.confidential-wrapper .policy-text ul {
  padding: 0.625rem 1.875rem;
}
.confidential-wrapper .policy-text ul li {
  color: #3d3d3d;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  padding: 0.3125rem 0;
  line-height: 2.5rem;
}

.nightStories-body main section.parentsGuide-bottom-content {
  display: none;
}
.nightStories-body main section.parents-guide-baby-info {
  display: none;
}
.nightStories-body main section.forParents-guide .wrapper .forParents-guide-bottom .forParents-guide-bottom-containers .forParents-guide-content .forParents-guide-content-title > p {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.125rem;
  margin: 2rem 0 1rem;
}
.nightStories-body main section.forParents-guide .wrapper .forParents-guide-bottom .forParents-guide-bottom-containers .forParents-guide-content .forParents-guide-content-text > p {
  font-family: "FiraGo_Light";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.25rem;
  width: 18.5rem;
}
.nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 {
  position: relative;
}
.nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 .blue-line-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5625rem;
  z-index: -1;
}
.nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 .blue-line-bg img {
  width: 26.75rem;
}
.nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-bg-container.nightstories-bg {
  background-image: url(/assets/images/nightStories/bck-img.png);
}
.nightStories-body main section.nightStories-main {
  margin-top: 15.625rem;
}
.nightStories-body main section.nightStories-main .wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner {
  width: 100%;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title {
  margin: 0 auto;
  max-width: 40rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title h1 .blue-line {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 0;
  z-index: -1;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title h1 .blue-line img {
  width: 31.25rem;
  height: 3.75rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item {
  padding-left: 2rem;
  width: 33%;
  margin-bottom: 2.5rem;
  height: 37.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18.125rem;
  min-width: 18.125rem;
  height: 23.125rem;
  margin-bottom: 5.75rem;
  position: relative;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-item-img img {
  object-fit: contain;
  width: 100%;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-item-img .blue-effect {
  position: absolute;
  bottom: -110px;
  right: -50px;
  z-index: -1;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content {
  position: relative;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #99C5E5;
  top: 0;
  left: -2rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content .nightStories-tail-title {
  width: 23.125rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content .nightStories-tail-title h3 {
  color: #002D74;
  font-family: "Archy_Bold";
  font-size: 2.125rem;
  margin-bottom: 1rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content .nightStories-tail-text {
  width: 28.75rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content .nightStories-tail-text p {
  font-family: "FiraGo_Light";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 2;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-content .nightStories-tail-more a {
  font-family: "Archy_Bold";
  color: rgba(61, 61, 61, 0.6);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item.bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item.flex-start {
  align-items: flex-start;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item.padding-top {
  padding-top: 3rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-content.no-line {
  min-width: 18.125rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-content.no-line::after {
  position: unset;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-content.no-line .nightStories-tail-text {
  min-width: 18.125rem;
  max-width: 18.125rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .show-allStories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem auto 0;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .show-allStories p {
  margin-bottom: 0.8rem;
  font-family: "FiraGo_Light";
  color: #3d3d3d;
  font-size: 1.25rem;
}
.nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .show-allStories a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 1.563rem;
  border: 1px solid #002D74;
}

@media only screen and (max-width: 1440px) {
  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item {
    align-items: unset;
  }

  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title h1 {
    font-size: 3rem;
  }

  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title {
    margin-bottom: 3rem;
  }

  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-item-img img {
    margin-right: unset;
  }

  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-container .nightStories-tail-item .nightStories-tail-item-img .blue-effect {
    right: -35px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 1024px) {
  .nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 {
    position: relative;
  }
  .nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 .blue-line-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5rem;
    z-index: -1;
  }
  .nightStories-body main .parents-guide-intro .guide-intro-content .wrapper .guide-text-container h1 .blue-line-bg img {
    height: 45px;
  }
  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-title .blue-line img {
    height: 5.55rem;
  }
  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-tail-container {
    flex-direction: column;
  }
  .nightStories-body main section.nightStories-main .wrapper .nightStories-inner .nightStories-tail-container .nightStories-tail-item {
    height: auto;
    margin-bottom: 0;
    margin-top: 3.75rem;
  }
}
.motherMilk-body main section.allergies-sub-text {
  display: none;
}
.motherMilk-body main section.allergies-middle {
  display: none;
}
.motherMilk-body main section.allergies-questions {
  margin-top: 22rem;
}

.extraFeed-body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-bg-container {
  background-image: url(/assets/images/extraFeed/csm_suesses_baby_isst_nudeln_mit_gabel_977b65bf0a.png);
}
.extraFeed-body main section.aboutUs-baby-info {
  display: none;
}
.extraFeed-body main section.aboutHumana {
  display: none;
}
.extraFeed-body main section.abouUs-guide {
  display: none;
}
.extraFeed-body main section.aboutUs2-baby-info {
  display: none;
}
.extraFeed-body main section.abouUs2-guide.reverse .wrapper .abouUs2-guide-middle-content {
  flex-direction: row-reverse;
}
.extraFeed-body main section.abouUs2-guide.reverse .wrapper .abouUs2-guide-middle-text > h3::before {
  display: none;
}
.extraFeed-body main section.allergies-questions .wrapper .answers-container ul li span {
  margin-top: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .extraFeed-body main section.abouUs2-guide.reverse .wrapper .abouUs2-guide-middle-content {
    flex-direction: column-reverse;
  }
}
.colicAdvice-body main section.colic-intro > .colic-intro-content > .wrapper > .colic-bg-container {
  background-image: url(/assets/images/colic/advice/advice-bg.png);
}
.colicAdvice-body main section.colic-guide1.reverse .wrapper .colic-guide1-content {
  flex-direction: row-reverse;
}
.colicAdvice-body main section.colic-sub-text2 {
  display: none;
}
.colicAdvice-body main section.colic-sub-text3 {
  display: none;
}
.colicAdvice-body main section.colic-guide-last {
  display: none;
}

@media only screen and (max-width: 768px) {
  .colicAdvice-body main section.colic-guide1.reverse .wrapper .colic-guide1-content {
    flex-direction: column-reverse;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.02);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: none;
}

html {
  font-size: 0.75rem;
}

.hidden {
  display: none;
}

.mobile-nava {
  display: none;
}

body {
  background: #FDFDFD;
}
body.not-scroll {
  overflow: hidden;
}
body main section.intro {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/images/home/homeBg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.intro > .intro-content {
  width: 100%;
}
body main section.intro > .intro-content > .wrapper {
  max-width: 120rem;
  margin: auto;
  text-align: center;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container {
  max-width: 78.25rem;
  margin: auto;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container.active {
  transform: translateY(12.5rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container.active:nth-child(2) {
  transition-delay: 0.4s;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > h1 {
  font-family: "Archy_Bold";
  color: #FFFFFF;
  font-size: 3.375rem;
  display: inline-block;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > p {
  font-family: "FiraGo_Light";
  font-size: 1.625rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.5625rem;
  line-height: 2.375rem;
  font-weight: 600;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper > a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: #FFFFFF;
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper > a:hover > .btn-circle {
  width: 1.25rem;
  height: 1.25rem;
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper > a > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -30%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 11.25rem;
  }
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper > a > img {
  margin-left: 1.5rem;
  width: 1.125rem;
}
body main section.intro > .intro-content > .wrapper > .intro-text-container > .intro-text-btn-wrapper > a:nth-child(2) {
  margin-top: 1.5625rem;
}
body main section.humana-products {
  width: 100%;
  margin-top: 22.8125rem;
  overflow: hidden;
}
body main section.humana-products.active > .products-title p {
  opacity: 1;
  transform: translateY(0);
  transition: ease-in-out 0.6s;
}
body main section.humana-products.active > .products-title h3 {
  opacity: 1;
  transform: translateY(0);
  transition: ease-in-out 0.6s;
  transition-delay: 0.2s;
}
body main section.humana-products .products-title {
  width: 100%;
  text-align: center;
  font-family: "Archy_Bold";
}
body main section.humana-products .products-title > p {
  color: #96C400;
  font-size: 2rem;
  line-height: 2.375rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: ease-in-out 0.6s;
}
body main section.humana-products .products-title > h3 {
  color: #002D74;
  font-size: 3.5rem;
  margin-top: 0.625rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: ease-in-out 0.6s;
  transition-delay: 0.5s;
}
body main section.humana-products .products-slider {
  width: 100%;
  margin: auto;
  height: 37.5rem;
  position: relative;
  margin-top: 3.125rem;
}
body main section.humana-products .products-slider.active .swiper-container {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-products .products-slider > .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  transform: translateY(3.125rem);
  transition: ease-in-out 0.6s;
  transition-delay: 0.5s;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper {
  height: 100%;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: 194px;
  height: 100%;
  cursor: pointer;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide a:hover > .slide-bottom-container .title-wrapper h3::after {
  width: 9rem;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-top-container {
  width: 20rem;
  height: 20rem;
  background: #ffffff;
  border-radius: 1.5625rem;
  position: relative;
  box-shadow: 0 29px 50px rgba(61, 61, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-top-container > .sub {
  width: 2.4375rem;
  position: absolute;
  top: 1.3125rem;
  right: 1.4375rem;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-top-container > .slider-img {
  width: 8.375rem;
  max-height: 80%;
  object-fit: contain;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container {
  width: 100%;
  text-align: left;
  margin-top: 3.125rem;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > .title-wrapper {
  position: relative;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
  bottom: -0.925rem;
  display: none !important;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > .title-wrapper > h3 {
  max-width: 17.25rem;
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.1875rem;
  position: relative;
  display: inline;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  transition-delay: 0.7s;
  opacity: 0;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > .title-wrapper > h3::after {
  content: "";
  width: 0;
  background-image: url("/assets/images/home/greenLine.svg");
  height: 0.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: -0.925rem;
  transition: ease-in-out 0.6s;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > .title-wrapper > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.375rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  transition-delay: 0.7s;
  opacity: 0;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > p {
  max-width: 19.0625rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 1.875rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  transition-delay: 0.7s;
  opacity: 0;
}
body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.humana-products .products-bottom {
  width: 100%;
  margin-top: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.humana-products .products-bottom > .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.humana-products .products-bottom > .wrapper > button {
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
}
body main section.humana-products .products-bottom > .wrapper > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.humana-products .products-bottom > .wrapper > button:hover > a {
  color: #FFFFFF;
}
body main section.humana-products .products-bottom > .wrapper > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 25.25rem;
  }
}
body main section.humana-products .products-bottom > .wrapper > button:first-child {
  width: 29.875rem;
}
body main section.humana-products .products-bottom > .wrapper > button:nth-child(2) {
  width: 25rem;
  margin-left: 3.125rem;
}
body main section.humana-products .products-bottom > .wrapper > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.news {
  width: 100%;
  position: relative;
  margin-top: 9rem;
}
body main section.news > .wrapper {
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  justify-content: space-evenly;
}
body main section.news > .wrapper > .news-text-container > .news-title {
  max-width: 37.5rem;
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.0625rem;
}
body main section.news > .wrapper > .news-text-container > .news-title > span {
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.news > .wrapper > .news-text-container > .news-title > span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.news > .wrapper > .news-text-container > .news-title > span:nth-child(2) {
  transition-delay: 0.5s;
}
body main section.news > .wrapper > .news-text-container > .news-title span:first-child {
  position: relative;
}
body main section.news > .wrapper > .news-text-container > .news-title span:first-child::before {
  content: "";
  width: 11.5625rem;
  height: 100%;
  background: url("../../assets/images/home/lightblue2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -0.625rem;
}
body main section.news > .wrapper > .news-text-container > p {
  max-width: 38.3125rem;
  margin-top: 3.125rem;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  transition-delay: 0.3s;
  opacity: 0;
}
body main section.news > .wrapper > .news-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.news > .wrapper > .news-text-container > .news-btn {
  max-width: 31.375rem;
  height: 7rem;
  margin-top: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.news > .wrapper > .news-text-container > .news-btn > a {
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.news > .wrapper > .news-text-container > .news-btn > a:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.news > .wrapper > .news-text-container > .news-btn > a:hover {
  color: #FFFFFF;
}
body main section.news > .wrapper > .news-text-container > .news-btn > a > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 25.25rem;
  }
}
body main section.news > .wrapper > .news-text-container > .news-btn > a:first-child {
  width: 29.875rem;
}
body main section.news > .wrapper > .news-img-container {
  width: 40.875rem;
  height: 57.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 1.8125rem 3.6875rem rgba(61, 61, 61, 0.1);
  border-radius: 3.4375rem;
  position: relative;
}
body main section.news > .wrapper > .news-img-container > img {
  width: 21.4375rem;
  z-index: 2;
}
body main section.news > .wrapper > .news-img-container > img.news-product-bg {
  width: 34.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body main section.baby-info {
  width: 100%;
  position: relative;
  margin-top: 22.8125rem;
}
body main section.baby-info > .wrapper {
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
body main section.baby-info > .wrapper > .info-head {
  width: 100%;
  height: 19.6875rem;
}
body main section.baby-info > .wrapper > .info-head > .info-title {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
}
body main section.baby-info > .wrapper > .info-head > .info-title > span {
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info > .wrapper > .info-head > .info-title > span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info > .wrapper > .info-head > .info-title > span:nth-child(2) {
  transition-delay: 0.5s;
}
body main section.baby-info > .wrapper > .info-head > .info-title > span:first-child {
  position: relative;
}
body main section.baby-info > .wrapper > .info-head > .info-title > span:first-child::before {
  content: "";
  width: 110%;
  height: 100%;
  background: url("../../assets/images/home/lightblue2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -7%;
}
body main section.baby-info > .wrapper > .info-head > p {
  max-width: 36.875rem;
  margin-top: 3.125rem;
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  text-align: left;
  transform: translateY(4.375rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info > .wrapper > .info-head > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info > .wrapper > .info-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(1) {
  position: relative;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(1) img {
  width: 24.0625rem;
  margin-left: -2.5rem;
  border-radius: 2.5rem;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(1) img:nth-child(2) {
  width: 9.5rem;
  position: absolute;
  right: -3.675rem;
  bottom: -2.85rem;
  z-index: -1;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(2) img {
  width: 20.0625rem;
  border-radius: 1.5625rem;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(2) img:nth-child(2) {
  margin-top: 8.6875rem;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > img:nth-child(1) {
  width: 37.9375rem;
  margin-top: -13.125rem;
  border-radius: 2.5rem;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div {
  margin-top: 4.9375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div img {
  width: 14.375rem;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button {
  width: 31.25rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button:hover > a {
  color: #FFFFFF;
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.baby-info2 {
  width: 100%;
  position: relative;
  margin-top: 13.0625rem;
  padding-top: 19.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.baby-info2 > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > .top-text-title span {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > .top-text-title span.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > .top-text-title span:nth-child(2) {
  transition-delay: 0.9s;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > p {
  margin-top: 3.125rem;
  max-width: 29.9375rem;
  font-family: "FiraGO-Regular";
  color: rgba(61, 61, 61, 0.7);
  font-size: 1.375rem;
  line-height: 2.625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button {
  width: 26.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button:nth-child(3) {
  margin-top: 4.125rem;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button:nth-child(4) {
  margin-top: 1.125rem;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.baby-info2 > .wrapper > .info2-top-content > .top-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers {
  max-width: 15.5625rem;
  cursor: pointer;
  border-radius: 1.5625rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers:hover > .title-wrapper .line-overlay {
  width: 8.4375rem;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers:hover > button a {
  color: #002D74;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers:nth-child(1) {
  margin-top: -2.5rem;
  transition-delay: 0.2s;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers:nth-child(2) {
  margin-top: 2.5rem;
  transition-delay: 0.4s;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers:nth-child(3) {
  margin-top: -20rem;
  transition-delay: 0.6s;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > img {
  width: 15.5625rem;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > img:nth-child(3) {
  box-shadow: 0 3px 59px rgba(61, 61, 61, 0.12);
  opacity: 0.2;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > .title-wrapper {
  position: relative;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > .title-wrapper > .svgAnimation {
  width: 11.25rem;
  position: absolute;
  bottom: -0.925rem;
  display: none !important;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > .title-wrapper .line-overlay {
  width: 0;
  background-image: url(/assets/images/home/greenLine.svg);
  height: 0.375rem;
  background-size: cover;
  left: 0;
  position: absolute;
  bottom: -0.8625rem;
  transition: ease-in-out 0.6s;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > .title-wrapper > h4 {
  font-family: "Archy_Bold";
  font-size: 1.625rem;
  color: #002D74;
  line-height: 2.3125rem;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > p {
  margin-top: 1.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgba(61, 61, 61, 0.7);
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > button {
  margin-top: 1.25rem;
  background: transparent;
  border: none;
}
body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
}
body main section.baby-info2 > .home-sub-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 15.5625rem;
}
body main section.baby-info2 > .home-sub-text > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5rem;
  margin: 0 auto;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 6.375rem;
  position: absolute;
  left: 17rem;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
  width: 13rem;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
  width: 8.5625rem;
  margin-left: 4.375rem;
  margin-top: 3.6875rem;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container {
  max-width: 53.75rem;
  text-align: center;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > h1 {
  font-family: "Archy_Bold";
  font-size: 2.625rem;
  line-height: 4.0625rem;
  color: #002D74;
  display: inline-block;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > h1.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > h1.active:nth-child(2) {
  transition-delay: 0.2s;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > h1.active:nth-child(3) {
  transition-delay: 0.4s;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > h1.active:nth-child(4) {
  transition-delay: 0.6s;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > p {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > p.para1 {
  color: rgba(61, 61, 61, 0.7);
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  line-height: 2.625rem;
  margin-top: 3.125rem;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > button {
  margin-top: 4.3125rem;
  width: 18.875rem;
  height: 4.625rem;
  outline: none;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}
body main section.baby-info2 > .info2-bottom-content {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 21.4375rem;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img {
  display: flex;
  align-items: center;
  justify-content: unset;
  flex-direction: column;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > img {
  width: 71.4375rem;
  margin-left: -4.875rem;
  position: relative;
  border-top-right-radius: 3.6875rem;
  border-bottom-right-radius: 3.6875rem;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button {
  width: 15.125rem;
  height: 4.625rem;
  outline: none;
  margin-top: 3.75rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  align-self: flex-end;
  margin-right: 7.5rem;
  margin-top: 7.1875rem;
  overflow: hidden;
  position: relative;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button:hover > a {
  color: #FFFFFF;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  z-index: 1;
  transition: ease-in-out 0.6s;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text {
  max-width: 33.4375rem;
  margin-left: 8.25rem;
  transform: translateY(6.25rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > h3:nth-child(2) {
  position: relative;
  transition-delay: 0.3s;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > h3:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5625rem;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/home/pics2/lightblue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: -1;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text p {
  font-family: "FiraGo_Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  margin-top: 3.25rem;
  line-height: 2.625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
  transition-delay: 0.2s;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper {
  margin-top: 4.0625rem;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper > .info2-btn {
  max-width: 31.875rem;
  height: 7rem;
  margin-top: 1.25rem;
  background-image: url("../../assets/images/home/blue.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper > .info2-btn > button {
  width: 26.5rem;
  height: 4.625rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-radius: 2.3125rem;
  cursor: pointer;
  box-shadow: 0 3px 20px rgba(61, 61, 61, 0.2);
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper > .info2-btn > button:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper > .info2-btn > button > a {
  color: #3D3D3D;
  font-family: "Archy_Bold";
  font-size: 1.625rem;
}
body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text > .btn-wrapper > .info2-btn > button > img {
  width: 1.125rem;
  position: relative;
  left: 5.625rem;
}
body main section.forParents {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.forParents > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main section.forParents > .wrapper img {
  border-radius: 1.5625rem;
}
body main section.forParents > .wrapper > .parents-top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.forParents > .wrapper > .parents-top > img:nth-child(2) {
  width: 18.125rem;
  margin-right: 15.625rem;
  margin-left: 5.625rem;
}
body main section.forParents > .wrapper > .parents-top > img:nth-child(3) {
  width: 13.5225rem;
  margin-right: 3.125rem;
}
body main section.forParents > .wrapper > .parents-top > .parents-top-title > h3 {
  font-family: "Archy_Bold";
  font-size: 3.5rem;
  color: #002D74;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents > .wrapper > .parents-top > .parents-top-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents > .wrapper > .parents-top > .parents-top-title > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents > .wrapper > .parents-top > .parents-top-title > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents > .wrapper > .parents-bottom {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13rem;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers .green-line {
  position: absolute;
  width: 100%;
  height: 0.925rem;
  background: #96C400;
  bottom: 0.25rem;
  opacity: 0;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease-in-out 0.4s;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers:hover > button a {
  color: #002D74;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers:hover > .img-wrapper .green-line {
  opacity: 1;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers:nth-child(2) {
  margin-top: -10.8125rem;
  transition-delay: 0.2s;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers:nth-child(4) {
  margin-top: -27.3125rem;
  transition-delay: 0.4s;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers > .img-wrapper {
  position: relative;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers > .img-wrapper img {
  width: 18.125rem;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers > button {
  border: none;
  background: transparent;
  margin-top: 3.125rem;
}
body main section.forParents > .wrapper > .parents-bottom > .parents-bottom-containers > button > a {
  font-family: "Archy_Bold";
  font-size: 1.5rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2rem;
  transition: ease-in-out 0.3s;
}
body main section.safety-products {
  width: 100%;
  position: relative;
  margin-top: 21.5625rem;
}
body main section.safety-products > .wrapper {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main section.safety-products > .wrapper > .safety-img-container {
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.safety-products > .wrapper > .safety-img-container.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.safety-products > .wrapper > .safety-img-container > img {
  width: 40.875rem;
  border-radius: 2.25rem;
}
body main section.safety-products > .wrapper > .safety-text-container {
  width: 38.3125rem;
}
body main section.safety-products > .wrapper > .safety-text-container > .safety-title > h3 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 3.5rem;
  line-height: 4.0625rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.safety-products > .wrapper > .safety-text-container > .safety-title > h3.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.safety-products > .wrapper > .safety-text-container > .safety-title > h3:nth-child(2) {
  transition-delay: 0.3s;
}
body main section.safety-products > .wrapper > .safety-text-container > p {
  max-width: 36.875rem;
  font-family: "FiraGO-Regular";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.7);
  line-height: 2.625rem;
  margin-top: 3.125rem;
  transform: translateY(3.125rem);
  transition: ease-in-out 1s;
  opacity: 0;
}
body main section.safety-products > .wrapper > .safety-text-container > p.active {
  transform: translateY(0rem);
  transition: ease-in-out 1s;
  opacity: 1;
}
body main section.safety-products > .wrapper > .safety-text-container > button {
  width: 28.75rem;
  height: 4.625rem;
  outline: none;
  margin-top: 4.875rem;
  border: 0.125rem solid #96C400;
  background: transparent;
  border-radius: 2.3125rem;
  position: relative;
  overflow: hidden;
}
body main section.safety-products > .wrapper > .safety-text-container > button:hover > .btn-circle {
  animation: btnHoverAni 1s forwards steps(300);
}
body main section.safety-products > .wrapper > .safety-text-container > button:hover > a {
  color: #FFFFFF;
}
body main section.safety-products > .wrapper > .safety-text-container > button > .btn-circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #96C400;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@keyframes btnHoverAni {
  from {
    padding: 0;
  }
  to {
    padding: 27.25rem;
  }
}
body main section.safety-products > .wrapper > .safety-text-container > button > a {
  font-family: "Archy_Bold";
  color: #96C400;
  font-size: 1.625rem;
  transition: ease-in-out 0.6s;
  z-index: 1;
}

.footer-top-mobile {
  display: none;
}

.products-for-mobile {
  display: none;
}

.headline {
  display: none;
}

.info-mobile-slider {
  display: none;
}

.mobile-nav {
  display: none !important;
}

.for-mob {
  display: none;
}
.for-mob h1 {
  font-family: "Archy_Bold";
  color: #002D74;
  font-size: 2.5rem;
  display: inline-block;
}
.for-mob p {
  font-family: "FiraGo_Light";
  font-size: 1.375rem;
  color: rgba(61, 61, 61, 0.8);
  margin-top: 1.5625rem;
  line-height: 2.375rem;
}
.for-mob a {
  width: 27.8125rem;
  height: 4.25rem;
  font-size: 1.75rem;
  color: rgba(61, 61, 61, 0.5);
  border: 0.0625rem rgba(255, 255, 255, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2.125rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
}
.for-mob > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Archy_Bold";
  margin-top: 3.75rem;
  position: relative;
}

.mobile-nav {
  display: none;
  padding: 0 20px;
}
.mobile-nav button {
  background: transparent;
  border: none;
}
.mobile-nav .navSearch img {
  width: 1.5625rem;
}
.mobile-nav .navUser img {
  width: 1.5625rem;
}

.nav-mobile {
  display: none;
}

@media screen and (max-width: 1433px) {
  html {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1247px) {
  html {
    font-size: 0.55rem;
  }
}
@media only screen and (max-width: 105rem) {
  .modal .main-popup-container .content-wrapper .text-wrapper {
    max-height: 13.4375rem;
  }
}
@media only screen and (max-width: 90rem) {
  section.header header nav {
    max-width: 100%;
    padding: 0 1.25rem;
  }

  .wrapper {
    max-width: 105rem !important;
  }

  body main section.baby-info > .wrapper > .info-head > p {
    max-width: 32.875rem;
    font-size: 1.275rem;
  }
}
@media only screen and (max-width: 85.3125rem) {
  body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container > p {
    font-size: 1.275rem;
  }

  body main section.baby-info > .wrapper > .info-head > p {
    max-width: 32.875rem;
  }
}
@media only screen and (max-width: 64rem) {
  html {
    font-size: 1vw;
  }

  main .login-area .wrapper {
    flex-direction: column;
  }

  main .login-area .wrapper div img {
    display: none;
  }

  main .login-area .wrapper div span {
    display: none;
  }

  main .login-area .wrapper div:first-child {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 48rem) {
  body .grid .content .dashboard .dashboard-blog .blog-wrapper .blog-container .blog-details .blog-head h1 {
    font-size: 1rem;
  }

  .modal .main-popup-container {
    max-width: 90% !important;
    max-height: 98% !important;
  }

  .modal .main-popup-container .content-wrapper > h1 {
    font-size: 2.2rem;
  }

  body main section.products-sub-text > .wrapper > .content-wrapper > .text-container > h1:nth-child(1)::before {
    content: none;
  }

  body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > img {
    width: 45.4375rem !important;
  }

  body main section.forParents > .wrapper > .parents-bottom {
    width: 95%;
  }

  .wrapper {
    max-width: 80rem !important;
  }

  .hide {
    display: none;
  }

  section.header header nav {
    max-width: 80rem !important;
  }

  section.header header nav > .humanaLogo img {
    width: 12.5625rem;
  }

  body main section.news > .wrapper > .news-img-container {
    width: 34.875rem;
  }

  body main section.news > .wrapper > .news-img-container > img {
    width: 55%;
  }

  body main section.humana-factory-info > .wrapper {
    flex-direction: column;
  }

  body main section.production-sub-text > .wrapper > .content-wrapper {
    margin: 0;
    flex-direction: column;
  }

  body main section.production-guide > .wrapper > .production-guide-middle-content {
    flex-direction: column;
  }

  body main section.humana-process > .wrapper > .humana-process-bottom {
    flex-direction: column;
    width: 100%;
  }

  body main section.humana-process > .wrapper > .humana-process-bottom > .humana-process-containers {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5625rem;
  }

  body main section.production-intro > .production-intro-content > .wrapper > .production-bg-container {
    width: 100%;
  }

  body main section.humana-process > .wrapper > div {
    flex-direction: column;
  }

  body main section.learn-more > .wrapper > .learn-more-container > .learn-more-bg {
    border-radius: 0;
    height: 37.5rem;
    border: 0;
    object-fit: cover;
  }

  body main section.learn-more > .wrapper {
    padding: 0 !important;
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 48rem) {
  body main section.news > .wrapper > .news-text-container > p {
    max-width: 100%;
    padding: 0 0.875rem;
  }

  .wrapper {
    flex-direction: column !important;
    padding: 0 1.25rem !important;
    width: 100%;
  }

  body main section.news > .wrapper > .news-img-container {
    margin-top: 3.125rem;
  }

  body main section.humana-products .products-bottom > .wrapper > button:nth-child(2) {
    margin: 0.9375rem 0 !important;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(1) {
    display: none;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(2) {
    display: none !important;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div img {
    display: none;
  }

  body main section.intro {
    height: 100vh !important;
    background-size: cover !important;
  }

  body main section.baby-info2 > .info2-bottom-content {
    flex-direction: column;
  }

  body main section.safety-products > .wrapper {
    flex-direction: column-reverse !important;
  }

  body main section.selected-product > .wrapper > .product-content {
    flex-direction: column;
  }

  body main section.selected-product > .wrapper > .product-content .selected-img {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 3.125rem;
  }

  body main section.selected-product {
    background-size: cover;
  }

  body main section.selected-product > .wrapper > .product-content > .selected-details {
    height: auto;
  }

  section.footer footer {
    margin-top: 0;
  }

  section.footer footer > .footer-top {
    min-height: 50.5rem;
    height: auto;
  }

  section.footer footer > .footer-bottom > .wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  body main section.baby-info > .wrapper > .info-head > p {
    max-width: 100% !important;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > img:nth-child(1) {
    margin-top: 0;
  }

  body main section.baby-info > .wrapper > .info-bottom {
    justify-content: center;
  }

  body main section.baby-info > .wrapper > .info-head {
    height: 100% !important;
  }

  body main section.baby-info > .wrapper > .info-head > p {
    transform: unset !important;
    height: 100% !important;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container {
    transform: unset;
    position: unset;
    margin: 2.1875rem 0;
    padding: 0 !important;
  }

  body main section.baby-info > .wrapper > .info-bottom > .info-bottom-container:nth-child(3) > div > button {
    margin: 0 auto;
  }

  body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text {
    max-width: 100%;
    margin: 0;
  }

  .footer-top {
    display: none;
  }

  .footer-top-mobile {
    width: 100%;
  }

  body main section.news {
    margin-top: 6.875rem;
  }

  body main section.baby-info2 > .wrapper > .info2-top-left-container > div {
    margin: 0 !important;
  }

  body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper {
    margin: 0;
    flex-direction: column;
  }

  body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container {
    margin: 0;
    width: 100%;
    align-items: flex-end;
  }

  body main section.forParents > .wrapper > .parents-top {
    flex-direction: column;
  }

  body main section.forParents > .wrapper > .parents-top > img:nth-child(2) {
    display: none;
  }

  body main section.forParents > .wrapper > .parents-top > img:nth-child(3) {
    display: none;
  }

  body main section.forParents > .wrapper > .parents-bottom {
    display: none;
  }

  body main section.safety-products > .wrapper > .safety-text-container > button {
    margin-bottom: 4.875rem;
  }

  body main section.safety-products > .wrapper > .safety-text-container {
    width: 100%;
  }

  body main section.baby-info2 > .info2-bottom-content > .info2-bottom-text {
    padding: 0 1.25rem;
  }

  body main section.stories-intro > .stories-content > .wrapper > .stories-text-container {
    margin: 0;
  }

  body main section.stories-intro {
    background-size: cover;
  }

  .info2-top-content {
    width: 100%;
  }

  section.header nav:first-child {
    display: none;
  }

  .mobile-nav {
    display: flex !important;
  }

  .footer-top-mobile {
    display: block;
  }
  .footer-top-mobile .footer-top-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.125rem;
  }
  .footer-top-mobile .footer-top-container:last-child {
    margin-bottom: 0;
  }
  .footer-top-mobile ul {
    list-style-type: none;
  }
  .footer-top-mobile ul > .li-wrapper {
    margin-top: 3.125rem;
  }
  .footer-top-mobile ul > .li-wrapper li {
    font-family: "FiraGo_Regular";
    font-size: 1.375rem;
    line-height: 4.0625rem;
    list-style-type: none;
    list-style: none;
  }
  .footer-top-mobile ul > .li-wrapper li > a {
    color: rgba(61, 61, 61, 0.7);
    transition: ease-in-out 0.2;
  }
  .footer-top-mobile ul > .li-wrapper li > a:hover {
    color: #002d74;
  }
  .footer-top-mobile ul li .worldWide {
    width: 31.25rem;
    margin-top: 4.6875rem;
    list-style-type: none;
    list-style: none;
  }
  .footer-top-mobile ul > span.footer-title {
    font-family: "Archy_Bold";
    color: #002D74;
    font-size: 2.125rem;
    margin-bottom: 0.9375rem;
    display: block;
  }
  .footer-top-mobile ul .footer-company-location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0;
  }
  .footer-top-mobile ul .footer-company-location p {
    font-family: "Archy_Bold";
    font-size: 1.5rem;
    color: rgba(61, 61, 61, 0.7);
  }
  .footer-top-mobile ul .footer-company-location span {
    font-family: "FiraGo_Regular";
    color: rgba(61, 61, 61, 0.7);
    font-size: 1.5rem;
  }
  .footer-top-mobile .worldWide {
    margin: 2.1875rem 0;
    height: 10.3125rem;
    width: 100% !important;
    object-fit: contain;
  }

  body main section.intro {
    background-image: url(../../assets/images/home/homeSmBG.png);
  }

  .wrapper > button > a {
    color: white !important;
  }

  body main section.baby-info2 > .wrapper > .info2-top-left-container {
    padding-right: 0;
    margin: 0;
    overflow: auto;
  }

  body main section.baby-info2 > .wrapper > .info2-top-left-container > .info2-containers {
    margin-right: 1.875rem !important;
  }

  body main section.safety-products > .wrapper > .safety-img-container > img {
    width: 100%;
  }

  .parents-top-title {
    width: 100%;
  }

  body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container > img.sun {
    width: 5rem;
  }

  body main section.baby-info2 > .info2-bottom-content {
    margin-top: 6.875rem;
  }

  body main section.baby-info2 > .home-sub-text > .wrapper > .content-wrapper > .img-container > img.cloud {
    width: 4.5625rem;
    margin-left: 4.375rem;
    margin-top: -0.3125rem;
  }

  .wrapper > button {
    background: #96c400 !important;
  }

  body main section.learn-more > .wrapper > .learn-more-container > .learn-more-bg {
    border-radius: 0;
    height: 37.5rem;
    border: 0;
  }

  body main section.learn-more > .wrapper {
    padding: 0 !important;
    margin: 0;
    border-radius: 0;
  }

  body main section:not(.intro):not(.aboutUs-intro):not(.aboutUs2-intro):not(.forMothers-intro):not(.parents-guide-intro):not(.stories-intro) {
    margin-top: 6.25rem !important;
  }

  body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img {
    display: block;
  }

  body main section.baby-info2 > .info2-bottom-content > .info2-bottom-img > button {
    margin: 1.875rem auto;
  }

  body main section.baby-info2 {
    padding-top: 0;
  }

  .forBabies-guide-last {
    display: none;
  }

  .info-mobile-slider {
    display: flex;
    margin-top: 1.25rem;
  }
  .info-mobile-slider .svgAnimation {
    display: none;
  }
  .info-mobile-slider ul {
    display: flex;
    align-items: flex-start;
    overflow: auto;
    margin-right: 0;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .info-mobile-slider ul li {
    width: 12.5rem;
    flex-shrink: 0;
    margin-right: 1.875rem;
    list-style: none;
  }
  .info-mobile-slider .title-wrapper {
    position: relative;
  }
  .info-mobile-slider .line-overlay {
    width: 100%;
    height: 0.5125rem;
    background: #ffffff;
    z-index: 2;
    right: 0;
    position: absolute;
    bottom: -0.925rem;
    transition: ease-in-out 0.6s;
  }
  .info-mobile-slider img {
    height: 16rem;
    object-fit: cover;
    width: 100%;
    border-radius: 1.25rem;
  }
  .info-mobile-slider p {
    margin-top: 1.875rem;
    font-family: "FiraGO-Regular";
    font-size: 1.25rem;
    line-height: 2rem;
    color: rgba(61, 61, 61, 0.7);
  }
  .info-mobile-slider button {
    margin-top: 1.25rem;
    background: transparent;
    border: none;
  }
  .info-mobile-slider button a {
    font-family: "Archy_Bold";
    font-size: 1.5rem;
    color: rgba(61, 61, 61, 0.7);
    line-height: 2rem;
  }
  .info-mobile-slider h4 {
    font-family: "Archy_Bold";
    font-size: 1.625rem;
    color: #002d74;
    line-height: 2.3125rem;
  }

  .info2-top-left-container {
    display: none !important;
  }

  .aboutUs-top-left-container {
    display: none !important;
  }

  body main section.aboutUs-sub-text > .wrapper > .content-wrapper {
    flex-direction: column;
    margin: 0;
  }

  .content-wrapper {
    flex-direction: column !important;
  }

  .img-container {
    margin: 0;
    width: 100%;
    align-items: flex-end !important;
  }
  .img-container .sun {
    width: 5rem !important;
  }
  .img-container .cloud {
    width: 4.5625rem !important;
    margin-left: 0 !important;
    margin-top: 0.6875rem !important;
  }

  .aboutHumana-containers {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 3.125rem !important;
  }

  body main section.abouUs-guide > .wrapper > .abouUs-guide-middle-content {
    margin-top: 6.25rem;
    flex-direction: column-reverse;
  }

  .abouUs-guide-middle-img {
    margin-top: 2.1875rem !important;
  }

  body main section.aboutUs2-baby-info > .wrapper > .aboutUs2-info-top-content > .aboutUs2-top-text-container > p {
    max-width: 100%;
    width: 100%;
  }

  .aboutUs2-info-top-content {
    width: 100%;
  }

  .aboutUs2-top-left-container {
    display: none !important;
  }

  body main section.abouUs2-guide > .wrapper > .abouUs2-guide-middle-content {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .abouUs2-guide-middle-img {
    margin-top: 1.875rem !important;
  }

  body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-intro-text-container {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
  }

  .aboutUs2-guide2-middle-content {
    flex-direction: column !important;
  }

  .aboutUs2-guide3-middle-content {
    flex-direction: column !important;
  }

  .aboutUs2-guide4-middle-content {
    flex-direction: column !important;
  }

  .aboutUs2-mother-info-bottom div {
    display: none !important;
  }

  body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  body main section.aboutUs2-mother-info > .wrapper > .aboutUs2-mother-info-bottom > .aboutUs2-mother-info-bottom-container:nth-child(3) > div img {
    display: none;
  }

  body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top > .img-wrapper {
    display: none;
  }

  .aboutUs2-parents-bottom {
    display: none !important;
  }

  body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top {
    flex-direction: column-reverse;
  }

  .aboutUs2-parents-top-title {
    width: 100% !important;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content {
    flex-direction: column;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper > img {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-text {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  body main section.aboutUs2-sub-text > .wrapper > .content-wrapper {
    width: 100%;
    margin: 0;
  }

  body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content {
    flex-direction: column;
  }

  .forBabies-info2-top-left-container {
    display: none !important;
  }

  .forBabies-info-bottom {
    display: none !important;
  }

  body main section.forBabies-info > .wrapper > .forBabies-info-top {
    flex-direction: column;
  }

  .forBabies-info-top-title {
    width: 100%;
  }

  body main section.forBabies-info > .wrapper > .forBabies-info-top > img:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin: 1.25rem 0;
    border-radius: 1.5625rem;
  }

  body main section.forBabies-info2 {
    height: auto;
  }

  body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content {
    margin-top: 6.25rem;
  }

  body main section.mothers-info > .wrapper > .mothersInfo-top-left-container {
    display: none;
  }

  body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container > .forMothers-guide-containers:nth-child(2) {
    display: none;
  }

  .forMothers-guide-info-top-content {
    width: 100%;
    max-width: 100%;
  }

  body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content {
    flex-direction: column;
  }

  body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-text {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  body main section.mothers-info2 > .wrapper > .mothersInfo2-top-left-container {
    display: none;
  }

  body main section.mothers-info2 > .wrapper > .mothersInfo2-top-content > .mothersInfo2-top-text-container > p {
    max-width: 100%;
    width: 100%;
  }

  body main section.mothers-sub-text > .wrapper > .content-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img .img-wrapper > img {
    width: 100%;
  }

  body main section.forMothers-guide-baby-info > .wrapper > .forMothers-guide-top-left-container {
    display: none;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-bottom {
    display: none;
  }

  body main section.ourQuality-sub-text > .wrapper > .content-wrapper > .text-container {
    max-width: 100%;
    width: 100%;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content {
    flex-direction: column;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img {
    width: 100%;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-text {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top {
    flex-direction: column;
  }

  body main section.ourQuality-sub-text > .wrapper > .content-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .ourQuality-intro-top-title {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper {
    margin: 1.25rem 0;
    max-width: 100%;
    width: 100%;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img {
    height: 30rem;
    width: 100%;
    max-width: 100%;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top .sun {
    display: none;
  }

  body main section.forParents-guide > .wrapper > .forParents-guide-bottom {
    display: none;
  }

  body main section.forParents-guide > .wrapper > .forParents-guide-top {
    flex-direction: column;
  }

  body main section.forParents-guide > .wrapper > .forParents-guide-top .img-wrap > img {
    max-width: 100%;
    width: 100%;
    margin: 1.875rem 0;
  }

  .parents-guide-top-left-container {
    display: none !important;
  }

  body main section.parentsGuide-bottom-content {
    flex-direction: column;
  }

  body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > img {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.parentsGuide-bottom-content > .parentsGuide-bottom-text {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 1.25rem;
  }

  body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content {
    flex-direction: column;
  }

  body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img .img-wrapper > img.yellowImgbg {
    margin-bottom: 1.875rem;
    width: 100%;
  }

  body main section.production-info > .wrapper > .production-info-bottom {
    display: none !important;
  }

  body main section.production-info > .wrapper > .production-info-top {
    flex-direction: column;
  }

  body main section.production-info > .wrapper > .production-info-top > .img-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  body main section.productsPage > .wrapper > .productsPage-head {
    flex-direction: column;
  }

  body main section.productsPage > .wrapper > .productsPage-bottom {
    min-height: unset;
    display: none;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom:after {
    content: "";
    position: fixed;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.82);
    left: 0;
    width: 100%;
    height: 100vh;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category {
    position: fixed;
    left: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    max-width: unset;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    display: block;
    z-index: 10;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category > ul {
    padding: 1.25rem 1.25rem 3.125rem;
    overflow: hidden;
    overflow-y: auto;
    display: none;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category > ul li > label {
    justify-content: flex-start;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category > ul li > label span {
    position: relative;
    opacity: 0.6;
    color: #474747;
    font-size: 1.125rem;
    line-height: 2.0625rem;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .clear-filter {
    font-family: "FiraGo_Regular";
    letter-spacing: 0.0187rem;
    font-weight: 700;
    width: 100%;
    font-size: 1.825rem;
    margin-top: 0;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .subCategory,
body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .statement {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button {
    width: 23%;
    height: 5rem;
    padding: 0 0.375rem 0.6875rem;
    background: #99c5e5;
    border: 0.125rem solid #99c5e5;
    border-radius: 0.5rem;
    color: #fff;
    position: relative;
    margin-left: 1.25rem;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    display: flex;
    align-items: flex-end;
    hyphens: auto;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button button {
    background: transparent;
    box-shadow: none;
    height: auto;
    width: auto;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button button span {
    color: #fff;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button button img {
    display: none;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-products {
    display: none;
  }

  body main section.allergies-sub-text > .wrapper > .content-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  body main section.allergies-questions > .wrapper > .questions-container > ul {
    margin: 0;
    margin-bottom: 1.875rem;
  }

  body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content > .farewellToChest-guide1-img {
    display: none;
  }

  body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content {
    flex-direction: column-reverse;
  }

  body main section.colic-sub-text > .wrapper > .content-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  body main section.colic-guide1 > .wrapper > .colic-guide1-content {
    flex-direction: column-reverse;
  }

  body main section.colic-sub-text2 > .wrapper > .bottom-containers {
    flex-direction: column;
  }

  body main section.colic-sub-text2 > .wrapper > .bottom-containers > .text-container:nth-child(2) {
    margin: 0;
  }

  body main section.colic-sub-text3 > .wrapper > .bottom-containers {
    flex-direction: column;
  }

  body main section.colic-sub-text3 > .wrapper > .bottom-containers > .text-container:nth-child(2) {
    margin: 0;
  }

  body main section.colic-guide-last > .wrapper > .colic-guide-last-content {
    flex-direction: column;
  }

  body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img .img-wrapper > img {
    width: 100%;
  }

  body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-text {
    max-width: 100%;
    width: 100%;
    margin: 1.875rem 0;
  }

  body main section.productsPage > .wrapper > .productsPage-head > .head-text h1 {
    line-height: 3.375rem;
  }

  .products-for-mobile {
    display: block;
  }
  .products-for-mobile .swiper-container > .swiper-wrapper > .swiper-slide .slide-bottom-container {
    width: 100%;
    text-align: left;
    margin-top: 3.125rem;
  }
  .products-for-mobile .slide-top-container {
    width: 20rem;
    height: 20rem;
    background: #ffffff;
    border-radius: 1.5625rem;
    position: relative;
    box-shadow: 0 1.8125rem 3.125rem rgba(61, 61, 61, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products-for-mobile .slide-top-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.375rem;
    bottom: 0;
    left: 0;
    background-color: #96c400;
  }
  .products-for-mobile .slider-img {
    width: 8.8125rem;
    max-height: 70%;
    object-fit: contain;
  }
  .products-for-mobile .products-slider {
    margin: 1.875rem 0;
  }
  .products-for-mobile .products-slider .swiper-slide {
    width: 13.125rem !important;
  }
  .products-for-mobile .products-slider .title-wrapper > h3 {
    font-family: "Archy_Bold";
    color: #002d74;
    font-size: 1.375rem;
    width: 18.375rem !important;
    margin-bottom: 0.75rem;
  }
  .products-for-mobile .products-slider .swiper-slide .slide-top-container {
    width: 21.125rem;
    height: 25.125rem;
    background: #ffffff;
    border-radius: 1.5625rem;
    position: relative;
    box-shadow: 0 1.8125rem 3.125rem rgba(61, 61, 61, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products-for-mobile .products-slider .svgAnimation {
    display: none;
  }
  .products-for-mobile .products-slider .sub {
    width: 2.4375rem;
    position: absolute;
    top: 1.3125rem;
    right: 1.4375rem;
  }
  .products-for-mobile .products-slider .swiper-slide .slide-bottom-container > p {
    font-size: 1.25rem;
    color: #a4a4a4;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 9.8rem;
    width: 18.375rem !important;
  }
  .products-for-mobile .products-slider .mobile-product-link {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .products-for-mobile .search-result {
    width: 20.625rem;
    height: 3.5rem;
    border-radius: 1.875rem;
    margin: 0 auto;
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    margin-bottom: 4.375rem;
  }
  .products-for-mobile .search-result p {
    position: relative;
    font-size: 2.1625rem;
    color: #3d3d3d;
    margin-left: 0.9375rem;
    width: 100%;
    font-family: "Archy_Bold";
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .products-for-mobile .search-result p span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #96c400;
    display: flex;
    align-items: center;
    font-family: "FiraGo_Regular";
    justify-content: center;
    font-size: 1.625rem;
    color: white;
  }
  .products-for-mobile .category-side ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: 1.875rem 0;
    grid-gap: 0.75rem;
  }
  .products-for-mobile .category-side ul li {
    border: 0.0938rem solid #002d74;
    list-style: none;
    height: 4.8125rem;
    width: 4.8125rem;
    border-radius: 0.4375rem;
    color: #002d74;
    font-size: 0.625rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    padding-bottom: 0.3125rem;
  }

  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button {
    width: 40%;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category .category-button button span {
    font-size: 2.5rem;
  }

  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category > ul li > label {
    margin-top: 0.9375rem;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom .productPage-category > ul li > label span {
    font-size: 2.225rem !important;
  }

  body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator {
    margin-top: 6.5rem !important;
  }
  body main section.productsPage > .wrapper > .productsPage-bottom > .productPage-category > .range-indicator p {
    font-size: 2.325rem !important;
  }

  body main section.humana-products .products-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 20rem !important;
    margin: 0 1.875rem;
  }

  .from-intro {
    display: block;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper > img.blueImgbg {
    display: none;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content {
    margin-top: 0;
  }

  body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content {
    margin-top: 0;
  }

  body main section.aboutUs2-guide2 > .wrapper > .aboutUs2-guide2-middle-content > .aboutUs2-guide2-middle-img .img-wrapper > img {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content {
    margin: 0;
  }

  body main section.aboutUs2-guide3 > .wrapper > .aboutUs2-guide3-middle-content > .aboutUs2-guide3-middle-img .img-wrapper > img {
    margin-bottom: 1.875rem;
    width: 100%;
  }

  body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content {
    margin: 0;
  }

  body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img .img-wrapper > img {
    margin-bottom: 1.875rem;
  }

  body main section.colic-intro > .colic-intro-content > .wrapper > .colic-intro-text-container {
    display: none;
  }

  body main section.colic-guide1 > .wrapper > .colic-guide1-content > .colic-guide1-img .img-wrapper > img {
    width: 100%;
    margin-top: 1.875rem;
  }

  body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content {
    margin-top: 0;
  }

  body main section.farewellToChest-guide2 > .wrapper > .farewellToChest-guide2-content > .farewellToChest-guide2-img .img-wrapper > img {
    width: 100%;
    margin-top: 1.875rem;
  }

  body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img .img-wrapper > img {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.forBabies-guide > .wrapper > .forBabies-guide-middle-content > .forBabies-guide-middle-img .img-wrapper > img.yellowImgbg {
    right: 0;
  }

  body main section.forMothers-guide-baby-info {
    margin-top: 0;
  }

  body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img .img-wrapper > img.blueImgbg {
    right: 0;
  }

  body main section.mothers-guide-middle > .wrapper > .mothers-guide-middle-content > .mothers-guide-middle-img > button {
    margin: 1.875rem auto;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img.blueImgbg {
    right: 0;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img {
    margin-bottom: 1.875rem;
  }

  body main section.certificate > .wrapper > .certificate-img-container > img {
    margin-bottom: 1.875rem;
    width: 100%;
  }

  .forParents-guide-top-title {
    max-width: 100%;
    width: 100%;
  }

  body main section.parents-guide-baby-info {
    padding: 0;
  }

  .parents-guide-info-top-content {
    width: 100%;
  }

  body main section.parentsGuide-bottom-content > .parentsGuide-bottom-img > button {
    margin: 1.875rem auto;
  }

  body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content {
    margin-top: 0;
  }

  body main section.parents-last-guide > .wrapper > .parents-last-guide-middle-content > .parents-last-guide-middle-img .img-wrapper > img {
    width: 100%;
    margin-bottom: 3.125rem;
  }

  body main section.production-guide > .wrapper > .production-guide-middle-content {
    margin-top: 0;
  }

  body main section.production-guide > .wrapper > .production-guide-middle-content > .production-guide-middle-img {
    margin-bottom: 1.875rem;
  }

  .production-info-top-title {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.production-info > .wrapper > .production-info-top > .img-wrapper img {
    width: 100%;
  }

  body main section.humana-process > .wrapper > .humana-process-head > .text > h1 {
    font-size: 2.5rem;
  }

  body main section.humana-process > .wrapper > .humana-process-bottom {
    margin-top: 0;
  }

  body main section.selected-product > .wrapper {
    height: auto;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul li {
    display: flex;
    align-items: center;
  }

  .footer-top-mobile ul > a.footer-title {
    font-family: "Archy_Bold";
    color: #002d74;
    font-size: 2.125rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .yellowImgbg {
    display: none !important;
  }

  .aboutUs-intro-text-container {
    display: none !important;
  }

  .wrapper > .guide-text-container {
    display: none !important;
  }

  body main section.products-sub-text > .wrapper > .content-wrapper {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  body main section.products-last-guide > .wrapper > .products-last-guide-middle-content {
    flex-direction: column;
  }

  body main section.products-last-guide > .wrapper > .products-last-guide-middle-content > .products-last-guide-middle-img .img-wrapper > img {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  body main section.product-foryou > .wrapper {
    flex-direction: column !important;
  }

  body main section.product-foryou > .wrapper > .img-container > img {
    width: 100%;
    padding: 0 1.25rem;
  }

  body main section.adviceFor > .wrapper > .img-container {
    max-width: 100%;
    width: 100%;
    transform: none;
  }

  body main section.adviceFor > .wrapper > .text-container {
    width: 100%;
  }

  body main section.products-last-guide > .wrapper > .products-last-guide-middle-content {
    margin-top: 0;
  }

  body main section.adviceFor > .wrapper > .img-container > .img-content > img {
    width: 100%;
  }

  .products-for-mobile .category-side ul {
    width: 100%;
    padding: 0 1.25rem;
  }

  body main section.adviceFor > .wrapper {
    width: 100%;
  }

  body main section.adviceFor > .wrapper > .img-container {
    position: relative;
    margin: 1.875rem 0;
  }

  body main section.product-foryou > .wrapper > .img-container {
    position: relative;
    margin-top: 1.875rem;
  }

  body main section.product-foryou > .wrapper > .text-container {
    width: 100%;
    max-width: 100%;
  }

  section.nav-popup > .nav-popup-modal {
    width: 100%;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top {
    flex-direction: column;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom .nav-container-top > ul:nth-child(2) {
    margin: 0.9375rem 0;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul:last-child {
    padding-bottom: 3.125rem;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper ul {
    display: flex;
    flex-direction: column;
  }

  section.nav-popup > .nav-popup-modal > .popup-header > ul {
    display: flex;
    flex-direction: column;
  }

  .mobile-nav .navUser img {
    width: 1.5625rem;
    margin-left: 2.9375rem;
  }

  .mobile-nav .navSearch img {
    width: 1.5625rem;
  }

  .mobile-nav button img {
    width: 2.5rem;
  }

  body main section.selected-product > .wrapper > .product-content .selected-img > .img-container {
    margin: 1.875rem 0;
  }

  body main section.section-2 .wrapper ul.items {
    display: flex;
    flex-direction: column;
  }

  body main section.section-1 .slider-wrapper {
    display: none;
  }

  body main section.section-2 .wrapper ul.items img {
    width: 100%;
  }

  body main section.section-2 .wrapper ul.items li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 1.875rem !important;
  }

  body main section.section-2 .wrapper ul.items li:nth-child(4) {
    margin-bottom: 1.875rem !important;
    padding: 0 !important;
  }

  body main section.section-1 .wrapper .text-wrapper {
    max-width: 100%;
    width: 100%;
  }

  body main section.products-intro-slider .swiper-container .swiper-slide > img {
    width: 35rem;
  }

  section.products-intro-slider .swiper-container .swiper-slide > h2 {
    font-size: 3.125rem !important;
    bottom: 24.375rem !important;
    top: unset !important;
    transform: none !important;
    right: 8.75rem !important;
  }
  section.products-intro-slider .swiper-container .swiper-slide > h2 img {
    width: 2.8vw !important;
  }

  body main section.productsPage > .wrapper > .productsPage-head > img {
    width: 11rem;
  }

  .wrapper > .content-wrapper > .text-container > button {
    background: #96c400 !important;
  }
  .wrapper > .content-wrapper > .text-container > button a {
    color: white !important;
  }

  body main section.aboutUs-intro > .aboutUs-intro-content > .wrapper > .aboutUs-bg-container {
    width: 100%;
    background-image: url(../../../assets/images/about_us/aboutsm.png);
  }

  body main section.aboutUs2-guide4 > .wrapper > .aboutUs2-guide4-middle-content > .aboutUs2-guide4-middle-img .img-wrapper > img {
    width: 100%;
    padding: 0 1.5625rem;
  }

  body main section.aboutUs2-intro > .aboutUs2-intro-content > .wrapper > .aboutUs2-bg-container {
    background-image: url(../../../assets/images/about_us2/aboutsm.png);
    width: 100%;
  }

  body main section.aboutUs2-guide-middle > .wrapper > .aboutUs2-guide-middle-content > .aboutUs2-guide-middle-img .img-wrapper > img {
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    border-radius: 1.5625rem;
  }

  body main section.aboutUs2-forParents > .wrapper > .aboutUs2-parents-top .right {
    margin-bottom: 2.5rem;
  }

  body main section.colic-intro > .colic-intro-content > .wrapper > .colic-bg-container {
    width: 100%;
    background-image: url(../../../assets/images/colic/colicsm.png);
  }

  body main section.colic-guide-last > .wrapper > .colic-guide-last-content > .colic-guide-last-img .img-wrapper > img {
    margin: 0;
    border-radius: 1.5625rem;
  }

  h3 {
    font-size: 2.5rem !important;
  }

  body main section.parents-guide-intro > .guide-intro-content > .wrapper > .guide-bg-container {
    width: 100%;
  }

  .for-mob {
    display: block;
    margin-bottom: 1.875rem;
  }
  .for-mob a {
    width: 26.875rem;
    height: 4.625rem;
    outline: none;
    border: 0.125rem solid rgba(61, 61, 61, 0.1);
    background: transparent;
    border-radius: 2.3125rem;
    margin-bottom: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.9375rem;
  }
  .for-mob a img {
    position: absolute;
    right: 0.9375rem;
  }

  main section:first-child .wrapper > div:first-child {
    display: none !important;
  }

  body main section.forBabies-intro > .forBabies-intro-content > .wrapper > .forBabies-bg-container {
    width: 100%;
  }

  body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-bg-container {
    width: 100%;
  }

  .for-mob .aboutUs-intro-text-container {
    display: block !important;
  }

  .products-for-mobile .category-side ul li {
    height: 8.375rem;
    width: 9.375rem;
    font-size: 1.625rem !important;
    padding: 0 3.5625rem !important;
  }

  body main section.selected-product > .wrapper > .product-content.active {
    display: block !important;
  }

  body main section.allergies-sub-text > .wrapper > .content-wrapper {
    display: block !important;
  }

  body main section.farewellToChest-guide1 > .wrapper > .farewellToChest-guide1-content {
    display: block !important;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img.blueImgbg {
    display: none;
  }

  body main section.ourQuality-guide > .wrapper > .ourQuality-guide-content > .ourQuality-guide-img .img-wrapper > img {
    margin: 0;
    margin-bottom: 1.875rem;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top {
    display: block !important;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img.active {
    width: 100%;
  }

  body main section.ourQuality-intro > .wrapper > .ourQuality-intro-top > .img-wrapper img.blue {
    display: none;
  }

  body main section.stories-intro > .stories-content > .wrapper > .stories-text-container.active {
    display: block !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-mobile {
    width: 80%;
    margin: auto;
  }
  section.nav-popup > .nav-popup-modal > .nav-mobile li {
    list-style: none;
    margin-right: 1.875rem;
  }
  section.nav-popup > .nav-popup-modal > .nav-mobile .social-icons-wrapper > li {
    margin-bottom: 2rem;
    color: #a4a4a4 !important;
  }
  section.nav-popup > .nav-popup-modal > .nav-mobile ul {
    display: flex;
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
    align-items: center;
  }
  section.nav-popup > .nav-popup-modal > .nav-mobile ul img {
    filter: grayscale(1) brightness(0.5);
    width: 2.1875rem;
  }
  section.nav-popup > .nav-popup-modal > .nav-mobile .nav-title {
    color: #002d74;
    font-size: 2.75rem;
    line-height: 4.0625rem;
    font-family: "Archy_Bold";
  }

  .nav-mobile {
    display: block;
  }

  .headline {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 1.25rem;
  }
  .headline h1 {
    font-size: 2.0625rem;
    color: white;
    margin-bottom: 1.875rem;
    font-family: "Archy_Bold";
  }
  .headline h1 span {
    background-image: url(/assets/images/main/titlebg.png);
    width: auto;
    height: 2rem;
    background-size: cover;
    display: inline-flex;
    background-position: center bottom;
    align-items: center;
    justify-content: center;
  }

  body main section.forMothers-intro > .forMothers-content > .wrapper > .forMothers-bg-container {
    background-image: url(../../../assets/images/for_mothers/mothersm.png);
  }

  body main section.mothers-info {
    padding: 0;
  }

  body main section.forBabies-intro .headline h1 span {
    width: 12.1875rem !important;
  }

  main section:first-child .wrapper > div.text-container {
    display: block !important;
  }

  main .login-area .wrapper div form {
    max-width: 28.125rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main .login-area .wrapper div p {
    font-size: 2.375rem;
  }

  main .login-area .wrapper div h1 {
    font-size: 4.25rem;
  }

  main .login-area {
    padding-top: 3.125rem;
  }

  main .login-area .wrapper div form li {
    list-style: none;
    cursor: pointer;
    font-size: 1.0625rem;
  }

  main .login-area .wrapper div form ul {
    width: 20rem;
  }

  main section.intro .headline h1 {
    font-size: 1.9375rem !important;
    margin-bottom: 5.875rem !important;
  }

  .products-for-mobile .products-slider .swiper-slide {
    margin-left: 13.25rem;
  }
  .products-for-mobile .products-slider .swiper-slide:first-child {
    margin-left: 0;
  }

  body main section.forMothers-guide-baby-info {
    padding: 0;
  }

  main .login-area .wrapper div p {
    font-size: 1.675rem;
  }

  main .login-area .bottom-form {
    flex-direction: column !important;
  }
  main .login-area .bottom-form input {
    margin-bottom: 1.875rem !important;
  }

  section.nav-popup > .nav-popup-modal > .nav-popup-bottom > .nav-container-bottom > .wrapper {
    display: block;
    height: 15rem;
    overflow: scroll;
  }

  body main section.humana-process > .wrapper > .humana-process-head > img {
    width: 7.5rem;
  }

  .product-head {
    display: flex;
  }

  .mobile-nava {
    display: block;
  }

  .product-head a {
    margin-bottom: 1rem !important;
    position: relative;
    display: block;
    width: 100%;
    color: #a4a4a4 !important;
    font-size: 2.75rem;
    line-height: 4.0625rem;
    font-family: "Archy_Bold";
  }

  .nava {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
