
/*
** import other css's
*/


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html,
body {
  font-family:'gilmerregular',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.w100 {
  width: 100%;
}
.mt-header {
  margin-top: 5.625rem;
}
.mt-c-1 {
  margin-top: 6.625rem;
}
.pt-c-1 {
  padding-top: 6.625rem;
}
.pb-c-1 {
  padding-bottom: 5rem;
}

.main h1.page-title {
  font-size: 2rem;
  font-family: 'gilmerlight';
  color: #77A2E4;
}
.main h3.title {
  font-size: 2.375rem;
  font-weight: bold;
  color: #77A2E4;
}
.main p.text {
  font-size: 1.125rem;
  font-family: 'gilmerlight';
  color: #88869C;
}


/* line */
.line {
  width: 106.039rem;
  margin-left: -0.625rem;
}
.line span {
  display: block;
  height: 1.313rem;
  background-image: linear-gradient(90deg, #87cefa 0%, #7eb6ee 55.300000000000004%, #77a2e4 100%);
  float: left;
  border-radius: 1.313rem;
}
.line span.type-1 {
  width: 6.875rem;
}
.line span.type-2 {
  width: 12.6rem;
  background: transparent;
}
.line span.type-3 {
  width: 1.313rem;
}
.line span.type-4 {
  width: 34.813rem;
  height: 1px;
  margin-top: .625rem;
}
.line span.type-5 {
  width: 5.313rem;
}
.line span.type-6 {
  width: 18.625rem;
  height: 1px;
  margin-top: .625rem;
}
.line span.type-7 {
  width: 26.5rem;
}
.other-prod-head {
  font-size: 2rem;
  color: #77A2E4;
  font-family: 'gilmerbold';
}
.other-products {
  padding: 0;
}
.other-products li {
  list-style: none;
}
.other-products li a{
  color: #77A2E4;
  font-family: 'gilmerbold';
  font-size: 1.25rem;
  display: flex !important;
  align-items: center;
  margin: 5px 0;
}
.other-products li a:hover {
  text-decoration: underline;
}












@media (min-width: 768px) {
  .md-none {
    display: none !important;
  }
  .md-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .md-none {
    display: block !important;
  }
  .md-block {
    display: none !important;
  }
}