@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: white;
  font-family: 'Gotham', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.section {
  position: relative;
}
.container {
  width: 1360px;
  margin: 0 auto;
  position: relative;
}
.absoolute {
  position: absolute;
}
header {
  width: 100%;
  display: flex;
  height: 100px;
  padding-top: 50px;
}
header .header-content {
  display: flex;
  width: 100%;
}
header .header-content nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .header-content nav ul {
  display: flex;
  list-style: none;
}
header .header-content nav ul li {
  padding: 0 20px;
}
header .header-content nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: bold;
}
header .header-content nav ul li a.active,
header .header-content nav ul li a:hover {
  color: #005CC2;
}
header .logo {
  padding-right: 50px;
}
header .logo img {
  height: 60px;
}
header .gsk {
  position: absolute;
  top: 30px;
  right: 50px;
}
header .gsk img {
  width: 100%;
}
.fullw {
  width: 100%;
}
.section-slogan {
  overflow-x: hidden;
}
.slogan {
  position: relative;
  left: 0;
  top: 8vh;
  color: white;
  left: -50%;
  width: 100%;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -1px;
}
.slogan p {
  margin-top: 0;
  margin-bottom: 30px;
}
.slogan .bluebutton {
  background-color: #065EC5;
  color: white;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.slogan .bluebutton:hover {
  background-color: #FF7A00;
}
.slogancontainer {
  position: absolute;
  top: 0;
  left: 50%;
}
.section-products .products-block {
  display: flex;
  margin-top: 50px;
}
.section-products .products-block .product {
  width: 25%;
}
.section-products .products-block .product img {
  width: 100%;
}
.section-products .products-block .product p {
  font-weight: bold;
  display: block;
  text-align: center;
}
.section-products .subtitle {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #005CC2;
}
.section-hypo {
  background-color: #f7f7f7;
  padding-top: 50px;
}
.section-hypo .title {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #005CC2;
}
.section-hypo .subtitle {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #a1a1a1;
}
.section-hypo .sub {
  right: 15px;
  transform: rotate(270deg);
  position: absolute;
  transform-origin: right bottom;
  top: 120px;
  font-size: 0.8em;
}
.section-hypo .buttonholder {
  text-align: center;
  padding: 30px;
}
.section-hypo .buttonholder .button {
  background-color: black;
  color: white;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.section-hypo .buttonholder .button:hover {
  background-color: #FF7A00;
}
.section-hypo .icon-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-hypo .icon-set .icon-item {
  width: 25%;
  text-align: center;
}
.section-hypo .icon-set .icon-item p {
  font-size: 1.2em;
  line-height: 1.2;
}
.section-hypo .icon-set .icon-item .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 50px auto 0;
  background: #E3B2C3;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-hypo .icon-set .icon-item .icon.icon-1 {
  background-image: url('../img/icon1.png');
}
.section-hypo .icon-set .icon-item .icon.icon-2 {
  background-image: url('../img/icon2.png');
}
.section-hypo .icon-set .icon-item .icon.icon-3 {
  background-image: url('../img/icon3.png');
}
.section-hypo .icon-set .icon-item .icon.icon-4 {
  background-image: url('../img/icon4.png');
}
.section-hypo .icon-set .icon-item .icon.icon-5 {
  background-image: url('../img/icon5.png');
}
.section-hypo .icon-set .icon-item .icon.icon-6 {
  background-image: url('../img/icon6.png');
}
.section-hypo .icon-set .icon-item .icon.icon-7 {
  background-image: url('../img/icon7.png');
}
.section-skincare {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-biomimic .text {
  position: absolute;
  top: 50%;
  right: 15%;
  color: white;
  font-size: 1.2em;
}
.section-biomimic .text .mainblock {
  margin-bottom: 2em;
}
.section-biomimic .text .blocks {
  display: flex;
  width: 100%;
}
.section-biomimic .text .blocks .block {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  font-size: 0.9em;
}
.section-biomimic .text .blocks .block p {
  margin: 0;
}
.section-biomimic .text .blocks .block + .block {
  border-left: solid 2px white;
}
.section-therapy {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-therapy .therapy {
  display: flex;
  justify-content: stretch;
}
.section-therapy .therapy .half {
  width: 50%;
}
.section-therapy .therapy .half img {
  display: block;
}
.section-therapy .therapy .texthalf {
  background-color: #9A92C2;
  color: white;
}
.section-therapy .therapy .texthalf .content {
  padding: 80px;
  width: 100%;
  box-sizing: border-box;
}
.section-therapy .therapy .texthalf .content .head {
  font-size: 50px;
}
.section-therapy .therapy .texthalf .content p {
  font-size: 1.4em;
}
.section-therapy .howhelp {
  margin-top: 80px;
  display: flex;
}
.section-therapy .howhelp .left {
  width: 40%;
  color: #065EC5;
  font-weight: bold;
  font-size: 52px;
  line-height: 1;
}
.section-therapy .howhelp .right {
  width: 60%;
}
.section-therapy .howhelp .right p {
  font-size: 1.2em;
  margin: 0;
  line-height: 1.5;
}
.section-therapy .triple {
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
}
.section-therapy .triple img.left {
  width: 60%;
}
.section-therapy .triple img.right {
  width: 40%;
}
.section-awards {
  background: #cee6fd;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-awards .head {
  font-size: 50px;
  font-weight: bold;
  color: #0c7cd4;
  padding-bottom: 30px;
}
.section-awards .items {
  display: flex;
  width: 100%;
}
.section-awards .items .item {
  width: 100%;
}
.section-awards .items .item .wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
  background: white;
}
.section-awards .items .item .wrap .percent {
  line-height: 110px;
  padding-top: 40px;
  font-size: 90px;
  color: #0c7cd4;
  font-weight: bold;
  letter-spacing: -7px;
}
.section-awards .items .item .wrap .percent sup {
  font-size: 50px;
}
.section-awards .items .item .wrap .text {
  font-size: 24px;
  line-height: 30px;
}
.section-awards .sub {
  margin-top: 30px;
  font-size: 0.8em;
  color: #666666;
}
.section-awards .vertical {
  right: 15px;
  transform: rotate(270deg);
  position: absolute;
  transform-origin: right bottom;
  top: 120px;
  font-size: 0.8em;
}
.section-follow {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-follow .head {
  font-size: 50px;
  font-weight: bold;
  color: #0c7cd4;
  padding-bottom: 30px;
  text-align: center;
}
.section-follow .links {
  display: block;
  text-align: center;
}
.section-follow .links a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.section-follow .links a img {
  width: 80px;
}
.section-follow .videos {
  /* display: block; */
  display: flex;
  margin: 50px auto 0;
  /* width: 1000px; */
  width: 100%;
  justify-content: center;
  gap: 8px;
  align-items: center;
  text-align: center;
}
video{
 /* width: 50%;*/
  height:500px;
  border: 4px solid #b3b3b3;
}
.section-follow .videos a {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  width: 45%;
  display: inline-block;
}
.section-follow .videos a img {
  width: 100%;
}
.section-ingredients {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 0.7em;
}
.section-reference {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 0.7em;
}
.section-footer {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #F2F2F2;
}
.section-footer .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1360px) {
  .container {
    width: 920px;
    padding: 0 20px;
  }
  header {
    height: auto;
  }
  header .header-content {
    display: block;
  }
  header .header-content nav ul {
    padding: 0;
  }
  header .header-content nav ul li {
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
  }
  .slogan {
    font-size: 50px;
  }
  .section-biomimic .text {
    right: 5%;
    font-size: 0.9em;
    width: 60%;
  }
  .section-biomimic .text .mainblock {
    text-align: right;
  }
  .section-therapy .therapy .texthalf .content {
    padding: 20px;
  }
  .section-therapy .therapy .texthalf .content .head {
    font-size: 30px;
  }
  .section-follow .videos {
    max-width: 95%;
  }
  .section-therapy .howhelp .right {
    font-size: 0.9em;
  }
  .section-therapy .howhelp .left {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    width: 96%;
    padding: 0 2%;
  }
  header .header-content nav ul {
    display: block;
  }
  .section-hypo .icon-set .icon-item {
    width: 100%;
  }
  .section-awards .items {
    flex-wrap: wrap;
  }
  .section-awards .items .item {
    margin-bottom: 30px;
  }
  .slogan {
    font-size: 1.2em;
    top: 4vh;
  }
  .slogan .bluebutton {
    font-size: 1em;
    padding: 5px 10px;
  }
  .section-products .products-block {
    flex-wrap: wrap;
  }
  .section-products .products-block .product {
    width: 50%;
  }
  .section-hypo .sub {
    top: 220px;
  }
  .section-therapy .therapy {
    flex-wrap: wrap;
  }
  .section-therapy .therapy .half {
    width: 100%;
  }
  .section-biomimic .text {
    position: relative;
    color: black;
    right: 0;
    width: 100%;
  }
  .section-biomimic .text .mainblock {
    text-align: left;
  }
  .section-therapy .howhelp {
    flex-wrap: wrap;
  }
  .section-therapy .howhelp .left {
    width: 100%;
  }
  .section-therapy .howhelp .right {
    width: 100%;
  }
  .section-therapy .triple {
    flex-wrap: wrap;
  }
  .section-therapy .triple img.left,
  .section-therapy .triple img.right {
    width: 100%;
  }
  .section-awards .head {
    font-size: 30px;
  }
  .section-follow .videos a {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  video{
    max-width: 80%;
/*    height: 300px;*/
  }
  .videos{
    flex-direction: column;
  }
}
