@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap");
html {
  font-size: 16px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

@font-face {
  font-family: mvisbycfextrabold;
  src: url(../fonts/VisbyCF-ExtraBold.woff);
}

@font-face {
  font-family: mvisbycfbold;
  src: url(../fonts/VisbyCF-Bold.woff2);
}

@font-face {
  font-family: mvisbycfreg;
  src: url(../fonts/VisbyCF-Medium.woff2);
}

@font-face {
  font-family: worksans700;
  src: url(../fonts/work-sans-v9-latin-700.woff2);
}

body {
  font-size: 1rem;
  font-family: "Signika", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "worksans700";
  font-family: mvisbycfextrabold;	
}

h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  letter-spacing: 2px;
  font-size: 1.9rem;
}

h4 {
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0;
}

.vid {
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 20px; }
  .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.vid-hold {
  width: 550px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .vid-hold {
      width: 100%; } }

.vid-embed {
  position: relative;
  padding-top: 56.25%; }
  .vid-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
}
.esgth {font-size: 2.1rem;}
.rshers {font-family: mvisbycfextrabold !important; font-size: 1.3rem !important; line-height: 2.2rem}

.cbga {
  font-family: "worksans700";
}

.container {
  max-width: 1140px;
}

.button {
  background-image: -webkit-gradient(linear, left top, right top, from(#faee20), to(#feb303));
  background-image: -o-linear-gradient(left, #faee20, #feb303);
  background-image: linear-gradient(to right, #faee20, #feb303);
  color: #fff;
  font-size: 1rem;
  padding: 14px 40px;
  border-radius: 40px;
  display: inline-block;
  min-width: 220px;	
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 8px rgba(254, 179, 3, 0.7);
          box-shadow: 0 5px 8px rgba(254, 179, 3, 0.7);
  letter-spacing: 2px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-family: mvisbycfextrabold;	
}

.blissbutton {
  background-image: -webkit-gradient(linear, left top, right top, from(#faee20), to(#feb303));
  background-image: -o-linear-gradient(left, #faee20, #feb303);
  background-image: linear-gradient(to right, #faee20, #feb303);
  color: #fff;
  font-size: 1.2rem;
  padding: 14px 40px;
  border-radius: 40px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 8px rgba(254, 179, 3, 0.7);
          box-shadow: 0 5px 8px rgba(254, 179, 3, 0.7);
  letter-spacing: 0.1rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-family: mvisbycfextrabold;
}

@media only screen and (max-width: 991px) {
  .blisssbutton {
    font-size: 1.8rem;
  }
}
.blissbutton:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#feb303), to(#feb303));
  background-image: -o-linear-gradient(left, #feb303, #feb303);
  background-image: linear-gradient(to right, #feb303, #feb303);
}

@media only screen and (max-width: 991px) {
  .button {
    font-size: 1.8rem;
  }
}
.button:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#feb303), to(#feb303));
  background-image: -o-linear-gradient(left, #feb303, #feb303);
  background-image: linear-gradient(to right, #feb303, #feb303);
}

.comment {
  position: relative;
}
.comment-img > img {
  width: 100%;
}
.comment__shadow {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#faee20), to(#feb303));
  background-image: -o-linear-gradient(left, #faee20, #feb303);
  background-image: linear-gradient(to right, #faee20, #feb303);
  height: 100%;
}
.comment__inner {
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
  font-family: mvisbycfreg; 	
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 35px;
}
.comment__inner p:last-child {
  margin: 0;
}
.comment__quote {
  position: absolute;
  top: -20px;
  left: 40px;
}
.comment__stars {
  display: block;
  margin: 0 auto 12px;
}

.banner-img {
  position: relative;
  padding: 17% 0;
}
@media only screen and (max-width: 991px) {
  .banner-img {
    padding: 100% 0 9%;
  }
}
.banner-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-img__image {
  position: relative;
  display: block;
  margin: 0 auto;
}

.comments .comment {
  margin: 0 0 70px;
}

.title {
  text-align: center;
  margin: 0 0 40px;
  text-transform: none;
  font-family: mvisbycfextrabold;	
}
@media only screen and (max-width: 991px) {
  .title {
    margin: 0 0 20px;
  }
}
.title span {
  color: #feb303;
}
.title small {
  display: block;
  font-size: 60%;
  font-weight: bold;
  font-family: mvisbycfextrabold;	
  margin-top: 14px;
}
@media only screen and (max-width: 991px) {
  .title small {
    margin-top: 6px;
  }
}

.header {
  padding: 20px 0;
}

.logo img {
  max-height: 60px;
}

.head-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .head-wrap {
    position: relative;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .head {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.head__name {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .head__name {
    padding-right: 0;
    margin-bottom: 5px;
  }
.mobhappy {margin-top: -420px !important;}
.head__translate {
  text-align: right;
	}}
@media only screen and (max-width: 991px) {
  .head__translate {
    text-align: center;
  }
}

.footer {
  padding: 80px 0;
  position: relative;
  background: url(../blissimages/footer.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .footer {
    background-image: url(../blissimages/footer-mob.png);
    padding: 80% 0 40px;
  }
  .footer .button {
    font-size: 1.2rem;
  }
}
.footer__bl {
  padding-top: 10%;
  margin-top: 140px;
}
.footer__bl h4 {
  margin: 0 0 20px;
  font-size: 2.1rem;
  vertical-align: bottom;
  letter-spacing: 0.2rem;
}
.footer__bl h4 img {
  vertical-align: bottom;
}
.footer__bl h5:last-child {
  font-size: 1.5rem;
  margin-top: 30px;
  font-family: mvisbycfbold;	
}
.footer__bottom {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.footer__disc {
  padding: 10% 0 30px;
  font-size: 1.1rem;
  font-family: mvisbycfreg;	
  line-height: 1.6rem;
}

.footer__disc b {
  font-family: mvisbycfbold;	
}

.seal {
  padding-top: 20%;
  text-align: center;
  margin: 0 0 30px;
}

.blisstext {height: 66px;}
.findbliss {vertical-align: bottom; line-height: 22px;}

.s1__right {padding-left: 40px;}
.smile {height: 20px; width: 20px; margin-top: -2px;}

.orgtext {color: #feb303; font-weight: 600; font-family: mvisbycfbold;}

@media only screen and (max-width: 991px) {
  .seal {
    padding-top: 30px;
  }
}

.s1 {
  margin: 0 0 70px;
}
@media only screen and (max-width: 991px) {
  .s1__right {
    padding-top: 30px;
	padding-left: 20px;  
	  
  }
}
.s1__right h3 span {
  color: #feb303;
}
.s1__right h4 {
  font-size: 1.3rem;
  margin: 38px 0 54px 0px;
  font-family: mvisbycfreg;	
}
.s1 .bliss {
  margin: 0 0 10px;
}
.s1__left {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .s1__left {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .s1__vid {
    margin-left: -22px;
  }
}
@media only screen and (max-width: 991px) {
  .s1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .s1 .button {
    display: block;
    width: 100%;
  }
}

.s2 {
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .s2 {
    padding: 40px 0 10px;
  }
}
.s2__side {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .s2__sidemob {
    margin-left: -15px;
    margin-bottom: 45px;
  }
}
.s2 .container > p {
    margin: 0 auto 50px;
    font-size: 1.3rem;
    font-family: mvisbycfreg;
    line-height: 1.8rem;
    max-width: 798px;	
  text-align: center;
  margin: 0 auto 60px;
  font-weight: 200;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .s2 .container > p {
    text-align: left;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .s2 .title {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .comments__mob .carr {
    position: absolute;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  }
  .comments__mob .carr--prev {
    left: -10px;
  }
  .comments__mob .carr--next {
    right: -10px;
  }
  .comments__mob .slick-slide {
    padding-right: 16px;
    padding-top: 30px;
  }
  .comments__mob .comment__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.s3 {
  padding: 80px 0;
  position: relative;
  background: url(../blissimages/gradient.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .s3 {
    padding: 60px 0;
    position: relative;
    z-index: 10;
  }
}
.s3 p {
  margin: 0 auto 50px;
  font-size: 1.2rem;
  font-family: mvisbycfreg;
  line-height: 1.6rem;	
  max-width: 720px;
}

.s3 p b {
  font-family: mvisbycfextrabold;
}

@media only screen and (max-width: 991px) {
  .s3 p {
    margin: 0 0 30px;
  }
}
.s4 {
  position: relative;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 991px) {
  .s4 {
    padding: 40px 0 60px;
  }
}
.s4__l1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .s4__l1 {
    max-height: 180px;
    top: -40px;
  }
}
.s4__l2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .s4__l2 {
    bottom: 30%;
    max-height: 190px;
  }
}

.ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ic span {
  font-size: 0.9rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  margin-top: -6px;
  letter-spacing: 0.1rem;
}

.s5 {
  padding: 0 0 50%;
  position: relative;
  background: url(../blissimages/bg2.png) no-repeat center bottom;
  background-size: 100% auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .s5 {
    padding: 0 0 230%;
    background: url(../blissimages/bg2-mob.png) no-repeat center bottom;
  }
  .s5 .carr--prev {
    left: 0 !important;
  }
  .s5 .carr--next {
    right: 0 !important;
  }
}
.s5 .col-md-4 {
  margin: 0 0 50px;
}
.s5 .comment {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .s5 .comment__shadow {
    display: none;
  }
  .s5 .comment__inner {
    padding: 35px 25px 25px;
	font-family: mvisbycfreg;  
    height: 100%;
    text-align: left;
    font-size: 14px;
  }
}
.s5 .title {
  margin: 0 0 80px;
}
@media only screen and (max-width: 991px) {
  .s5 .title {
    text-align: left;
    margin: 0 0 50px;
  }
}
.s5 .container {
  max-width: 1140px;
}
.s5__over {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .s5__over {
    bottom: 50px;
    width: 100%;
  }
}
.s5__over img {
  margin: 0 0 40px;
}