@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap");
html {
  font-size: 18px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
}
.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;}

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: "Oswald", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  margin: 0 0 20px;
}

.sharedby {
    top: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    padding: 20px 0;
    z-index: 100;
	margin-top: 8px;
}	

div#google_translate_element {
	margin-top: 8px;
     z-index: 200;}

.goog-te-gadget {
    text-align: right;
	margin-top: -20px;
}

.degoodstart {
    text-align: left;
    padding-left: 32px !important;
    font-weight: 500;
    line-height: 45px;
}

@media only screen and (max-width: 991px) {
  h2 {font-size: 1.8rem;}
.goog-te-gadget {
	text-align: center !important;
	margin-top: 0px; margin-bottom: 5px;}	
div#google_translate_element {
	margin-top: 0px; margin: 15px;}	
.sharedby {
    top: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 0;
    z-index: 10;
	margin-top: 0px; margin: 10px;
}	
}


h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0 0;
}

.container--sm {
  max-width: 700px;
}

.shapenburn {text-decoration: underline; top: -.3em; position: relative; font-size: 70%; line-height: 0; vertical-align: baseline; padding-left: 2px; padding-right: 2px;}

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

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
}

.button {
  display: inline-block;
  background: url(../images/btn-bg.png) no-repeat center bottom;
  background-size: auto 100%;
  color: #000;
  font-weight: 500;
  padding: 10px 72px 15px;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.button:hover{
  text-decoration: none;
  color: #000;	
}
.buttonbg {
  display: inline-block;
  background: url(../images/btn-bg.png) no-repeat center bottom;
  background-size: auto 100%;
  color: #000;
  font-weight: 400;
  padding: 10px 72px 18px;
  border: 0;
  font-family: "Oswald", sans-serif;
font-size: 2.0rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.button--2 {
  background: none;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fffa63), to(#ffae63));
  background-image: -o-linear-gradient(top left, #fffa63, #ffae63);
  background-image: linear-gradient(to bottom right, #fffa63, #ffae63);
  padding: 6px 40px 8px;
  font-weight: 500;
  border-radius: 15px;
  font-size: 2.0rem;	
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.button--2:hover {
  background: none;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#fffa63), to(#fffa63));
  background-image: -o-linear-gradient(bottom right, #fffa63, #fffa63);
  background-image: linear-gradient(to top left, #fffa63, #fffa63);
  background-color: #fffa63;	
  padding: 6px 40px 8px;
  font-weight: 500;
  border-radius: 15px;
  color:#000;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.buttonbg:hover {
  display: inline-block;
  background: url(../images/btn-bghover.png) no-repeat center bottom;
  background-size: auto 100%;
  color: #000;
  font-weight: 400;
  padding: 10px 72px 18px;
  border: 0;
  font-family: "Oswald", sans-serif;
font-size: 2.0rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer !important;
}
@media only screen and (max-width: 991px) {
  .button--2 {
    font-size: 1.5rem;
    padding: 10px 15px 12px;
  }
  .button--2:hover {
    font-size: 1.5rem;
    padding: 10px 15px 12px;
  }	
}

.s1 {
  background: url(../images/banner.png) no-repeat center bottom;
  background-size: cover;
  padding: 30px 0 62vw;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .s1 {
    background: url(../images/mbannerctfo.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 30px 0 198vw;
  }
}

.logo img {
  max-height: 50px;
}
@media only screen and (max-width: 991px) {
  .logo {
    text-align: center;
    display: block;
  }
}

.sep {
  padding: 40px 0;
}

.s2 {
  background: url(../images/bg2.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 10vw;
  margin-top: -15vw;
  text-align: center;
  position: relative;
  z-index: 99;
}
.s2forsplash {
  background: url(../images/bg2_forsplashpage.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 10vw;
  margin-top: -19vw;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .s2 {
    background-image: url(../images/ms2.png);
    padding-bottom: 18vw;
  }
}
.s2__left {
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .s2__left {
    margin: 0 0 40px;
  }
}
.s2__left h2 {
  border-radius: 0 100px 100px 0;
  background: #b9efb2;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .s2__left h2 {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 20px;
    margin: 0 0 10px;
  }
}
.s2__left h2 small {
  display: block;
}
@media only screen and (max-width: 991px) {
  .s2__left p {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .frame {
    padding-top: 20px;
  }
}
.frame img {
  max-width: 900px;
}
@media only screen and (max-width: 991px) {
  .frame img {
    max-width: 100%;
  }
}

.love {
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .love {
    padding: 20px 30px;
  }
}
.love img {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .love img {
    max-width: 100%;
  }
}
.love h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 991px) {
  .love h1 {
    font-size: 2.2rem;
  }
}

.s3 {
  background: url(../images/bg-white.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 12vw;
  margin-top: -15vw;
  text-align: center;
  position: relative;
  z-index: 98;
}
@media only screen and (max-width: 991px) {
  .s3 {
    background-image: url(../images/ms3mobile.png);
    font-size: 0.8rem;
  }
}
.s3 .align-items-center {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .s3 .align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }
  .s3 .align-items-center .mob {
    margin-bottom: 50px;
  }
  .s3 .align-items-center .sep {
    padding-top: 0;
  }
.brmobile {display: none !important}
}
@media only screen and (max-width: 991px) {
  .s3 h1 {
    font-size: 2.7rem;
    margin: 0 auto 20px;
	font-weight: 500;
  }
	.mobileonly {display: block !important}
}

@media (max-width: 1184px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;}
.goog-te-gadget {
	text-align: center !important;
	margin-top: 0px; margin-bottom: 5px;}	
div#google_translate_element {
	float: none !important;
	margin-top: 0px; margin: 15px;}	
.sharedby {
    top: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 0;
    z-index: 10;
	margin-top: 0px; margin: 10px;
}}

@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
	}
.prod img {
    width: 470px !important;
    z-index: 1;
    position: relative;}
}

@media (min-width: 1025px) {
.prod img {
    width: 520px !important;
    z-index: 1;
    position: relative;}
}
	
@media (min-width: 1185px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
	}
.prod img {
    width: 540px !important;
    z-index: 1;
    position: relative;}
}	

.bx {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  background: #fff;
  min-height: 558px;	
}
.bx h3 {
  margin: 0 0 15px;
}
.bx__nav {
  display: none;
}
@media only screen and (max-width: 991px) {
  .bx {
    position: relative;
    min-height: 354px;	  
  }
  .bx__nav {
    position: absolute;
    top: 78px;
    font-size: 2.5rem;
    line-height: 50px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #b9efb2;
    cursor: pointer;
    display: block;
  }
  .bx__nav--prev {
    left: 15px;
  }
  .bx__nav--next {
    right: 15px;
  }
  .bx img {
    max-height: 170px;
  }
}

.s4 {
  background: url(../images/bgman.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 15vw;
  margin-top: -15vw;
  position: relative;
  z-index: 97;
}
@media only screen and (max-width: 991px) {
  .s4 {
    padding-bottom: 20vw;
  }
}

.man {
  position: relative;
  z-index: 99;
}
.man .container {
  position: relative;
}

.man-run {
  position: absolute;
  top: -18vw;
  right: 0;
  margin-top: 55px;	
}
@media only screen and (max-width: 991px) {
  .man-run {
    max-width: 120px;
  }
}

.hap {
  max-width: 750px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .hap {
    padding-right: 130px;
    font-size: 0.8rem;
  }
  .hap h1 {
    font-size: 1.8rem !important;
    margin: 0 0 10px;
	letter-spacing: -0.045rem;	  
  }
}

@media only screen and (max-width: 991px) {
  .icons h1 {
    font-size: 1.8rem !important;
    text-align: center;
  }
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.icon__inner {
  width: 500px;
  position: relative;
  padding-left: 170px;
  min-height: 120px;
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .icon__inner {
    padding-left: 80px;
    padding-top: 10px;
    min-height: 0;
  }
}
.icon__inner img {
  max-width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .icon__inner img {
    max-width: 65px;
  }
}
.icon__inner h4 {
    font-size: 1.6rem;
    margin: 0 0 5px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  .icon__inner h4 {
    font-size: 1rem;
    margin: 0;
  }
}
.icon__inner p {
    font-weight: 400;
    letter-spacing: 0.15rem;
}
@media only screen and (max-width: 991px) {
  .icon__inner p {
    font-size: 0.8rem;
  }
}

.s5 {
  background: url(../images/turn.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 23vw;
  margin-top: -15vw;
  position: relative;
  z-index: 96;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .s5 {
    background: url(../images/turnmobile.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 20vw 0 52vw;  
	}}
 
.will {
  max-height: 100px;
  max-height: 65px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
.will {max-height: none;}
.dwamhding {padding-top: 54px;}
.dontwastetimea {font-size: 2.0rem !important;}
.dontwastetimeb {font-size: 2.4rem !important;}
.riskfree {font-size: 1.2rem !important}
.turnh1 {font-size: 3.4rem !important;}
.shapenburnmobile {margin: auto}
}

.will {
  margin-bottom: 10px; margin: auto;}
.wilcon {
  margin: 0 0 47px;}
.wilcon h4 {
  font-weight: 600;
  letter-spacing: 2px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 38px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;}
.wilcon h4 span {
  font-weight: 400;
  line-height: 46px;}
.hap h1 {font-weight: 500; font-size: 2.6rem;}
.icons h1 {font-weight: 500; margin-top: 65px; font-size: 2.6rem;}

@media only screen and (max-width: 991px) {
.wilcon h4 {
font-weight: 600;
font-size: 1.2rem;
padding-top: 15px;}
.mobdis {display: block !important}
}

@media only screen and (max-width: 740px) {
.wilcon h4 {
    font-weight: 600;
    font-size: 1.0rem;
    padding-top: 15px;
}}

.com {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 65px 20px 25px;
  position: relative;
  margin: 0 0 40px;
  text-align: left;
  min-height: 342px;	
}
.com img {
  max-width: 45px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.com p {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .com {
    font-size: 0.8rem;
    padding: 55px 15px 20px;
	min-height: 320px;  
  }
}

@media only screen and (max-width: 740px) {
  .com {
    font-size: 0.8rem;
    padding: 55px 15px 20px;
	min-height: 350px;  
  }
  .s2__left h2 {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 8px !important;
    margin: 0 0 10px;
  }	
}

.com img {
  max-width: 30px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.com h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none;
  font-family: "Lato", sans-serif;
}
.com h5 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: none;
  font-weight: 200;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .com h4 {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .com h5 {
    font-size: 0.8rem;
    font-weight: normal;
  }	
  .comabab {
	min-height: 420px;  
  }	
	.lovethewayyoufeel {padding-bottom: 42px;}
}

.turn {
  margin: 40px 0 150px;
  text-shadow: 0 0 3px white;
}

.turnh1 {
  font-size: 4.2rem;
  font-weight: 500;
}

.dontwastetimea {font-size: 3.4rem; font-weight: 500;}
.dontwastetimeb {font-size: 4.0rem; font-weight: 500;}
.riskfree {font-size: 1.6rem; font-family: "Lato", sans-serif;}

@media only screen and (max-width: 991px) {
  .turn {
    margin: 30px 0 40px;
  }
}

.s6 {
  background: url(../images/footer.png) no-repeat center bottom;
  background-size: cover;
  padding: 20vw 0 5vw;
  margin-top: -15vw;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .s6 {
    margin-top: -25vw;
  }
  .s6 h1 {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}

.disc {
  font-size: 0.8rem;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px;
}

.seal {
  max-width: 150px;
}

.btn6 {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .btn6 {
    padding: 25px 0;
  }
}
.btn6 .button {
  margin: 10px 0;
}

.prod {
  text-align: right;
  position: relative;
}
.prod__marks {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
}
@media only screen and (max-width: 991px) {
  .prod__marks {
    display: none;
  }
}
.prod__marks h4 {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 400;
}
.prod__mark {
  position: relative;
  padding-right: 80px;
  margin: 0 0 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.prod__mark img {
  display: none;
}
.prod__mark.active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.prod__mark.active h4 {
  font-weight: bold;
  text-shadow: 0 0 2px #b9efb2;
}
.prod__mark:before {
  content: "";
  background-color: #b9efb2;
  height: 1px;
  width: 70px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prod__mark--bot {
  position: absolute;
  right: -100px;
  bottom: -54px;
  text-align: center;
  padding: 20px 0 0;
}
.prod__mark--bot:before {
  width: 1px;
  height: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.prod__mark--top {
  position: absolute;
  right: -100px;
  bottom: auto;
  top: -45px;
  text-align: center;
  padding: 0 0 42px;
}
.prod__mark--top:before {
    width: 1px;
    height: 25px;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.prod__text {
  display: none;
}
.prod img {
  width: 540px;
  z-index: 1;
  position: relative;
}