body {
  margin: 0 auto;
}
.latest-grid .grid-col-1, .latest-grid .grid-col-2, .latest-grid .grid-col-3, .latest-grid .grid-col-4, .latest-grid .grid-col-5, .latest-grid .grid-col-6, .latest-grid .grid-col-7, .latest-grid .grid-col-8, .latest-grid .grid-col-9, .latest-grid .grid-col-10, .latest-grid .grid-col-11, .latest-grid .grid-col-12, .latest-grid .grid-col,
.latest-grid .grid-col-auto, .latest-grid .grid-col-sm-1, .latest-grid .grid-col-sm-2, .latest-grid .grid-col-sm-3, .latest-grid .grid-col-sm-4, .latest-grid .grid-col-sm-5, .latest-grid .grid-col-sm-6, .latest-grid .grid-col-sm-7, .latest-grid .grid-col-sm-8, .latest-grid .grid-col-sm-9, .latest-grid .grid-col-sm-10, .latest-grid .grid-col-sm-11, .latest-grid .grid-col-sm-12, .latest-grid .grid-col-sm,
.latest-grid .grid-col-sm-auto, .latest-grid .grid-col-md-1, .latest-grid .grid-col-md-2, .latest-grid .grid-col-md-3, .latest-grid .grid-col-md-4, .latest-grid .grid-col-md-5, .latest-grid .grid-col-md-6, .latest-grid .grid-col-md-7, .latest-grid .grid-col-md-8, .latest-grid .grid-col-md-9, .latest-grid .grid-col-md-10, .latest-grid .grid-col-md-11, .latest-grid .grid-col-md-12, .latest-grid .grid-col-md,
.latest-grid .grid-col-md-auto, .latest-grid .grid-col-lg-1, .latest-grid .grid-col-lg-2, .latest-grid .grid-col-lg-3, .latest-grid .grid-col-lg-4, .latest-grid .grid-col-lg-5, .latest-grid .grid-col-lg-6, .latest-grid .grid-col-lg-7, .latest-grid .grid-col-lg-8, .latest-grid .grid-col-lg-9, .latest-grid .grid-col-lg-10, .latest-grid .grid-col-lg-11, .latest-grid .grid-col-lg-12, .latest-grid .grid-col-lg,
.latest-grid .grid-col-lg-auto, .latest-grid .grid-col-xl-1, .latest-grid .grid-col-xl-2, .latest-grid .grid-col-xl-3, .latest-grid .grid-col-xl-4, .latest-grid .grid-col-xl-5, .latest-grid .grid-col-xl-6, .latest-grid .grid-col-xl-7, .latest-grid .grid-col-xl-8, .latest-grid .grid-col-xl-9, .latest-grid .grid-col-xl-10, .latest-grid .grid-col-xl-11, .latest-grid .grid-col-xl-12, .latest-grid .grid-col-xl,
.latest-grid .grid-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.latest-grid .grid-container {
	max-width: 1160px;
	padding: 0 15px;
	margin: 0 auto;
	width: 90%;
  font-family: "Ubuntu", sans-serif;
}
.latest-grid .grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.latest-grid .grid-col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.latest-grid .grid-col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.latest-grid .grid-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.latest-grid .grid-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.latest-grid .grid-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.latest-grid .grid-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.latest-grid .grid-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.latest-grid .grid-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.latest-grid .grid-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.latest-grid .grid-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.latest-grid .grid-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.latest-grid .grid-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.latest-grid .grid-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.latest-grid .grid-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .latest-grid .grid-col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .latest-grid .grid-col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .latest-grid .grid-col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .latest-grid .grid-col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .latest-grid .grid-col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .latest-grid .grid-col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .latest-grid .grid-col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .latest-grid .grid-col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .latest-grid .grid-col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .latest-grid .grid-col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .latest-grid .grid-col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .latest-grid .grid-col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .latest-grid .grid-col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .latest-grid .grid-col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .latest-grid .grid-col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .latest-grid .grid-col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .latest-grid .grid-col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .latest-grid .grid-col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .latest-grid .grid-col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .latest-grid .grid-col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .latest-grid .grid-col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .latest-grid .grid-col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .latest-grid .grid-col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .latest-grid .grid-col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .latest-grid .grid-col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .latest-grid .grid-col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .latest-grid .grid-col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .latest-grid .grid-col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .latest-grid .grid-col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .latest-grid .grid-col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .latest-grid .grid-col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .latest-grid .grid-col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .latest-grid .grid-col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .latest-grid .grid-col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .latest-grid .grid-col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .latest-grid .grid-col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .latest-grid .grid-col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .latest-grid .grid-col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .latest-grid .grid-col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .latest-grid .grid-col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .latest-grid .grid-col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .latest-grid .grid-col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.latest-grid .img-fluid {
  max-width: 100%;
  height: auto;
}
.bg-color {
  background: #F9F8F8;
}
.latest-grid {
  box-sizing: border-box;
}
.latest-grid * {
  box-sizing: border-box;
}
.latest-grid h2 {
  font-size: 32px;
  line-height: 40px;
}

.industry-banner {
	padding: 40px 0 75px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 580px;
  overflow: hidden;
}
.industry-container {
	position: relative;
	z-index: 1;
}
.industry-banner .video-play-button {
  max-width: 70px;
  max-height: 70px;
  width: 70px;
  margin-right: 20px;
  cursor: pointer;
}
.industry-banner .grid-row {
  align-items: flex-end;
}
.industry-banner  .video-watch-text h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.industry-banner  .video-watch-text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  max-width: 180px
}
.industry-banner .video-play-icon {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}
.industry-banner .industry-banner-overlay {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #414042;
	opacity: .46;
}
.industry-banner h1 {
	margin-top: 0;
	text-shadow: 0 6px 21px #00000059;
  margin-bottom: 20px;
}
.industry-breadcrumb,
.industry-breadcrumb a {
	color: #fff;
	text-decoration: none;
}
.industry-breadcrumb a:hover {
	color: #00aeef;
}
.industry-breadcrumb .breadcrumb_last  {
	color: #00aeef;
}
.industry-button {
  font-size: 16px;
  line-height: 21px;
  padding: 7px 50px 9px 20px;
  color: #fff;
  font-weight: bold;
  background-color: #F45D6E;
  border-radius: 19px;
  box-shadow: 0;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  min-width:172px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-image:url("../images/arrow-icon-button.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  cursor: pointer;
}
.industry-button:hover {
  color: #fff;
}
.industry-button:hover a {
  color: #fff;
}
.industry-accreditation  {
  padding: 70px 0;
}
.industry-image-text.bg-color {
  padding: 40px 0;
}
.industry-accreditation .industry-row {
  align-items: center;
}
.industry-accreditation-logo ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.industry-accreditation-logo li {
  margin-right: 20px;
  list-style: none;
  max-width: 160px;
}
.industry-accreditation-logo ul li:last-of-type {
  margin-right: 0;
}
.industry-accreditation-logo li img {
  max-height: 70px;
}
.industry-accreditation h2 {
  font-size: 20px;
  margin: 0;
  line-height: 28px;
}
.industry-anchor,
.industry-accreditation-text a {
  font-size: 16px;
  color: #414042;
  line-height: 26px;
  text-decoration: none;
}
.industry-accreditation-text {
  padding-right: 50px;
  border-right: 1px solid rgba(65, 64, 66, .4);
}
.industry-accreditation-logo {
  padding-left: 50px;
}
.industry-anchor img,
.industry-accreditation-text a img {
  margin-left: 10px;
  vertical-align: middle;
  max-width: 14px;
  display: inline-block;
}
.industry-image-text.bg-color {
  background: #F9F8F8;
  padding: 65px 0;
  background-image: url("../images/background-image.png");
  background-repeat: no-repeat;
  background-position: top -100px right -200px;
  background-size: 400px;
}
.industry-image-text  .grid-row {
  align-items: center;
}
.industry-image-text:not(.bg-color) {
  margin: 100px 0;
}
.industry-image-text .industry-image-text-content {
  padding-right: 70px;
}
.industry-image-text .industry-image-text-group {
  padding-left: 70px;
}
.industry-image-text .industry-image-text-group figure {
  margin:0;
  position: relative;
  margin-bottom: 45px;
}
.industry-image-text .industry-image-text-group figure img {
  border-radius: 25px;
}
.industry-image-text-group figure .overlap-image {
  position: absolute;
  bottom: -45px;
  left: -45px;
}
.industry-image-text-right .grid-row {
  flex-direction: row-reverse;
}
.industry-image-text-right.industry-image-text .industry-image-text-content {
  padding-left: 70px;
  padding-right: 0;
}
.industry-image-text-right.industry-image-text .industry-image-text-group {
  padding-right: 70px;
  padding-left: 0;
}
.industry-image-text-right.industry-image-text .industry-image-text-group figure {
  margin:0;
  margin-right: 30px;
  margin-bottom: 45px;
  position: relative;
}
.industry-image-text-right .industry-image-text-group figure .overlap-image {
  position: absolute;
  bottom: -45px;
  right: -45px;
  left: auto;
}
.industry-image-text .industry-image-text-content > img,
.application-image-text .application-image-text-content > img {
  max-width: 70px;
  max-height: 45px;
  display: inline-block;
  margin-bottom: 20px;
}
.application-image-text .application-image-text-content {
  padding: 40px 0;
}

.silicone-used {
  padding-top: 80px;
  margin-bottom: 100px;
  color: #414042;
  text-align: center;
  background-image: url("../images/background-image.png");
  background-size: 400px;
  background-position: top -150px left -200px;
  background-repeat: no-repeat;
}
.silicone-hexagon img {
  max-width: 80px;
  max-height: 65px;
  position: relative;
  z-index: 4;
}
.silicone-used .silicone-hexagon-content h4 {
  margin: 0;
}
.silicone-used .silicone-hexagon-content p {
  margin-bottom: 0;
}
.silicone-used .silicone-used-heading {
  max-width: 572px;
  margin: 0 auto;
}
.silicone-used .silicone-used-heading p {
  margin-bottom: 0;
}
.silicone-used .industry-col {
  padding-right: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.silicone-used .silicone-hexagon-block {
  margin-top: 90px;
}
.silicone-used .industry-col:last-of-type {
  padding-right: 0;
}
.silicone-used .silicone-hexagon-content {
  padding-top: 15px;
}
.silicone-hexagon {
  position: relative;
  width: 170px;
  height: 98.15px;
  background-color: #f9f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 49.07px auto;
  border-left: solid 1px rgba(65,65,65, .3);
  border-right: solid 1px rgba(65,65,65, .3);
}

.silicone-hexagon:before,
.silicone-hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 120.21px;
  height: 120.21px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 23.8959px;
}

.silicone-hexagon:before {
  top: -60.1041px;
  border-top: solid 1.4142px rgba(65,65,65, .3);
  border-right: solid 1.4142px rgba(65,65,65, .3);
}

.silicone-hexagon:after {
  bottom: -60.1041px;
  border-bottom: solid 1.4142px rgba(65,65,65, .3);
  border-left: solid 1.4142px rgba(65,65,65, .3);
}
.industry-application-slider .industry-application-slide {
  padding: 45px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 16px #0000000B;
  height: auto;
}
.industry-application-slider .slick-track {
  display: flex;
}
.industry-application-slider {
  width: 100%;
  margin-top: 50px;
}
.industry-application-slider .industry-application-slide {
  margin: 0 28px;
}
.industry-application-slider .slick-list {
  margin: 0 -28px;
  overflow: visible;
}
.industry-application.bg-color {
  background-color: #F9F8F8;
  padding: 65px 0;
  overflow: hidden;
  background-image:url('../images/background-image.png'), url('../images/background-image.png');
  background-repeat: no-repeat;
  background-size: 400px, 500px;
  background-position: bottom -200px left -200px,  top -0px right -250px;
}
.industry-application-slider .industry-application-slide figure img {
  max-width: 55px;
  max-height: 55px;
}
.industry-application-slider .industry-application-slide h2 {
  color: #454446;
}
.industry-application-slider .slick-arrow {
  display: inline-block;
  font-size: 0;
  background: transparent;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #000;
  background-position: center;
  background-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  cursor: pointer;
}
.industry-application-slider .slick-arrow:focus {
  outline: 0;
}
.industry-application-slider .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("../images/icons/slider-arrow-left.png");
}
.industry-application-slider .slick-arrow.slick-next {
  background-image: url("../images/icons/slider-arrow-right.png");
  right: -30px;
}
.industry-application-slider .slick-arrow.slick-disabled {
  opacity: .2;
}
.industry-related {
  padding-top: 100px;
  margin-bottom: 100px;
}
.industry-related h2 {
  margin: 0;
}
.industry-related .grid-col-md-4  {
  text-align: right;
}
.industry-related-image .related-block {
  position: relative;
  z-index: 9;
}
.industry-related .industry-related-block {
  transition: transform .1s linear;
  display: flex;
}
.industry-related .industry-related-image {
  min-height: 230px;
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: rgba(65,64,66, .8);
  background-blend-mode: multiply;
  position: relative;
  margin-top: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  transition:  .3s linear;
  padding-bottom: 50px;
}
.industry-related .industry-related-image-block {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.industry-related-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65,64,66,.8);
    content: "";
    transition: background .4s linear;
}
.industry-related-image:hover:after {
    background: rgba(0,169,219,.8);
}
.industry-related .industry-related-block:hover .industry-related-image {
  background-color: rgba(0,174,139, .7);
  background-blend-mode: multiply;
  transform: scale(1.04);
}
.industry-related .grid-col-sm-6 {
  display: flex;
}
.industry-related .industry-related-block:hover span {
  background: #00AEEF;
}
.industry-related .industry-related-block span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  background: #414042;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 9;
}
.industry-categories .industry-categories-block span img,
.industry-related .industry-related-block span img {
  max-width: 13px;
  max-height: 13px;
  margin-left: 6px;
  display: inline-block;
  margin-bottom: -2px;
}
.industry-categories .industry-container,
.industry-related .industry-container {
  padding: 0 25px;
}
.industry-related .industry-related-block h3 {
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin: 0;
  min-height: 100px;
  text-transform: initial;
  font-style: inherit;
}
.industry-categories .industry-categories-block a,
.industry-related .industry-related-block a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.industry-feedback {
  min-height: 424px;
  padding: 70px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.industry-feedback:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  content: "";
}
.industry-feedback .industry-quote {
  margin: 0 auto;
  max-width: 780px;
  padding-left: 100px;
}
.industry-feedback .industry-quote h3,
.industry-feedback .industry-quote h2,
.industry-feedback .industry-quote p {
  color: #fff;
}
.industry-feedback .industry-quote h3 {
  font-size: 14px;
}
.industry-feedback .industry-quote strong {
  font-size: 20px;
  line-height: 28px;
  margin-right: 20px;
}
.industry-feedback .industry-quote p {
  font-size: 14px;
}
.industry-feedback .industry-quote h2 {
  position: relative;
}
.industry-feedback .industry-quote h2:before {
  content: "\201C";
  width: 70px;
  height: 70px;
  font-size: 60px;
  letter-spacing: -1.08px;
  font-family: arial;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -100px;
  top: 0;
  display: flex;
  justify-content: center;
  line-height: 95px;
}
.industry-categories {
  padding-top:  100px;
  margin-bottom: 100px;
  background-image: url("../images/background-image.png");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: top -150px left -300px;
}
.industry-categories  h2 {
  margin: 0;
}
.industry-categories .grid-col-4  {
  text-align: right;
}
.industry-categories .industry-categories-block {
  box-shadow: 0 6px 20px #00000040;
  border: 1px solid #00AEEF;
  border-radius: 12px;
  margin-top: 60px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  background: #fff;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
.industry-categories .industry-categories-block .related-block {
  padding: 15px 10px;
}
.industry-categories .industry-categories-block h3 {
  font-size: 14px;
  letter-spacing: 5.6px;
  margin: 0;
}
.industry-categories .industry-categories-block h2 {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}
.industry-categories .industry-categories-block .categories-block {
  min-height: 85px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00AEEF;
  background-blend-mode: multiply;
}
.industry-products {
  background-color: #414042;
  color: #fff;
}
.industry-products .industry-product-heading {
  text-align: center;
}
.industry-products-inner {
  min-height: 500px;
  background-image: url("../images/grid.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  padding: 80px 0 20px;
}
.industry-products-inner h2,
.industry-products-inner h3 {
  color: #fff;
}
.industry-products-inner h3 {
  font-size: 14px;
  line-height: 17px;
}
.industry-products-inner h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.industry-products-inner .industry-product-para {
  padding-right: 80px;
}
.industry-products-inner .industry-product-para  p {
  margin-bottom: 0;
}
.industry-products-inner .industry-product-list {
  padding-left: 80px;
}
.tick-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tick-list li {
  padding-left: 30px;
  min-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
  background-image: url("../images/tick-list.png");
  background-size: 20px;
  background-position: top 4px left;
  background-repeat: no-repeat;
  line-height: 28px;
}
.industry-product-image img {
  width: 100%;
}
.d-none {
  display: none;
}
.single-vl_industries .form-chunk--standard {
  background-image: url('../images/background-image.png');
  background-repeat: no-repeat;
  background-position: bottom -150px right -200px;
  background-size: 500px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .industry-banner {
    min-height: auto;
    padding-top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .industry-accreditation  .industry-accreditation-text {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(65, 64, 66, .4);
    display: flex;
    justify-content: space-between;
  }
  .industry-related,
  .industry-categories {
    padding-top: 100px;
  }
  .industry-accreditation  .industry-accreditation-logo {
    padding-left: 0;
  }
  .industry-accreditation  .industry-accreditation-logo ul {
    justify-content: space-between;
  }
  .latest-grid h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .industry-image-text .industry-image-text-group .overlap-image {
    transform-origin: 0% 100%;
  }
  .industry-image-text-right .industry-image-text-group figure .overlap-image {
    transform-origin: 100% 100%;
  }
  .industry-image-text.bg-color {
    background-color: #F9F8F8;
    padding: 65px 0;
  }
  .industry-image-text .industry-image-text-content {
    padding-right: 30px;
  }
  .industry-image-text .industry-image-text-group {
    padding-left: 30px;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-content {
    padding-left: 10px;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-group {
    padding-right: 30px;
  }
  .industry-image-text .industry-image-text-content img,
  .application-image-text .application-image-text-content img {
    max-width: 70px;
    max-height: 45px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .industry-products-inner .industry-product-para {
    padding-right:10px;
  }
  .industry-products-inner .industry-product-list {
    padding-left:10px;
  }
  .industry-categories .industry-categories-block,
  .industry-related .industry-related-block {
    margin-top: 20px;
  }
  .industry-application.bg-color,
  .industry-image-text.bg-color,
  .silicone-used,
  .industry-categories,
  .single-vl_industries .form-chunk--standard {
    background-image: none;
  }
  .single-vl_industries .form-chunk--standard {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .industry-banner {
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .industry-related,
  .industry-categories {
    padding: 0;
  }
  .industry-accreditation  {
    padding: 40px 0 20px;
  }
  .industry-related .industry-related-image {
    margin-top: 30px;
  }
  .silicone-used .silicone-hexagon-block {
    margin-top: 40px;
  }
  .industry-banner .industry-banner-content {
    margin-bottom: 90px;
  }
  .industry-banner .video-play-icon {
    justify-content: initial;
    align-self: auto
  }
  .industry-image-text-group {
    margin-top: 30px;
  }
  .silicone-used {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .industry-accreditation  .industry-accreditation-logo ul {
    flex-wrap: wrap;
  }
  .industry-accreditation  .industry-accreditation-logo ul li {
    width: 33%;
    margin-right: 0;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .industry-accreditation  .industry-accreditation-logo ul li:nth-of-type(2) {
    padding-right: 0;
    order: 5;
    width: 50%;
  }
  .industry-accreditation  .industry-accreditation-logo ul li:nth-of-type(4) {
    order: 4;
    width: 50%;
  }
  .industry-accreditation  .industry-accreditation-logo ul li:nth-of-type(5) {
    padding-right: 0;
  }
  .latest-grid .grid-container {
    width: 100%;
    padding: 0 24px;
  }
  .industry-image-text .industry-image-text-content,
  .industry-image-text-right.industry-image-text .industry-image-text-content {
    padding-left: 0;
    padding-right: 0;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-group {
    padding-right: 25px;
  }
  .application-image-text {
    margin-bottom: 40px;
  }
  .industry-image-text:not(.bg-color) {
    margin: 45px 0;
  }
  .industry-image-text .industry-image-text-group .overlap-image {
    transform: scale(.7);
    left: -30px;
    bottom: -30px;
  }
  .industry-image-text-right .industry-image-text-group figure .overlap-image {
    transform: scale(.7);
    right: -30px;
    bottom: -30px;
    bottom: -30px;
    transform-origin: 100% 100%
  }
  .industry-application-slider .industry-application-slide {
    margin: 0 15px;
  }
  .industry-application-slider .slick-list {
    margin: 0 -15px;
  }
  .industry-application.bg-color {
     padding: 40px 0 130px;
     position: relative;
  }
  .industry-application-slider {
    margin-top: 20px;
    position: static;
  }
  .industry-application-slider .slick-arrow {
    transform: translate(0);
    top: auto;
    bottom: 30px;
    left: 0px;
  }
  .industry-application .grid-col-12 {
    position: static !important;
  }
  .industry-application-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .industry-application-slider .slick-arrow.slick-next {
    left: 100px;
    right: auto;
  }
  .industry-products-inner {
    padding-top: 40px;
  }
  .industry-products-inner h2 {
    margin-bottom: 10px;
  }
  .industry-products-inner .industry-product-para {
    margin-bottom: 20px;
  }
  .industry-related {
    margin: 40px 0;
  }
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
  .industry-categories .grid-col-md-4,
  .industry-related .grid-col-md-4 {
    text-align: left;
    margin-top: 20px;
  }
  .industry-feedback {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .industry-feedback .industry-quote h2:before {
    left: 0;
    top: -135px;
  }
  .industry-feedback .industry-quote {
    padding-left: 0;
  }
  .industry-categories {
    margin: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .silicone-hexagon {
    transform-origin: 0 0;
    transform: scale(.8);
  }
}
/* svg hover */
.st4-hover:hover .st4 {
  opacity: 1;
}
.st4-hover:hover .st-12 {
  opacity: 0;
}
.st5-hover:hover .st5 {
  opacity: 1;
}
.st5-hover:hover .st-12 {
  opacity: 0;
}
.st6-hover:hover .st6 {
  opacity: 1;
}
.st6-hover:hover .st-12 {
  opacity: 0;
}
.pin-hide {
  opacity: 0;
  cursor: pointer;
}
.pin-hover:hover .pin-hide {
  opacity: 1;
}
.modal-pop-video-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    animation-duration: 760ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    overflow: auto;
    padding: 40px;
}
.modal-pop-video-overlay .modal-pop {
    margin: auto;
    text-align: center;
    cursor: default;
    max-width: 450px;
    position:  relative;
    width: 100%;
}
.modal-pop-video-overlay .modal-pop:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.modal-pop-video-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fixed-body {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.modal-pop-video-overlay .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  display: block;
}
.modal-pop-video-overlay .modal-pop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-vl_industries .form-chunk--standard form.wpcf7-form {
  background: #ffffff;
}
.latest-grid .ctoa-button {
  margin: 0;
  color: #fff !important;
}
.industry-image-text-group figure .overlap-image img {
  max-height: 230px;
  max-width: 230px;
}

/* Application css */
.application-heading {
  margin-bottom: 60px;
  margin-top: 70px;
  text-align: center;
}
.application-heading .app-heading {
  max-width: 900px;
  margin: 0 auto;
}
application-image-text {
  margin-bottom: 100px;
}
.application-image-text .grid-row {
  align-items: center;
}
.application-image-text .grid-row .grid-col-md-6 {
  position: static;
}
.application-image-text {
  position: relative;
}
.application-image-text .application-image-text-content {
  padding-right: 75px;
}
.application-image-text  .application-image-group {
  min-height: 650px;
}
.application-image-text  .application-image-text-group {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: calc(50vw - 15px);
  right: 0;
  height: 100%;
}
.application-image-text.application-image-text-right .grid-row {
  flex-direction: row-reverse;
}
.application-image-text.application-image-text-right .application-image-text-content {
  padding-left: 75px;
}
.application-image-text.application-image-text-right  .application-image-text-group {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: calc(50vw - 15px);
  left:  0;
  height: 100%;
  right: auto;
}
@media only screen and (max-width: 992px) {
  .latest-grid h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .industry-image-text .industry-image-text-group .overlap-image {
    transform: scale(.7);
  }
  .industry-image-text.bg-color {
    background: #F9F8F8;
    padding: 65px 0;
  }
  .industry-image-text .industry-image-text-content {
    padding-right: 30px;
  }
  .industry-image-text .industry-image-text-group {
    padding-left: 30px;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-content {
    padding-left: 10px;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-group {
    padding-right: 30px;
  }
  .industry-image-text .industry-image-text-content img,
  .application-image-text .application-image-text-content img {
    max-width: 70px;
    max-height: 45px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .application-image-text .application-image-text-content {
    padding-right: 0;
  }
  .application-image-text  .application-image-group {
    min-height: 600px;
  }
  .application-image-text.application-image-text-right .application-image-text-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .application-image-text .application-image-group {
    min-height: auto;
  }
  .industry-image-text .industry-image-text-group .overlap-image {
      transform-origin: 0% 100%;
  }
  .application-image-text .application-image-text-group,
  .application-image-text.application-image-text-right .application-image-text-group {
    position: static;
    padding-top: 70%;
    width: 100%;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  .latest-grid .grid-container {
    width: 100%;
    padding: 0 24px;
  }
  .application-heading {
    text-align: left;
  }
  .industry-image-text .industry-image-text-content,
  .industry-image-text-right.industry-image-text .industry-image-text-content {
    padding-left: 0;
    padding-right: 0;
  }
  .industry-image-text-right.industry-image-text .industry-image-text-group {
    padding-right: 25px;
  }
  .industry-image-text-right .grid-row,
  .application-image-text.application-image-text-right .grid-row {
    flex-direction: column-reverse;
  }
  .application-image-text {
    margin-bottom: 40px;
  }
  .industry-image-text:not(.bg-color) {
    margin: 45px 0;
  }
  .application-image-text .grid-row {
    flex-direction: column-reverse;
  }
  .application-heading {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.go-arrow::after {
  position: relative;
  top: 3px;
}

.accreditation-block .accreditation-tile img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100px;
  width: auto;
}
.accreditation-block .accreditation-tile p {
  padding: 15px;
  padding-top: 90%;
  position: relative;
  margin-bottom: 15px;
  background: #f2f2f2;
}
.accreditation-block .accreditation-tile h4 {
  padding: 15px 15px 15px 50px;
  text-align: center;
  color: #fff;
  background: #707070;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accreditation-block .accreditation-tile h4:before {
  width: 50px;
  height: 100%;
  content: "";
  background-color: #00aeef;
  background-image: url(../images/plus-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.accreditation-block .accreditation-tile h4.active-heading:before {
  background-image: url(../images/accordion-open.png);
  background-size: 20px;
}
.accreditation-block  .accreditation-listing {
  width: 100%;
}
.accreditation-block  .accreditation-grid {
  position: static;
}
.accreditation-block .grid-container {
  position: relative;
}
.accreditation-block .accreditation-listing__copy {
  position: absolute;
  background: #f2f2f2;
  display: none;
  padding: 20px;
  left: 5px;
  transition: opacity .2s linear;
  margin-top: 10px;
}
.accreditation-block .accreditation-listing__copy.active-copy {
  display: block;
}
.accreditation-block .grid-container {
  max-width: 1140px;
  padding: 0 5px;
}
.accreditation-block .grid-container .grid-row {
  margin: 0 -5px;
}
.accreditation-block .grid-container .grid-row div[class^="grid-col-"] {
  padding: 0 5px;
}
.latest-grid .accreditation-heading {
  max-width: 1080px;
  margin: 0 auto;
}
.accreditation-block .accreditation-tile h4.active-heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f2f2f2;
}
.accreditation-block .accreditation-listing__copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.accreditation-block .grid-container {
  padding: 0 15px;
}
}
@media screen and (max-width: 1400px), screen and (max-device-width: 1400px) {
  .post article p, .post article h2, .post article > ul, .post article > table, .post article h3, .post article h4, .post article h5, .post article .article__date, .post article .article__share-button, .post article figcaption, .article__author-box {
    margin-left: calc( calc( 1400px - 1080px ) / 2);
  }
}

@media screen and (max-width: 68.5em), screen and (max-device-width: 68.5em) {
  .post article p, .post article h2, .post article > ul, .post article > table, .post article h3, .post article h4, .post article h5, .post article .article__date, .post article .article__share-button, .post article figcaption, .article__author-box {
    max-width: 70%;
    margin: 0 auto;
  }
}

.product-guide {
  background-color: #f9f8f8;
  padding: 0.75em 1.5em 0.75em 1.5em;
  border: solid 1px #00aeef;
  border-radius: 10px;
  display: block;
}

.product-guide .sidebar-content--faq-link {
  padding: 0;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
  margin-bottom: 10px;
  border-radius: 0;
  border: 0;
}

.product-guide .sidebar-content--faq-link::after {
  display: none;
}

.product-guide .sidebar-content--faq-link i {
  font-size: 24px;
  margin-right: 14px;
}

.product-guide p {
  padding-left: 36px;
}
