@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.bg-pink {
  background: #fadddf; }

.bg-green-light {
  background: #f8ffee; }

.bg-grey {
  background: #F7F7F7; }

.bg-blue-light {
  background: #c2e7fb; }

.bg-dark-blue {
  background: #224771; }

.bg-dark {
  background: #323232; }

.bg-white-grey {
  background: #efefef; }

.bg-white-grey-min {
  background: #efefef;
  background: linear-gradient(0deg, #efefef 25%, white 25%); }

.bg-blue-grad {
  background: linear-gradient(289.79deg, #307AC4 0%, #359BFF 80.84%);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3); }

.grey {
  color: #cccccc !important; }

.black {
  color: #000; }

.bg-black {
  background: #141414; }

.border-bottom-grey {
  border-bottom: 1px dotted #cccccc; }

.btn-gold {
  background-color: #bfa563; }

.border-bottom-solid-grey {
  border-bottom: 1px solid #efefef; }

.btn-pink-bold {
  background: #f4a3b4;
  padding: 0.5rem 1.5rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-weight: bold; }

.btn-women-white {
  background: #fff;
  padding: 0.5rem 2rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: bold; }

@font-face {
  font-family: 'Baloo2-Bold';
  src: url("../fonts/Mulish/Mulish-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Mulish-Medium';
  src: url("../fonts/Mulish/Mulish-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Mulish-ExtraLight';
  src: url("../fonts/Mulish/Mulish-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2-ExtraBold';
  src: url("../fonts/Mulish/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2-Regular';
  src: url("../fonts/Mulish/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Slick';
  src: url("../fonts/slick.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Baloo2-Regular';
  font-size: 19px;
  color: #323232; }

p {
  font-family: 'Baloo2-Regular';
  font-size: 19px;
  color: #323232; }

.bold {
  font-family: 'Baloo2-Bold'; }

h1 {
  font-family: 'Mulish-Medium';
  color: #323232; }

h2 {
  font-family: 'Baloo2-Bold';
  color: #323232; }

.title {
  color: #323232; }

.title.is-1 {
  font-size: 4.5rem; }
  @media only screen and (max-width: 480px) {
    .title.is-1 {
      font-size: 3rem; } }
  @media only screen and (max-width: 340px) {
    .title.is-1 {
      font-size: 2.5rem; } }

.title.is-2 {
  font-size: 4.5rem; }
  @media only screen and (max-width: 480px) {
    .title.is-2 {
      font-size: 3rem; } }
  @media only screen and (max-width: 340px) {
    .title.is-2 {
      font-size: 2.5rem; } }

.title.is-3 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .title.is-3 {
      font-size: 1.65rem; } }

@media only screen and (max-width: 480px) {
  .title.is-3.product-detail-title {
    font-size: 1.5rem; } }

.title.is-4 {
  font-size: 1.35rem; }

.title-product {
  font-family: 'Baloo2-Bold'; }

h3 {
  color: #323232;
  font-family: 'Baloo2-Bold'; }

h4 {
  color: #323232;
  font-family: 'Baloo2-Bold'; }

h5 {
  font-family: 'Baloo2-Bold';
  color: #323232; }

.product-box .title.is-5 {
  font-size: 1.05rem;
  margin-bottom: 1.05rem; }

@media only screen and (max-width: 480px) {
  .title.is-5 {
    font-size: 1.05rem;
    margin-bottom: 1rem; } }

.is-white {
  color: #fff !important; }

.is-gold {
  color: #BFA562 !important; }

.is-red {
  color: #FF5252 !important; }

.is-green {
  background: -webkit-linear-gradient(#82bb42, #79b339);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a {
  color: #000; }

a img {
  vertical-align: middle; }

.no-margin-bottom {
  margin-bottom: 1rem !important; }

@media only screen and (max-width: 480px) {
  .no-padding-mobile {
    padding: 0 .75rem; } }

.underline {
  text-decoration: underline; }
  .underline:hover {
    color: #bfa563; }

p {
  font-family: 'Baloo2-Regular';
  font-size: 16px;
  line-height: 1.5;
  color: #323232; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 19px; } }

b, strong {
  color: inherit;
  font-family: 'Baloo2-Bold'; }

small {
  font-size: 14px; }
  small a {
    font-size: 14px;
    color: #323232; }
  small a.active {
    color: #BFA562; }

blockquote {
  background-color: transparent !important; }

.quotes h2 {
  font-family: 'Baloo2-Bold';
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    .quotes h2 {
      font-size: 50px; } }

.content blockquote {
  padding: 0;
  border: none; }
  .content blockquote p {
    font-family: 'Baloo2-BoldItalic';
    font-size: 1.35rem; }
    @media only screen and (min-width: 768px) {
      .content blockquote p {
        font-size: 1.5rem; } }
.content a {
  color: #82bb42;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .content a {
      font-size: 18px; } }
.content iframe {
  height: 240px; }
  @media only screen and (min-width: 768px) {
    .content iframe {
      height: 420px; } }
.content .instagram-media {
  height: 100%;
  min-height: 640px; }
  @media only screen and (min-width: 768px) {
    .content .instagram-media {
      min-height: 900px;
      margin-bottom: 1rem; } }

.more-line-height {
  line-height: 2; }

.breadcrumbs p, .breadcrumbs a {
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs p, .breadcrumbs a {
      font-size: 1rem; } }

a {
  font-family: 'Baloo2-Regular';
  font-size: 19px;
  line-height: 1.5;
  transition: all 0.3s; }

.is-active {
  font-family: 'Baloo2-ExtraBold';
  font-size: 19px;
  font-weight: 400; }

@media only screen and (max-width: 480px) {
  .has-text-centered-mobile {
    text-align: center; } }

.has-text-centered-mobile-tablet {
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .has-text-centered-mobile-tablet {
      text-align: left; } }

@media only screen and (min-width: 768px) {
  .has-text-right-desktop {
    text-align: right; } }

.has-text-right {
  text-align: right; }

.horizontal-menu-right li:hover a {
  transition: all 0.3s; }

.button {
  font-family: 'Baloo2-Bold';
  min-width: 90px;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .button {
      min-width: 90px; } }
  .button:hover {
    transition: all 0.3s;
    color: #BFA562; }

.button.is-primary {
  background-color: #f4a3b4;
  border-color: transparent;
  color: #fff; }
  .button.is-primary:hover {
    background-color: #df7f93; }

.button.is-danger {
  font-size: 19px;
  background: linear-gradient(272.12deg, #FF2021 -8.11%, #D10203 82.98%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  color: #fff;
  transition: all 0.3s; }
  .button.is-danger:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-success {
  font-size: 19px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  color: #fff;
  margin-top: 1rem;
  background: #82bb42;
  background: linear-gradient(to top, #82bb42 0%, #a5e84e 100%);
  width: 140px; }
  .button.is-success:hover {
    transition: all 0.3s;
    transform: scale(1.025);
    color: #fff; }

@media only screen and (max-width: 480px) {
  .button.is-success.is-fullwidth {
    width: 100% !important; } }

.button.is-info {
  font-size: 19px;
  background: #1b6b94;
  border-radius: 2rem;
  color: #fff; }
  .button.is-info:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-outline-blue {
  border: 1px solid #224771;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 2rem;
  color: #224771; }

.button.is-outline-white {
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff; }
  .button.is-outline-white:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.btn-grey {
  background-color: #ACADB8 !important;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  @media only screen and (min-width: 768px) {
    .btn-grey {
      height: 3em; } }
  .btn-grey:hover {
    background-color: #000 !important; }

.btn-gold {
  background-color: #BFA562 !important;
  color: #fff;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  .btn-gold i {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .btn-gold {
      height: 3em; } }
  .btn-gold:hover {
    background-color: #000 !important; }

.card {
  color: #4372a7; }

.horizontal-menu-list {
  text-align: right; }
  .horizontal-menu-list li {
    font-family: 'Baloo2-Regular';
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-list li .is-active {
      color: #fff; }
    .horizontal-menu-list li a {
      color: #fff; }
      .horizontal-menu-list li a:hover {
        color: #176892; }
    .horizontal-menu-list li a.is-active {
      position: relative; }
      .horizontal-menu-list li a.is-active:after {
        content: '';
        left: 0;
        bottom: 0;
        margin-bottom: -3.05rem;
        margin-left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 44px;
        height: 6px;
        background: #D10203;
        border-radius: 10px; }
    .horizontal-menu-list li .menu-highlight {
      margin-top: -1.5rem; }

.text-normal {
  font-size: 19px !important; }

.icon-contact {
  width: 60px;
  margin-bottom: 1rem; }

.menu-footer li {
  line-height: 2; }

.underlined {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .product-title-text {
    height: auto; } }

@media only screen and (min-width: 768px) {
  .product-content-text {
    height: 9.5rem; } }

.footer {
  font-size: 14px; }
  .footer p, .footer a {
    font-family: 'Baloo2-Regular';
    color: #323232;
    font-size: 14px;
    line-height: 1.5; }
  .footer p strong {
    font-family: 'Baloo2-Bold';
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .footer .icon {
    width: 1.75rem; }
    .footer .icon a {
      color: #f4a3b4;
      font-size: 1.5rem; }
      .footer .icon a:hover {
        color: #df7f93; }
  .footer ul.socmed li {
    display: inline-block;
    margin-right: 0.75rem; }
    .footer ul.socmed li img {
      max-width: 40px;
      width: 100%; }
    .footer ul.socmed li a {
      transition: all 0.3s; }
      .footer ul.socmed li a:hover img {
        transition: all 0.3s;
        transform: scale(1.125); }

.font-reg p:not(:last-child) {
  margin-bottom: 0 !important; }
@media only screen and (min-width: 768px) {
  .font-reg p {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .mini-mobile {
    font-size: 1rem !important;
    margin-bottom: 1rem; } }

.top-quote li {
  font-family: 'Baloo2-Bold'; }

.footer-copyright p, .footer-copyright a {
  font-family: 'Baloo2-Regular'; }
.footer-copyright a {
  color: #fff;
  text-decoration: underline; }
  .footer-copyright a:hover {
    color: #c2e7fb; }

.input, .textarea {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0; }

.label {
  font-family: 'Baloo2-Regular'; }

#subscribe-form {
  padding: 1rem; }
  #subscribe-form .title {
    margin-bottom: 1rem; }

.subscribe-label {
  min-width: 33%; }

.sub {
  font-family: 'Baloo2-Regular';
  text-transform: uppercase; }

.horizontal-menu-left a, .horizontal-menu-right a {
  color: #000;
  font-family: 'Mulish-ExtraLight';
  text-transform: uppercase;
  font-size: 16px;
  margin: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.06rem; }
@media only screen and (min-width: 768px) {
  .horizontal-menu-left a:last-child, .horizontal-menu-right a:last-child {
    margin-right: 0rem;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-family: 'Baloo2-Bold'; } }
.horizontal-menu-left a.is-active, .horizontal-menu-right a.is-active {
  color: #fadddf;
  position: relative; }
  .horizontal-menu-left a.is-active:before, .horizontal-menu-right a.is-active:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #79b339;
    bottom: 0;
    left: 0;
    margin-bottom: -0.5rem;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 1; }

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 0.5rem; }
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s; }
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s; }
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s; }
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem; }
.accordion ul li.list i:before, .accordion ul li.list i:after {
  content: "";
  position: absolute;
  background-color: #79b339;
  width: 3px;
  height: 9px; }
.accordion ul li.list i:before {
  transform: translate(-2px, 0) rotate(45deg); }
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.accordion ul li.list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0; }
.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.accordion ul li.list input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.accordion ul li.list input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }
.accordion li.list p {
  max-height: 640px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }
.accordion h4 {
  font-family: 'Baloo2-ExtraBold';
  margin-bottom: 0 !important;
  text-transform: capitalize; }
.accordion .content ul {
  margin-top: 1rem; }
  .accordion .content ul li {
    list-style: disc; }
.accordion .content ol {
  margin-left: 0; }
@media only screen and (min-width: 768px) {
  .accordion .content ul, .accordion .content ol {
    margin-left: 1rem; } }
.accordion li.list .content p {
  font-size: 16px; }
.accordion li.list .content li {
  font-size: 16px; }

.desc-ingredient {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  padding: 0 20px; }

.is-capitalize {
  text-transform: capitalize; }

.is-lowercase {
  text-transform: lowercase; }

.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out; }

.flipIn, ul li {
  animation: flipdown 0.5s ease both; }

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
.font-or {
  font-family: 'Baloo2-Regular';
  font-weight: 700; }

.font-opensansReg {
  font-family: 'Baloo2-Regular'; }

.delete-hover:hover {
  color: #bfa563 !important; }

.t-history-order thead td {
  font-size: 0.9rem; }
.t-history-order tbody td {
  font-size: 0.9rem; }
  .t-history-order tbody td a div p {
    font-size: 0.9rem; }

.truncate {
  white-space: pre-wrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.bg-black .title, .bg-black p {
  color: #fff; }

#countdown {
  margin-top: 2rem; }
  #countdown li {
    display: inline-block;
    font-size: 0.625em;
    list-style-type: none;
    padding: 0.5em;
    text-transform: uppercase;
    width: 72px;
    background: #f4a3b4;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff; }
    @media only screen and (max-width: 340px) {
      #countdown li {
        width: 60px;
        font-size: 0.5em; } }
    @media only screen and (min-width: 768px) {
      #countdown li {
        width: 120px;
        padding: 1em; } }
  #countdown li span {
    display: block;
    font-size: 3rem; }
    @media only screen and (max-width: 340px) {
      #countdown li span {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) {
      #countdown li span {
        font-size: 4.5rem; } }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides .hero-body {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides .hero-body {
  display: block;
  float: left;
  width: 100%;
  border: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.preloader-item, .preloader-item::before, .preloader-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.preloader-item {
  width: 160px;
  height: 160px;
  margin: auto;
  background: url("../../assets/images/logo.png") no-repeat 50%/70%;
  background-size: 60%;
  color: #224771; }

.preloader-item::before, .preloader-item::after {
  content: '';
  z-index: -1;
  box-shadow: inset 0 0 0 5px;
  animation: clipMe 3s linear infinite; }

.preloader-item::before {
  animation-delay: -1.5s; }

.animation-scale {
  animation: scale 2s linear infinite alternate; }

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 45px, 5px, 45px); }
  6% {
    clip: rect(0px, 155px, 5px, 45px); }
  15% {
    clip: rect(0px, 160px, 10px, 45px); }
  21% {
    clip: rect(0px, 160px, 115px, 155px); }
  28% {
    clip: rect(5px, 160px, 160px, 155px); }
  34% {
    clip: rect(5px, 160px, 160px, 115px); }
  41% {
    clip: rect(155px, 160px, 160px, 115px); }
  47% {
    clip: rect(155px, 115px, 160px, 115px); }
  54% {
    clip: rect(155px, 115px, 160px, 115px); }
  60% {
    clip: rect(155px, 115px, 160px, 5px); }
  67% {
    clip: rect(155px, 115px, 160px, 0px); }
  74% {
    clip: rect(45px, 5px, 160px, 0px); }
  80% {
    clip: rect(0px, 5px, 155px, 0px); }
  87% {
    clip: rect(0px, 45px, 110px, 0px); }
  93% {
    clip: rect(0px, 45px, 5px, 0px); }
  97% {
    clip: rect(0px, 45px, 5px, 5px); } }
#flower {
  position: relative;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: rotate-flower;
  animation-duration: 3s;
  /* 	animation-fill-mode: forwards;
   */
  animation-iteration-count: infinite; }

@keyframes rotate-flower {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
#flower section {
  position: absolute;
  width: 150px;
  display: flex;
  justify-content: space-between;
  animation-name: rotate-expand;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes rotate-expand {
  0% {
    width: 150px; }
  50% {
    width: 300px; }
  100% {
    width: 150px; } }
#flower section:before {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 30% 70% 71% 29% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower section:after {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 66% 34% 39% 61% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower .div-two {
  transform: rotate(45deg); }
#flower .div-three {
  transform: rotate(90deg); }
#flower .div-four {
  transform: rotate(135deg); }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #fff; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #000 !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2, .menuBtn-3 {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2, .menuBtn-3 {
      min-width: 100px;
      color: #000 !important; } }

.menuBtn-2:focus, .menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover, .menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'OpenSans-Bold';
      color: #000; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 16px; } }
      #menuleft .modalmenu li a:hover {
        color: #BFA562; }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'OpenSans-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 14px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

.modal-div-section.scrolled {
  top: 64px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section.scrolled {
      top: 104px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px;
      color: #82bb42; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a:hover {
      color: #79b339; }

.horizontal-menu-right {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-right li a:hover {
      color: #000; }

.super-navs.top-header-section.scrolled {
  top: -55px;
  transition: 0.3s; }

.super-navs.header-section.scrolled {
  padding: 1rem 1.25rem;
  top: 0;
  transition: 0.3s;
  background: #fff;
  opacity: 0; }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #224771; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover1:hover path {
  fill: #224771; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.975); }

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: black;
  background: rgba(255, 255, 255, 0.975);
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-open {
  height: 100%; }

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #000;
  text-transform: capitalize;
  display: block;
  transition: 0.3s; }

.overlay-menu a.is-active {
  position: relative;
  font-family: 'Baloo2-ExtraBold';
  color: #628f30; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 7px;
  left: 1rem;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fadddf;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px; }

#hamburgericon span:nth-child(4) {
  top: 12px; }

#hamburgericon.hamburger-open span {
  background: #fadddf; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#eye {
  color: #82bb42;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #82bb42;
  border-radius: 7px; }

.modal-cart-right {
  background: #ffffff;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: none;
  width: 450px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
  margin: 0px; }
  @media only screen and (max-width: 480px) {
    .modal-cart-right {
      width: 100%; } }

.cart-table {
  display: block; }
  .cart-table tbody {
    height: 60vh;
    display: inline-block;
    width: 100%;
    overflow-y: scroll; }
    @media only screen and (max-width: 480px) {
      .cart-table tbody {
        height: 55vh; } }

.modal-close-cart {
  right: 8px;
  top: 12px; }

.modal-close-cart::before {
  background-color: #000000 !important; }

.modal-close-cart::after {
  background-color: #000000 !important; }

.modal-slideright {
  display: flex;
  visibility: hidden; }
  .modal-slideright .modal-background {
    transition: all .3s;
    opacity: 0; }

.modal-slideright.is-active {
  visibility: visible; }

.modal.modal-slideright .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.modal-slideright .modal-background {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.modal.modal-slideright.is-active .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.modal.modal-fx-slideBottom .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s ease-in-out !important; }

.cart-button {
  border-top: 1px solid #dbdbdb; }
  .cart-button tbody tr td {
    vertical-align: middle; }
    .cart-button tbody tr td h3 {
      font-family: 'OpenSans-Bold';
      color: #bfa563; }
    .cart-button tbody tr td .total-cart {
      color: #000000 !important; }
    .cart-button tbody tr td a {
      min-width: unset;
      font-family: 'OpenSans-Bold'; }

.btn-gold-checkout {
  background-color: #bfa563;
  color: white; }
  .btn-gold-checkout:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; }

.column-checkout {
  position: fixed;
  bottom: 0;
  overflow: hidden; }

.border-dotted-grey {
  border-bottom: 1px dotted grey; }

.cart-checkout {
  height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media only screen and (max-width: 480px) {
    .cart-checkout {
      height: 45vh; } }

.expandable {
  background: #fff;
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent; }

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black; }

#smartwizard {
  border: unset !important; }
  #smartwizard .nav {
    box-shadow: unset !important; }
    #smartwizard .nav:before {
      z-index: -1 !important; }
    @media only screen and (max-width: 480px) {
      #smartwizard .nav {
        flex-direction: unset !important; } }
    #smartwizard .nav .nav-link.active {
      color: #bfa563 !important; }
      #smartwizard .nav .nav-link.active:after {
        background-color: #bfa563 !important; }
    #smartwizard .nav .nav-link.done {
      color: #5a5a5a !important; }
      #smartwizard .nav .nav-link.done:after {
        background-color: #5a5a5a !important; }
  #smartwizard .toolbar .btn {
    background-color: #5a5a5a !important;
    border: 1px solid #5a5a5a !important; }

.summary-cart1 {
  height: 40vh;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart1 {
      height: 55vh; } }

.summary-cart {
  height: 22vh !important;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart {
      height: 28vh !important; } }

.list-cart-summary {
  height: 300px;
  overflow-y: auto;
  display: inline-block;
  flex-direction: row;
  padding-right: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem !important; }

@media only screen and (min-width: 768px) {
  .mb-7-desktop {
    position: relative;
    z-index: 1;
    margin-bottom: 7rem !important; } }

@media only screen and (max-width: 480px) {
  .mt-2-mobile {
    margin-top: 2rem; } }

#menuleft .less-padding li {
  padding: 0.25rem 1.5rem; }

.mb-0 {
  margin-bottom: 0.25em !important; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem !important; }

@media only screen and (min-width: 768px) {
  .mt-6-desktop {
    margin-top: 6rem; } }

.mt-5 {
  margin-top: 5rem; }

.mt-3-mobile {
  margin-top: 6rem; }
  @media only screen and (max-width: 480px) {
    .mt-3-mobile {
      margin-top: 6rem; } }

.mt-3-mobile.breadcrumbs {
  margin-top: 6rem; }
  @media only screen and (max-width: 480px) {
    .mt-3-mobile.breadcrumbs {
      margin-top: 2rem !Important; } }

.mt-5-mobile {
  margin-top: 5rem; }
  @media only screen and (max-width: 480px) {
    .mt-5-mobile {
      margin-top: 3rem; } }

@media only screen and (min-width: 768px) {
  .mt-10-tablet {
    margin-top: 8rem; } }

.mt-7-tablet {
  margin-top: 4rem; }
  @media only screen and (min-width: 768px) {
    .mt-7-tablet {
      margin-top: 7rem; } }

@media only screen and (min-width: 768px) {
  .mt-5-desktop {
    margin-top: 5rem; } }

@media only screen and (max-width: 480px) {
  .mt-45-mobile {
    margin-top: 45%; } }

@media only screen and (min-width: 768px) {
  .mw-80-desktop {
    max-width: 90%; } }

.pl-1 {
  padding-left: 1rem; }

@media only screen and (min-width: 768px) {
  .pl-2 {
    padding-left: 2rem; } }

.pr-0 {
  padding-right: 0rem; }

.pr-1 {
  padding-right: 1rem; }

@media only screen and (min-width: 768px) {
  .pr-2 {
    padding-right: 2rem; } }

.p-0 {
  padding: 0px !important; }

.pt-1 {
  padding-top: 1rem; }

.pt-0 {
  padding-top: 0rem !important; }

.text-box-white {
  background: #ffffff !important; }

.mh-3 {
  min-height: 3.5rem; }

.z-1 {
  z-index: 1; }

.f14 {
  font-size: 14px; }

.border-bottom-0 {
  border-bottom: 0px !important; }

.v-middle {
  vertical-align: sub; }

.is-padding-1 {
  padding: 1rem; }

@media only screen and (max-width: 480px) {
  .overflow-mobile {
    overflow-x: scroll; } }

.overflow-scroll {
  overflow-x: scroll; }

@media only screen and (max-width: 480px) {
  .column .flex-start-mobile {
    justify-content: flex-start; } }

.relative {
  position: relative; }

.f-icon {
  width: 80px;
  margin-bottom: 1rem; }

.container.is-fluid {
  margin-left: 0;
  margin-right: 0;
  max-width: none; }

@media only screen and (min-width: 768px) {
  .container.is-fluid-desktop {
    margin-left: 0;
    margin-right: 0;
    max-width: none; } }

.breadcrumb-section {
  padding: 3rem 1.5rem 0; }

@media only screen and (min-width: 768px) {
  header {
    padding-top: 0; } }

.absolute-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.5rem;
  margin-left: 50%;
  transform: translateX(-50%); }

@media only screen and (min-width: 768px) {
  .absolute-title.left {
    margin-top: 1rem;
    margin-left: 1rem;
    transform: translateX(0); } }

.absolute-title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3.5rem !important;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }

.absolute-title-bottom.left {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .absolute-title-bottom.left {
      margin-bottom: 2rem !important;
      margin-left: 1rem;
      transform: translateX(0);
      text-align: left;
      max-width: 200px; } }

@media only screen and (min-width: 768px) {
  .is-one-fifth-tablet .card {
    min-height: 280px; } }
@media only screen and (min-width: 1366px) {
  .is-one-fifth-tablet .card {
    min-height: 270px; } }
.is-one-fifth-tablet .card p {
  font-size: 14px; }

.img-full {
  width: 100%; }

.image-square img {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 270px;
  object-position: center; }
  .image-square img:after {
    content: "";
    display: block;
    padding-top: 100%; }

.mw-320 {
  max-width: 320px; }

@media only screen and (max-width: 480px) {
  .is-reverse {
    flex-direction: column-reverse; } }

.navbar {
  background-color: transparent; }

.navbar-item img {
  max-height: 3.5rem;
  margin: 1rem 0; }

.hero.is-medium .hero-body {
  padding: 12rem 1.5rem 9rem; }

.hero.is-small {
  background-size: cover;
  background-repeat: no-repeat;
  height: 9.5rem; }
  @media only screen and (min-width: 768px) {
    .hero.is-small {
      background-size: 110%;
      background-position: center top;
      height: 37.5rem; } }
  @media only screen and (min-width: 1600px) {
    .hero.is-small {
      height: 45rem; } }

.hero-body {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important; }
  @media only screen and (min-width: 768px) {
    .hero-body {
      background-position: center;
      background-size: cover !important;
      background-size: 100% 100%;
      margin-top: -3rem; } }

.white-box-with-shadow {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 480px) {
    .white-box-with-shadow {
      height: 3.25rem;
      padding-top: 0.75rem; } }
  @media only screen and (max-width: 480px) {
    .white-box-with-shadow .column {
      padding: 0 .5rem; } }

.green-box-with-shadow {
  background: #82bb42;
  border-radius: 3.5rem;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s; }
  @media only screen and (min-width: 1280px) {
    .green-box-with-shadow {
      padding-left: 1rem; } }
  @media only screen and (max-width: 480px) {
    .green-box-with-shadow {
      height: auto;
      margin-bottom: 1rem;
      border-radius: 1.5rem;
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .green-box-with-shadow .column {
      padding: 0 .5rem; } }
  .green-box-with-shadow:hover {
    transform: scale(1.05);
    transition: all 0.3s; }

.scaling {
  transition: all 0.3s; }
  .scaling:hover img {
    transform: scale(1.05);
    transition: all 0.3s; }

.img-related {
  height: 280px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .img-related {
      height: 380px;
      object-fit: cover; } }

.cta-section {
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 768px) {
    .cta-section {
      margin-top: -7rem; } }

@media only screen and (max-width: 480px) {
  .cta-icon {
    max-width: 100px; } }

@media only screen and (max-width: 480px) {
  overflow-mobile-more {
    margin-right: -1.5rem; } }

@media only screen and (max-width: 480px) {
  .mh-mobile {
    min-height: 7.5rem; } }

.is-no-padding {
  padding: 0 !Important; }
  .is-no-padding .is-fluid {
    padding: 0;
    margin: 0; }
    .is-no-padding .is-fluid .centered-div {
      padding: 9rem 0 !important; }
      .is-no-padding .is-fluid .centered-div .box-card {
        align-self: center;
        max-width: 80%; }
        @media only screen and (min-width: 768px) {
          .is-no-padding .is-fluid .centered-div .box-card {
            max-width: 50%; } }

.white-overlay {
  position: relative; }
  .white-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    justify-content: center;
    display: flex;
    z-index: 1; }

.blue-light-overlay {
  position: relative; }
  .blue-light-overlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(220, 243, 255, 0.9);
    justify-content: center;
    display: flex;
    z-index: 1; }

@media only screen and (min-width: 768px) {
  .white-overlay,
  .blue-light-overlay {
    min-height: 70vh; } }

.section.is-small {
  padding: 1.5rem; }

.section.is-full-width {
  padding: 3rem 0; }

.section.no-padding {
  padding: 0 0;
  margin: 9rem 0; }

@media only screen and (min-width: 768px) {
  .section {
    padding: 4.5rem 1.5rem; } }

@media only screen and (min-width: 768px) {
  .section.no-padding-top {
    padding: 0 1.5rem 4.5rem; } }

@media only screen and (max-width: 480px) {
  .section.no-padding-top-mobile {
    padding: 0 1.5rem 3rem; } }

@media only screen and (min-width: 768px) {
  .section.is-full-width-desktop {
    padding: 3rem 0; } }

.is-medium.no-padding-bottom {
  padding: 3rem 1.5rem 0; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-bottom {
      padding: 9rem 1.5rem 0; } }

.is-medium.no-padding-top {
  padding: 0rem 1.5rem 3rem; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-top {
      padding: 0rem 1.5rem 9rem; } }

.banner-section {
  margin-top: 3.75rem; }
  @media only screen and (min-width: 768px) {
    .banner-section {
      margin-top: 7.5rem; } }

.top-header-section {
  background: #f1f1f1;
  mix-blend-mode: normal;
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.3s; }
  @media only screen and (min-width: 768px) {
    .top-header-section {
      padding: 1rem 1.5rem 1.25rem; } }

.header-section {
  background: #fff;
  mix-blend-mode: normal;
  padding: 0.5rem 1.25rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  transition: 0.3s; }
  @media only screen and (min-width: 768px) {
    .header-section {
      background: transparent;
      padding: 1rem 1.5rem; } }

.logo-brand {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .logo-brand {
      max-width: 140px;
      height: auto;
      margin: 0 auto; } }

.logo-brand-home {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .logo-brand-home {
      width: 140px;
      background-position: center center;
      height: 72px;
      margin: 0 auto; } }

.logo-brand-footer {
  max-width: 240px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .logo-brand-footer {
      max-width: 200px;
      margin-bottom: 0;
      margin-left: -1.5rem; } }

.category-product-column {
  height: 320px; }
  @media only screen and (min-width: 768px) {
    .category-product-column {
      height: 420px; } }

.product-box {
  padding: 0 0.5rem 1.5rem;
  border: 2px solid transparent;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .product-box {
      padding: 1.5rem 0.5rem; } }
  .product-box .btn-cart {
    display: none;
    background: #ACADB8;
    width: fit-content;
    border-radius: 0;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-transform: uppercase; }
  .product-box:hover {
    transition: all 0.3s;
    border: 2px solid #BFA562; }
    .product-box:hover .img-product {
      transition: all 0.3s;
      transform: scale(1.025); }
    .product-box:hover .btn-cart {
      display: none; }
  .product-box .info-box {
    position: relative;
    z-index: 2; }
  .product-box .title-product {
    min-height: 80px; }
    @media only screen and (max-width: 480px) {
      .product-box .title-product {
        font-size: 1.05rem;
        min-height: 64px; } }
  @media only screen and (max-width: 480px) {
    .product-box .price {
      font-size: 1.15rem; } }

.image-box {
  position: relative; }
  .image-box:after {
    display: none !important; }
  .image-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 50%;
    margin-right: -0.75rem;
    transform: translateY(-31%);
    z-index: 1;
    width: 2px;
    height: 300px;
    background-color: #BFA562; }
    @media only screen and (min-width: 768px) {
      .image-box:after {
        margin-right: -0.85rem;
        transform: translateY(-33%);
        height: 500px; } }
  .image-box .text-box {
    padding: 1.5rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box p {
      color: #000;
      font-size: 14px; }
  .image-box .text-box-concern {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    top: -155px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box-concern p {
      color: #000;
      font-size: 14px; }
  .image-box .text-box-series {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    top: -104px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-box .text-box-series p {
      color: #000;
      font-size: 14px; }

.image-box.ingredients {
  border: 2px solid #BFA562;
  transition: all 0.3s; }
  .image-box.ingredients:after {
    display: none !important; }
  .image-box.ingredients .text-box {
    height: auto;
    min-height: 80px;
    max-height: 200px; }
  .image-box.ingredients .text-ingredient {
    padding: 1.5rem 1rem;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    height: 9vh;
    min-height: 80px;
    max-height: 200px;
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .image-box.ingredients .text-display {
    opacity: 0; }
  .image-box.ingredients:hover {
    transition: all 0.3s;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2); }
    .image-box.ingredients:hover .text-ingredient {
      transition-property: all;
      transition-duration: .6s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transform: translateY(-100%);
      overflow: unset; }
    .image-box.ingredients:hover .text-display {
      opacity: 1; }

.other-product .card-content {
  background-color: white;
  border: 2px solid #82bb42;
  border-radius: 2rem;
  padding: 1.5rem; }

.journal-item img {
  object-fit: cover; }

.journal-content p img {
  width: 100%;
  object-fit: contain;
  margin: 1.5rem 0; }

.journal-category-item .title-float {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 30%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 1rem; }
.journal-category-item .bg-purple {
  background-color: rgba(179, 81, 216, 0.6); }
.journal-category-item .bg-green {
  background-color: rgba(0, 118, 118, 0.6); }
.journal-category-item .bg-orange {
  background-color: rgba(203, 85, 0, 0.6); }

.miniCertificates li {
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1.5rem; }
  .miniCertificates li img {
    width: 100%;
    object-fit: contain;
    height: 42px; }
  @media only screen and (min-width: 768px) {
    .miniCertificates li {
      margin-right: 1rem; }
      .miniCertificates li img {
        height: 56px; } }

@media only screen and (max-width: 480px) {
  .content {
    margin: 0 auto;
    padding: 0 0.75rem 1.25rem; } }

.slick-dots li button:before {
  font-size: 1.05rem; }

.slick-dots li.slick-active button:before {
  color: #628f30; }

.mw-480 {
  max-width: 480px;
  width: 100%; }

.big-product {
  height: 350px;
  object-fit: contain;
  object-position: center center; }
  @media only screen and (min-width: 768px) {
    .big-product {
      height: 600px; } }
  @media only screen and (min-width: 1280px) {
    .big-product {
      height: 680px; } }

.facilities-card {
  position: relative;
  min-height: 360px; }
  @media only screen and (min-width: 768px) {
    .facilities-card {
      padding: 0rem; } }

.facilities-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center; }
  @media only screen and (min-width: 1600px) {
    .facilities-img {
      height: 420px; } }

.facilities-card:hover .facilities-text {
  opacity: 1; }

.facilities-text {
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  padding: 1rem;
  background: rgba(226, 144, 20, 0.8); }
  .facilities-text p {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  opacity: 0.2; }

.testi-card .no-padding {
  padding: 0; }

.footer {
  position: relative;
  padding: 3rem 1.5rem;
  background: #fff; }
  .footer .container {
    position: relative; }
  .footer .logo-bottom {
    width: 90px;
    height: 90px;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 50%;
    top: 0;
    left: 0;
    margin-top: -45px;
    background-color: #fff;
    padding: 0 1rem; }
  .footer .socmed-box {
    border-radius: 3rem;
    width: 100%;
    background-color: #82bb42; }
  .footer .socmed-footer li {
    display: inline-block;
    margin: 0.75rem 1.25rem; }
    .footer .socmed-footer li a {
      font-size: 1.5rem; }
      .footer .socmed-footer li a svg {
        vertical-align: sub; }
      .footer .socmed-footer li a:hover g path:first-child {
        fill: #628f30; }

.socmed-top {
  width: 2.5rem;
  position: fixed;
  right: 0;
  margin-top: -444px;
  margin-right: 1rem;
  padding: 4.5rem 0 0.5rem;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.7s;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .socmed-top {
      display: none; } }
  .socmed-top li {
    text-align: center; }
    .socmed-top li a {
      font-size: 0.8rem;
      fill: #82bb42; }
      .socmed-top li a svg {
        vertical-align: sub;
        width: 24px;
        color: #82bb42; }
      .socmed-top li a:hover g path:first-child {
        fill: #628f30; }

.socmed-top.open {
  margin-top: 0;
  transition: all 0.7s;
  z-index: 99; }

.menu-footer li a {
  font-size: 14px; }
  .menu-footer li a i {
    color: #cccccc; }
.menu-footer li a:hover {
  color: #176892; }

.copyright a:hover {
  color: #176892; }

.position-relative {
  position: relative !important; }

.img-center {
  display: block;
  margin: 0 auto; }

.mr-1 {
  margin-right: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.height180 {
  height: 104px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .height180 {
      height: 180px; } }

.input-noshadow:focus {
  border-color: #bfa563;
  box-shadow: unset; }

.height75 {
  height: 75vh; }

.flex-nowrap {
  flex-wrap: nowrap !important; }
  @media only screen and (min-width: 768px) {
    .flex-nowrap {
      justify-content: center; } }

@media only screen and (max-width: 480px) {
  .pt-0-mobile {
    padding-top: 0px; } }

@media only screen and (max-width: 480px) {
  .img-rounded-mobile {
    height: 148px;
    width: 148px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: block; } }

.bg-stories {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.pagination-list {
  justify-content: center !important; }

.pagination-link {
  border-radius: 2rem; }

.pagination-link.is-current {
  background-color: #79b339;
  border-color: #79b339; }

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
  border-color: #82bb42;
  color: #ffffff;
  background-color: #82bb42; }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff; }

.bg-journal {
  width: 100%;
  height: 244px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.image-thumbnail-box {
  position: relative; }
  .image-thumbnail-box .date-box {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    z-index: 1;
    background: #fff;
    font-family: 'Baloo2-Bold';
    color: #628f30;
    padding: 0.3rem 0.6rem;
    border-radius: 2rem;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35); }
  .image-thumbnail-box img {
    height: 220px;
    object-fit: cover; }

.swiper-button-next,
.swiper-button-prev {
  top: 44%; }
  @media only screen and (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 40%; } }

.img-hover:hover {
  transform: scale(1.1);
  transition: all 0.3s; }

.img-journal-resize {
  display: block;
  height: 400px;
  margin: 0 auto;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .img-journal-resize {
      height: 600px; } }

.search-input:focus {
  border-color: unset;
  box-shadow: unset; }

.section-notfound {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.dropdown-menu-journal {
  left: 170px;
  top: -16px; }
  @media only screen and (min-width: 768px) {
    .dropdown-menu-journal {
      left: 295px; } }

.blog-card {
  padding: 1.5rem; }
  .blog-card h3 {
    margin-top: 0.6666em; }

.blog-box {
  border: 3px solid #79b339;
  border-radius: 2rem;
  overflow: hidden; }
  .blog-box .no-padding {
    padding: 0; }

.bb-0 {
  border-bottom: 0px; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-2 {
  padding-bottom: 2rem; }

.py-2 {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.mt-0 {
  margin-top: 0px !important; }

.mb-5 {
  margin-bottom: 5rem; }

.w100 {
  width: 100%; }

.pt-2 {
  padding-top: 2rem; }

.journal-event {
  padding: 1rem; }

.journal-box {
  padding: 1rem 2rem !important;
  width: 200px !important;
  overflow-y: unset !important; }
  @media only screen and (min-width: 768px) {
    .journal-box {
      box-shadow: 2px 4px 9px 0px #b7b7b76e; } }

.journal-event.bg-purple:hover {
  background-color: transparent;
  border: 2px solid #b351d899; }
  .journal-event.bg-purple:hover .is-white {
    color: #505050 !important; }

.journal-event.bg-orange:hover {
  background-color: transparent;
  border: 2px solid #cb550099; }
  .journal-event.bg-orange:hover .is-white {
    color: #505050 !important; }

.journal-event.bg-green:hover {
  background-color: transparent;
  border: 2px solid #00767699; }
  .journal-event.bg-green:hover .is-white {
    color: #505050 !important; }

.border-cart {
  color: #ffffff;
  border-radius: 100%;
  background-color: #bfa562;
  padding: 4px 10px;
  position: absolute;
  top: -12px;
  right: -16px;
  font-size: 0.8rem; }

.btn-minus,
.plus-item {
  min-width: unset !important; }

.modal .modal-background {
  background-color: rgba(255, 255, 255, 0.86) !important; }

.error {
  color: #db1010; }

.overflow-auto {
  overflow: auto; }

.input:focus {
  box-shadow: none;
  border-color: #bfa563; }
.input:active {
  box-shadow: none;
  border-color: #bfa563; }
.input:hover {
  border-color: #bfa563; }

#sidebar li {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #e7e7e7; }

.vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 50%;
  transform: translateX(50%);
  z-index: 1;
  height: 100%;
  border: 1px solid #e1d5b7; }

.horizontal-line {
  position: absolute;
  left: 0;
  top: -129px;
  margin-left: 50%;
  z-index: 1;
  height: 331px;
  border: 1px solid #e1d5b7;
  transform: rotate(90deg);
  width: 0; }

@media only screen and (max-width: 480px) {
  .mySwiper {
    height: 75vh; } }

.h50 {
  height: 30vh; }

.add-margin {
  margin: 0rem 0.5rem; }
  @media only screen and (min-width: 768px) {
    .add-margin {
      margin: 0rem 2.5rem; } }

.slick-prev {
  left: -35px; }
  @media only screen and (max-width: 480px) {
    .slick-prev {
      top: 110%;
      left: 28.5% !important;
      z-index: 1; } }

@media only screen and (max-width: 480px) {
  .slick-next {
    top: 110%;
    right: 32.5% !important;
    z-index: 1; } }

@media only screen and (max-width: 480px) {
  .slick-dotted .slick-prev {
    top: 101.5%;
    left: 8.5% !important;
    z-index: 1; } }
@media only screen and (max-width: 480px) {
  .slick-dotted .slick-next {
    top: 101.5%;
    right: 12.5% !important;
    z-index: 1; } }

.videos-home .card {
  color: #4372a7;
  border-radius: 2rem;
  overflow: hidden;
  border: 2px solid #8cbc4e; }
.videos-home .card-content {
  padding: 1rem 0.5rem; }

.slick-prev:before, .slick-next:before {
  opacity: 1;
  color: #fff;
  font-size: 2rem; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
  color: #fff;
  font-size: 2rem; }

#avatars li {
  display: inline-block;
  margin: 1.5rem 1rem; }
  #avatars li img {
    max-width: 200px;
    border-radius: 100%; }
  #avatars li p {
    color: #fff; }

.banner-hero .img-absolute {
  height: 78vh;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3; }
  @media only screen and (max-width: 480px) {
    .banner-hero .img-absolute {
      height: 55vh; } }
.banner-hero .img-absolute2 {
  width: 52%;
  z-index: 2;
  right: -14%;
  top: 22%;
  position: absolute;
  z-index: 2; }
  @media only screen and (max-width: 480px) {
    .banner-hero .img-absolute2 {
      width: 100%;
      right: -29%;
      top: unset;
      position: absolute;
      z-index: 2;
      bottom: 12%; } }
@media only screen and (max-width: 480px) {
  .banner-hero .hero-body {
    align-items: flex-start !important;
    margin-top: 3rem; } }
@media only screen and (min-width: 768px) {
  .banner-hero .hero-body .columns {
    margin-top: 4rem; } }
@media only screen and (max-width: 480px) {
  .banner-hero .hero-body .columns .column {
    text-align: center; } }
.banner-hero .hero-body .columns .column h1 {
  font-size: 2rem !important;
  line-height: 1;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .banner-hero .hero-body .columns .column h1 {
      font-size: 5rem !important; } }

@media only screen and (max-width: 480px) {
  .section-events .container .columns {
    justify-content: center !important;
    margin: 0; } }
.section-events .container .columns .column h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .section-events .container .columns .column h2 {
      font-size: 3rem; } }

.section-mantras .img-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .section-mantras .img-absolute {
      width: 200px; } }
.section-mantras .img-absolute2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .section-mantras .img-absolute2 {
      width: 200px; } }
@media only screen and (max-width: 480px) {
  .section-mantras .container .columns {
    margin: 0; } }
@media only screen and (max-width: 480px) {
  .section-mantras .container .columns .column {
    text-align: center; } }
.section-mantras .container .columns .column .btn-pink-bold {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media only screen and (max-width: 480px) {
    .section-mantras .container .columns .column .btn-pink-bold {
      position: unset; } }
.section-mantras .container .columns .column h2 {
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .section-mantras .container .columns .column h2 {
      font-size: 3rem; } }
.section-mantras .container .columns .column .center-mantras .slick-list .slick-track .slick-slide img {
  height: 550px;
  width: 350px !important;
  margin: 0 auto;
  object-fit: cover; }
  @media only screen and (max-width: 480px) {
    .section-mantras .container .columns .column .center-mantras .slick-list .slick-track .slick-slide img {
      height: 320px; } }
.section-mantras .container .columns .column .center-mantras .slick-list .slick-track .slick-slide.slick-current.slick-active img {
  height: 600px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .section-mantras .container .columns .column .center-mantras .slick-list .slick-track .slick-slide.slick-current.slick-active img {
      height: auto; } }

@media only screen and (max-width: 480px) {
  .section-support .container .columns {
    margin: 0;
    flex-direction: column-reverse; } }
@media only screen and (max-width: 480px) {
  .section-support .container .columns .column {
    text-align: center; } }
.section-support .container .columns .column h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .section-support .container .columns .column h2 {
      font-size: 3rem; } }
@media only screen and (max-width: 480px) {
  .section-support .container .columns .add-padding {
    padding-top: 3rem; } }

@media only screen and (max-width: 480px) {
  .section-community .container .columns {
    margin: 0; } }
.section-community .container .columns .column h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .section-community .container .columns .column h2 {
      font-size: 3rem; } }
.section-community .container .columns .column p {
  text-align: justify; }
.section-community .img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  object-fit: cover; }
  @media only screen and (max-width: 480px) {
    .section-community .img-absolute {
      position: unset;
      height: 200px;
      width: 100%;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; } }

.splide__slide.is-visible.is-active {
  z-index: 2; }
  .splide__slide.is-visible.is-active img {
    transform: scale(2.5);
    height: 300px;
    transition: all 0.4s ease-in-out 0s; }

.splide__slide.is-visible {
  transition: all 0.4s ease-in-out 0s; }
  .splide__slide.is-visible img {
    height: 280px; }

.slick-track {
  display: flex;
  align-items: center; }

.center-slick .slick-list .slick-track .slick-current.slick-active.slick-center {
  transition: all 0.9s;
  transform: unset;
  z-index: 2;
  width: 350px !important;
  background: #fff;
  object-fit: contain; }
  @media only screen and (max-width: 480px) {
    .center-slick .slick-list .slick-track .slick-current.slick-active.slick-center {
      width: auto !important;
      object-fit: cover; } }
  .center-slick .slick-list .slick-track .slick-current.slick-active.slick-center img {
    height: 300px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    transform: unset; }
    @media only screen and (max-width: 480px) {
      .center-slick .slick-list .slick-track .slick-current.slick-active.slick-center img {
        height: 250px; } }

.center-support .slick-list .slick-track .slick-current.slick-active.slick-center {
  background: transparent;
  object-fit: cover;
  box-shadow: unset; }

.center-slick img {
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .center-slick img {
      height: 200px; } }

.img-logo {
  width: 100px; }
  @media only screen and (max-width: 480px) {
    .img-logo {
      width: 50px;
      margin: 0 auto;
      display: block;
      transform: translateX(-25px); } }

.back-to-top {
  position: fixed;
  display: none;
  background: #f3c0c0d9;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  align-items: center;
  justify-content: center; }
  .back-to-top:hover {
    color: #fff; }

.hero.is-fullheight {
  overflow: hidden; }

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