/** Shopify CDN: Minification failed

Line 241:0 Unexpected "}"

**/
.hide {
  display: none;
}


.vv-1 h1,.vv-1 h2,.vv-1 h3,.vv-1 h4,.vv-1 h5{
 margin:0;
 padding:0; 
}
.vv-1 .link-button{
 
  padding:0.3rem 1.25rem;
  font-size:1rem; 
  border:none;
  color:#fff;
  text-align:center; 
  text-decoration: none; 
  background:#008062;
/*  border-radius:0.2rem;  */
}

@media (min-width: 750px) {
  .vv-1 .vv-show-pc {
    display: block!important;;
  }
  .vv-1 .vv-hide-pc {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .vv-1 .vv-show-mobile {
    display: block!important;
  }
  .vv-1 .vv-hide-mobile {
    display: none!important;
  }
}
.vv-1 .vv-custom-head {
  position: relative;
}
.vv-1 .vv-custom-head .vv-image-wrap {
  position: relative;
}
.vv-1 .vv-custom-head .vv-image-wrap img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.vv-1 .vv-custom-head p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  z-index: 1;
  user-select: none;
}
.vv-1 .section-one .title {
  position: relative;
}
.vv-1 .section-one .title h2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vv-1 .section-one .title h3 {
  position: relative;
  padding-top: calc(0.2rem + 3vw);
  z-index: 2;
}
@media (min-width: 1200px) {
  .vv-1 .section-one .title h3 {
    padding-top: 3.75rem;
  }
}
.vv-1 .section-three div.title {
  height: calc(1.625rem + 4.5vw) !important;
  border-radius: 0.875rem !important;
}
@media (min-width: 1200px) {
  .vv-1 .section-three div.title {
    height: 5rem !important;
  }
}
.vv-1 .section-three div.title h2 {
  line-height: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .vv-1 .section-three div.title h2 {
    line-height: 5rem !important;
  }
}
.vv-1 .section-four .item {
  position: relative;
  height: 0;
  padding-top: 140.2121%;
  border-radius: 0.6rem;
  cursor: pointer;
  background: #FFFFFF;
}
@media (min-width: 576px) {
  .vv-1 .section-four .item {
    padding-top: 200.2121%;
  }
}
@media (min-width: 750px) {
  .vv-1 .section-four .item {
    padding-top: 121.2121%;
  }
}
.vv-1 .section-four .item img {
  position: absolute;
  top: 20%;
  left: 10.9%;
  right: 10.9%;
  width: 13.63%;
  height: 12.25%;
}
.vv-1 .section-four .item h3 {
  position: absolute;
  top: 21.9%;
/*   left: 10.9%; */
  right: 10.9%;
}
.vv-1 .section-four .item p {
  position: absolute;
  top: 56.65%;
  left: 10.9%;
  right: 10.9%;
}
.vv-1 .vv-custom-bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.vv-1 .vv-custom-bg svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.vv-1 .vv-custom-bg .vv-container-1500 {
  position: relative;
  z-index: 1;
}
.vv-1 .vv-active-item {
  background: linear-gradient(180deg, #9BE2A1 0%, #00B78C 100%) !important;
}
.vv-1 .vv-active-item h3, .vv-1 .vv-active-item p {
  color: #FFFFFF;
}
.vv-1 .vv-active-item img:nth-of-type(1) {
  display: none!important;
}
.vv-1 .vv-active-item img:nth-of-type(2) {
  display: block!important;
}

/* layout  style */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.img-fluid {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.bt1 {
  border: 1px solid red;
}

.bt2 {
  border: 1px solid blueviolet;
}

.vv-hide {
  display: none !important;
}

.vv-select-none {
  user-select: none;
}

.vv-mask {
  position: relative;
}
.vv-mask::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.vv-padding-20{
  padding:1.25rem;
}

.vv-padding-t-b-20{
  padding-top:1.25rem;
  padding-bottom:1.25rem;
}

.vv-z-index-1100 {
  z-index: 1100;
}

.vv-margin-t-10 {
  margin-top: 0.625rem;
}

.vv-margin-t-20 {
  margin-top: 1.25rem!imporatnt;
}

.vv-margin-t-30 {
  margin-top: calc(1.3125rem + 0.75vw)!imporatnt;
}
}
@media (min-width: 1200px) {
  .vv-margin-t-30 {
    margin-top: 1.875rem!imporatnt;
  }
}

.vv-margin-t-60 {
  margin-top: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .vv-margin-t-60 {
    margin-top: 3.75rem!imporatnt;
  }
}

.vv-margin-t-100 {
  margin-top: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .vv-margin-t-100 {
    margin-top: 6.25rem;
  }
}

.vv-margin-t-120 {
  margin-top: calc(1.875rem + 7.5vw);
}
@media (min-width: 1200px) {
  .vv-margin-t-120 {
    margin-top: 7.5rem;
  }
}

.vv-margin-b-20 {
  margin-bottom: 1.25rem!important;
}

.vv-margin-b-30 {
  margin-bottom: calc(1.3125rem + 0.75vw)!important;
}
@media (min-width: 1200px) {
  .vv-margin-b-30 {
    margin-bottom: 1.875rem!important;
  }
}

.vv-padding-lr-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.vv-padding-lr-30 {
  padding-left: calc(1.3125rem + 0.75vw);
  padding-right: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .vv-padding-lr-30 {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .vv-padding-lr-30 {
    padding-right: 1.875rem;
  }
}

.vv-padding-lr-40 {
  padding-left: calc(1.375rem + 1.5vw);
  padding-right: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .vv-padding-lr-40 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .vv-padding-lr-40 {
    padding-right: 2.5rem;
  }
}

.vv-bg-primary {
  background: #008062;
}

.text-color-primary {
  color: #008062;
}

.text-color-f0f0f0 {
  color: #F0F0F0;
}

.text-color-ffffff {
  color: #FFF;
}

.vv-text-size-14 {
  font-size: 0.875rem;
}

.vv-text-size-16 {
  font-size: 1rem;
}

.vv-text-size-18 {
  font-size: 1.125rem;
}

.vv-text-size-20 {
  font-size: 1.25rem;
}

.vv-text-size-24 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .vv-text-size-24 {
    font-size: 1.5rem;
  }
}

.vv-text-size-26 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .vv-text-size-26 {
    font-size: 1.625rem;
  }
}

.vv-text-size-28 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .vv-text-size-28 {
    font-size: 1.75rem;
  }
}

.vv-text-size-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .vv-text-size-30 {
    font-size: 1.875rem;
  }
}

.vv-text-size-36 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .vv-text-size-36 {
    font-size: 2.25rem;
  }
}

.vv-text-size-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .vv-text-size-40 {
    font-size: 2.5rem;
  }
}

.vv-text-size-50 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .vv-text-size-50 {
    font-size: 3.125rem;
  }
}

.vv-text-size-70 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  .vv-text-size-70 {
    font-size: 4.375rem;
  }
}

.vv-text-size-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .vv-text-size-80 {
    font-size: 5rem;
  }
}

.vv-text-size-90 {
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  .vv-text-size-90 {
    font-size: 5.625rem;
  }
}

.vv-text-size-100 {
  font-size: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .vv-text-size-100 {
    font-size: 6.25rem;
  }
}

.vv-line-height-1 {
  line-height: 1;
}

.vv-font-weight-800 {
  font-weight: 800;
}

@media (min-width: 750px) {
  .vv-md-font-weight-500 {
    font-weight: 500;
  }

  .vv-md-font-weight-800 {
    font-weight: 800;
  }

  .vv-md-text-size-16 {
    font-size: 1rem;
  }

  .vv-md-text-size-18 {
    font-size: 1.125rem;
  }

  .vv-md-text-size-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-90 {
    font-size: calc(1.6875rem + 5.25vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-90 {
    font-size: 5.625rem;
  }
}
@media (min-width: 750px) {
  .vv-md-text-size-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-text-size-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 750px) {
  .vv-md-margin-t-125 {
    margin-top: calc(1.90625rem + 7.875vw);
  }
}
@media (min-width: 750px) and (min-width: 1200px) {
  .vv-md-margin-t-125 {
    margin-top: 7.8125rem;
  }
}
@media (min-width: 1200px) {
  .vv-xl-text-size-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .vv-xl-text-size-50 {
    font-size: 3.125rem;
  }
}
.vv-text-center {
  text-align: center;
}

.vv-text-left {
  text-align: left;
}

.vv-container-full {
  width: 100%;
}

.vv-container-1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.vv-order-1 {
  order: 1;
}
@media (min-width: 750px) {
  .vv-order-1 {
    order: 2;
  }
}

.vv-order-2 {
  order: 2;
}
@media (min-width: 750px) {
  .vv-order-2 {
    order: 1;
  }
}

.vv-row {
  display: flex;
  flex-wrap: wrap;
}
.vv-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.vv-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.vv-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.vv-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.vv-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.vv-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.vv-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.vv-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.vv-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.vv-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.vv-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.vv-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.vv-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.vv-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .vv-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .vv-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .vv-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .vv-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vv-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .vv-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .vv-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vv-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .vv-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .vv-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vv-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .vv-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .vv-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .vv-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .vv-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .vv-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .vv-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vv-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .vv-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .vv-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vv-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .vv-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .vv-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vv-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .vv-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .vv-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1120px) {
  .vv-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .vv-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .vv-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .vv-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vv-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .vv-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .vv-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vv-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .vv-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .vv-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vv-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .vv-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .vv-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.vv-position-absolute {
  position: absolute;
}

.vv-position-relative {
  position: relative;
}

.vv-flex {
  display: flex;
}

.vv-flex-fill {
  flex: 1 1 auto !important;
}

.vv-flex-row {
  flex-direction: row !important;
}

.vv-flex-column {
  flex-direction: column !important;
}

.vv-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.vv-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.vv-flex-grow-0 {
  flex-grow: 0 !important;
}

.vv-flex-grow-1 {
  flex-grow: 1 !important;
}

.vv-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.vv-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.vv-flex-wrap {
  flex-wrap: wrap !important;
}

.vv-flex-nowrap {
  flex-wrap: nowrap !important;
}

.vv-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.vv-justify-content-start {
  justify-content: flex-start !important;
}

.vv-justify-content-end {
  justify-content: flex-end !important;
}

.vv-justify-content-center {
  justify-content: center !important;
}

.vv-justify-content-between {
  justify-content: space-between !important;
}

.vv-justify-content-around {
  justify-content: space-around !important;
}

.vv-justify-content-evenly {
  justify-content: space-evenly !important;
}

.vv-align-items-start {
  align-items: flex-start !important;
}

.vv-align-items-end {
  align-items: flex-end !important;
}

.vv-align-items-center {
  align-items: center !important;
}

.vv-align-items-baseline {
  align-items: baseline !important;
}

.vv-align-items-stretch {
  align-items: stretch !important;
}

.vv-align-content-start {
  align-content: flex-start !important;
}

.vv-align-content-end {
  align-content: flex-end !important;
}

.vv-align-content-center {
  align-content: center !important;
}

.vv-align-content-between {
  align-content: space-between !important;
}

.vv-align-content-around {
  align-content: space-around !important;
}

.vv-align-content-stretch {
  align-content: stretch !important;
}

.vv-align-self-auto {
  align-self: auto !important;
}

.vv-align-self-start {
  align-self: flex-start !important;
}

.vv-align-self-end {
  align-self: flex-end !important;
}

.vv-align-self-center {
  align-self: center !important;
}

.vv-align-self-baseline {
  align-self: baseline !important;
}

.vv-align-self-stretch {
  align-self: stretch !important;
}

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