html,
body {
  padding: 0;
  margin: 0;
  font-family: seravek-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main-layout {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  min-height: 100vh;
}
.home-page .main-section {
  height: 475px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ecf2f6;
}
.home-page .main-section .left {
  position: relative;
}
.home-page .main-section .left img {
  display: block;
  height: 475px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .main-section .left .fade {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent, #ecf2f6);
}
.home-page .main-section .right {
  align-self: center;
}
.home-page .main-section .right h1 {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 40px;
  font-weight: normal;
}
.home-page .main-section .right h2 {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.65);
  max-width: 400px;
  line-height: 1.5;
  font-size: 16px;
  border-left: 4px solid #e4883d;
  padding-left: 16px;
  font-weight: 400;
}
.home-page .main-section .right .site-button {
  margin-top: 24px;
}
.home-page .main-section .right .site-button + a.link {
  margin-left: 16px;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.home-page .main-section .right .site-button + a.link i.material-icons {
  font-size: inherit;
  margin-left: 32px;
}
.home-page .services-section {
  padding: 60px 0;
}
.home-page .services-section h1 {
  margin: 0;
  text-align: center;
  font-size: 27px;
}
.home-page .services-section h2 {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
}
.home-page .services-section .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.home-page .services-section .services .service {
  margin-top: 48px;
  padding: 0 10px;
}
.home-page .services-section .services .service img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home-page .services-section .services .service h3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  max-width: 180px;
  font-size: 16px;
}
.home-page .services-section .center {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.home-page .services-section .center a.link {
  padding-bottom: 2px;
  border-bottom: 2px solid #e4883d;
  text-decoration: none;
  text-transform: uppercase;
  color: #e4883d;
}
.home-page .services-section .center a.link i.material-icons {
  font-size: inherit;
  margin-left: 12px;
}
.home-page .refill-section {
  background: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 600px;
}
.home-page .refill-section .left {
  align-self: center;
  justify-self: right;
  max-width: calc(1150px / 2);
  padding-left: 24px;
  padding-right: 60px;
  box-sizing: border-box;
}
.home-page .refill-section .left h1 {
  font-size: 28px;
}
.home-page .refill-section .left p {
  line-height: 1.5;
}
.home-page .refill-section .left p.delivery {
  color: #e4883d;
  text-transform: uppercase;
  font-weight: bold;
}
.home-page .refill-section .left p .phone {
  text-decoration: none;
  color: #4e97fd;
}
.home-page .refill-section .left .site-button {
  margin-top: 24px;
}
.home-page .refill-section .right {
  height: 600px;
}
.home-page .refill-section .right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-size: center;
}
.home-page .customer-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1150px;
  margin: 120px auto;
}
.home-page .customer-section .left {
  position: relative;
}
.home-page .customer-section .left .bg-circle-2 {
  height: 450px;
  width: 450px;
  background: #f0f0f0;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: -60px;
}
.home-page .customer-section .left .bg-circle {
  height: 450px;
  width: 450px;
  background: #4e97fd;
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: -20px;
}
.home-page .customer-section .left img.image-circle {
  height: 410px;
  width: 410px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: absolute;
}
.home-page .customer-section .left img.quote {
  position: absolute;
  left: -150px;
  top: -20px;
}
.home-page .customer-section .right {
  max-width: 370px;
  padding-left: 72px;
}
.home-page .customer-section .right h1 {
  margin-top: 0;
  font-size: 28px;
}
.home-page .customer-section .right p {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
}
.home-page .customer-section .right .name {
  margin-top: 24px;
  font-weight: bold;
}
.home-page .customer-section .right .source {
  margin-top: 4px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.home-page .location-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f8f8f8;
  height: 620px;
}
.home-page .location-section .left img {
  height: 620px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-page .location-section .right {
  padding-left: 72px;
  align-self: center;
}
.home-page .location-section .right h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}
.home-page .location-section .right h2 {
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 32px;
}
.home-page .blog-section {
  padding: 30px 20px;
  margin-bottom: 44px;
}
.home-page .blog-section h2 {
  margin-bottom: 0;
  text-align: center;
}
.home-page .blog-section h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
}
.home-page .blog-section .blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1150px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 48px;
}
.home-page .blog-section .blog-posts .blog-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.home-page .blog-section .blog-posts .blog-post h4 {
  font-weight: 500;
  font-size: 18px;
}
.home-page .blog-section .blog-posts .blog-post .date {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.home-page .blog-section .blog-posts .blog-post .date i.material-icons {
  font-size: inherit;
  margin-right: 4px;
}
.home-page .blog-section .blog-posts .blog-post a.link {
  color: #4e97fd;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
}
@media (max-width: 600px) {
  .home-page .main-section {
    display: block;
    height: auto;
  }
  .home-page .main-section .left img {
    height: 324px;
  }
  .home-page .main-section .left .fade {
    display: none;
  }
  .home-page .main-section .right {
    padding: 20px;
  }
  .home-page .main-section .right h2 {
    max-width: none;
  }
  .home-page .main-section .right .site-button {
    width: 110px;
  }
  .home-page .main-section .right .site-button + a.link {
    width: 140px;
  }
  .home-page .main-section .right .site-button,
  .home-page .main-section .right .site-button + a.link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .home-page .services-section {
    padding: 20px;
  }
  .home-page .services-section .services {
    grid-template-columns: 1fr 1fr;
  }
  .home-page .refill-section {
    display: inline-flex;
    flex-direction: column;
    height: auto;
  }
  .home-page .refill-section .left:nth-child(1) {
    padding: 20px;
    order: 2;
  }
  .home-page .refill-section .left:nth-child(1) .site-button {
    margin-top: 6px;
  }
  .home-page .refill-section .right:nth-child(2) {
    height: 380px;
    order: 1;
  }
  .home-page .customer-section {
    display: block;
    margin: 50px 0;
  }
  .home-page .customer-section .left {
    display: none;
  }
  .home-page .customer-section .right {
    padding: 20px;
    max-width: none;
  }
  .home-page .location-section {
    display: block;
    height: auto;
  }
  .home-page .location-section .left img {
    height: 400px;
  }
  .home-page .location-section .right {
    padding: 20px;
    text-align: center;
  }
  .home-page .blog-section h3 {
    margin-bottom: 46px;
  }
  .home-page .blog-section .blog-posts {
    display: block;
    margin: 20px;
  }
  .home-page .blog-section .blog-post {
    margin-bottom: 46px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .home-page .main-section .right h1 {
    font-size: 33px;
  }
  .home-page .main-section .right .link {
    display: block;
    max-width: 140px;
    margin-top: 16px;
  }
  .home-page .customer-section .left .bg-circle {
    width: 330px;
    height: 330px;
  }
  .home-page .customer-section .left .bg-circle-2 {
    width: 330px;
    height: 330px;
  }
  .home-page .customer-section .left img.image-circle {
    width: 330px;
    height: 330px;
  }
  .home-page .customer-section .right {
    max-width: 250px;
  }
  .home-page .blog-section {
    padding: 20px;
  }
  .home-page .blog-section .blog-posts {
    margin-top: 30px;
  }
  .home-page .blog-section .blog-posts .blog-post img {
    height: auto;
  }
  .home-page .location-section {
    display: block;
    height: auto;
  }
  .home-page .location-section .left img {
    height: auto;
  }
  .home-page .refill-section {
    display: block;
    height: auto;
  }
  .home-page .refill-section .right {
    padding-top: 40px;
    height: auto;
  }
  .home-page .refill-section .right img {
    height: auto;
  }
}
@media (max-width: 350px) {
  .home-page .services-section h1 {
    font-size: 25px;
  }
}
a.site-button {
  display: inline-flex;
  background: #4e97fd;
  color: #fff;
  border-radius: 100px;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  cursor: pointer;
}
a.site-button.slim {
  padding: 8px 16px;
}
a.site-button.light {
  font-weight: normal;
}
a.site-button:hover {
  background: #71acfd;
}
a.site-button.inverted {
  background: #fff;
  color: #000;
}
a.site-button.inverted:hover {
  background: #e6e6e6;
}
a.site-button.secondary {
  background: #e4883d;
}
a.site-button.secondary:hover {
  background: #e9a064;
}
a.site-button i.material-icons {
  font-size: inherit;
  margin-right: 8px;
}
.business-info .block + .block {
  margin-top: 32px;
}
.business-info .block h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.business-info .block p {
  margin-top: 4px;
  margin-bottom: 0;
}
.business-info .block p.highlighted {
  color: #e4883d;
}
.business-info .block a.link {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  font-size: smaller;
  text-transform: uppercase;
  text-decoration: none;
  color: #e4883d;
  border-bottom: 2px solid #e4883d;
  padding-bottom: 2px;
}
.business-info .block a.link i.material-icons {
  margin-left: 16px;
  font-size: inherit;
}
.business-info .block a.phone {
  display: inline-block;
  text-decoration: none;
  color: #4e97fd;
}
.site-header {
  display: contents;
}
.site-header a.logo-link img {
  width: auto;
  height: 60px;
  margin: 8px 0;
}
.site-header .centerer {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0 22px;
}
.site-header .centerer i.material-icons.heart {
  color: #e4573d;
  margin-right: 4px;
  font-size: 18px;
}
.site-header .centerer span {
  color: #4e97fd;
}
.site-header .centerer .right {
  margin-left: auto;
}
.site-header .centerer .dnone {
  display: none;
}
.site-header .top-row {
  background: #eaeaea;
  font-size: 14px;
}
.site-header .top-row .centerer {
  padding: 20px;
}
.site-header .top-row .centerer .refill-link {
  text-transform: uppercase;
  font-weight: bold;
}
.site-header .top-row .centerer .refill-link a {
  color: #4e97fd;
}
.site-header .top-row .centerer .site-button {
  margin-left: 16px;
}
.site-header .bottom-row {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
.site-header .bottom-row .centerer i.material-icons {
  display: none;
  cursor: pointer;
  user-select: none;
}
.site-header .bottom-row .centerer i.material-icons:hover {
  color: #4e97fd;
}
.site-header .bottom-row .centerer a.nav-link {
  color: inherit;
  text-decoration: none;
  padding: 16px;
  font-weight: 500;
}
.site-header .bottom-row .centerer a.nav-link.selected {
  color: #4e97fd;
}
.site-header .bottom-row .centerer a.nav-link:hover {
  color: #4e97fd;
}
.site-header .mobile-nav.visible .scrim {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
.site-header .mobile-nav.visible .overlay {
  left: 0;
}
.site-header .mobile-nav .scrim {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}
.site-header .mobile-nav .overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  text-align: center;
  z-index: 1;
}
.site-header .mobile-nav .overlay a.nav-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  color: inherit;
  text-decoration: none;
  padding: 16px;
  font-weight: 500;
}
.site-header .mobile-nav .overlay a.nav-link + a.nav-link {
  margin-top: 12px;
}
.site-header .mobile-nav .overlay a.nav-link.selected {
  color: #4e97fd;
}
.site-header .mobile-nav .overlay a.nav-link:hover {
  color: #4e97fd;
}
@media (max-width: 1200px) {
  .site-header .bottom-row .centerer a.nav-link {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .site-header .top-row .centerer {
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .site-header .top-row .centerer i.material-icons.heart {
    display: none;
  }
  .site-header .top-row .centerer .refill-link {
    margin: 8px 0;
  }
  .site-header .bottom-row .centerer i.material-icons {
    display: block;
    position: absolute;
    z-index: 2;
  }
  .site-header .bottom-row .centerer .icon {
    bottom: 40px;
  }
  .site-header .bottom-row .centerer a.logo-link {
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .bottom-row .centerer .right {
    display: none;
  }
  .site-header .bottom-row .centerer a.nav-link {
    display: none;
  }
  .site-header .bottom-row .centerer .store-link {
    display: none;
  }
}
.site-footer {
  background: #f3f3f3;
  padding: 80px 36px;
}
.site-footer .columns-3 {
  display: grid;
  max-width: 1150px;
  padding: 24px 8px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 2fr 1fr;
}
.site-footer .columns-3 .left h1 {
  font-size: 20px;
  margin-top: 0;
}
.site-footer .columns-3 .left .columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 16px;
}
.site-footer .columns-3 .left .columns-2 .block h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}
.site-footer .columns-3 .left .columns-2 .block p {
  margin: 6px 0;
  max-width: 250px;
  line-height: 26px;
}
.site-footer .columns-3 .left .columns-2 .block p.highlighted {
  color: #4e97fd;
}
.site-footer .columns-3 .left .columns-2 .block a {
  color: #e4883d;
  border-bottom: 2px solid #e4883d;
  padding-bottom: 2px;
  text-decoration: none;
}
.site-footer .columns-3 .left .columns-2 .block a.directions {
  color: #e4883d;
  border-bottom: 2px solid #e4883d;
  padding-bottom: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: smaller;
}
.site-footer .columns-3 .left .columns-2 .block a.directions i.material-icons {
  font-size: inherit;
  margin-left: 16px;
}
.site-footer .columns-3 .left .columns-2 .block .logo img {
  max-width: 200px;
  height: auto;
}
.site-footer .columns-3 .left .columns-2 .block .logo a {
  border-bottom: 0;
}
.site-footer .columns-3 .right h3 {
  margin-top: 0;
  font-size: 20px;
}
.site-footer .columns-3 .right a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 6px 0;
}
.site-footer .columns-3 .right a:hover {
  color: #4e97fd;
}
.site-footer .columns-3 .right .social-icons {
  display: flex;
  margin-top: 24px;
}
.site-footer .columns-3 .right .social-icons .icon {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e97fd;
  cursor: pointer;
}
.site-footer .columns-3 .right .social-icons .icon + .icon {
  margin-left: 8px;
}
.site-footer .columns-3 .right .social-icons .icon:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.site-footer .bottom-bar {
  max-width: 1550px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 16px;
}
.site-footer .bottom-bar a {
  color: #e4883d;
  text-decoration: none;
}
@media (max-width: 600px) {
  .site-footer {
    padding: 10px 36px;
  }
  .site-footer .columns-3 {
    display: block;
  }
  .site-footer .columns-3 .left .columns-2 {
    display: block;
  }
  .site-footer .columns-3 .left .columns-2 .block {
    margin: 20px 0;
  }
  .site-footer .columns-3 .left .columns-2 .block p {
    max-width: none;
  }
}
