body {
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 88px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -4px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 72px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -3px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -2px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -1px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.font-xxs {
  font-size: 12px;
  font-weight: 400;
}

.font-xs {
  font-size: 14px;
  font-weight: 400;
}

.font-sm {
  font-size: 16px;
}

.font-md {
  font-size: 18px;
  line-height: 1.5;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
  line-height: 1.5;
}

.font-xxl {
  font-size: 24px;
  line-height: 1.5;
}

.color-white {
  color: #fff;
}

.background-white {
  background-color: #fff;
}

.color-primary {
  color: #000;
}

.background-primary {
  background-color: #000;
}

.color-secondary {
  color: #666;
}

.background-secondary {
  background-color: #666;
}

.color-dark {
  color: #252525;
}

.background-dark {
  background-color: #252525;
}

.color-dark-gray {
  color: #4d4d4d;
}

.background-dark-gray {
  background-color: #4d4d4d;
}

.background-gray {
  background-color: #ccc;
}

.color-light-gray {
  color: #f0f0f0;
}

.background-light-gray {
  background-color: #f0f0f0;
}

.button {
  display: inline-block;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  transition: all 150ms cubic-bezier(.445, .05, .55, .95);
  text-transform: uppercase;
  cursor: pointer;
}

.button-md {
  height: 40px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
}

.button-lg {
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
}

.button-xl {
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 56px;
  font-weight: 500;
}

.button-outline-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.icon-outline {
  font-family: 'Font Awesome 5 Regular', Arial, sans-serif;
}

.icon-xs {
  font-size: 9px;
  line-height: 1;
}

.icon-sm {
  font-size: 10px;
  line-height: 1;
}

.icon-md {
  font-size: 12px;
  line-height: 1;
}

.icon-lg {
  font-size: 14px;
  line-height: 1;
}

.icon-xl {
  font-size: 16px;
  line-height: 1;
}

.icon-start {
  margin-right: 6px;
}

.icon-end {
  margin-left: 6px;
}

.icon-middle {
  margin-right: 4px;
  margin-left: 4px;
}

.icon-brand {
  font-family: 'Font Awesome 5 Brands', Arial, sans-serif;
}

.icon-solid {
  font-family: 'Font Awesome 5 Solid', Arial, sans-serif;
}

.color-black {
  color: #000;
}

.background-black {
  background-color: #000;
}

.font-head {
  font-weight: 400;
  text-transform: uppercase;
}

.icon-raise {
  margin-bottom: 1px;
}

.icon-lower {
  margin-top: 1px;
}

.button-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
  background-color: transparent;
  color: #252525;
}

.button-primary {
  background-color: #000;
  color: #fff;
}

.button-primary:hover {
  background-color: #666;
}

.button-secondary {
  background-color: #666;
  color: #fff;
}

.button-secondary:hover {
  background-color: #252525;
}

.mt0 {
  margin-bottom: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr90 {
  margin-right: 90px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml90 {
  margin-left: 90px;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  color: #666;
}

.button-xs-sq {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.button-sm-sq {
  width: 32px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}

.button-md-sq {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.button-lg-sq {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}

.button-xl-sq {
  width: 56px;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
}

.button-sm {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
}

.button-xs {
  height: 26px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
}

.button-dark {
  background-color: #252525;
  color: #fff;
}

.button-dark:hover {
  background-color: #000;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.narrow-container {
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.extra-narrow-container {
  width: 100%;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.wide-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.extra-wide-container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.badge {
  display: inline-block;
}

.badge-sm {
  height: 20px;
  padding-right: 6px;
  padding-left: 4px;
  font-size: 11px;
  line-height: 20px;
}

.badge-md {
  height: 24px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  line-height: 24px;
}

.badge-lg {
  height: 28px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 13px;
  line-height: 28px;
}

.badge-primary {
  background-color: #000;
  color: #fff;
}

.badge-secondary {
  background-color: #666;
  color: #fff;
}

.badge-dark {
  background-color: #252525;
  color: #fff;
}

.badge-light-gray {
  background-color: #f0f0f0;
  color: #252525;
}

.badge-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
  color: #252525;
}

.badge-outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.icon-xxs {
  font-size: 8px;
  line-height: 1;
}

.icon-xxl {
  font-size: 18px;
  line-height: 1;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.section {
  margin-top: 0px;
  margin-bottom: 120px;
}

.section.intro {
  margin-bottom: 20px;
}

.section.contact {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.section.cc-1 {
  margin-bottom: 60px;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card.cc-1 {
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-card.cc-2 {
  width: 66.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-image.cc-1 {
  height: 320px;
}

.product-desc {
  width: 40%;
  margin-left: 40px;
}

.product-desc.cc-1 {
  width: 80%;
  max-width: 320px;
  margin-top: 20px;
  margin-left: 0px;
  text-align: center;
}

.product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-name.cc-1 {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-anim {
  position: relative;
  top: 8px;
  z-index: -1;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
}

.product-anim.cc-1 {
  top: 4px;
}

.product-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  -webkit-transition: background-color 250ms cubic-bezier(.86, 0, .07, 1);
  transition: background-color 250ms cubic-bezier(.86, 0, .07, 1);
  color: #fff;
  line-height: 18px;
  cursor: pointer;
}

.accordion-item:hover {
  background-color: #666;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-hidden-content {
  width: 100%;
}

.accordion-hidden-desc {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
}

.product-gallery {
  height: 800px;
}

.product-gallery.daisy {
  background-image: url('../images/daisy-gallery.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-gallery.domino {
  background-image: url('../images/domino-gallery.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  background-color: transparent;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.section-header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-header.cc-1 {
  padding-top: 0px;
}

.section-header.contact {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product {
  margin-top: 40px;
  margin-bottom: 120px;
}

.examples {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.example {
  min-width: 45%;
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.example.cc-1 {
  margin-right: 40px;
}

.example.cc-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products {
  margin-top: 120px;
  margin-bottom: 60px;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.intro-top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-desc {
  max-width: 640px;
  text-align: center;
}

.font-xs-xs {
  font-weight: 400;
}

.font-xxs-xs {
  font-weight: 400;
}

.font-xxs-md {
  font-size: 12px;
  font-weight: 400;
}

.font-xs-md {
  font-size: 14px;
  font-weight: 400;
}

.font-sm-md {
  font-size: 16px;
}

.font-md-md {
  font-size: 18px;
  line-height: 1.5;
}

.font-lg-md {
  font-size: 20px;
}

.font-xl-md {
  font-size: 22px;
  line-height: 1.5;
}

.font-xxl-md {
  font-size: 24px;
  line-height: 1.5;
}

.product-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.product-video-desc {
  width: 80%;
  max-width: 720px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mt0 {
    margin-bottom: 0px;
  }
  .mt5 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mr5 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mr50 {
    margin-right: 50px;
  }
  .mr60 {
    margin-right: 60px;
  }
  .mr90 {
    margin-right: 90px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .ml5 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml50 {
    margin-left: 50px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .ml90 {
    margin-left: 90px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .product-card {
    margin-bottom: 40px;
  }
  .product-card.cc-1 {
    width: 50%;
  }
  .product-card.cc-2 {
    width: 50%;
  }
  .product-image {
    position: relative;
    z-index: -2;
    height: auto;
  }
  .accordion-item:hover {
    background-color: #000;
  }
  .product-gallery.daisy {
    background-position: 0% 50%;
  }
  .product-gallery.domino {
    background-position: 0% 50%;
  }
  .example {
    margin-bottom: 30px;
  }
  .example.cc-1 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt0 {
    margin-bottom: 0px;
  }
  .mt5 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mr5 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mr50 {
    margin-right: 50px;
  }
  .mr60 {
    margin-right: 60px;
  }
  .mr90 {
    margin-right: 90px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .ml5 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml50 {
    margin-left: 50px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .ml90 {
    margin-left: 90px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .product-image.cc-1 {
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-desc {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    text-align: center;
  }
  .product-desc.cc-1 {
    margin-top: 0px;
  }
  .product-name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-gallery {
    height: 640px;
  }
  .product-gallery.daisy {
    background-position: 15% 50%;
  }
  .product-gallery.domino {
    background-position: 15% 50%;
  }
  .section-header.text-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .products {
    margin-top: 80px;
  }
  .background-video {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .intro-desc {
    max-width: 80%;
  }
  .logo {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h1-md {
    font-size: 88px;
  }
  .h2-md {
    font-size: 80px;
  }
  .h3-md {
    font-size: 72px;
  }
  .h4-md {
    font-size: 56px;
  }
  .h5-md {
    font-size: 40px;
  }
  .h6-md {
    font-size: 32px;
  }
  .font-xxs-md {
    font-size: 12px;
    line-height: 1.4;
  }
  .font-xs-md {
    font-size: 14px;
    line-height: 1.4;
  }
  .font-sm-md {
    font-size: 16px;
    line-height: 1.4;
  }
  .font-md-md {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-lg-md {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-xl-md {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .mt0 {
    margin-bottom: 0px;
  }
  .mt5 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mr5 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mr50 {
    margin-right: 50px;
  }
  .mr60 {
    margin-right: 60px;
  }
  .mr90 {
    margin-right: 90px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .ml5 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml50 {
    margin-left: 50px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .ml90 {
    margin-left: 90px;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .section.cc-1 {
    margin-bottom: 20px;
  }
  .product-card.cc-1 {
    width: auto;
    margin-bottom: 80px;
  }
  .product-card.cc-2 {
    width: auto;
    margin-bottom: 80px;
  }
  .product-image.cc-1 {
    height: auto;
  }
  .product-name {
    margin-left: 0px;
  }
  .accordion-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
  }
  .accordion-hidden-desc {
    margin-bottom: 0px;
  }
  .product-gallery.daisy {
    background-position: 50% 50%;
  }
  .product-gallery.domino {
    background-position: 50% 50%;
  }
  .h1-xs {
    font-size: 88px;
  }
  .h2-xs {
    font-size: 80px;
    letter-spacing: -4px;
  }
  .h3-xs {
    font-size: 72px;
    letter-spacing: -3px;
  }
  .h4-xs {
    font-size: 56px;
    letter-spacing: -2px;
  }
  .h5-xs {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .h6-xs {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .section-header.text-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product {
    margin-bottom: 80px;
  }
  .example {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .example.cc-1 {
    margin-right: 0px;
  }
  .products-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-desc {
    max-width: 80%;
  }
  .font-xxl-xs {
    font-size: 24px;
    line-height: 1.5;
  }
  .font-xl-xs {
    font-size: 22px;
    line-height: 1.5;
  }
  .font-lg-xs {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-md-xs {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-sm-xs {
    font-size: 16px;
    line-height: 1.4;
  }
  .font-xs-xs {
    font-size: 14px;
    line-height: 1.4;
  }
  .font-xxs-xs {
    font-size: 12px;
    line-height: 1.4;
  }
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}