html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #151517;
  font-size: 13px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start;
}
.item {
  flex: 1 0 auto;
  width: 33%;
}
.site-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #151517;
  opacity: 0.6;
  z-index: 100;
  overflow-y: hidden;
}
.site-overlay.visible {
  display: block;
}
.no-scroll {
  overflow: hidden;
}
/**
 * BOX HACKING
 */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cf:after,
.lab-grid:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
  max-width: 1500px;
  overflow: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
.lab-grid {
  width: 100%;
}
.lab-grid .lab-grid-cell {
  margin-bottom: 1.5em;
}
.lab-grid .lab-grid-cell--mb-2x {
  margin-bottom: 3em;
}
.lab-grid-cell {
  padding-left: 0;
}
.w-full {
  width: 100%;
}
.w-three-quarters {
  width: 75%;
}
.w-two-thirds {
  width: 66.66666%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33333%;
}
.w-quarter {
  width: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 759px) {
  .carbon-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .w-full--d {
    width: 100%;
  }
  .w-three-quarters--d {
    width: 75%;
  }
  .w-two-thirds--d {
    width: 66.66666%;
  }
  .w-half--d {
    width: 50%;
  }
  .w-third--d {
    width: 33.33333%;
  }
  .w-quarter--d {
    width: 25%;
  }
  .w-eighth--d {
    width: 12.5%;
  }
}
@media only screen and (max-width: 767px) {
  .lab-article-link span,
  .lab-share span {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .lab-follow {
    display: inline-block;
    position: fixed;
    right: -34px;
    bottom: 20%;
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 768px) {
  .lab-grid {
    margin-left: -1.5em;
    width: calc(100% + 1.5em);
  }
  .lab-grid-cell {
    float: left;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .lab-grid--3 .lab-grid-cell {
    width: 50%;
  }
  .w-full--t {
    width: 100%;
  }
  .w-three-quarters--t {
    width: 75%;
  }
  .w-two-thirds--t {
    width: 66.66666%;
  }
  .w-half--t {
    width: 50%;
  }
  .w-third--t {
    width: 33.33333%;
  }
  .w-quarter--t {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .lab-share {
    text-align: right;
  }
  .w-full--m {
    width: 100%;
  }
  .w-three-quarters--m {
    width: 75%;
  }
  .w-two-thirds--m {
    width: 66.66666%;
  }
  .w-half--m {
    float: left;
    width: 50%;
  }
  .w-third--m {
    width: 33.33333%;
  }
  .w-quarter--m {
    width: 25%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/src/fonts/icomoon.ttf?7mr4f7') format('truetype'), url('/src/fonts/icomoon.woff?7mr4f7') format('woff'), url('/src/fonts/icomoon.svg?7mr4f7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-right2:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-back:before {
  content: "\e905";
}
.icon-bag:before {
  content: "\e906";
  color: #101e4b;
}
.icon-close:before {
  content: "\e907";
}
.icon-favorites:before {
  content: "\e908";
  color: #101e4b;
}
.icon-search:before {
  content: "\e909";
  color: #101e4b;
}
.icon-user:before {
  content: "\e90a";
  color: #101e4b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 30px;
  line-height: 41px;
}
h2 {
  font-size: 19px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 34px;
}
h3 {
  font-size: 14px;
  margin-bottom: 19px;
  font-weight: bold;
}
a {
  color: #151517;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.text-center {
  text-align: center;
}
.pull-right {
  float: right;
}
.rounded {
  border-radius: 50%;
}
img.img-responsive {
  max-width: 100%;
  height: auto;
}
.title {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 3.8;
  text-transform: uppercase;
}
.alert-warning {
  font-size: 12px;
  color: #EC826D;
  text-align: center;
  letter-spacing: 0.52px;
  background-color: #FCF0EE;
  border-color: #ffeeba;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}
.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 16px;
}
.slick-loading .slick-list {
  background: #fff url('/src/icons/ajax-loader.gif') center center no-repeat;
}
.slick-slide img {
  margin: auto;
  max-width: 100%;
}
.slick-caption {
  background-color: white;
  text-align: center;
}
.slick-caption .slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
  letter-spacing: 2.4px;
}
.slick-caption .button {
  padding: 1rem;
  background-color: white;
  border: 1px solid #151517;
  min-width: 300px;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 87px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon';
  font-size: 11px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 105%;
  }
  .slick-prev:before,
  .slick-next:before {
    color: gray;
    font-size: 8px;
  }
}
.slick-prev {
  left: 25px;
}
.slick-prev:before {
  content: "\e901";
}
.slick-next {
  right: 25px;
}
.slick-next:before {
  content: "\e902";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  opacity: 0.4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'icomoon';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
iframe#youtube-player {
  margin: auto;
  text-align: center;
  display: block;
  max-width: 100%;
}
/* zoom */
.img-zoom-in {
  display: block;
}
.img-zoom-in img {
  transition: transform 0.5s ease;
}
.img-zoom-in:hover img {
  transform: scale(1.2);
}
.site-nav-wrapper {
  display: inline-block;
  margin: 25px 15px;
  padding: 3px 0;
  border-right: 1px solid #E7E7E7;
}
i.toggle-nav:after {
  margin-left: 30px;
}
i.toggle-nav.active {
  position: absolute;
  right: 0;
  top: 5px;
}
i.toggle-nav.active .icon-nav {
  width: 20px;
}
.toggle-nav {
  color: #000;
  display: inline-block;
  position: relative;
  width: auto;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.toggle-nav.visible-desktop {
  margin: 0 40px 0 0;
}
.toggle-nav:after {
  content: "";
  margin-left: 57px;
  line-height: 30px;
  font-size: 11px;
  letter-spacing: 0.3rem;
}
.toggle-nav.visible-desktop:after {
  content: "MENU";
}
.toggle-nav .icon-nav {
  position: absolute;
  border-bottom: 2px solid;
  top: 50%;
  left: 0;
  width: 37px;
  height: 2px;
  margin-top: -1px;
  transition: 0.5s;
}
.toggle-nav .icon-nav:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  transition: transform 0.5s;
}
.toggle-nav .icon-nav:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  transition: transform 0.5s;
}
.toggle-nav.active .icon-nav {
  transform: rotate(45deg);
}
.toggle-nav.active .icon-nav:before {
  opacity: 0;
}
.toggle-nav.active .icon-nav:after {
  transform: rotate(90deg);
  top: 0;
}
.hs-menubar {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 999;
}
.hs-menubar.sticky {
  position: fixed;
  top: 35px;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}
.hs-menubar.fixed {
  top: 0;
  transition: top 0.2s ease-in-out;
}
.hs-menubar.sticky.nav-up {
  top: -87px;
}
.hs-navigation {
  width: 270px;
  height: 100vh;
  background: white;
  position: absolute;
  left: -100%;
  z-index: 999;
  overflow: hidden;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .hs-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: auto;
  }
}
.hs-navigation.open {
  left: 0;
}
.hs-navigation,
.hs-navigation.open {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.menu-trigger {
  left: 10px;
}
.search-trigger {
  left: 50px;
}
.grid-trigger {
  right: 90px;
}
.more-trigger {
  right: 12px;
}
/* Grid Items */
.grid-items {
  width: 230px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.33);
  background: #fff;
  padding-top: 10px;
  position: fixed;
  right: 80px;
  top: 50px;
  text-align: center;
  display: none;
  z-index: 120;
}
.grid-items li.grid {
  list-style: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  box-sizing: border-box;
  margin: 2px;
  border-radius: 50%;
  font-size: 11px;
}
/* View More Button for grid items */
li.more-btn {
  height: 32px;
  line-height: 32px;
  margin: 15px 15px 5px 15px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
li.more-btn a {
  text-decoration: none;
  background: #e41b17;
  color: #fff;
  font-size: 13px;
  display: block;
  cursor: pointer;
  border-radius: 20px;
}
li.more-btn a:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
}
.grid-title {
  border: 1px red solid;
}
/* Brand Logo */
.brand-logo {
  display: block;
  text-align: center;
}
.brand-logo img {
  width: 100px;
  height: auto;
  margin-top: 12px;
}
/* Ripple Effect*/
@-webkit-keyframes ripple-out {
  from {
    opacity: 1;
    -webkit-opacity: 1;
  }
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  from {
    opacity: 1;
    -webkit-opacity: 1;
  }
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.ripple-out:before {
  content: '';
  position: absolute;
  border: rgba(255, 255, 255, 0.3) solid 6px;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: ripple-out 0.4s linear forwards;
  -webkit-animation: ripple-out 0.4s linear forwards;
}
/* Fade in Up */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation: fadeInUp 0.4s ease forwards;
  -webkit-animation: fadeInUp 0.4s ease forwards;
}
/* Background Fadding */
.dim-overlay {
  display: none;
}
.dim-overlay:before {
  content: "";
  background-color: rgba(0, 0, 10, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
/* Search Box */
.search-box {
  position: absolute;
  height: 50px;
  background: #555;
  white-space: nowrap;
  overflow: hidden;
  width: 0px;
  top: 0;
  z-index: 500;
  left: 100px;
}
.search-box button.search-submit,
.search-box input[type="text"] {
  padding: 6px;
  border: 0;
  outline: 0;
}
.search-box input[type="text"] {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
button.search-submit {
  -webkit-appearance: none;
  background: #e41b17;
  color: #fff;
  text-shadow: 0.1px 0.1px #444;
  margin-left: -5px;
  border-radius: 4px;
  font-size: 13px;
}
button.search-submit:disabled {
  background: #888;
  color: #555;
}
/* Navigation Controls */
.nav-controls {
  height: 36px;
  line-height: 36px;
  background-color: white;
  text-align: right;
}
.nav-controls .nav-full,
.nav-controls .nav-fixed {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.nav-controls .nav-full:hover,
.nav-controls .nav-fixed:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
/* User Info*/
.user-info {
  position: fixed;
  top: 50px;
  right: 30px;
  width: 230px;
  background: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  line-height: 1;
  display: none;
}
.user-info li {
  padding: 10px;
  list-style: none;
}
.user-info .profile-pic img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.user-info .user-name {
  font-size: 14px;
  color: #222;
}
.user-info .user-bio {
  font-size: 11px;
  color: #555;
  padding-bottom: 0;
}
/* Nav Links */
.nav-links {
  list-style: none;
  font-size: 14px;
  color: #151517;
}
.nav-links .its-parent,
.nav-links li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #151517;
  cursor: pointer;
}
.nav-links .its-parent:hover,
.nav-links li a:hover {
  background: #F2F2F5;
}
.nav-links .icon {
  font-size: 18px;
  padding-right: 20px;
}
.nav-links ul .its-parent:before,
.nav-links .has-child ul li a:before {
  content: "--";
  display: inline-block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  width: 15px;
  height: 10px;
  position: relative;
  right: 10px;
}
.nav-links .has-child ul {
  margin-left: 35px;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}
.nav-links .its-children {
  display: none;
  list-style: none;
}
.its-parent:after {
  content: "\e903";
  font-family: 'icomoon';
  float: right;
  color: gray;
  transition: 0.4s;
  font-size: 16px;
}
.its-parent.downed {
  background: #F2F2F5;
}
.its-parent.downed:after {
  display: none;
}
.first-level-menu > li > a,
.first-level-menu > li > span,
.menu-item-title {
  padding: 10px 25px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hs-navigation.open {
    overflow: unset;
  }
  .its-parent + ul.its-children {
    display: none;
  }
  .its-parent.downed + ul.its-children {
    position: absolute;
    top: 0;
    left: 234px;
    height: 100vh;
    width: 100%;
    background-color: #F2F2F5;
  }
  .first-level-menu,
  .second-level-menu .its-parent.downed,
  .second-level-menu a:hover,
  .its-children.third-level-menu {
    background-color: white !important;
  }
  .third-level-menu li > a:hover {
    color: #EC826D;
  }
}
.nav-footer-menu {
  list-style: none;
  position: fixed;
  bottom: 0;
  padding: 10px;
}
.nav-footer-menu li {
  line-height: 30px;
}
.nav-footer-menu li a:hover {
  color: #FC9D8A;
}
div#logo {
  margin: 24px auto;
  text-align: center;
}
@media (max-width: 767px) {
  div#logo {
    margin-top: 33px;
  }
}
#top-bar {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 35px;
  background-color: #151517;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 85px;
}
.header-search input.form-control,
.header-search .input-group-append {
  display: inline-block;
}
.header-search input.form-control {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.header-search .header-search-wrapper {
  padding: 34px;
  border-right: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
}
.mobile-search {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 17px;
}
@media only screen and (min-width: 1024px) {
  .mobile-search {
    display: none !important;
  }
}
.header-icon {
  margin: 27px;
}
.header-icon ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-icon li.menu-item {
  display: inline-block;
  margin-right: 25px;
  font-size: 24px;
  position: relative;
}
.header-icon li.menu-item .count.cart-counter {
  top: 0;
  right: -12px;
  margin: 0;
  position: absolute;
  transform: translateX(-2px);
  display: inline-flex;
  color: #ffffff;
  font-weight: 400;
  background: #EC826D;
  border-radius: 50px;
  font-size: 10px;
  margin-left: 5px;
  min-width: 1.65em;
  height: 1.65em;
  padding: 0 3px;
  line-height: 1.5;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-icon {
    margin: 30px 10px 0 0;
  }
  .header-icon li.menu-item {
    margin-right: 10px;
    font-size: 16px;
  }
}
section.section-hero {
  margin-bottom: 90px;
  background-color: #F2F2F5;
}
figure .img-zoom-in {
  width: 156px;
  height: 156px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
figcaption {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
